Trace number 3689192

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
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 1362.11 690.512

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12048_4-unsat.opb
MD5SUMe20086c85095d65afe65e19d07ad3aeb
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 benchmark33.9148
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables28798
Total number of constraints99736
Number of constraints which are clauses99264
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint1
Maximum length of a constraint69
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 397
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.2.v20120418
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		501472288
0.08/0.09	c Max memory 		7480803328
0.08/0.09	c Total memory 		504102912
0.08/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689192-1337881336.opb
0.09/0.11	c reading problem ... 
2.32/1.10	c ... done. Wall clock time 0.99s.
2.32/1.10	c declared #vars     28798
2.32/1.10	c #constraints  83116
2.32/1.10	c constraints type 
2.32/1.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9107
2.32/1.10	c ignored satisfied constraints => 16620
2.32/1.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66402
2.32/1.10	c org.sat4j.minisat.constraints.cnf.UnitClause => 7135
2.32/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
2.32/1.10	c 99736 constraints processed.
2.32/1.10	c constraints type 
2.32/1.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 66402
2.32/1.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9107
2.32/1.10	c ignored satisfied constraints => 16620
2.32/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 472
2.32/1.10	c org.sat4j.pb.constraints.pb.UnitClausePB => 7135
2.32/1.10	c 99736 constraints processed.
7.61/3.07	c cleaning 2497 clauses out of 5000 with flag 5000/5000
11.84/5.04	c cleaning 4247 clauses out of 8504 with flag 11001/11001
16.34/7.39	c cleaning 5622 clauses out of 11257 with flag 18001/18001
21.43/9.96	c cleaning 6814 clauses out of 13634 with flag 26000/26000
27.68/13.13	c cleaning 7903 clauses out of 15820 with flag 35000/35000
34.34/16.58	c cleaning 8952 clauses out of 17917 with flag 45000/45000
41.76/20.30	c cleaning 9973 clauses out of 19965 with flag 56000/56000
50.17/24.64	c cleaning 10990 clauses out of 21992 with flag 68000/68000
58.67/29.04	c cleaning 11998 clauses out of 24007 with flag 81005/81005
68.68/34.14	c cleaning 12995 clauses out of 26004 with flag 95000/95000
80.22/40.06	c cleaning 13992 clauses out of 28011 with flag 110002/110002
92.78/46.46	c cleaning 15000 clauses out of 30016 with flag 126000/126000
106.63/53.56	c cleaning 15999 clauses out of 32017 with flag 143001/143001
114.35/57.58	c cleaning 0 clauses out of 5000 with flag 0/5000
121.97/61.36	c cleaning 17003 clauses out of 34017 with flag 161000/161000
137.70/69.35	c cleaning 17993 clauses out of 36015 with flag 180001/180001
155.62/78.53	c cleaning 19006 clauses out of 38021 with flag 200000/200000
173.90/87.87	c cleaning 20002 clauses out of 40017 with flag 221002/221002
192.59/97.39	c cleaning 20997 clauses out of 42018 with flag 243005/243005
212.30/107.38	c cleaning 21998 clauses out of 44017 with flag 266001/266001
233.57/118.20	c cleaning 23005 clauses out of 46018 with flag 290000/290000
256.63/129.97	c cleaning 24003 clauses out of 48013 with flag 315000/315000
280.69/142.17	c cleaning 24992 clauses out of 50010 with flag 341000/341000
306.30/155.19	c cleaning 25992 clauses out of 52020 with flag 368002/368002
334.44/169.56	c cleaning 27005 clauses out of 54026 with flag 396000/396000
365.87/185.47	c cleaning 28009 clauses out of 56023 with flag 425002/425002
395.53/200.48	c cleaning 29000 clauses out of 58011 with flag 455000/455000
427.12/216.45	c cleaning 30001 clauses out of 60011 with flag 486000/486000
460.20/233.32	c cleaning 30998 clauses out of 62012 with flag 518002/518002
494.23/250.54	c cleaning 32002 clauses out of 64013 with flag 551001/551001
529.43/268.34	c cleaning 32997 clauses out of 66011 with flag 585001/585001
568.66/288.13	c cleaning 34000 clauses out of 68015 with flag 620002/620002
576.94/292.80	c cleaning 0 clauses out of 11000 with flag 0/11000
611.13/310.05	c cleaning 35000 clauses out of 70013 with flag 656000/656000
652.03/330.61	c cleaning 35996 clauses out of 72014 with flag 693001/693001
696.19/353.48	c cleaning 37003 clauses out of 74017 with flag 731000/731000
738.66/374.89	c cleaning 37990 clauses out of 76014 with flag 770000/770000
786.77/399.08	c cleaning 38998 clauses out of 78024 with flag 810000/810000
834.64/423.15	c cleaning 40008 clauses out of 80027 with flag 851001/851001
885.02/448.76	c cleaning 41000 clauses out of 82018 with flag 893000/893000
938.20/475.57	c cleaning 41994 clauses out of 84018 with flag 936000/936000
988.12/500.79	c cleaning 43007 clauses out of 86024 with flag 980000/980000
1044.83/529.37	c cleaning 44005 clauses out of 88019 with flag 1025002/1025002
1100.44/557.62	c cleaning 44999 clauses out of 90014 with flag 1071002/1071002
1158.75/587.02	c cleaning 46002 clauses out of 92012 with flag 1118001/1118001
1217.45/616.63	c cleaning 46995 clauses out of 94009 with flag 1166000/1166000
1278.70/647.53	c cleaning 47994 clauses out of 96014 with flag 1215000/1215000
1343.59/680.50	c cleaning 49002 clauses out of 98020 with flag 1265000/1265000
1361.80/690.01	c  And the winner is solver0
1358.86/690.47	c starts		: 190
1358.86/690.47	c conflicts		: 1280962
1358.86/690.47	c decisions		: 1726263
1358.86/690.47	c propagations		: 870881148
1358.86/690.47	c inspects		: 4957517449
1358.86/690.47	c shortcuts		: 0
1358.86/690.47	c learnt literals	: 11
1358.86/690.47	c learnt binary clauses	: 78
1358.86/690.47	c learnt ternary clauses	: 874
1358.86/690.47	c learnt constraints	: 1280950
1358.86/690.47	c ignored constraints	: 0
1358.86/690.47	c root simplifications	: 0
1358.86/690.47	c removed literals (reason simplification)	: 33881883
1358.86/690.47	c reason swapping (by a shorter reason)	: 0
1358.86/690.47	c Calls to reduceDB	: 46
1358.86/690.47	c number of reductions to clauses (during analyze)	: 0
1358.86/690.47	c number of learned constraints concerned by reduction	: 0
1358.86/690.47	c number of learning phase by resolution	: 0
1358.86/690.47	c number of learning phase by cutting planes	: 0
1358.86/690.47	c speed (assignments/second)	: 1263519.9825897715
1358.86/690.47	c non guided choices	13
1358.86/690.50	c learnt constraints type 
1358.86/690.50	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 78
1358.86/690.50	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64894
1358.86/690.50	c constraints type 
1358.86/690.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9107
1358.86/690.50	c ignored satisfied constraints => 16620
1358.86/690.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 66402
1358.86/690.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 7135
1358.86/690.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
1358.86/690.50	c 99736 constraints processed.
1358.86/690.50	c constraints type 
1358.86/690.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 66402
1358.86/690.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9107
1358.86/690.50	c ignored satisfied constraints => 16620
1358.86/690.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 472
1358.86/690.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 7135
1358.86/690.50	c 99736 constraints processed.
1358.92/690.50	s UNSATISFIABLE
1358.92/690.50	c Total wall clock time (in seconds): 690.384

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-3689192-1337881336/watcher-3689192-1337881336 -o /tmp/evaluation-result-3689192-1337881336/solver-3689192-1337881336 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689192-1337881336.opb 

