Trace number 3709865

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 snapshotUNSAT 363.25 360.959

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.unbounded.all.ucl.opb
MD5SUM1785d65de493315a1e7654bb7aab8248
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 benchmark33.6839
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables84836
Total number of constraints245062
Number of constraints which are clauses233598
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11464
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3709865-1338131946.opb
0.11/0.11	c reading problem ... 
2.13/1.57	c ... done. Wall clock time 1.46s.
2.13/1.57	c declared #vars     84836
2.13/1.57	c #constraints  245062
2.13/1.57	c constraints type 
2.13/1.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
2.13/1.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.13/1.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
2.13/1.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11464
2.13/1.57	c 245062 constraints processed.
9.23/7.81	c cleaning 2484 clauses out of 4995 with flag 5000/5000
14.31/12.77	c cleaning 4250 clauses out of 8502 with flag 11001/11001
20.14/18.54	c cleaning 5615 clauses out of 11246 with flag 18000/18000
26.97/25.36	c cleaning 6796 clauses out of 13612 with flag 26001/26001
33.73/32.08	c cleaning 7870 clauses out of 15790 with flag 35000/35000
45.47/43.76	c cleaning 8959 clauses out of 17919 with flag 45000/45000
58.81/57.02	c cleaning 9951 clauses out of 19953 with flag 56000/56000
69.05/67.25	c cleaning 10981 clauses out of 21982 with flag 68002/68002
80.38/78.52	c cleaning 11996 clauses out of 23996 with flag 81001/81001
90.31/88.41	c cleaning 12994 clauses out of 25996 with flag 95000/95000
100.42/98.52	c cleaning 13984 clauses out of 27998 with flag 110000/110000
112.66/110.78	c cleaning 14998 clauses out of 30011 with flag 126001/126001
127.62/125.69	c cleaning 15996 clauses out of 32006 with flag 143000/143000
139.66/137.66	c cleaning 16983 clauses out of 34006 with flag 161001/161001
163.40/161.36	c cleaning 18002 clauses out of 36012 with flag 180002/180002
185.42/183.35	c cleaning 18980 clauses out of 38007 with flag 200000/200000
207.26/205.16	c cleaning 20003 clauses out of 40023 with flag 221001/221001
238.19/236.03	c cleaning 20974 clauses out of 41980 with flag 243000/243000
267.34/265.16	c cleaning 21911 clauses out of 43854 with flag 266002/266002
289.28/287.10	c cleaning 22963 clauses out of 45938 with flag 290000/290000
324.40/322.12	c cleaning 23987 clauses out of 47976 with flag 315001/315001
363.25/360.95	c starts		: 120
363.25/360.95	c conflicts		: 339777
363.25/360.95	c decisions		: 900001
363.25/360.95	c propagations		: 987056352
363.25/360.95	c inspects		: 2583142289
363.25/360.95	c shortcuts		: 0
363.25/360.95	c learnt literals	: 108
363.25/360.95	c learnt binary clauses	: 596
363.25/360.95	c learnt ternary clauses	: 854
363.25/360.95	c learnt constraints	: 339668
363.25/360.95	c ignored constraints	: 0
363.25/360.95	c root simplifications	: 227
363.25/360.95	c removed literals (reason simplification)	: 4985570
363.25/360.95	c reason swapping (by a shorter reason)	: 0
363.25/360.95	c Calls to reduceDB	: 21
363.25/360.95	c number of reductions to clauses (during analyze)	: 0
363.25/360.95	c number of learned constraints concerned by reduction	: 0
363.25/360.95	c number of learning phase by resolution	: 0
363.25/360.95	c number of learning phase by cutting planes	: 0
363.25/360.95	c speed (assignments/second)	: 2747088.452867997
363.25/360.95	c non guided choices	7327
363.25/360.95	c learnt constraints type 
363.25/360.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 260
363.25/360.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16662
363.25/360.95	c constraints type 
363.25/360.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 77399
363.25/360.95	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
363.25/360.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156198
363.25/360.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11464
363.25/360.95	c 245062 constraints processed.
363.25/360.95	s UNSATISFIABLE
363.25/360.95	c Total wall clock time (in seconds): 360.845

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-3709865-1338131946/watcher-3709865-1338131946 -o /tmp/evaluation-result-3709865-1338131946/solver-3709865-1338131946 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709865-1338131946.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: 1.90 2.03 2.00 3/193 19037
/proc/meminfo: memFree=27489588/32873660 swapFree=7120/7120
[pid=19037] ppid=19035 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/19037/stat : 19037 (java) S 19035 19037 16973 0 -1 4202496 1217 0 0 0 0 0 0 0 20 0 2 0 279320394 95129600 927 33554432000 1073741824 1073778376 140733279774160 140733279765296 270333411389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19037/statm: 23225 927 703 9 0 16769 0
[pid=19037/tid=19038] ppid=19035 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19038/stat : 19038 (java) D 19035 19037 16973 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 279320395 95129600 927 33554432000 1073741824 1073778376 140733279774160 139824605900328 270320889127 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.00885989 s]
/proc/loadavg: 1.90 2.03 2.00 3/193 19037
/proc/meminfo: memFree=27489588/32873660 swapFree=7120/7120
[pid=19037] ppid=19035 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/19037/stat : 19037 (java) S 19035 19037 16973 0 -1 4202496 1371 0 0 0 0 0 0 0 20 0 2 0 279320394 103964672 1053 33554432000 1073741824 1073778376 140733279774160 140733279765296 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19037/statm: 25382 1053 806 9 0 16774 0
[pid=19037/tid=19038] ppid=19035 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19038/stat : 19038 (java) S 19035 19037 16973 0 -1 4202560 224 0 0 0 0 0 0 0 20 0 2 0 279320395 103964672 1053 33554432000 1073741824 1073778376 140733279774160 139824605906576 270330069475 0 0 0 16784584 18446744071580425449 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100185 s]
/proc/loadavg: 1.90 2.03 2.00 3/193 19037
/proc/meminfo: memFree=27489588/32873660 swapFree=7120/7120
[pid=19037] ppid=19035 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/19037/stat : 19037 (java) S 19035 19037 16973 0 -1 4202496 4395 0 1 0 10 1 0 0 20 0 18 0 279320394 9787842560 6113 33554432000 1073741824 1073778376 140733279774160 140733279765296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19037/statm: 2389610 6113 2131 9 0 2380296 0
[pid=19037/tid=19038] ppid=19035 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/19037/task/19038/stat : 19038 (java) R 19035 19037 16973 0 -1 4202560 2502 0 1 0 7 0 0 0 20 0 18 0 279320395 9787842560 6113 33554432000 1073741824 1073778376 140733279774160 139824605903496 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300204 s]
/proc/loadavg: 1.90 2.03 2.00 3/193 19037
/proc/meminfo: memFree=27489588/32873660 swapFree=7120/7120
[pid=19037] ppid=19035 vsize=9558440 CPUtime=0.51 cores=1,3,5,7
/proc/19037/stat : 19037 (java) S 19035 19037 16973 0 -1 4202496 5888 0 1 0 49 2 0 0 20 0 18 0 279320394 9787842560 9363 33554432000 1073741824 1073778376 140733279774160 140733279765296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19037/statm: 2389610 9363 2225 9 0 2380296 0
[pid=19037/tid=19038] ppid=19035 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/19037/task/19038/stat : 19038 (java) R 19035 19037 16973 0 -1 4202560 2517 0 1 0 27 0 0 0 20 0 18 0 279320395 9787842560 9363 33554432000 1073741824 1073778376 140733279774160 139824605905256 139824546008222 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.70027 s]
/proc/loadavg: 1.90 2.03 2.00 3/193 19037
/proc/meminfo: memFree=27489588/32873660 swapFree=7120/7120
[pid=19037] ppid=19035 vsize=9558440 CPUtime=1.13 cores=1,3,5,7
/proc/19037/stat : 19037 (java) S 19035 19037 16973 0 -1 4202496 7969 0 1 0 108 5 0 0 20 0 18 0 279320394 9787842560 41967 33554432000 1073741824 1073778376 140733279774160 140733279765296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19037/statm: 2389610 41967 2253 9 0 2380296 0
[pid=19037/tid=19038] ppid=19035 vsize=9558440 CPUtime=0.65 cores=1,3,5,7
/proc/19037/task/19038/stat : 19038 (java) R 19035 19037 16973 0 -1 4202560 2578 0 1 0 63 2 0 0 20 0 18 0 279320395 9787842560 41967 33554432000 1073741824 1073778376 140733279774160 139824605904056 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558440

