Trace number 3739655

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.16 899.858

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_7-unsat.opb
MD5SUMdcebcc122dcddcac4192e5e5bf5bd3e3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.6313
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables24684
Total number of constraints81656
Number of constraints which are clauses81252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints404
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.2.0.v20100531
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		1349517296
0.07/0.10	c Max memory 		1356595200
0.07/0.10	c Total memory 		1356595200
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3739655-1338758017.opb
0.07/0.13	c reading problem ... 
2.47/1.19	c ... done. Wall clock time 1.059s.
2.47/1.19	c #vars     24684
2.47/1.19	c #constraints  71315
2.47/1.19	c constraints type 
2.47/1.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8726
2.47/1.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57864
2.47/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 404
2.47/1.19	c constraints type 
2.47/1.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57864
2.47/1.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8726
2.47/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 404
8.21/3.31	c cleaning 2491 clauses out of 5000 with flag 5000/5000
12.50/5.46	c cleaning 4244 clauses out of 8510 with flag 11001/11001
17.67/8.06	c cleaning 5622 clauses out of 11266 with flag 18001/18001
23.25/10.89	c cleaning 6815 clauses out of 13644 with flag 26001/26001
29.60/14.09	c cleaning 7892 clauses out of 15828 with flag 35000/35000
36.58/17.59	c cleaning 8958 clauses out of 17937 with flag 45001/45001
45.76/22.13	c cleaning 9980 clauses out of 19979 with flag 56001/56001
55.36/26.91	c cleaning 10989 clauses out of 21998 with flag 68000/68000
64.53/31.58	c cleaning 12000 clauses out of 24009 with flag 81000/81000
74.87/36.74	c cleaning 12994 clauses out of 26012 with flag 95003/95003
86.61/42.67	c cleaning 13996 clauses out of 28016 with flag 110001/110001
98.93/48.83	c cleaning 14994 clauses out of 30020 with flag 126001/126001
113.97/56.40	c cleaning 15996 clauses out of 32025 with flag 143000/143000
128.33/63.61	c cleaning 16990 clauses out of 34029 with flag 161000/161000
145.26/72.13	c cleaning 18007 clauses out of 36040 with flag 180001/180001
160.20/79.62	c cleaning 19001 clauses out of 38033 with flag 200001/200001
180.44/89.87	c cleaning 20000 clauses out of 40031 with flag 221000/221000
189.25/94.35	c cleaning 0 clauses out of 5000 with flag 0/5000
202.04/100.63	c cleaning 21010 clauses out of 42031 with flag 243000/243000
224.19/111.60	c cleaning 21998 clauses out of 44021 with flag 266000/266000
244.77/122.03	c cleaning 23004 clauses out of 46023 with flag 290000/290000
268.28/133.88	c cleaning 23974 clauses out of 48020 with flag 315001/315001
295.48/147.44	c cleaning 25003 clauses out of 50045 with flag 341000/341000
321.01/160.29	c cleaning 26000 clauses out of 52042 with flag 368000/368000
347.82/173.73	c cleaning 27017 clauses out of 54043 with flag 396001/396001
373.14/186.48	c cleaning 27993 clauses out of 56025 with flag 425000/425000
398.90/199.36	c cleaning 29006 clauses out of 58032 with flag 455000/455000
421.26/210.56	c cleaning 29970 clauses out of 60026 with flag 486000/486000
447.07/223.65	c cleaning 30998 clauses out of 62057 with flag 518001/518001
478.65/239.48	c cleaning 32020 clauses out of 64058 with flag 551000/551000
512.91/256.59	c cleaning 32993 clauses out of 66038 with flag 585000/585000
546.08/273.13	c cleaning 34007 clauses out of 68045 with flag 620000/620000
582.78/291.69	c cleaning 35008 clauses out of 70039 with flag 656001/656001
619.51/310.08	c cleaning 36003 clauses out of 72031 with flag 693001/693001
660.99/330.89	c cleaning 36987 clauses out of 74027 with flag 731000/731000
675.27/338.16	c cleaning 0 clauses out of 11000 with flag 0/11000
714.72/358.01	c cleaning 38002 clauses out of 76040 with flag 770000/770000
752.69/377.01	c cleaning 39002 clauses out of 78038 with flag 810000/810000
797.39/399.38	c cleaning 40003 clauses out of 80036 with flag 851000/851000
840.24/420.78	c cleaning 41008 clauses out of 82034 with flag 893001/893001
886.02/443.70	c cleaning 41977 clauses out of 84026 with flag 936001/936001
932.61/466.97	c cleaning 43011 clauses out of 86049 with flag 980001/980001
982.03/491.50	c cleaning 43992 clauses out of 88037 with flag 1025000/1025000
1035.58/518.22	c cleaning 45000 clauses out of 90045 with flag 1071000/1071000
1087.10/544.04	c cleaning 46020 clauses out of 92046 with flag 1118001/1118001
1150.51/575.64	c cleaning 47000 clauses out of 94025 with flag 1166000/1166000
1200.89/600.74	c cleaning 47994 clauses out of 96026 with flag 1215001/1215001
1252.56/626.51	c cleaning 48985 clauses out of 98031 with flag 1265000/1265000
1308.65/654.62	c cleaning 49999 clauses out of 100046 with flag 1316000/1316000
1362.77/681.62	c cleaning 50994 clauses out of 102047 with flag 1368000/1368000
1418.02/709.19	c cleaning 52023 clauses out of 104053 with flag 1421000/1421000
1482.42/741.19	c cleaning 52992 clauses out of 106031 with flag 1475001/1475001
1546.37/773.01	c cleaning 54011 clauses out of 108039 with flag 1530001/1530001
1623.37/811.29	c cleaning 54996 clauses out of 110027 with flag 1586000/1586000
1691.55/845.12	c cleaning 55992 clauses out of 112031 with flag 1643000/1643000
1737.37/868.02	c cleaning 0 clauses out of 18000 with flag 0/18000
1769.33/884.33	c cleaning 57001 clauses out of 114039 with flag 1701000/1701000
1800.02/899.82	c starts		: 209
1800.02/899.82	c conflicts		: 1727563
1800.02/899.82	c decisions		: 2170966
1800.02/899.82	c propagations		: 893429579
1800.02/899.82	c inspects		: 3897067800
1800.02/899.82	c learnt literals	: 0
1800.02/899.82	c learnt binary clauses	: 0
1800.02/899.82	c learnt ternary clauses	: 1132
1800.02/899.82	c learnt clauses	: 1727563
1800.02/899.82	c ignored clauses	: 0
1800.02/899.82	c root simplifications	: 0
1800.02/899.82	c removed literals (reason simplification)	: 21525176
1800.02/899.82	c reason swapping (by a shorter reason)	: 0
1800.02/899.82	c Calls to reduceDB	: 54
1800.02/899.82	c number of reductions to clauses (during analyze)	: 0
1800.02/899.82	c number of learned constraints concerned by reduction	: 0
1800.02/899.82	c number of learning phase by resolution	: 0
1800.02/899.82	c number of learning phase by cutting planes	: 0
1800.02/899.82	c speed (assignments/second)	: 994217.6500568646
1800.02/899.82	c non guided choices	73
1800.02/899.84	c learnt constraints type 
1800.02/899.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 83630
1800.02/899.84	c constraints type 
1800.02/899.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8726
1800.02/899.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 57864
1800.02/899.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 404
1800.02/899.84	c constraints type 
1800.02/899.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 57864
1800.02/899.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8726
1800.02/899.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 404
1800.02/899.84	s UNKNOWN
1800.02/899.84	c Total wall clock time (in seconds): 899.715

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3739655-1338758017/watcher-3739655-1338758017 -o /tmp/evaluation-result-3739655-1338758017/solver-3739655-1338758017 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3739655-1338758017.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.81 3.86 3.66 3/197 16578
/proc/meminfo: memFree=25901876/32873844 swapFree=7628/7628
[pid=16578] ppid=16576 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16578/stat : 16578 (java6) D 16576 16578 9489 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 341926559 9515008 183 33554432000 1073741824 1073778376 140736802935264 140736802926296 223651643061 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/16578/statm: 2323 183 140 9 0 71 0