running on 4 cores: 1,3,5,7

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.67 3.78 3.80 3/197 24777
/proc/meminfo: memFree=28843196/32873660 swapFree=7108/7108
[pid=24777] ppid=24775 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24777/stat : 24777 (java) D 24775 24777 21381 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254259383 9515008 182 33554432000 1073741824 1073778376 140735582902848 140735582893880 270330052277 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/24777/statm: 2323 182 140 9 0 71 0

[startup+0.089871 s]
/proc/loadavg: 3.67 3.78 3.80 3/197 24777
/proc/meminfo: memFree=28843196/32873660 swapFree=7108/7108
[pid=24777] ppid=24775 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24777/stat : 24777 (java) S 24775 24777 21381 0 -1 4202496 4192 0 1 0 7 1 0 0 20 0 18 0 254259383 9787813888 5386 33554432000 1073741824 1073778376 140735092782064 140735092773200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24777/statm: 2389603 5386 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100241 s]
/proc/loadavg: 3.67 3.78 3.80 3/197 24777
/proc/meminfo: memFree=28843196/32873660 swapFree=7108/7108
[pid=24777] ppid=24775 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24777/stat : 24777 (java) S 24775 24777 21381 0 -1 4202496 4316 0 1 0 8 1 0 0 20 0 18 0 254259383 9787813888 5509 33554432000 1073741824 1073778376 140735092782064 140735092773200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24777/statm: 2389603 5509 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300172 s]
/proc/loadavg: 3.67 3.78 3.80 3/197 24777
/proc/meminfo: memFree=28843196/32873660 swapFree=7108/7108
[pid=24777] ppid=24775 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/24777/stat : 24777 (java) S 24775 24777 21381 0 -1 4202496 6062 0 1 0 46 2 0 0 20 0 18 0 254259383 9787813888 9324 33554432000 1073741824 1073778376 140735092782064 140735092773200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24777/statm: 2389603 9324 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.70018 s]
/proc/loadavg: 3.67 3.78 3.80 3/197 24777
/proc/meminfo: memFree=28843196/32873660 swapFree=7108/7108
[pid=24777] ppid=24775 vsize=9558412 CPUtime=1.6 cores=1,3,5,7
/proc/24777/stat : 24777 (java) S 24775 24777 21381 0 -1 4202496 18407 0 1 0 155 5 0 0 20 0 18 0 254259383 9787813888 33776 33554432000 1073741824 1073778376 140735092782064 140735092773200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24777/statm: 2389603 33776 2241 9 0 2380296 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558412