[startup+1.50064 s]
/proc/loadavg: 1.90 2.03 2.00 3/211 19055
/proc/meminfo: memFree=27310040/32873660 swapFree=7120/7120
[pid=19037] ppid=19035 vsize=9558440 CPUtime=2.13 cores=1,3,5,7
/proc/19037/stat : 19037 (java) S 19035 19037 16973 0 -1 4202496 8130 0 1 0 202 11 0 0 20 0 18 0 279320394 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 140733279765296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19037/statm: 2389610 81418 2263 9 0 2380296 0
[pid=19037/tid=19038] ppid=19035 vsize=9558440 CPUtime=1.4 cores=1,3,5,7
/proc/19037/task/19038/stat : 19038 (java) S 19035 19037 16973 0 -1 4202560 2645 0 1 0 136 4 0 0 20 0 18 0 279320395 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824605903976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19037/tid=19040] ppid=19035 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/19037/task/19040/stat : 19040 (java) R 19035 19037 16973 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 279320396 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824544635304 139824612413744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19041] ppid=19035 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/19037/task/19041/stat : 19041 (java) R 19035 19037 16973 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 279320396 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824543582936 139824610067232 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19042] ppid=19035 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/19037/task/19042/stat : 19042 (java) R 19035 19037 16973 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 279320396 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824542529880 139824612803666 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19043] ppid=19035 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/19037/task/19043/stat : 19043 (java) R 19035 19037 16973 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 279320396 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824541477336 139824608376513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19044] ppid=19035 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/19037/task/19044/stat : 19044 (java) R 19035 19037 16973 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 18 0 279320396 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824540425304 139824612801452 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19045] ppid=19035 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/19037/task/19045/stat : 19045 (java) R 19035 19037 16973 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 279320396 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824444685352 139824612801452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19037/tid=19046] ppid=19035 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/19037/task/19046/stat : 19046 (java) R 19035 19037 16973 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 279320396 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824443632296 139824612801452 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19047] ppid=19035 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/19037/task/19047/stat : 19047 (java) R 19035 19037 16973 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 279320396 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824442579928 139824609662092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19048] ppid=19035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19048/stat : 19048 (java) S 19035 19037 16973 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 279320397 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824430167304 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19049] ppid=19035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19049/stat : 19049 (java) S 19035 19037 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 279320397 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824429114744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19050] ppid=19035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19050/stat : 19050 (java) S 19035 19037 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 279320397 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824428061576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19051] ppid=19035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19051/stat : 19051 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 279320399 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824427010320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19052] ppid=19035 vsize=9558440 CPUtime=0.2 cores=1,3,5,7
/proc/19037/task/19052/stat : 19052 (java) S 19035 19037 16973 0 -1 4202560 2006 0 0 0 20 0 0 0 20 0 18 0 279320399 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824425958200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19053] ppid=19035 vsize=9558440 CPUtime=0.21 cores=1,3,5,7
/proc/19037/task/19053/stat : 19053 (java) S 19035 19037 16973 0 -1 4202560 2097 0 0 0 21 0 0 0 20 0 18 0 279320399 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824424905656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19054] ppid=19035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19054/stat : 19054 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 279320399 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824423852792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19055] ppid=19035 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19055/stat : 19055 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 279320399 9787842560 81418 33554432000 1073741824 1073778376 140733279774160 139824422800456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9558440

