Trace number 3709881

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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.65 1779.45

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-45-40.opb
MD5SUMbfd9076f83014271363fd9848b4f1d95
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.038993
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints85
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3709881-1338151076.opb
0.08/0.12	c reading problem ... 
0.26/0.21	c ... done. Wall clock time 0.089s.
0.26/0.21	c declared #vars     1800
0.26/0.21	c #constraints  85
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
0.26/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
0.26/0.21	c 85 constraints processed.
3.08/2.71	c cleaning 2502 clauses out of 5003 with flag 5003/5003
6.24/5.82	c cleaning 4248 clauses out of 8501 with flag 11003/11003
11.53/11.04	c cleaning 5623 clauses out of 11251 with flag 18001/18001
17.22/16.68	c cleaning 6815 clauses out of 13632 with flag 26005/26005
23.62/22.99	c cleaning 7903 clauses out of 15813 with flag 35001/35001
31.27/30.53	c cleaning 8954 clauses out of 17911 with flag 45002/45002
40.73/39.92	c cleaning 9979 clauses out of 19957 with flag 56002/56002
49.70/48.85	c cleaning 10967 clauses out of 21976 with flag 68000/68000
61.16/60.21	c cleaning 12004 clauses out of 24009 with flag 81000/81000
73.12/72.13	c cleaning 13011 clauses out of 26028 with flag 95023/95023
86.11/85.09	c cleaning 13993 clauses out of 27996 with flag 110002/110002
98.97/97.88	c cleaning 15001 clauses out of 30005 with flag 126004/126004
112.65/111.40	c cleaning 15994 clauses out of 32003 with flag 143003/143003
130.83/129.56	c cleaning 16998 clauses out of 34007 with flag 161001/161001
147.13/145.76	c cleaning 18006 clauses out of 36011 with flag 180003/180003
166.15/164.65	c cleaning 18994 clauses out of 38004 with flag 200002/200002
184.63/182.99	c cleaning 20003 clauses out of 40009 with flag 221001/221001
200.88/199.09	c cleaning 20990 clauses out of 42006 with flag 243001/243001
234.61/232.63	c cleaning 22013 clauses out of 44029 with flag 266014/266014
257.58/255.40	c cleaning 22998 clauses out of 46003 with flag 290001/290001
280.75/278.41	c cleaning 23999 clauses out of 48007 with flag 315003/315003
312.62/310.10	c cleaning 25016 clauses out of 50038 with flag 341033/341033
347.95/345.04	c cleaning 25993 clauses out of 51994 with flag 368005/368005
396.50/393.28	c cleaning 26997 clauses out of 53997 with flag 396001/396001
423.52/419.95	c cleaning 27996 clauses out of 56000 with flag 425001/425001
458.27/454.30	c cleaning 28997 clauses out of 58004 with flag 455001/455001
498.93/494.37	c cleaning 29998 clauses out of 60007 with flag 486001/486001
542.29/537.18	c cleaning 31014 clauses out of 62032 with flag 518024/518024
580.63/575.04	c cleaning 31994 clauses out of 63994 with flag 551000/551000
615.97/609.98	c cleaning 32997 clauses out of 66001 with flag 585001/585001
651.79/645.14	c cleaning 33998 clauses out of 68003 with flag 620000/620000
695.30/688.05	c cleaning 35001 clauses out of 70005 with flag 656000/656000
743.13/735.36	c cleaning 36001 clauses out of 72004 with flag 693000/693000
781.88/773.63	c cleaning 36996 clauses out of 74008 with flag 731005/731005
833.11/824.30	c cleaning 38003 clauses out of 76009 with flag 770002/770002
883.97/874.56	c cleaning 39004 clauses out of 78010 with flag 810006/810006
937.45/927.41	c cleaning 39997 clauses out of 80000 with flag 851000/851000
989.85/979.14	c cleaning 40999 clauses out of 82003 with flag 893000/893000
1038.17/1026.57	c cleaning 42012 clauses out of 84024 with flag 936020/936020
1095.53/1083.17	c cleaning 43000 clauses out of 86011 with flag 980019/980019
1156.36/1143.31	c cleaning 43994 clauses out of 87993 with flag 1025001/1025001
1219.22/1205.56	c cleaning 44997 clauses out of 90012 with flag 1071014/1071014
1283.17/1268.64	c cleaning 45999 clauses out of 92003 with flag 1118002/1118002
1355.13/1339.82	c cleaning 47006 clauses out of 94011 with flag 1166009/1166009
1427.16/1410.93	c cleaning 47998 clauses out of 96008 with flag 1215012/1215012
1517.43/1500.45	c cleaning 49014 clauses out of 98030 with flag 1265032/1265032
1611.13/1593.32	c cleaning 49993 clauses out of 99987 with flag 1316003/1316003
1668.52/1649.53	c cleaning 50989 clauses out of 101991 with flag 1368000/1368000
1735.03/1715.13	c cleaning 52002 clauses out of 104003 with flag 1421001/1421001
1800.08/1779.41	c starts		: 207
1800.08/1779.41	c conflicts		: 1470945
1800.08/1779.41	c decisions		: 1639882
1800.08/1779.41	c propagations		: 82676090
1800.08/1779.41	c inspects		: 4455499112
1800.08/1779.41	c shortcuts		: 0
1800.08/1779.41	c learnt literals	: 0
1800.08/1779.41	c learnt binary clauses	: 0
1800.08/1779.41	c learnt ternary clauses	: 0
1800.08/1779.41	c learnt constraints	: 1470945
1800.08/1779.41	c ignored constraints	: 0
1800.08/1779.41	c root simplifications	: 207
1800.08/1779.41	c removed literals (reason simplification)	: 10012644
1800.08/1779.41	c reason swapping (by a shorter reason)	: 0
1800.08/1779.41	c Calls to reduceDB	: 49
1800.08/1779.41	c number of reductions to clauses (during analyze)	: 0
1800.08/1779.41	c number of learned constraints concerned by reduction	: 0
1800.08/1779.41	c number of learning phase by resolution	: 0
1800.08/1779.41	c number of learning phase by cutting planes	: 0
1800.08/1779.41	c speed (assignments/second)	: 46468.25952186242
1800.08/1779.41	c non guided choices	781
1800.08/1779.44	c learnt constraints type 
1800.08/1779.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 101959
1800.08/1779.44	c constraints type 
1800.08/1779.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45
1800.08/1779.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
1800.08/1779.44	c 85 constraints processed.
1800.08/1779.44	s UNKNOWN
1800.08/1779.44	c Total wall clock time (in seconds): 1779.318

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-3709881-1338151076/watcher-3709881-1338151076 -o /tmp/evaluation-result-3709881-1338151076/solver-3709881-1338151076 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709881-1338151076.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: 2.07 2.08 2.03 2/194 4602
/proc/meminfo: memFree=28867668/32873648 swapFree=6864/6864
[pid=4602] ppid=4600 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/4602/stat : 4602 (java) R 4600 4602 32120 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 281233007 9515008 183 33554432000 1073741824 1073778376 140736530663184 140736530654216 270707357927 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2323 184 142 9 0 71 0