[startup+1.50061 s]
/proc/loadavg: 3.67 3.78 3.80 5/215 24795
/proc/meminfo: memFree=28654568/32873660 swapFree=7108/7108
[pid=24777] ppid=24775 vsize=9824668 CPUtime=3.89 cores=1,3,5,7
/proc/24777/stat : 24777 (java) S 24775 24777 21381 0 -1 4202496 23966 0 1 0 380 9 0 0 20 0 22 0 254259383 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140735092773200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24777/statm: 2456167 50973 2266 9 0 2446860 0
[pid=24777/tid=24779] ppid=24775 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/24777/task/24779/stat : 24779 (java) S 24775 24777 21381 0 -1 4202560 2518 0 1 0 102 3 0 0 20 0 22 0 254259384 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608582857720 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24780] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24780/stat : 24780 (java) R 24775 24777 21381 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 254259385 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608426425256 140608585328313 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24781] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24781/stat : 24781 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259385 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608425372712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24782] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24782/stat : 24782 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259385 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608424319656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24783] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24783/stat : 24783 (java) S 24775 24777 21381 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254259385 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608423267112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24784] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24784/stat : 24784 (java) S 24775 24777 21381 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254259385 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608422214056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24785] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24785/stat : 24785 (java) R 24775 24777 21381 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254259385 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608421161512 270333424700 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24786] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24786/stat : 24786 (java) S 24775 24777 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254259385 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608420108456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24787] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24787/stat : 24787 (java) R 24775 24777 21381 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254259385 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608419055912 140608585328313 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24788] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24788/stat : 24788 (java) S 24775 24777 21381 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254259386 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608406857480 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24789] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24789/stat : 24789 (java) S 24775 24777 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254259386 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608405804920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24790] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24790/stat : 24790 (java) S 24775 24777 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254259386 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608404751752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24791] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24791/stat : 24791 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259389 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608403700496 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24792] ppid=24775 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/24777/task/24792/stat : 24792 (java) S 24775 24777 21381 0 -1 4202560 7721 0 0 0 96 2 0 0 20 0 22 0 254259389 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608402623800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24793] ppid=24775 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/24777/task/24793/stat : 24793 (java) S 24775 24777 21381 0 -1 4202560 12320 0 0 0 94 3 0 0 20 0 22 0 254259389 10060460032 50973 33554432000 1073741824 1073778376 140735092782064 140608401584568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24794] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24794/stat : 24794 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259389 10060460032 51485 33554432000 1073741824 1073778376 140735092782064 140608400541944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24795] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24795/stat : 24795 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259389 10060460032 51485 33554432000 1073741824 1073778376 140735092782064 140608399489608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9824668