[startup+3.10074 s]
/proc/loadavg: 1.90 2.03 2.00 4/213 19057
/proc/meminfo: memFree=27152792/32873660 swapFree=7120/7120
[pid=19037] ppid=19035 vsize=9625004 CPUtime=4.48 cores=1,3,5,7
/proc/19037/stat : 19037 (java) S 19035 19037 16973 0 -1 4202496 10733 0 1 0 434 14 0 0 20 0 19 0 279320394 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 140733279765296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19037/statm: 2406251 86212 2271 9 0 2396937 0
[pid=19037/tid=19038] ppid=19035 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/19037/task/19038/stat : 19038 (java) R 19035 19037 16973 0 -1 4202560 2650 0 1 0 293 5 0 0 20 0 19 0 279320395 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824605903032 139824546492389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19037/tid=19040] ppid=19035 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/19037/task/19040/stat : 19040 (java) S 19035 19037 16973 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 279320396 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824544635304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19041] ppid=19035 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/19037/task/19041/stat : 19041 (java) S 19035 19037 16973 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 19 0 279320396 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824543582760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19042] ppid=19035 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/19037/task/19042/stat : 19042 (java) S 19035 19037 16973 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 279320396 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824542529704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19043] ppid=19035 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19037/task/19043/stat : 19043 (java) S 19035 19037 16973 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 279320396 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824541477160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19044] ppid=19035 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/19037/task/19044/stat : 19044 (java) S 19035 19037 16973 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 19 0 279320396 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824540425128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19045] ppid=19035 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/19037/task/19045/stat : 19045 (java) S 19035 19037 16973 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 19 0 279320396 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824444685352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19037/tid=19046] ppid=19035 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/19037/task/19046/stat : 19046 (java) S 19035 19037 16973 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 279320396 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824443632296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19047] ppid=19035 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/19037/task/19047/stat : 19047 (java) S 19035 19037 16973 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 279320396 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824442579752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19048] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19048/stat : 19048 (java) S 19035 19037 16973 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824430168424 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19049] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19049/stat : 19049 (java) S 19035 19037 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824429114744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19050] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19050/stat : 19050 (java) S 19035 19037 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824428061576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19051] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19051/stat : 19051 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824427010320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19052] ppid=19035 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/19037/task/19052/stat : 19052 (java) S 19035 19037 16973 0 -1 4202560 3287 0 0 0 55 0 0 0 20 0 19 0 279320399 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824425958200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19053] ppid=19035 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/19037/task/19053/stat : 19053 (java) S 19035 19037 16973 0 -1 4202560 3239 0 0 0 53 0 0 0 20 0 19 0 279320399 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824424905656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19054] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19054/stat : 19054 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824423852792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19055] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19055/stat : 19055 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824422800456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19056] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19056/stat : 19056 (java) S 19035 19037 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279320558 9856004096 86212 33554432000 1073741824 1073778376 140733279774160 139824421745704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9625004