[startup+0.0751639 s]
/proc/loadavg: 2.07 2.08 2.03 2/194 4602
/proc/meminfo: memFree=28867668/32873648 swapFree=6864/6864
[pid=4602] ppid=4600 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 32120 0 -1 4202496 3356 0 1 0 4 0 0 0 20 0 18 0 281233007 9787842560 4564 33554432000 1073741824 1073778376 140734220790608 140734220781744 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2389610 4567 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.10027 s]
/proc/loadavg: 2.07 2.08 2.03 2/194 4602
/proc/meminfo: memFree=28867668/32873648 swapFree=6864/6864
[pid=4602] ppid=4600 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 32120 0 -1 4202496 4264 0 1 0 8 0 0 0 20 0 18 0 281233007 9787842560 5982 33554432000 1073741824 1073778376 140734220790608 140734220781744 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2389610 5982 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300227 s]
/proc/loadavg: 2.07 2.08 2.03 2/194 4602
/proc/meminfo: memFree=28867668/32873648 swapFree=6864/6864
[pid=4602] ppid=4600 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 32120 0 -1 4202496 6150 0 1 0 50 1 0 0 20 0 19 0 281233007 9856004096 8906 33554432000 1073741824 1073778376 140734220790608 140734220781744 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406251 8906 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625004