[startup+3.10075 s]
/proc/loadavg: 3.67 3.78 3.80 5/219 24799
/proc/meminfo: memFree=28621328/32873660 swapFree=7108/7108
[pid=24777] ppid=24775 vsize=9824668 CPUtime=7.96 cores=1,3,5,7
/proc/24777/stat : 24777 (java) S 24775 24777 21381 0 -1 4202496 25940 0 1 0 779 17 0 0 20 0 22 0 254259383 10060460032 97582 33554432000 1073741824 1073778376 140735092782064 140735092773200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24777/statm: 2456167 97582 2277 9 0 2446860 0
[pid=24777/tid=24779] ppid=24775 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/24777/task/24779/stat : 24779 (java) S 24775 24777 21381 0 -1 4202560 2518 0 1 0 102 3 0 0 20 0 22 0 254259384 10060460032 97582 33554432000 1073741824 1073778376 140735092782064 140608582857720 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24780] ppid=24775 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24777/task/24780/stat : 24780 (java) R 24775 24777 21381 0 -1 4202560 45 0 0 0 4 1 0 0 20 0 22 0 254259385 10060460032 97582 33554432000 1073741824 1073778376 140735092782064 140608426425256 140608585328329 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24781] ppid=24775 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24777/task/24781/stat : 24781 (java) R 24775 24777 21381 0 -1 4202560 102 0 0 0 2 0 0 0 20 0 22 0 254259385 10060460032 97582 33554432000 1073741824 1073778376 140735092782064 140608425372888 140608585328321 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24782] ppid=24775 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24777/task/24782/stat : 24782 (java) R 24775 24777 21381 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 22 0 254259385 10060460032 97582 33554432000 1073741824 1073778376 140735092782064 140608424319832 140608589753148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24783] ppid=24775 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24777/task/24783/stat : 24783 (java) S 24775 24777 21381 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254259385 10060460032 97582 33554432000 1073741824 1073778376 140735092782064 140608423267112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24784] ppid=24775 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24777/task/24784/stat : 24784 (java) R 24775 24777 21381 0 -1 4202560 114 0 0 0 4 0 0 0 20 0 22 0 254259385 10060460032 97582 33554432000 1073741824 1073778376 140735092782064 140608422214056 140608585328337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24785] ppid=24775 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/24777/task/24785/stat : 24785 (java) R 24775 24777 21381 0 -1 4202560 132 0 0 0 5 2 0 0 20 0 22 0 254259385 10060460032 97582 33554432000 1073741824 1073778376 140735092782064 140608421161688 140608585328321 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24786] ppid=24775 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24777/task/24786/stat : 24786 (java) R 24775 24777 21381 0 -1 4202560 93 0 0 0 1 0 0 0 20 0 22 0 254259385 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608420108456 270333424700 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24787] ppid=24775 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24777/task/24787/stat : 24787 (java) S 24775 24777 21381 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 254259385 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608419055912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24788] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24788/stat : 24788 (java) S 24775 24777 21381 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254259386 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608406857576 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24789] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24789/stat : 24789 (java) S 24775 24777 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254259386 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608405804920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24790] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24790/stat : 24790 (java) S 24775 24777 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254259386 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608404751752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24791] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24791/stat : 24791 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259389 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608403700496 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24792] ppid=24775 vsize=9824668 CPUtime=1.4 cores=1,3,5,7
/proc/24777/task/24792/stat : 24792 (java) S 24775 24777 21381 0 -1 4202560 7728 0 0 0 138 2 0 0 20 0 22 0 254259389 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608402633448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24793] ppid=24775 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/24777/task/24793/stat : 24793 (java) S 24775 24777 21381 0 -1 4202560 13594 0 0 0 125 3 0 0 20 0 22 0 254259389 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608401585832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24794] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24794/stat : 24794 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259389 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608400541944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24795] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24795/stat : 24795 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259389 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608399489608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24796] ppid=24775 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/24777/task/24796/stat : 24796 (java) S 24775 24777 21381 0 -1 4202560 23 0 0 0 187 0 0 0 20 0 22 0 254259493 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608398435288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24797] ppid=24775 vsize=9824668 CPUtime=1.88 cores=1,3,5,7
/proc/24777/task/24797/stat : 24797 (java) S 24775 24777 21381 0 -1 4202560 128 0 0 0 186 2 0 0 20 0 22 0 254259493 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608397382920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24798] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24798/stat : 24798 (java) S 24775 24777 21381 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254259504 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608396330280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24799] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24799/stat : 24799 (java) S 24775 24777 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254259505 10060460032 98094 33554432000 1073741824 1073778376 140735092782064 140608395277736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 3.70 3.78 3.81 5/219 24799
/proc/meminfo: memFree=28171300/32873660 swapFree=7108/7108
[pid=24777] ppid=24775 vsize=9824668 CPUtime=14.34 cores=1,3,5,7
/proc/24777/stat : 24777 (java) S 24775 24777 21381 0 -1 4202496 26629 0 1 0 1411 23 0 0 20 0 22 0 254259383 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140735092773200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24777/statm: 2456167 169741 2285 9 0 2446860 0
[pid=24777/tid=24779] ppid=24775 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/24777/task/24779/stat : 24779 (java) S 24775 24777 21381 0 -1 4202560 2518 0 1 0 102 3 0 0 20 0 22 0 254259384 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608582857720 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24780] ppid=24775 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/24777/task/24780/stat : 24780 (java) S 24775 24777 21381 0 -1 4202560 58 0 0 0 7 2 0 0 20 0 22 0 254259385 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608426425256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24781] ppid=24775 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24777/task/24781/stat : 24781 (java) S 24775 24777 21381 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 22 0 254259385 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608425372712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24782] ppid=24775 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/24777/task/24782/stat : 24782 (java) S 24775 24777 21381 0 -1 4202560 44 0 0 0 6 1 0 0 20 0 22 0 254259385 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608424319656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24783] ppid=24775 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24777/task/24783/stat : 24783 (java) S 24775 24777 21381 0 -1 4202560 58 0 0 0 5 1 0 0 20 0 22 0 254259385 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608423267112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24784] ppid=24775 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24777/task/24784/stat : 24784 (java) S 24775 24777 21381 0 -1 4202560 120 0 0 0 5 0 0 0 20 0 22 0 254259385 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608422214056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24785] ppid=24775 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/24777/task/24785/stat : 24785 (java) S 24775 24777 21381 0 -1 4202560 140 0 0 0 7 2 0 0 20 0 22 0 254259385 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608421161512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24786] ppid=24775 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24777/task/24786/stat : 24786 (java) S 24775 24777 21381 0 -1 4202560 121 0 0 0 5 0 0 0 20 0 22 0 254259385 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608420108456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24787] ppid=24775 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24777/task/24787/stat : 24787 (java) S 24775 24777 21381 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 254259385 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608419055912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24788] ppid=24775 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/24777/task/24788/stat : 24788 (java) S 24775 24777 21381 0 -1 4202560 491 0 0 0 23 0 0 0 20 0 22 0 254259386 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608406858600 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24789] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24789/stat : 24789 (java) S 24775 24777 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254259386 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608405804920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24790] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24790/stat : 24790 (java) S 24775 24777 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254259386 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608404751752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24791] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24791/stat : 24791 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259389 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608403700496 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24792] ppid=24775 vsize=9824668 CPUtime=1.45 cores=1,3,5,7
/proc/24777/task/24792/stat : 24792 (java) S 24775 24777 21381 0 -1 4202560 7728 0 0 0 143 2 0 0 20 0 22 0 254259389 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608402647352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24793] ppid=24775 vsize=9824668 CPUtime=1.35 cores=1,3,5,7
/proc/24777/task/24793/stat : 24793 (java) S 24775 24777 21381 0 -1 4202560 13594 0 0 0 132 3 0 0 20 0 22 0 254259389 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608401594808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24794] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24794/stat : 24794 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259389 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608400541944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24795] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24795/stat : 24795 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259389 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608399489608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24796] ppid=24775 vsize=9824668 CPUtime=4.77 cores=1,3,5,7
/proc/24777/task/24796/stat : 24796 (java) R 24775 24777 21381 0 -1 4202560 23 0 0 0 477 0 0 0 20 0 22 0 254259493 10060460032 169741 33554432000 1073741824 1073778376 140735092782064 140608398435168 140608455768896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