[startup+0.0504679 s]
/proc/loadavg: 3.81 3.86 3.66 3/197 16578
/proc/meminfo: memFree=25901876/32873844 swapFree=7628/7628
[pid=16578] ppid=16576 vsize=2367080 CPUtime=0.03 cores=0,2,4,6
/proc/16578/stat : 16578 (java) S 16576 16578 9489 0 -1 4202496 3694 0 1 0 2 1 0 0 20 0 13 0 341926559 2423889920 4901 33554432000 1073741824 1073778376 140735875385968 140735875377104 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16578/statm: 591770 4901 1677 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100299 s]
/proc/loadavg: 3.81 3.86 3.66 3/197 16578
/proc/meminfo: memFree=25901876/32873844 swapFree=7628/7628
[pid=16578] ppid=16576 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/16578/stat : 16578 (java) S 16576 16578 9489 0 -1 4202496 3898 0 1 0 6 1 0 0 20 0 18 0 341926559 2764726272 5616 33554432000 1073741824 1073778376 140735875385968 140735875377104 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16578/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300228 s]
/proc/loadavg: 3.81 3.86 3.66 3/197 16578
/proc/meminfo: memFree=25901876/32873844 swapFree=7628/7628
[pid=16578] ppid=16576 vsize=2699928 CPUtime=0.44 cores=0,2,4,6
/proc/16578/stat : 16578 (java) S 16576 16578 9489 0 -1 4202496 5604 0 1 0 42 2 0 0 20 0 18 0 341926559 2764726272 8641 33554432000 1073741824 1073778376 140735875385968 140735875377104 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16578/statm: 674982 8641 2215 9 0 665676 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2699928