[startup+0.700213 s]
/proc/loadavg: 2.07 2.08 2.03 2/194 4602
/proc/meminfo: memFree=28867668/32873648 swapFree=6864/6864
[pid=4602] ppid=4600 vsize=9625004 CPUtime=1.02 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 32120 0 -1 4202496 6228 0 1 0 101 1 0 0 20 0 19 0 281233007 9856004096 10482 33554432000 1073741824 1073778376 140734220790608 140734220781744 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406251 10482 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625004

[startup+1.50069 s]
/proc/loadavg: 2.07 2.08 2.03 3/213 4621
/proc/meminfo: memFree=28830144/32873648 swapFree=6864/6864
[pid=4602] ppid=4600 vsize=9625004 CPUtime=1.83 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 32120 0 -1 4202496 6236 0 1 0 182 1 0 0 20 0 19 0 281233007 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 140734220781744 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406251 13044 2242 9 0 2396937 0
[pid=4602/tid=4604] ppid=4600 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/4602/task/4604/stat : 4604 (java) R 4600 4602 32120 0 -1 4202560 2519 0 1 0 147 0 0 0 20 0 19 0 281233008 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139907448148584 139907301845536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4605] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4605/stat : 4605 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139907420601128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4606] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4606/stat : 4606 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139907290409640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4607] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4607/stat : 4607 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139907289357352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4608] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4608/stat : 4608 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139907288304552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4609] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4609/stat : 4609 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139907287251240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4610] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139907286198440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139906949048872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139906947996072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281233010 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139906935798504 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139906934744568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139906933692168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139906932640656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 32120 0 -1 4202560 992 0 0 0 17 0 0 0 20 0 19 0 281233013 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139906931587256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 32120 0 -1 4202560 1531 0 0 0 16 0 0 0 20 0 19 0 281233013 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139906930534456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139906929482360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139906928429768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281233029 9856004096 13044 33554432000 1073741824 1073778376 140734220790608 139906927375784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9625004