[pid=24777/tid=24792] ppid=24775 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/24777/task/24792/stat : 24792 (java) S 24775 24777 21381 0 -1 4202560 7760 0 0 0 177 2 0 0 20 0 22 0 254259389 10060460032 565017 33554432000 1073741824 1073778376 140735092782064 140608402647352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24793] ppid=24775 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/24777/task/24793/stat : 24793 (java) S 24775 24777 21381 0 -1 4202560 13598 0 0 0 145 3 0 0 20 0 22 0 254259389 10060460032 565017 33554432000 1073741824 1073778376 140735092782064 140608401594808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24794] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24794/stat : 24794 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259389 10060460032 565017 33554432000 1073741824 1073778376 140735092782064 140608400541944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24795] ppid=24775 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/24777/task/24795/stat : 24795 (java) S 24775 24777 21381 0 -1 4202560 41 0 0 0 10 17 0 0 20 0 22 0 254259389 10060460032 565017 33554432000 1073741824 1073778376 140735092782064 140608399489608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24796] ppid=24775 vsize=9824668 CPUtime=652.36 cores=1,3,5,7
/proc/24777/task/24796/stat : 24796 (java) R 24775 24777 21381 0 -1 4202560 56 0 0 0 65226 10 0 0 20 0 22 0 254259493 10060460032 565017 33554432000 1073741824 1073778376 140735092782064 140608398435168 140608455983362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24797] ppid=24775 vsize=9824668 CPUtime=652.31 cores=1,3,5,7
/proc/24777/task/24797/stat : 24797 (java) R 24775 24777 21381 0 -1 4202560 2022 0 0 0 65185 46 0 0 20 0 22 0 254259493 10060460032 565017 33554432000 1073741824 1073778376 140735092782064 140608397383048 140608455247589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24798] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24798/stat : 24798 (java) S 24775 24777 21381 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254259504 10060460032 565017 33554432000 1073741824 1073778376 140735092782064 140608396330280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24799] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24799/stat : 24799 (java) S 24775 24777 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254259505 10060460032 565017 33554432000 1073741824 1073778376 140735092782064 140608395277736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1357.53
Current children cumulated vsize (KiB) 9824668