[startup+6.30074 s]
/proc/loadavg: 1.91 2.03 2.00 3/213 19057
/proc/meminfo: memFree=27152388/32873660 swapFree=7120/7120
[pid=19037] ppid=19035 vsize=9625004 CPUtime=7.71 cores=1,3,5,7
/proc/19037/stat : 19037 (java) S 19035 19037 16973 0 -1 4202496 10974 0 1 0 757 14 0 0 20 0 19 0 279320394 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 140733279765296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19037/statm: 2406251 86183 2274 9 0 2396937 0
[pid=19037/tid=19038] ppid=19035 vsize=9625004 CPUtime=6.17 cores=1,3,5,7
/proc/19037/task/19038/stat : 19038 (java) R 19035 19037 16973 0 -1 4202560 2653 0 1 0 612 5 0 0 20 0 19 0 279320395 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824605903560 139824546506726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19037/tid=19040] ppid=19035 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/19037/task/19040/stat : 19040 (java) S 19035 19037 16973 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 279320396 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824544635304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19041] ppid=19035 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/19037/task/19041/stat : 19041 (java) S 19035 19037 16973 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 19 0 279320396 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824543582760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19042] ppid=19035 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/19037/task/19042/stat : 19042 (java) S 19035 19037 16973 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 279320396 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824542529704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19043] ppid=19035 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/19037/task/19043/stat : 19043 (java) S 19035 19037 16973 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 279320396 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824541477160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19044] ppid=19035 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/19037/task/19044/stat : 19044 (java) S 19035 19037 16973 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 19 0 279320396 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824540425128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19045] ppid=19035 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/19037/task/19045/stat : 19045 (java) S 19035 19037 16973 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 19 0 279320396 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824444685352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19037/tid=19046] ppid=19035 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/19037/task/19046/stat : 19046 (java) S 19035 19037 16973 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 279320396 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824443632296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19047] ppid=19035 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/19037/task/19047/stat : 19047 (java) S 19035 19037 16973 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 279320396 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824442579752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19048] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19048/stat : 19048 (java) S 19035 19037 16973 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824430168424 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19049] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19049/stat : 19049 (java) S 19035 19037 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824429114744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19050] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19050/stat : 19050 (java) S 19035 19037 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824428061576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19051] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19051/stat : 19051 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824427010320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19052] ppid=19035 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/19037/task/19052/stat : 19052 (java) S 19035 19037 16973 0 -1 4202560 3287 0 0 0 55 0 0 0 20 0 19 0 279320399 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824425958200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19053] ppid=19035 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/19037/task/19053/stat : 19053 (java) S 19035 19037 16973 0 -1 4202560 3477 0 0 0 56 0 0 0 20 0 19 0 279320399 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824424905656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19054] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19054/stat : 19054 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 86183 33554432000 1073741824 1073778376 140733279774160 139824423852792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/19037/task/19047/stat : 19047 (java) S 19035 19037 16973 0 -1 4202560 55 0 0 0 15 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824442579752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19048] ppid=19035 vsize=9625004 CPUtime=2.31 cores=1,3,5,7
/proc/19037/task/19048/stat : 19048 (java) S 19035 19037 16973 0 -1 4202560 273 0 0 0 230 1 0 0 20 0 19 0 279320397 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824430168424 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19049] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19049/stat : 19049 (java) S 19035 19037 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824429114744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19050] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19050/stat : 19050 (java) S 19035 19037 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824428061576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19051] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19051/stat : 19051 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824427010320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19052] ppid=19035 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/19037/task/19052/stat : 19052 (java) S 19035 19037 16973 0 -1 4202560 3311 0 0 0 67 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824425958200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19053] ppid=19035 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/19037/task/19053/stat : 19053 (java) S 19035 19037 16973 0 -1 4202560 3482 0 0 0 61 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824424905656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19054] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19054/stat : 19054 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824423852792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19055] ppid=19035 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/19037/task/19055/stat : 19055 (java) S 19035 19037 16973 0 -1 4202560 21 0 0 0 4 7 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824422800456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19056] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19056/stat : 19056 (java) S 19035 19037 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279320558 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824421745704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 360.65
Current children cumulated vsize (KiB) 9625004