[startup+3.10069 s]
/proc/loadavg: 2.07 2.08 2.03 4/213 4621
/proc/meminfo: memFree=28817360/32873648 swapFree=6864/6864
[pid=4602] ppid=4600 vsize=9625004 CPUtime=3.51 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 32120 0 -1 4202496 6785 0 1 0 349 2 0 0 20 0 19 0 281233007 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 140734220781744 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406251 25412 2275 9 0 2396937 0
[pid=4602/tid=4604] ppid=4600 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/4602/task/4604/stat : 4604 (java) R 4600 4602 32120 0 -1 4202560 2531 0 1 0 303 1 0 0 20 0 19 0 281233008 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139907448148360 139907301891118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4605] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4605/stat : 4605 (java) S 4600 4602 32120 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139907420601128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4606] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4606/stat : 4606 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139907290409640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4607] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4607/stat : 4607 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139907289357352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4608] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4608/stat : 4608 (java) S 4600 4602 32120 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139907288304552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4609] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4609/stat : 4609 (java) S 4600 4602 32120 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139907287251240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4610] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139907286198440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139906949048872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139906947996072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 32120 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 281233010 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139906935798504 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139906934744568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139906933692168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139906932640656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 32120 0 -1 4202560 1449 0 0 0 22 0 0 0 20 0 19 0 281233013 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139906931587256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 32120 0 -1 4202560 1535 0 0 0 17 0 0 0 20 0 19 0 281233013 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139906930534456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139906929482360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139906928429768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281233029 9856004096 25412 33554432000 1073741824 1073778376 140734220790608 139906927375784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 2.07 2.08 2.03 3/213 4621
/proc/meminfo: memFree=28773856/32873648 swapFree=6864/6864
[pid=4602] ppid=4600 vsize=9625004 CPUtime=6.82 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 32120 0 -1 4202496 7333 0 1 0 674 8 0 0 20 0 19 0 281233007 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 140734220781744 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406251 35510 2275 9 0 2396937 0
[pid=4602/tid=4604] ppid=4600 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/4602/task/4604/stat : 4604 (java) R 4600 4602 32120 0 -1 4202560 2533 0 1 0 619 2 0 0 20 0 19 0 281233008 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139907448148272 139907301972386 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4605] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4605/stat : 4605 (java) S 4600 4602 32120 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139907420601128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4606] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4606/stat : 4606 (java) S 4600 4602 32120 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139907290409640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4607] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4607/stat : 4607 (java) S 4600 4602 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139907289357352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4608] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4608/stat : 4608 (java) S 4600 4602 32120 0 -1 4202560 96 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139907288304552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4609] ppid=4600 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4602/task/4609/stat : 4609 (java) S 4600 4602 32120 0 -1 4202560 148 0 0 0 0 1 0 0 20 0 19 0 281233009 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139907287251240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4610] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139907286198440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 32120 0 -1 4202560 62 0 0 0 0 0 0 0 20 0 19 0 281233009 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139906949048872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 32120 0 -1 4202560 155 0 0 0 0 1 0 0 20 0 19 0 281233009 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139906947996072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 32120 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 19 0 281233010 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139906935798504 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139906934744568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139906933692168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139906932640656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 32120 0 -1 4202560 1449 0 0 0 24 0 0 0 20 0 19 0 281233013 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139906931587256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9625004 CPUtime=0.19 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 32120 0 -1 4202560 1538 0 0 0 19 0 0 0 20 0 19 0 281233013 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139906930534456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139906929482360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139906928429768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281233029 9856004096 35510 33554432000 1073741824 1073778376 140734220790608 139906927375784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=4602/tid=4610] ppid=4600 vsize=9625004 CPUtime=2.88 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 32120 0 -1 4202560 1083 0 0 0 276 12 0 0 20 0 19 0 281233009 9856004096 216200 33554432000 1073741824 1073778376 140734220790608 139907286198440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9625004 CPUtime=2.89 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 32120 0 -1 4202560 872 0 0 0 275 14 0 0 20 0 19 0 281233009 9856004096 216200 33554432000 1073741824 1073778376 140734220790608 139906949048872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9625004 CPUtime=3.1 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 32120 0 -1 4202560 1202 0 0 0 294 16 0 0 20 0 19 0 281233009 9856004096 216200 33554432000 1073741824 1073778376 140734220790608 139906947996072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9625004 CPUtime=4.05 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 32120 0 -1 4202560 940 0 0 0 400 5 0 0 20 0 19 0 281233010 9856004096 216200 33554432000 1073741824 1073778376 140734220790608 139906935798504 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 216200 33554432000 1073741824 1073778376 140734220790608 139906934744568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 216200 33554432000 1073741824 1073778376 140734220790608 139906933692168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 216200 33554432000 1073741824 1073778376 140734220790608 139906932640656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 32120 0 -1 4202560 1449 0 0 0 24 0 0 0 20 0 19 0 281233013 9856004096 216200 33554432000 1073741824 1073778376 140734220790608 139906931587256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 32120 0 -1 4202560 1545 0 0 0 23 0 0 0 20 0 19 0 281233013 9856004096 216200 33554432000 1073741824 1073778376 140734220790608 139906930534456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 216200 33554432000 1073741824 1073778376 140734220790608 139906929482360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 32120 0 -1 4202560 93 0 0 0 26 29 0 0 20 0 19 0 281233013 9856004096 216200 33554432000 1073741824 1073778376 140734220790608 139906928429768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281233029 9856004096 216200 33554432000 1073741824 1073778376 140734220790608 139906927375784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1620.35
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.15 2.15 2.06 3/212 4717
/proc/meminfo: memFree=27435252/32873648 swapFree=6864/6864
[pid=4602] ppid=4600 vsize=9625004 CPUtime=1681.56 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 32120 0 -1 4202496 16587 0 1 0 167991 165 0 0 20 0 19 0 281233007 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 140734220781744 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406251 225942 2276 9 0 2396937 0
[pid=4602/tid=4604] ppid=4600 vsize=9625004 CPUtime=1650.76 cores=0,2,4,6
/proc/4602/task/4604/stat : 4604 (java) R 4600 4602 32120 0 -1 4202560 2852 0 1 0 165046 30 0 0 20 0 19 0 281233008 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139907448147328 139907301845562 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4605] ppid=4600 vsize=9625004 CPUtime=3.27 cores=0,2,4,6
/proc/4602/task/4605/stat : 4605 (java) S 4600 4602 32120 0 -1 4202560 977 0 0 0 312 15 0 0 20 0 19 0 281233009 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139907420601128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4606] ppid=4600 vsize=9625004 CPUtime=3.27 cores=0,2,4,6
/proc/4602/task/4606/stat : 4606 (java) S 4600 4602 32120 0 -1 4202560 1533 0 0 0 313 14 0 0 20 0 19 0 281233009 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139907290409640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4607] ppid=4600 vsize=9625004 CPUtime=3.22 cores=0,2,4,6
/proc/4602/task/4607/stat : 4607 (java) S 4600 4602 32120 0 -1 4202560 906 0 0 0 307 15 0 0 20 0 19 0 281233009 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139907289357352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4608] ppid=4600 vsize=9625004 CPUtime=3.18 cores=0,2,4,6
/proc/4602/task/4608/stat : 4608 (java) S 4600 4602 32120 0 -1 4202560 399 0 0 0 302 16 0 0 20 0 19 0 281233009 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139907288304552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4609] ppid=4600 vsize=9625004 CPUtime=3.21 cores=0,2,4,6
/proc/4602/task/4609/stat : 4609 (java) S 4600 4602 32120 0 -1 4202560 1002 0 0 0 303 18 0 0 20 0 19 0 281233009 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139907287251240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4610] ppid=4600 vsize=9625004 CPUtime=3.13 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 32120 0 -1 4202560 1386 0 0 0 300 13 0 0 20 0 19 0 281233009 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139907286198440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9625004 CPUtime=3.12 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 32120 0 -1 4202560 1095 0 0 0 297 15 0 0 20 0 19 0 281233009 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139906949048872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9625004 CPUtime=3.29 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 32120 0 -1 4202560 1208 0 0 0 312 17 0 0 20 0 19 0 281233009 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139906947996072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9625004 CPUtime=4.27 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 32120 0 -1 4202560 958 0 0 0 422 5 0 0 20 0 19 0 281233010 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139906935798504 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139906934744568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139906933692168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139906932640656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 32120 0 -1 4202560 1449 0 0 0 24 0 0 0 20 0 19 0 281233013 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139906931587256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 32120 0 -1 4202560 1545 0 0 0 23 0 0 0 20 0 19 0 281233013 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139906930534456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139906929482360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 32120 0 -1 4202560 96 0 0 0 27 31 0 0 20 0 19 0 281233013 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139906928429768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281233029 9856004096 225942 33554432000 1073741824 1073778376 140734220790608 139906927375784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1681.56
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.05 2.12 2.05 3/213 4718
/proc/meminfo: memFree=27469996/32873648 swapFree=6864/6864
[pid=4602] ppid=4600 vsize=9625004 CPUtime=1742.36 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 32120 0 -1 4202496 16634 0 1 0 174069 167 0 0 20 0 19 0 281233007 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 140734220781744 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406251 227498 2276 9 0 2396937 0
[pid=4602/tid=4604] ppid=4600 vsize=9625004 CPUtime=1710.35 cores=0,2,4,6
/proc/4602/task/4604/stat : 4604 (java) R 4600 4602 32120 0 -1 4202560 2861 0 1 0 171005 30 0 0 20 0 19 0 281233008 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139907448147328 139907301861953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4605] ppid=4600 vsize=9625004 CPUtime=3.39 cores=0,2,4,6
/proc/4602/task/4605/stat : 4605 (java) S 4600 4602 32120 0 -1 4202560 996 0 0 0 324 15 0 0 20 0 19 0 281233009 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139907420601128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4606] ppid=4600 vsize=9625004 CPUtime=3.42 cores=0,2,4,6
/proc/4602/task/4606/stat : 4606 (java) S 4600 4602 32120 0 -1 4202560 1535 0 0 0 327 15 0 0 20 0 19 0 281233009 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139907290409640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4607] ppid=4600 vsize=9625004 CPUtime=3.36 cores=0,2,4,6
/proc/4602/task/4607/stat : 4607 (java) S 4600 4602 32120 0 -1 4202560 906 0 0 0 321 15 0 0 20 0 19 0 281233009 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139907289357352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4608] ppid=4600 vsize=9625004 CPUtime=3.3 cores=0,2,4,6
/proc/4602/task/4608/stat : 4608 (java) S 4600 4602 32120 0 -1 4202560 399 0 0 0 314 16 0 0 20 0 19 0 281233009 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139907288304552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4609] ppid=4600 vsize=9625004 CPUtime=3.33 cores=0,2,4,6
/proc/4602/task/4609/stat : 4609 (java) S 4600 4602 32120 0 -1 4202560 1005 0 0 0 314 19 0 0 20 0 19 0 281233009 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139907287251240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4610] ppid=4600 vsize=9625004 CPUtime=3.31 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 32120 0 -1 4202560 1388 0 0 0 318 13 0 0 20 0 19 0 281233009 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139907286198440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9625004 CPUtime=3.25 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 32120 0 -1 4202560 1095 0 0 0 310 15 0 0 20 0 19 0 281233009 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139906949048872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9625004 CPUtime=3.41 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 32120 0 -1 4202560 1208 0 0 0 324 17 0 0 20 0 19 0 281233009 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139906947996072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9625004 CPUtime=4.38 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 32120 0 -1 4202560 968 0 0 0 433 5 0 0 20 0 19 0 281233010 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139906935798504 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139906934744568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139906933692168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139906932640656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 32120 0 -1 4202560 1449 0 0 0 24 0 0 0 20 0 19 0 281233013 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139906931587256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 32120 0 -1 4202560 1545 0 0 0 23 0 0 0 20 0 19 0 281233013 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139906930534456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139906929482360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 32120 0 -1 4202560 98 0 0 0 28 32 0 0 20 0 19 0 281233013 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139906928429768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281233029 9856004096 227498 33554432000 1073741824 1073778376 140734220790608 139906927375784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1742.36
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.4 s]
/proc/loadavg: 2.05 2.11 2.05 3/213 4719
/proc/meminfo: memFree=27591208/32873648 swapFree=6864/6864
[pid=4602] ppid=4600 vsize=9625004 CPUtime=1800.08 cores=0,2,4,6
/proc/4602/stat : 4602 (java) S 4600 4602 32120 0 -1 4202496 16654 0 1 0 179840 168 0 0 20 0 19 0 281233007 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 140734220781744 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4602/statm: 2406251 225591 2276 9 0 2396937 0
[pid=4602/tid=4604] ppid=4600 vsize=9625004 CPUtime=1767.21 cores=0,2,4,6
/proc/4602/task/4604/stat : 4604 (java) R 4600 4602 32120 0 -1 4202560 2869 0 1 0 176690 31 0 0 20 0 19 0 281233008 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139907448147312 139907301872208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4605] ppid=4600 vsize=9625004 CPUtime=3.47 cores=0,2,4,6
/proc/4602/task/4605/stat : 4605 (java) S 4600 4602 32120 0 -1 4202560 1000 0 0 0 332 15 0 0 20 0 19 0 281233009 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139907420601128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4606] ppid=4600 vsize=9625004 CPUtime=3.53 cores=0,2,4,6
/proc/4602/task/4606/stat : 4606 (java) S 4600 4602 32120 0 -1 4202560 1535 0 0 0 338 15 0 0 20 0 19 0 281233009 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139907290409640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4607] ppid=4600 vsize=9625004 CPUtime=3.44 cores=0,2,4,6
/proc/4602/task/4607/stat : 4607 (java) S 4600 4602 32120 0 -1 4202560 906 0 0 0 329 15 0 0 20 0 19 0 281233009 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139907289357352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4602/tid=4608] ppid=4600 vsize=9625004 CPUtime=3.41 cores=0,2,4,6
/proc/4602/task/4608/stat : 4608 (java) S 4600 4602 32120 0 -1 4202560 399 0 0 0 325 16 0 0 20 0 19 0 281233009 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139907288304552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4609] ppid=4600 vsize=9625004 CPUtime=3.43 cores=0,2,4,6
/proc/4602/task/4609/stat : 4609 (java) S 4600 4602 32120 0 -1 4202560 1005 0 0 0 324 19 0 0 20 0 19 0 281233009 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139907287251240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4602/tid=4610] ppid=4600 vsize=9625004 CPUtime=3.42 cores=0,2,4,6
/proc/4602/task/4610/stat : 4610 (java) S 4600 4602 32120 0 -1 4202560 1388 0 0 0 329 13 0 0 20 0 19 0 281233009 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139907286198440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4611] ppid=4600 vsize=9625004 CPUtime=3.38 cores=0,2,4,6
/proc/4602/task/4611/stat : 4611 (java) S 4600 4602 32120 0 -1 4202560 1095 0 0 0 323 15 0 0 20 0 19 0 281233009 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139906949048872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4612] ppid=4600 vsize=9625004 CPUtime=3.55 cores=0,2,4,6
/proc/4602/task/4612/stat : 4612 (java) S 4600 4602 32120 0 -1 4202560 1208 0 0 0 338 17 0 0 20 0 19 0 281233009 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139906947996072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4613] ppid=4600 vsize=9625004 CPUtime=4.38 cores=0,2,4,6
/proc/4602/task/4613/stat : 4613 (java) S 4600 4602 32120 0 -1 4202560 972 0 0 0 433 5 0 0 20 0 19 0 281233010 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139906935798504 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4614] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4614/stat : 4614 (java) S 4600 4602 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139906934744568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4615] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4615/stat : 4615 (java) S 4600 4602 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281233011 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139906933692168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4616] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4616/stat : 4616 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139906932640656 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4617] ppid=4600 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/4602/task/4617/stat : 4617 (java) S 4600 4602 32120 0 -1 4202560 1449 0 0 0 24 0 0 0 20 0 19 0 281233013 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139906931587256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4618] ppid=4600 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/4602/task/4618/stat : 4618 (java) S 4600 4602 32120 0 -1 4202560 1545 0 0 0 23 0 0 0 20 0 19 0 281233013 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139906930534456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4619] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4619/stat : 4619 (java) S 4600 4602 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281233013 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139906929482360 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4602/tid=4620] ppid=4600 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/4602/task/4620/stat : 4620 (java) S 4600 4602 32120 0 -1 4202560 102 0 0 0 29 33 0 0 20 0 19 0 281233013 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139906928429768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4602/tid=4621] ppid=4600 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4602/task/4621/stat : 4621 (java) S 4600 4602 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281233029 9856004096 225591 33554432000 1073741824 1073778376 140734220790608 139906927375784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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): 1779.45
CPU time (s): 1800.65
CPU user time (s): 1798.57
CPU system time (s): 2.08268
CPU usage (%): 101.192
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 2.08268
maximum resident set size= 913576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16761
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47107
involuntary context switches= 51037

runsolver used 5.88011 second user time and 14.9037 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 22:37:56
IDJOB=3709881
IDBENCH=2571
IDSOLVER=2289
FILE ID=node125/3709881-1338151076
RUNJOBID= node125-1338125514-32136
PBS_JOBID= 14624515
Free space on /tmp= 71260 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-45-40.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709881-1338151076/watcher-3709881-1338151076 -o /tmp/evaluation-result-3709881-1338151076/solver-3709881-1338151076 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709881-1338151076.opb

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

MD5SUM BENCH= bfd9076f83014271363fd9848b4f1d95
RANDOM SEED=752567721

node125.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.373
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.74
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.373
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.373
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	: 5331.92
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.373
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.90
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.373
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.91
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        28867932 kB
Buffers:          454992 kB
Cached:          2435404 kB
SwapCached:         2304 kB
Active:          1660728 kB
Inactive:        1500648 kB
Active(anon):     262604 kB
Inactive(anon):    10064 kB
Active(file):    1398124 kB
Inactive(file):  1490584 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:        276772 kB
Mapped:            22480 kB
Shmem:               104 kB
Slab:             703504 kB
SReclaimable:     147300 kB
SUnreclaim:       556204 kB
KernelStack:        1600 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     710956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-27 23:07:37