[startup+689.501 s]
/proc/loadavg: 3.91 3.89 3.83 5/219 24990
/proc/meminfo: memFree=23937096/32873660 swapFree=7108/7108
[pid=24777] ppid=24775 vsize=9824668 CPUtime=1360.8 cores=1,3,5,7
/proc/24777/stat : 24777 (java) S 24775 24777 21381 0 -1 4202496 38026 0 1 0 135959 121 0 0 20 0 22 0 254259383 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140735092773200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24777/statm: 2456167 564378 2285 9 0 2446860 0
[pid=24777/tid=24779] ppid=24775 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/24777/task/24779/stat : 24779 (java) S 24775 24777 21381 0 -1 4202560 2530 0 1 0 104 5 0 0 20 0 22 0 254259384 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608582857720 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24780] ppid=24775 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/24777/task/24780/stat : 24780 (java) S 24775 24777 21381 0 -1 4202560 318 0 0 0 210 5 0 0 20 0 22 0 254259385 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608426425256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24781] ppid=24775 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/24777/task/24781/stat : 24781 (java) S 24775 24777 21381 0 -1 4202560 315 0 0 0 186 3 0 0 20 0 22 0 254259385 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608425372712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24782] ppid=24775 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/24777/task/24782/stat : 24782 (java) S 24775 24777 21381 0 -1 4202560 231 0 0 0 204 5 0 0 20 0 22 0 254259385 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608424319656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24783] ppid=24775 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/24777/task/24783/stat : 24783 (java) S 24775 24777 21381 0 -1 4202560 318 0 0 0 223 6 0 0 20 0 22 0 254259385 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608423267112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24784] ppid=24775 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/24777/task/24784/stat : 24784 (java) S 24775 24777 21381 0 -1 4202560 351 0 0 0 199 6 0 0 20 0 22 0 254259385 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608422214056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24785] ppid=24775 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/24777/task/24785/stat : 24785 (java) S 24775 24777 21381 0 -1 4202560 411 0 0 0 222 7 0 0 20 0 22 0 254259385 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608421161512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24786] ppid=24775 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/24777/task/24786/stat : 24786 (java) S 24775 24777 21381 0 -1 4202560 387 0 0 0 206 4 0 0 20 0 22 0 254259385 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608420108456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24787] ppid=24775 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/24777/task/24787/stat : 24787 (java) S 24775 24777 21381 0 -1 4202560 218 0 0 0 194 4 0 0 20 0 22 0 254259385 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608419055912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24788] ppid=24775 vsize=9824668 CPUtime=28.01 cores=1,3,5,7
/proc/24777/task/24788/stat : 24788 (java) S 24775 24777 21381 0 -1 4202560 8278 0 0 0 2783 18 0 0 20 0 22 0 254259386 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608406858600 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24789] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24789/stat : 24789 (java) S 24775 24777 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254259386 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608405804920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24790] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24790/stat : 24790 (java) S 24775 24777 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254259386 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608404751752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24791] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24791/stat : 24791 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259389 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608403700496 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24792] ppid=24775 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/24777/task/24792/stat : 24792 (java) S 24775 24777 21381 0 -1 4202560 7760 0 0 0 177 2 0 0 20 0 22 0 254259389 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608402647352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24793] ppid=24775 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/24777/task/24793/stat : 24793 (java) S 24775 24777 21381 0 -1 4202560 13598 0 0 0 145 3 0 0 20 0 22 0 254259389 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608401594808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24794] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24794/stat : 24794 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254259389 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608400541944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24795] ppid=24775 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/24777/task/24795/stat : 24795 (java) S 24775 24777 21381 0 -1 4202560 41 0 0 0 10 17 0 0 20 0 22 0 254259389 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608399489608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24796] ppid=24775 vsize=9824668 CPUtime=653.92 cores=1,3,5,7
/proc/24777/task/24796/stat : 24796 (java) R 24775 24777 21381 0 -1 4202560 56 0 0 0 65382 10 0 0 20 0 22 0 254259493 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608398434208 140608455892335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24797] ppid=24775 vsize=9824668 CPUtime=653.88 cores=1,3,5,7
/proc/24777/task/24797/stat : 24797 (java) R 24775 24777 21381 0 -1 4202560 2023 0 0 0 65342 46 0 0 20 0 22 0 254259493 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608397382800 140608455445009 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24798] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24798/stat : 24798 (java) S 24775 24777 21381 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254259504 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608396330280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24799] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24799/stat : 24799 (java) S 24775 24777 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254259505 10060460032 564378 33554432000 1073741824 1073778376 140735092782064 140608395277736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1360.8
Current children cumulated vsize (KiB) 9824668