[startup+0.700301 s]
/proc/loadavg: 3.81 3.86 3.66 3/197 16578
/proc/meminfo: memFree=25901876/32873844 swapFree=7628/7628
[pid=16578] ppid=16576 vsize=2699928 CPUtime=1.6 cores=0,2,4,6
/proc/16578/stat : 16578 (java) S 16576 16578 9489 0 -1 4202496 18556 0 1 0 155 5 0 0 20 0 18 0 341926559 2764726272 30990 33554432000 1073741824 1073778376 140735875385968 140735875377104 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16578/statm: 674982 30990 2240 9 0 665676 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 2699928

[startup+1.50063 s]
/proc/loadavg: 3.81 3.86 3.66 5/215 16596
/proc/meminfo: memFree=25680204/32873844 swapFree=7628/7628
[pid=16578] ppid=16576 vsize=2966184 CPUtime=3.87 cores=0,2,4,6
/proc/16578/stat : 16578 (java) S 16576 16578 9489 0 -1 4202496 22752 0 1 0 378 9 0 0 20 0 22 0 341926559 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 140735875377104 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16578/statm: 741546 76545 2254 9 0 732240 0
[pid=16578/tid=16580] ppid=16576 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/16578/task/16580/stat : 16580 (java) S 16576 16578 9489 0 -1 4202560 2899 0 1 0 111 4 0 0 20 0 22 0 341926560 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680876463256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16581] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16581/stat : 16581 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926562 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680860744488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16582] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16582/stat : 16582 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926562 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680741845672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16583] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16583/stat : 16583 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926562 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680740793384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16578/tid=16584] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16584/stat : 16584 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926562 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680739740584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16585] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16585/stat : 16585 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926562 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680738687272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16586] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16586/stat : 16586 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926562 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680737634472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16587] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16587/stat : 16587 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926562 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680736582184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16588] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16588/stat : 16588 (java) S 16576 16578 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341926562 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680735529384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16589] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16589/stat : 16589 (java) S 16576 16578 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680253201128 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16590] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16590/stat : 16590 (java) S 16576 16578 9489 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680252147192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16591] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16591/stat : 16591 (java) S 16576 16578 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680251094792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16592] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16592/stat : 16592 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680250043280 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16593] ppid=16576 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/16578/task/16593/stat : 16593 (java) S 16576 16578 9489 0 -1 4202560 10346 0 0 0 105 1 0 0 20 0 22 0 341926567 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680248989880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16594] ppid=16576 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/16578/task/16594/stat : 16594 (java) R 16576 16578 9489 0 -1 4202560 8199 0 0 0 98 2 0 0 20 0 22 0 341926567 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680247937112 139680879162786 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16595] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16595/stat : 16595 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680246884984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16596] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16596/stat : 16596 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 76545 33554432000 1073741824 1073778376 140735875385968 139680245832392 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 2966184