[startup+359.901 s]
/proc/loadavg: 2.07 2.03 2.00 3/213 19061
/proc/meminfo: memFree=26991276/32873660 swapFree=7120/7120
[pid=19037] ppid=19035 vsize=9625004 CPUtime=362.25 cores=1,3,5,7
/proc/19037/stat : 19037 (java) S 19035 19037 16973 0 -1 4202496 11327 0 1 0 36198 27 0 0 20 0 19 0 279320394 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 140733279765296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19037/statm: 2406251 102272 2286 9 0 2396937 0
[pid=19037/tid=19038] ppid=19035 vsize=9625004 CPUtime=356.25 cores=1,3,5,7
/proc/19037/task/19038/stat : 19038 (java) R 19035 19037 16973 0 -1 4202560 2674 0 1 0 35616 9 0 0 20 0 19 0 279320395 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824605905448 139824546492389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19037/tid=19040] ppid=19035 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/19037/task/19040/stat : 19040 (java) S 19035 19037 16973 0 -1 4202560 39 0 0 0 13 0 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824544635304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19041] ppid=19035 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/19037/task/19041/stat : 19041 (java) S 19035 19037 16973 0 -1 4202560 50 0 0 0 17 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824543582760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19042] ppid=19035 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/19037/task/19042/stat : 19042 (java) S 19035 19037 16973 0 -1 4202560 32 0 0 0 12 0 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824542529704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19043] ppid=19035 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/19037/task/19043/stat : 19043 (java) S 19035 19037 16973 0 -1 4202560 59 0 0 0 12 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824541477160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19044] ppid=19035 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/19037/task/19044/stat : 19044 (java) S 19035 19037 16973 0 -1 4202560 42 0 0 0 14 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824540425128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19045] ppid=19035 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/19037/task/19045/stat : 19045 (java) S 19035 19037 16973 0 -1 4202560 76 0 0 0 15 3 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824444685352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19046] ppid=19035 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/19037/task/19046/stat : 19046 (java) S 19035 19037 16973 0 -1 4202560 31 0 0 0 14 0 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824443632296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19047] ppid=19035 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/19037/task/19047/stat : 19047 (java) S 19035 19037 16973 0 -1 4202560 55 0 0 0 15 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824442579752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19048] ppid=19035 vsize=9625004 CPUtime=2.31 cores=1,3,5,7
/proc/19037/task/19048/stat : 19048 (java) S 19035 19037 16973 0 -1 4202560 273 0 0 0 230 1 0 0 20 0 19 0 279320397 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824430168424 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19049] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19049/stat : 19049 (java) S 19035 19037 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824429114744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19050] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19050/stat : 19050 (java) S 19035 19037 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824428061576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19051] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19051/stat : 19051 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824427010320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19052] ppid=19035 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/19037/task/19052/stat : 19052 (java) S 19035 19037 16973 0 -1 4202560 3311 0 0 0 67 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824425958200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19053] ppid=19035 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/19037/task/19053/stat : 19053 (java) S 19035 19037 16973 0 -1 4202560 3482 0 0 0 61 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824424905656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19054] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19054/stat : 19054 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824423852792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19055] ppid=19035 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/19037/task/19055/stat : 19055 (java) S 19035 19037 16973 0 -1 4202560 21 0 0 0 4 8 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824422800456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19056] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19056/stat : 19056 (java) S 19035 19037 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279320558 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824421745704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 362.25
Current children cumulated vsize (KiB) 9625004