[startup+690.301 s]
/proc/loadavg: 3.91 3.89 3.83 5/219 24990
/proc/meminfo: memFree=23937344/32873660 swapFree=7108/7108
[pid=24777] ppid=24775 vsize=9824668 CPUtime=1360.5 cores=1,3,5,7
/proc/24777/stat : 24777 (java) S 24775 24777 21381 0 -1 4202496 38028 0 1 0 135920 130 0 0 20 0 20 0 254259383 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140735092773200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24777/statm: 2456167 564373 2286 9 0 2446860 0
[pid=24777/tid=24779] ppid=24775 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/24777/task/24779/stat : 24779 (java) S 24775 24777 21381 0 -1 4202560 2530 0 1 0 104 5 0 0 20 0 20 0 254259384 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608582857720 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24780] ppid=24775 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/24777/task/24780/stat : 24780 (java) S 24775 24777 21381 0 -1 4202560 318 0 0 0 210 5 0 0 20 0 20 0 254259385 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608426425256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24781] ppid=24775 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/24777/task/24781/stat : 24781 (java) S 24775 24777 21381 0 -1 4202560 315 0 0 0 186 3 0 0 20 0 20 0 254259385 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608425372712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24782] ppid=24775 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/24777/task/24782/stat : 24782 (java) S 24775 24777 21381 0 -1 4202560 231 0 0 0 204 5 0 0 20 0 20 0 254259385 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608424319656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24783] ppid=24775 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/24777/task/24783/stat : 24783 (java) S 24775 24777 21381 0 -1 4202560 318 0 0 0 223 6 0 0 20 0 20 0 254259385 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608423267112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24784] ppid=24775 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/24777/task/24784/stat : 24784 (java) S 24775 24777 21381 0 -1 4202560 351 0 0 0 199 6 0 0 20 0 20 0 254259385 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608422214056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24785] ppid=24775 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/24777/task/24785/stat : 24785 (java) S 24775 24777 21381 0 -1 4202560 411 0 0 0 222 7 0 0 20 0 20 0 254259385 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608421161512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24786] ppid=24775 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/24777/task/24786/stat : 24786 (java) S 24775 24777 21381 0 -1 4202560 387 0 0 0 206 4 0 0 20 0 20 0 254259385 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608420108456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24787] ppid=24775 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/24777/task/24787/stat : 24787 (java) S 24775 24777 21381 0 -1 4202560 218 0 0 0 194 4 0 0 20 0 20 0 254259385 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608419055912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24788] ppid=24775 vsize=9824668 CPUtime=28.01 cores=1,3,5,7
/proc/24777/task/24788/stat : 24788 (java) S 24775 24777 21381 0 -1 4202560 8278 0 0 0 2783 18 0 0 20 0 20 0 254259386 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608406858600 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24789] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24789/stat : 24789 (java) S 24775 24777 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254259386 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608405804920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24790] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24790/stat : 24790 (java) S 24775 24777 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254259386 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608404751752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24791] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24791/stat : 24791 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254259389 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608403700496 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24792] ppid=24775 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/24777/task/24792/stat : 24792 (java) S 24775 24777 21381 0 -1 4202560 7760 0 0 0 177 2 0 0 20 0 20 0 254259389 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608402647352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24793] ppid=24775 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/24777/task/24793/stat : 24793 (java) S 24775 24777 21381 0 -1 4202560 13599 0 0 0 146 3 0 0 20 0 20 0 254259389 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608401594808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24794] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24794/stat : 24794 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254259389 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608400541944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24795] ppid=24775 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/24777/task/24795/stat : 24795 (java) S 24775 24777 21381 0 -1 4202560 41 0 0 0 10 17 0 0 20 0 20 0 254259389 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608399489608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24797] ppid=24775 vsize=9824668 CPUtime=654.67 cores=1,3,5,7
/proc/24777/task/24797/stat : 24797 (java) R 24775 24777 21381 0 -1 4202560 2023 0 0 0 65421 46 0 0 20 0 20 0 254259493 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608397383096 140608455694686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24799] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24799/stat : 24799 (java) S 24775 24777 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254259505 10060460032 564373 33554432000 1073741824 1073778376 140735092782064 140608395277736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1360.5
Current children cumulated vsize (KiB) 9824668