[startup+3.10073 s]
/proc/loadavg: 3.81 3.86 3.66 4/219 16600
/proc/meminfo: memFree=25482448/32873844 swapFree=7628/7628
[pid=16578] ppid=16576 vsize=2966184 CPUtime=7.76 cores=0,2,4,6
/proc/16578/stat : 16578 (java) S 16576 16578 9489 0 -1 4202496 23723 0 1 0 760 16 0 0 20 0 22 0 341926559 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 140735875377104 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16578/statm: 741546 114473 2270 9 0 732240 0
[pid=16578/tid=16580] ppid=16576 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/16578/task/16580/stat : 16580 (java) S 16576 16578 9489 0 -1 4202560 2899 0 1 0 111 4 0 0 20 0 22 0 341926560 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680876463256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16581] ppid=16576 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/16578/task/16581/stat : 16581 (java) S 16576 16578 9489 0 -1 4202560 25 0 0 0 5 1 0 0 20 0 22 0 341926562 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680860744488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16582] ppid=16576 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/16578/task/16582/stat : 16582 (java) S 16576 16578 9489 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 341926562 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680741845672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16583] ppid=16576 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/16578/task/16583/stat : 16583 (java) S 16576 16578 9489 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 341926562 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680740793384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16584] ppid=16576 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/16578/task/16584/stat : 16584 (java) S 16576 16578 9489 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 341926562 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680739740584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16585] ppid=16576 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/16578/task/16585/stat : 16585 (java) S 16576 16578 9489 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 341926562 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680738687272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16586] ppid=16576 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/16578/task/16586/stat : 16586 (java) S 16576 16578 9489 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341926562 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680737634472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16587] ppid=16576 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/16578/task/16587/stat : 16587 (java) S 16576 16578 9489 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 341926562 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680736582184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16588] ppid=16576 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/16578/task/16588/stat : 16588 (java) S 16576 16578 9489 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 341926562 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680735529384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16589] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16589/stat : 16589 (java) S 16576 16578 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680253201128 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16590] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16590/stat : 16590 (java) S 16576 16578 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680252147192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16591] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16591/stat : 16591 (java) S 16576 16578 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680251094792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16592] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16592/stat : 16592 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680250043280 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16593] ppid=16576 vsize=2966184 CPUtime=1.33 cores=0,2,4,6
/proc/16578/task/16593/stat : 16593 (java) S 16576 16578 9489 0 -1 4202560 11122 0 0 0 131 2 0 0 20 0 22 0 341926567 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680248989880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16594] ppid=16576 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/16578/task/16594/stat : 16594 (java) S 16576 16578 9489 0 -1 4202560 8202 0 0 0 125 3 0 0 20 0 22 0 341926567 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680247937080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16595] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16595/stat : 16595 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680246884984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16596] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16596/stat : 16596 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680245832392 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16597] ppid=16576 vsize=2966184 CPUtime=1.78 cores=0,2,4,6
/proc/16578/task/16597/stat : 16597 (java) R 16576 16578 9489 0 -1 4202560 38 0 0 0 178 0 0 0 20 0 22 0 341926679 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680244775976 139680743026738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16598] ppid=16576 vsize=2966184 CPUtime=1.77 cores=0,2,4,6
/proc/16578/task/16598/stat : 16598 (java) R 16576 16578 9489 0 -1 4202560 116 0 0 0 175 2 0 0 20 0 22 0 341926679 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680243724728 139680743053471 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16578/tid=16599] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16599/stat : 16599 (java) S 16576 16578 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341926684 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680242673320 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16600] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16600/stat : 16600 (java) S 16576 16578 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341926685 3037372416 114473 33554432000 1073741824 1073778376 140735875385968 139680241620520 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 2966184

[startup+6.30089 s]
/proc/loadavg: 3.83 3.86 3.66 5/219 16600
/proc/meminfo: memFree=25416664/32873844 swapFree=7628/7628
[pid=16578] ppid=16576 vsize=2966184 CPUtime=14.23 cores=0,2,4,6
/proc/16578/stat : 16578 (java) S 16576 16578 9489 0 -1 4202496 24005 0 1 0 1405 18 0 0 20 0 22 0 341926559 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 140735875377104 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16578/statm: 741546 128169 2283 9 0 732240 0
[pid=16578/tid=16580] ppid=16576 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/16578/task/16580/stat : 16580 (java) S 16576 16578 9489 0 -1 4202560 2899 0 1 0 111 4 0 0 20 0 22 0 341926560 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680876463256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16581] ppid=16576 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/16578/task/16581/stat : 16581 (java) S 16576 16578 9489 0 -1 4202560 34 0 0 0 7 2 0 0 20 0 22 0 341926562 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680860744488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16582] ppid=16576 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/16578/task/16582/stat : 16582 (java) S 16576 16578 9489 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 22 0 341926562 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680741845672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16578/tid=16583] ppid=16576 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/16578/task/16583/stat : 16583 (java) S 16576 16578 9489 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 22 0 341926562 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680740793384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16584] ppid=16576 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/16578/task/16584/stat : 16584 (java) S 16576 16578 9489 0 -1 4202560 28 0 0 0 7 0 0 0 20 0 22 0 341926562 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680739740584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16585] ppid=16576 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/16578/task/16585/stat : 16585 (java) S 16576 16578 9489 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 341926562 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680738687272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16586] ppid=16576 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/16578/task/16586/stat : 16586 (java) S 16576 16578 9489 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 22 0 341926562 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680737634472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16578/tid=16587] ppid=16576 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/16578/task/16587/stat : 16587 (java) S 16576 16578 9489 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 22 0 341926562 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680736582184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16588] ppid=16576 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/16578/task/16588/stat : 16588 (java) S 16576 16578 9489 0 -1 4202560 24 0 0 0 8 0 0 0 20 0 22 0 341926562 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680735529384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16589] ppid=16576 vsize=2966184 CPUtime=0.17 cores=0,2,4,6
/proc/16578/task/16589/stat : 16589 (java) S 16576 16578 9489 0 -1 4202560 48 0 0 0 17 0 0 0 20 0 22 0 341926563 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680253201128 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16590] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16590/stat : 16590 (java) S 16576 16578 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680252147192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16591] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16591/stat : 16591 (java) S 16576 16578 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680251094792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16592] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16592/stat : 16592 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680250043280 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16593] ppid=16576 vsize=2966184 CPUtime=1.42 cores=0,2,4,6
/proc/16578/task/16593/stat : 16593 (java) S 16576 16578 9489 0 -1 4202560 11304 0 0 0 140 2 0 0 20 0 22 0 341926567 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680248989880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16594] ppid=16576 vsize=2966184 CPUtime=1.36 cores=0,2,4,6
/proc/16578/task/16594/stat : 16594 (java) S 16576 16578 9489 0 -1 4202560 8202 0 0 0 133 3 0 0 20 0 22 0 341926567 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680247937080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16578/tid=16595] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16595/stat : 16595 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680246884984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16596] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16596/stat : 16596 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680245832392 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16597] ppid=16576 vsize=2966184 CPUtime=4.72 cores=0,2,4,6
/proc/16578/task/16597/stat : 16597 (java) R 16576 16578 9489 0 -1 4202560 45 0 0 0 472 0 0 0 20 0 22 0 341926679 3037372416 128169 33554432000 1073741824 1073778376 140735875385968 139680244776088 139680743162969 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