[startup+360.701 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 19061
/proc/meminfo: memFree=26991276/32873660 swapFree=7120/7120
[pid=19037] ppid=19035 vsize=9625004 CPUtime=363.06 cores=1,3,5,7
/proc/19037/stat : 19037 (java) S 19035 19037 16973 0 -1 4202496 11327 0 1 0 36279 27 0 0 20 0 19 0 279320394 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 140733279765296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19037/statm: 2406251 102272 2286 9 0 2396937 0
[pid=19037/tid=19038] ppid=19035 vsize=9625004 CPUtime=357.05 cores=1,3,5,7
/proc/19037/task/19038/stat : 19038 (java) R 19035 19037 16973 0 -1 4202560 2674 0 1 0 35696 9 0 0 20 0 19 0 279320395 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824605905448 139824546492389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19037/tid=19040] ppid=19035 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/19037/task/19040/stat : 19040 (java) S 19035 19037 16973 0 -1 4202560 39 0 0 0 13 0 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824544635304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19041] ppid=19035 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/19037/task/19041/stat : 19041 (java) S 19035 19037 16973 0 -1 4202560 50 0 0 0 17 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824543582760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19042] ppid=19035 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/19037/task/19042/stat : 19042 (java) S 19035 19037 16973 0 -1 4202560 32 0 0 0 12 0 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824542529704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19043] ppid=19035 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/19037/task/19043/stat : 19043 (java) S 19035 19037 16973 0 -1 4202560 59 0 0 0 12 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824541477160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19044] ppid=19035 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/19037/task/19044/stat : 19044 (java) S 19035 19037 16973 0 -1 4202560 42 0 0 0 14 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824540425128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19045] ppid=19035 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/19037/task/19045/stat : 19045 (java) S 19035 19037 16973 0 -1 4202560 76 0 0 0 15 3 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824444685352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19046] ppid=19035 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/19037/task/19046/stat : 19046 (java) S 19035 19037 16973 0 -1 4202560 31 0 0 0 14 0 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824443632296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19047] ppid=19035 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/19037/task/19047/stat : 19047 (java) S 19035 19037 16973 0 -1 4202560 55 0 0 0 15 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824442579752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19048] ppid=19035 vsize=9625004 CPUtime=2.31 cores=1,3,5,7
/proc/19037/task/19048/stat : 19048 (java) S 19035 19037 16973 0 -1 4202560 273 0 0 0 230 1 0 0 20 0 19 0 279320397 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824430168424 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19049] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19049/stat : 19049 (java) S 19035 19037 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824429114744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19050] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19050/stat : 19050 (java) S 19035 19037 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824428061576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19051] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19051/stat : 19051 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824427010320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19052] ppid=19035 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/19037/task/19052/stat : 19052 (java) S 19035 19037 16973 0 -1 4202560 3311 0 0 0 67 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824425958200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19053] ppid=19035 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/19037/task/19053/stat : 19053 (java) S 19035 19037 16973 0 -1 4202560 3482 0 0 0 61 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824424905656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19054] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19054/stat : 19054 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824423852792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19055] ppid=19035 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/19037/task/19055/stat : 19055 (java) S 19035 19037 16973 0 -1 4202560 21 0 0 0 4 8 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824422800456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19056] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19056/stat : 19056 (java) S 19035 19037 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279320558 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824421745704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 363.06
Current children cumulated vsize (KiB) 9625004