[startup+690.501 s]
/proc/loadavg: 3.91 3.89 3.83 5/219 24990
/proc/meminfo: memFree=23937344/32873660 swapFree=7108/7108
[pid=24777] ppid=24775 vsize=9824668 CPUtime=1358.92 cores=1,3,5,7
/proc/24777/stat : 24777 (java) S 24775 24777 21381 0 -1 4202496 38032 0 1 0 135752 140 0 0 20 0 20 0 254259383 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140735092773200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24777/statm: 2456167 564371 2287 9 0 2446860 0
[pid=24777/tid=24779] ppid=24775 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/24777/task/24779/stat : 24779 (java) S 24775 24777 21381 0 -1 4202560 2530 0 1 0 104 5 0 0 20 0 20 0 254259384 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608582857432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24780] ppid=24775 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/24777/task/24780/stat : 24780 (java) S 24775 24777 21381 0 -1 4202560 318 0 0 0 210 5 0 0 20 0 20 0 254259385 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608426425256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24781] ppid=24775 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/24777/task/24781/stat : 24781 (java) S 24775 24777 21381 0 -1 4202560 315 0 0 0 186 3 0 0 20 0 20 0 254259385 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608425372712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24782] ppid=24775 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/24777/task/24782/stat : 24782 (java) S 24775 24777 21381 0 -1 4202560 231 0 0 0 204 5 0 0 20 0 20 0 254259385 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608424319656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24783] ppid=24775 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/24777/task/24783/stat : 24783 (java) S 24775 24777 21381 0 -1 4202560 318 0 0 0 223 6 0 0 20 0 20 0 254259385 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608423267112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24784] ppid=24775 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/24777/task/24784/stat : 24784 (java) S 24775 24777 21381 0 -1 4202560 351 0 0 0 199 6 0 0 20 0 20 0 254259385 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608422214056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24785] ppid=24775 vsize=9824668 CPUtime=2.29 cores=1,3,5,7
/proc/24777/task/24785/stat : 24785 (java) S 24775 24777 21381 0 -1 4202560 411 0 0 0 222 7 0 0 20 0 20 0 254259385 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608421161512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24786] ppid=24775 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/24777/task/24786/stat : 24786 (java) S 24775 24777 21381 0 -1 4202560 387 0 0 0 206 4 0 0 20 0 20 0 254259385 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608420108456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24787] ppid=24775 vsize=9824668 CPUtime=1.98 cores=1,3,5,7
/proc/24777/task/24787/stat : 24787 (java) S 24775 24777 21381 0 -1 4202560 218 0 0 0 194 4 0 0 20 0 20 0 254259385 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608419055912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24788] ppid=24775 vsize=9824668 CPUtime=28.01 cores=1,3,5,7
/proc/24777/task/24788/stat : 24788 (java) S 24775 24777 21381 0 -1 4202560 8278 0 0 0 2783 18 0 0 20 0 20 0 254259386 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608406858600 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24789] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24789/stat : 24789 (java) S 24775 24777 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254259386 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608405804920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24790] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24790/stat : 24790 (java) S 24775 24777 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254259386 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608404751752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24777/tid=24791] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24791/stat : 24791 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254259389 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608403700496 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24777/tid=24792] ppid=24775 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/24777/task/24792/stat : 24792 (java) S 24775 24777 21381 0 -1 4202560 7760 0 0 0 179 2 0 0 20 0 20 0 254259389 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608402647352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24777/tid=24793] ppid=24775 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/24777/task/24793/stat : 24793 (java) S 24775 24777 21381 0 -1 4202560 13600 0 0 0 147 3 0 0 20 0 20 0 254259389 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608401594808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24794] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24794/stat : 24794 (java) S 24775 24777 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254259389 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608400541944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24795] ppid=24775 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/24777/task/24795/stat : 24795 (java) S 24775 24777 21381 0 -1 4202560 41 0 0 0 10 17 0 0 20 0 20 0 254259389 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608399489608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24777/tid=24799] ppid=24775 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24777/task/24799/stat : 24799 (java) S 24775 24777 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254259505 10060460032 564371 33554432000 1073741824 1073778376 140735092782064 140608395277736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1358.92
Current children cumulated vsize (KiB) 9824668

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.13989
#  lost CPU user time (s): 3.32996
#  lost CPU system time (s): -0.19

Real time (s): 690.512
CPU time (s): 1362.11
CPU user time (s): 1360.72
CPU system time (s): 1.38176
CPU usage (%): 197.26
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1357.39
system time used= 1.57176
maximum resident set size= 2976324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38039
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22108
involuntary context switches= 37931

runsolver used 3.08153 second user time and 6.23005 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 19:42:16
IDJOB=3689192
IDBENCH=73869
IDSOLVER=2268
FILE ID=node117/3689192-1337881336
RUNJOBID= node117-1337871880-21398
PBS_JOBID= 14620087
Free space on /tmp= 71620 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12048_4-unsat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689192-1337881336/watcher-3689192-1337881336 -o /tmp/evaluation-result-3689192-1337881336/solver-3689192-1337881336 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689192-1337881336.opb

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

MD5SUM BENCH= e20086c85095d65afe65e19d07ad3aeb
RANDOM SEED=422789

node117.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		: 2667.148
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	: 5334.29
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		: 2667.148
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		: 2667.148
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.91
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		: 2667.148
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.95
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		: 2667.148
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		: 2667.148
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.91
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		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        28843468 kB
Buffers:          224644 kB
Cached:          2294684 kB
SwapCached:            0 kB
Active:          1129840 kB
Inactive:        2122088 kB
Active(anon):     735424 kB
Inactive(anon):        0 kB
Active(file):     394416 kB
Inactive(file):  2122088 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3160 kB
Writeback:             0 kB
AnonPages:        739368 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             638376 kB
SReclaimable:      82716 kB
SUnreclaim:       555660 kB
KernelStack:        1632 kB
PageTables:         5544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1088948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    686080 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= 71620 MiB
End job on node117 at 2012-05-24 19:53:47