################
# More data... #
################

[pid=16578/tid=16598] ppid=16576 vsize=2966184 CPUtime=726.18 cores=0,2,4,6
/proc/16578/task/16598/stat : 16598 (java) R 16576 16578 9489 0 -1 4202560 454 0 0 0 72603 15 0 0 20 0 22 0 341926679 3037372416 257192 33554432000 1073741824 1073778376 140735875385968 139680243723168 139680743053471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16599] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16599/stat : 16599 (java) S 16576 16578 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341926684 3037372416 257192 33554432000 1073741824 1073778376 140735875385968 139680242673320 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16600] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16600/stat : 16600 (java) S 16576 16578 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341926685 3037372416 257192 33554432000 1073741824 1073778376 140735875385968 139680241620520 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1524.59
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 2.23 2.27 2.83 3/192 16634
/proc/meminfo: memFree=25527856/32873844 swapFree=7628/7628
[pid=16578] ppid=16576 vsize=2966184 CPUtime=1645.2 cores=0,2,4,6
/proc/16578/stat : 16578 (java) S 16576 16578 9489 0 -1 4202496 66159 0 1 0 164367 153 0 0 20 0 22 0 341926559 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 140735875377104 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16578/statm: 741546 261800 2284 9 0 732240 0
[pid=16578/tid=16580] ppid=16576 vsize=2966184 CPUtime=1.17 cores=0,2,4,6
/proc/16578/task/16580/stat : 16580 (java) S 16576 16578 9489 0 -1 4202560 2922 0 1 0 112 5 0 0 20 0 22 0 341926560 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680876463256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16581] ppid=16576 vsize=2966184 CPUtime=6.43 cores=0,2,4,6
/proc/16578/task/16581/stat : 16581 (java) S 16576 16578 9489 0 -1 4202560 371 0 0 0 635 8 0 0 20 0 22 0 341926562 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680860744488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16582] ppid=16576 vsize=2966184 CPUtime=6.53 cores=0,2,4,6
/proc/16578/task/16582/stat : 16582 (java) S 16576 16578 9489 0 -1 4202560 368 0 0 0 645 8 0 0 20 0 22 0 341926562 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680741845672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16583] ppid=16576 vsize=2966184 CPUtime=6.2 cores=0,2,4,6
/proc/16578/task/16583/stat : 16583 (java) S 16576 16578 9489 0 -1 4202560 361 0 0 0 612 8 0 0 20 0 22 0 341926562 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680740793384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16584] ppid=16576 vsize=2966184 CPUtime=6.25 cores=0,2,4,6
/proc/16578/task/16584/stat : 16584 (java) S 16576 16578 9489 0 -1 4202560 362 0 0 0 617 8 0 0 20 0 22 0 341926562 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680739740584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16585] ppid=16576 vsize=2966184 CPUtime=6.29 cores=0,2,4,6
/proc/16578/task/16585/stat : 16585 (java) S 16576 16578 9489 0 -1 4202560 336 0 0 0 623 6 0 0 20 0 22 0 341926562 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680738687272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16586] ppid=16576 vsize=2966184 CPUtime=6.17 cores=0,2,4,6
/proc/16578/task/16586/stat : 16586 (java) S 16576 16578 9489 0 -1 4202560 363 0 0 0 609 8 0 0 20 0 22 0 341926562 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680737634472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16578/tid=16587] ppid=16576 vsize=2966184 CPUtime=6.13 cores=0,2,4,6
/proc/16578/task/16587/stat : 16587 (java) S 16576 16578 9489 0 -1 4202560 372 0 0 0 605 8 0 0 20 0 22 0 341926562 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680736582184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16588] ppid=16576 vsize=2966184 CPUtime=6.45 cores=0,2,4,6
/proc/16578/task/16588/stat : 16588 (java) S 16576 16578 9489 0 -1 4202560 369 0 0 0 637 8 0 0 20 0 22 0 341926562 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680735529384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16589] ppid=16576 vsize=2966184 CPUtime=23.41 cores=0,2,4,6
/proc/16578/task/16589/stat : 16589 (java) S 16576 16578 9489 0 -1 4202560 36119 0 0 0 2286 55 0 0 20 0 22 0 341926563 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680253201128 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16590] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16590/stat : 16590 (java) S 16576 16578 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680252147192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16591] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16591/stat : 16591 (java) S 16576 16578 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680251094792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16592] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16592/stat : 16592 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680250043280 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16593] ppid=16576 vsize=2966184 CPUtime=2.05 cores=0,2,4,6
/proc/16578/task/16593/stat : 16593 (java) S 16576 16578 9489 0 -1 4202560 13911 0 0 0 203 2 0 0 20 0 22 0 341926567 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680248989880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16594] ppid=16576 vsize=2966184 CPUtime=1.47 cores=0,2,4,6
/proc/16578/task/16594/stat : 16594 (java) S 16576 16578 9489 0 -1 4202560 8213 0 0 0 144 3 0 0 20 0 22 0 341926567 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680247937080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16595] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16595/stat : 16595 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680246884984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16596] ppid=16576 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/16578/task/16596/stat : 16596 (java) S 16576 16578 9489 0 -1 4202560 44 0 0 0 16 15 0 0 20 0 22 0 341926567 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680245832392 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16597] ppid=16576 vsize=2966184 CPUtime=783.49 cores=0,2,4,6
/proc/16578/task/16597/stat : 16597 (java) R 16576 16578 9489 0 -1 4202560 384 0 0 0 78335 14 0 0 20 0 22 0 341926679 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680244775968 139680742996923 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16598] ppid=16576 vsize=2966184 CPUtime=783.49 cores=0,2,4,6
/proc/16578/task/16598/stat : 16598 (java) R 16576 16578 9489 0 -1 4202560 474 0 0 0 78334 15 0 0 20 0 22 0 341926679 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680243723472 139680743053480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16599] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16599/stat : 16599 (java) S 16576 16578 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341926684 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680242673320 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16600] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16600/stat : 16600 (java) S 16576 16578 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341926685 3037372416 261800 33554432000 1073741824 1073778376 140735875385968 139680241620520 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1645.2
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 2.09 2.22 2.77 3/192 16635
/proc/meminfo: memFree=25509424/32873844 swapFree=7628/7628
[pid=16578] ppid=16576 vsize=2966184 CPUtime=1765.27 cores=0,2,4,6
/proc/16578/stat : 16578 (java) S 16576 16578 9489 0 -1 4202496 67817 0 1 0 176366 161 0 0 20 0 22 0 341926559 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 140735875377104 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16578/statm: 741546 266407 2284 9 0 732240 0
[pid=16578/tid=16580] ppid=16576 vsize=2966184 CPUtime=1.17 cores=0,2,4,6
/proc/16578/task/16580/stat : 16580 (java) S 16576 16578 9489 0 -1 4202560 2925 0 1 0 112 5 0 0 20 0 22 0 341926560 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680876463256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16581] ppid=16576 vsize=2966184 CPUtime=7.01 cores=0,2,4,6
/proc/16578/task/16581/stat : 16581 (java) S 16576 16578 9489 0 -1 4202560 375 0 0 0 692 9 0 0 20 0 22 0 341926562 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680860744488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16578/tid=16582] ppid=16576 vsize=2966184 CPUtime=7.07 cores=0,2,4,6
/proc/16578/task/16582/stat : 16582 (java) S 16576 16578 9489 0 -1 4202560 371 0 0 0 698 9 0 0 20 0 22 0 341926562 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680741845672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16583] ppid=16576 vsize=2966184 CPUtime=6.77 cores=0,2,4,6
/proc/16578/task/16583/stat : 16583 (java) S 16576 16578 9489 0 -1 4202560 366 0 0 0 669 8 0 0 20 0 22 0 341926562 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680740793384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16578/tid=16584] ppid=16576 vsize=2966184 CPUtime=6.85 cores=0,2,4,6
/proc/16578/task/16584/stat : 16584 (java) S 16576 16578 9489 0 -1 4202560 364 0 0 0 677 8 0 0 20 0 22 0 341926562 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680739740584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16585] ppid=16576 vsize=2966184 CPUtime=6.82 cores=0,2,4,6
/proc/16578/task/16585/stat : 16585 (java) S 16576 16578 9489 0 -1 4202560 342 0 0 0 675 7 0 0 20 0 22 0 341926562 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680738687272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16586] ppid=16576 vsize=2966184 CPUtime=6.78 cores=0,2,4,6
/proc/16578/task/16586/stat : 16586 (java) S 16576 16578 9489 0 -1 4202560 364 0 0 0 670 8 0 0 20 0 22 0 341926562 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680737634472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16578/tid=16587] ppid=16576 vsize=2966184 CPUtime=6.77 cores=0,2,4,6
/proc/16578/task/16587/stat : 16587 (java) S 16576 16578 9489 0 -1 4202560 377 0 0 0 669 8 0 0 20 0 22 0 341926562 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680736582184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16588] ppid=16576 vsize=2966184 CPUtime=7 cores=0,2,4,6
/proc/16578/task/16588/stat : 16588 (java) S 16576 16578 9489 0 -1 4202560 371 0 0 0 692 8 0 0 20 0 22 0 341926562 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680735529384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16589] ppid=16576 vsize=2966184 CPUtime=25.41 cores=0,2,4,6
/proc/16578/task/16589/stat : 16589 (java) S 16576 16578 9489 0 -1 4202560 37703 0 0 0 2482 59 0 0 20 0 22 0 341926563 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680253201128 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16590] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16590/stat : 16590 (java) S 16576 16578 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680252147192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16591] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16591/stat : 16591 (java) S 16576 16578 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680251094792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16592] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16592/stat : 16592 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680250043280 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16593] ppid=16576 vsize=2966184 CPUtime=2.05 cores=0,2,4,6
/proc/16578/task/16593/stat : 16593 (java) S 16576 16578 9489 0 -1 4202560 13911 0 0 0 203 2 0 0 20 0 22 0 341926567 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680248989880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16594] ppid=16576 vsize=2966184 CPUtime=1.47 cores=0,2,4,6
/proc/16578/task/16594/stat : 16594 (java) S 16576 16578 9489 0 -1 4202560 8213 0 0 0 144 3 0 0 20 0 22 0 341926567 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680247937080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16595] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16595/stat : 16595 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680246884984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16596] ppid=16576 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/16578/task/16596/stat : 16596 (java) S 16576 16578 9489 0 -1 4202560 48 0 0 0 17 16 0 0 20 0 22 0 341926567 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680245832392 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16597] ppid=16576 vsize=2966184 CPUtime=840.25 cores=0,2,4,6
/proc/16578/task/16597/stat : 16597 (java) R 16576 16578 9489 0 -1 4202560 406 0 0 0 84009 16 0 0 20 0 22 0 341926679 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680244775968 139680743077397 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16598] ppid=16576 vsize=2966184 CPUtime=840.23 cores=0,2,4,6
/proc/16578/task/16598/stat : 16598 (java) R 16576 16578 9489 0 -1 4202560 491 0 0 0 84006 17 0 0 20 0 22 0 341926679 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680243723472 139680743031845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16599] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16599/stat : 16599 (java) S 16576 16578 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341926684 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680242673320 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16600] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16600/stat : 16600 (java) S 16576 16578 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341926685 3037372416 266407 33554432000 1073741824 1073778376 140735875385968 139680241620520 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1765.27
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.807 s]
/proc/loadavg: 2.06 2.20 2.76 3/192 16635
/proc/meminfo: memFree=25509424/32873844 swapFree=7628/7628
[pid=16578] ppid=16576 vsize=2966184 CPUtime=1800.02 cores=0,2,4,6
/proc/16578/stat : 16578 (java) S 16576 16578 9489 0 -1 4202496 68642 0 1 0 179839 163 0 0 20 0 22 0 341926559 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 140735875377104 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16578/statm: 741546 266408 2284 9 0 732240 0
[pid=16578/tid=16580] ppid=16576 vsize=2966184 CPUtime=1.17 cores=0,2,4,6
/proc/16578/task/16580/stat : 16580 (java) S 16576 16578 9489 0 -1 4202560 2925 0 1 0 112 5 0 0 20 0 22 0 341926560 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680876463256 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16581] ppid=16576 vsize=2966184 CPUtime=7.13 cores=0,2,4,6
/proc/16578/task/16581/stat : 16581 (java) S 16576 16578 9489 0 -1 4202560 375 0 0 0 704 9 0 0 20 0 22 0 341926562 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680860744488 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16582] ppid=16576 vsize=2966184 CPUtime=7.25 cores=0,2,4,6
/proc/16578/task/16582/stat : 16582 (java) S 16576 16578 9489 0 -1 4202560 371 0 0 0 716 9 0 0 20 0 22 0 341926562 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680741845672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16583] ppid=16576 vsize=2966184 CPUtime=6.9 cores=0,2,4,6
/proc/16578/task/16583/stat : 16583 (java) S 16576 16578 9489 0 -1 4202560 366 0 0 0 681 9 0 0 20 0 22 0 341926562 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680740793384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16584] ppid=16576 vsize=2966184 CPUtime=6.96 cores=0,2,4,6
/proc/16578/task/16584/stat : 16584 (java) S 16576 16578 9489 0 -1 4202560 364 0 0 0 688 8 0 0 20 0 22 0 341926562 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680739740584 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16585] ppid=16576 vsize=2966184 CPUtime=6.95 cores=0,2,4,6
/proc/16578/task/16585/stat : 16585 (java) S 16576 16578 9489 0 -1 4202560 342 0 0 0 688 7 0 0 20 0 22 0 341926562 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680738687272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16586] ppid=16576 vsize=2966184 CPUtime=6.92 cores=0,2,4,6
/proc/16578/task/16586/stat : 16586 (java) S 16576 16578 9489 0 -1 4202560 364 0 0 0 684 8 0 0 20 0 22 0 341926562 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680737634472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16578/tid=16587] ppid=16576 vsize=2966184 CPUtime=6.88 cores=0,2,4,6
/proc/16578/task/16587/stat : 16587 (java) S 16576 16578 9489 0 -1 4202560 377 0 0 0 680 8 0 0 20 0 22 0 341926562 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680736582184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16578/tid=16588] ppid=16576 vsize=2966184 CPUtime=7.15 cores=0,2,4,6
/proc/16578/task/16588/stat : 16588 (java) S 16576 16578 9489 0 -1 4202560 371 0 0 0 707 8 0 0 20 0 22 0 341926562 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680735529384 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16578/tid=16589] ppid=16576 vsize=2966184 CPUtime=26.18 cores=0,2,4,6
/proc/16578/task/16589/stat : 16589 (java) S 16576 16578 9489 0 -1 4202560 38517 0 0 0 2558 60 0 0 20 0 22 0 341926563 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680253201128 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16590] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16590/stat : 16590 (java) S 16576 16578 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680252147192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16591] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16591/stat : 16591 (java) S 16576 16578 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341926563 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680251094792 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16592] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16592/stat : 16592 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680250043280 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16593] ppid=16576 vsize=2966184 CPUtime=2.05 cores=0,2,4,6
/proc/16578/task/16593/stat : 16593 (java) S 16576 16578 9489 0 -1 4202560 13911 0 0 0 203 2 0 0 20 0 22 0 341926567 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680248989880 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16594] ppid=16576 vsize=2966184 CPUtime=1.47 cores=0,2,4,6
/proc/16578/task/16594/stat : 16594 (java) S 16576 16578 9489 0 -1 4202560 8213 0 0 0 144 3 0 0 20 0 22 0 341926567 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680247937080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16595] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16595/stat : 16595 (java) S 16576 16578 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341926567 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680246884984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16596] ppid=16576 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/16578/task/16596/stat : 16596 (java) S 16576 16578 9489 0 -1 4202560 48 0 0 0 17 17 0 0 20 0 22 0 341926567 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680245832392 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16578/tid=16597] ppid=16576 vsize=2966184 CPUtime=856.71 cores=0,2,4,6
/proc/16578/task/16597/stat : 16597 (java) R 16576 16578 9489 0 -1 4202560 413 0 0 0 85654 17 0 0 20 0 22 0 341926679 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680244775856 139680743125627 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16598] ppid=16576 vsize=2966184 CPUtime=856.68 cores=0,2,4,6
/proc/16578/task/16598/stat : 16598 (java) R 16576 16578 9489 0 -1 4202560 495 0 0 0 85650 18 0 0 20 0 22 0 341926679 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680243723680 139680743057221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16578/tid=16599] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16599/stat : 16599 (java) S 16576 16578 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341926684 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680242673320 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16578/tid=16600] ppid=16576 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16578/task/16600/stat : 16600 (java) S 16576 16578 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341926685 3037372416 266408 33554432000 1073741824 1073778376 140735875385968 139680241620520 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2966184

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 899.858
CPU time (s): 1801.16
CPU user time (s): 1799.11
CPU system time (s): 2.05469
CPU usage (%): 200.161
Max. virtual memory (cumulated for all children) (KiB): 2967572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 2.05469
maximum resident set size= 1068884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68674
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42919
involuntary context switches= 102390

runsolver used 3.35949 second user time and 8.16576 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 23:13:37
IDJOB=3739655
IDBENCH=73968
IDSOLVER=2324
FILE ID=node144/3739655-1338758017
RUNJOBID= node144-1338739588-9505
PBS_JOBID= 14636773
Free space on /tmp= 70836 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_7-unsat.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739655-1338758017/watcher-3739655-1338758017 -o /tmp/evaluation-result-3739655-1338758017/solver-3739655-1338758017 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3739655-1338758017.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= dcebcc122dcddcac4192e5e5bf5bd3e3
RANDOM SEED=937403404

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25902256 kB
Buffers:         1720188 kB
Cached:          3679080 kB
SwapCached:          464 kB
Active:          4182600 kB
Inactive:        1899084 kB
Active(anon):     662700 kB
Inactive(anon):    11188 kB
Active(file):    3519900 kB
Inactive(file):  1887896 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:              3004 kB
Writeback:             0 kB
AnonPages:        687208 kB
Mapped:            22568 kB
Shmem:               172 kB
Slab:             740876 kB
SReclaimable:     182560 kB
SUnreclaim:       558316 kB
KernelStack:        1616 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1576032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 23:28:39