[startup+360.901 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 19061
/proc/meminfo: memFree=26991276/32873660 swapFree=7120/7120
[pid=19037] ppid=19035 vsize=9625004 CPUtime=363.25 cores=1,3,5,7
/proc/19037/stat : 19037 (java) S 19035 19037 16973 0 -1 4202496 11327 0 1 0 36298 27 0 0 20 0 19 0 279320394 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 140733279765296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19037/statm: 2406251 102272 2286 9 0 2396937 0
[pid=19037/tid=19038] ppid=19035 vsize=9625004 CPUtime=357.25 cores=1,3,5,7
/proc/19037/task/19038/stat : 19038 (java) R 19035 19037 16973 0 -1 4202560 2674 0 1 0 35716 9 0 0 20 0 19 0 279320395 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824605905448 139824546375863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19037/tid=19040] ppid=19035 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/19037/task/19040/stat : 19040 (java) S 19035 19037 16973 0 -1 4202560 39 0 0 0 13 0 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824544635304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19041] ppid=19035 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/19037/task/19041/stat : 19041 (java) S 19035 19037 16973 0 -1 4202560 50 0 0 0 17 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824543582760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19042] ppid=19035 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/19037/task/19042/stat : 19042 (java) S 19035 19037 16973 0 -1 4202560 32 0 0 0 12 0 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824542529704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19043] ppid=19035 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/19037/task/19043/stat : 19043 (java) S 19035 19037 16973 0 -1 4202560 59 0 0 0 12 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824541477160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19044] ppid=19035 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/19037/task/19044/stat : 19044 (java) S 19035 19037 16973 0 -1 4202560 42 0 0 0 14 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824540425128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19045] ppid=19035 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/19037/task/19045/stat : 19045 (java) S 19035 19037 16973 0 -1 4202560 76 0 0 0 15 3 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824444685352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19046] ppid=19035 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/19037/task/19046/stat : 19046 (java) S 19035 19037 16973 0 -1 4202560 31 0 0 0 14 0 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824443632296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19047] ppid=19035 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/19037/task/19047/stat : 19047 (java) S 19035 19037 16973 0 -1 4202560 55 0 0 0 15 2 0 0 20 0 19 0 279320396 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824442579752 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19048] ppid=19035 vsize=9625004 CPUtime=2.31 cores=1,3,5,7
/proc/19037/task/19048/stat : 19048 (java) S 19035 19037 16973 0 -1 4202560 273 0 0 0 230 1 0 0 20 0 19 0 279320397 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824430168424 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19049] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19049/stat : 19049 (java) S 19035 19037 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824429114744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19050] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19050/stat : 19050 (java) S 19035 19037 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279320397 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824428061576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19051] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19051/stat : 19051 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824427010320 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19037/tid=19052] ppid=19035 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/19037/task/19052/stat : 19052 (java) S 19035 19037 16973 0 -1 4202560 3311 0 0 0 67 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824425958200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19053] ppid=19035 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/19037/task/19053/stat : 19053 (java) S 19035 19037 16973 0 -1 4202560 3482 0 0 0 61 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824424905656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19054] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19054/stat : 19054 (java) S 19035 19037 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824423852792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19037/tid=19055] ppid=19035 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/19037/task/19055/stat : 19055 (java) S 19035 19037 16973 0 -1 4202560 21 0 0 0 4 8 0 0 20 0 19 0 279320399 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824422800456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19037/tid=19056] ppid=19035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/19037/task/19056/stat : 19056 (java) S 19035 19037 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279320558 9856004096 102272 33554432000 1073741824 1073778376 140733279774160 139824421745704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 363.25
Current children cumulated vsize (KiB) 9625004

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19037 and gives
#  childrusage.ru_utime.tv_sec=362
#  childrusage.ru_utime.tv_usec=74956
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=432934
# CPU time returned by wait4() is 362.508
# while last known CPU time is 363.25
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 360.959
CPU time (s): 363.25
CPU user time (s): 362.98
CPU system time (s): 0.27
CPU usage (%): 100.635
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 362.075
system time used= 0.432934
maximum resident set size= 409144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11345
page faults= 1
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8589
involuntary context switches= 4029

runsolver used 1.38279 second user time and 4.02839 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 17:19:06
IDJOB=3709865
IDBENCH=1465
IDSOLVER=2289
FILE ID=node117/3709865-1338131946
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70040 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.unbounded.all.ucl.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-3709865-1338131946/watcher-3709865-1338131946 -o /tmp/evaluation-result-3709865-1338131946/solver-3709865-1338131946 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709865-1338131946.opb

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

MD5SUM BENCH= 1785d65de493315a1e7654bb7aab8248
RANDOM SEED=602433011

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:        27489852 kB
Buffers:          324720 kB
Cached:          4052004 kB
SwapCached:            0 kB
Active:          2323952 kB
Inactive:        2185024 kB
Active(anon):     123904 kB
Inactive(anon):    11356 kB
Active(file):    2200048 kB
Inactive(file):  2173668 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9696 kB
Writeback:             0 kB
AnonPages:        141808 kB
Mapped:            22572 kB
Shmem:               200 kB
Slab:             736060 kB
SReclaimable:     179340 kB
SUnreclaim:       556720 kB
KernelStack:        1584 kB
PageTables:         4520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     696728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 70040 MiB
End job on node117 at 2012-05-27 17:25:08