Trace number 4084440

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 2.3.6 Resolution PB16UNSAT 812.361 810.311

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-full.all.ucl.opb
MD5SUM14c93c93dc53353f81a889ada18ba601
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 benchmark53.2519
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13
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 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
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-2013 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.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084440-1465220896.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
2.13/1.45	c ... done. Wall clock time 1.339s.
2.13/1.45	c declared #vars     81558
2.13/1.45	c #constraints  240469
2.13/1.45	c constraints type 
2.13/1.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 78130
2.13/1.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.13/1.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 157734
2.28/1.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4604
2.28/1.56	c 240469 constraints processed.
11.59/10.40	c cleaning 2493 clauses out of 4999 with flag 26467/5000
20.58/19.25	c cleaning 4246 clauses out of 8506 with flag 66045/11000
32.78/31.48	c cleaning 5624 clauses out of 11260 with flag 116232/18000
46.90/45.56	c cleaning 6812 clauses out of 13637 with flag 181841/26001
59.33/57.98	c cleaning 7903 clauses out of 15823 with flag 257320/35000
77.03/75.63	c cleaning 8949 clauses out of 17920 with flag 355569/45000
97.54/96.10	c cleaning 9980 clauses out of 19971 with flag 459717/56000
120.44/119.08	c cleaning 10980 clauses out of 21992 with flag 577317/68001
146.15/144.75	c cleaning 12001 clauses out of 24012 with flag 708818/81001
171.97/170.59	c cleaning 13005 clauses out of 26012 with flag 847519/95002
197.52/195.93	c cleaning 13991 clauses out of 28005 with flag 1002716/110000
222.52/220.93	c cleaning 14998 clauses out of 30014 with flag 1156241/126000
251.82/250.23	c cleaning 15992 clauses out of 32017 with flag 1326267/143001
281.93/280.36	c cleaning 17007 clauses out of 34025 with flag 1507314/161001
311.13/309.52	c cleaning 18002 clauses out of 36017 with flag 1686813/180000
344.94/343.33	c cleaning 19009 clauses out of 38017 with flag 1894205/200002
379.74/378.10	c cleaning 19995 clauses out of 40009 with flag 2117669/221003
411.05/409.41	c cleaning 21003 clauses out of 42012 with flag 2356084/243001
442.56/440.97	c cleaning 22003 clauses out of 44010 with flag 2596383/266002
475.77/474.16	c cleaning 22995 clauses out of 46004 with flag 2849756/290000
506.47/504.85	c cleaning 23996 clauses out of 48012 with flag 3118876/315003
539.69/538.06	c cleaning 25003 clauses out of 50015 with flag 3401238/341002
573.98/572.39	c cleaning 25997 clauses out of 52011 with flag 3695171/368001
609.19/607.50	c cleaning 27006 clauses out of 54017 with flag 4007154/396004
644.80/643.19	c cleaning 27994 clauses out of 56007 with flag 4334976/425000
682.01/680.34	c cleaning 28996 clauses out of 58015 with flag 4682782/455002
724.31/722.68	c cleaning 30000 clauses out of 60020 with flag 5068105/486003
765.74/764.02	c cleaning 30992 clauses out of 62014 with flag 5463230/518000
807.65/805.93	c cleaning 32006 clauses out of 64022 with flag 5881213/551001
811.95/810.27	c starts		: 2414
811.95/810.27	c conflicts		: 554455
811.95/810.27	c decisions		: 1142787
811.95/810.27	c propagations		: 2167807412
811.95/810.27	c inspects		: 6231614733
811.95/810.27	c shortcuts		: 0
811.95/810.27	c learnt literals	: 18
811.95/810.27	c learnt binary clauses	: 211
811.95/810.27	c learnt ternary clauses	: 463
811.95/810.27	c learnt constraints	: 554436
811.95/810.27	c ignored constraints	: 0
811.95/810.27	c root simplifications	: 0
811.95/810.27	c removed literals (reason simplification)	: 0
811.95/810.27	c reason swapping (by a shorter reason)	: 0
811.95/810.27	c Calls to reduceDB	: 29
811.95/810.27	c Number of update (reduction) of LBD	: 262905
811.95/810.27	c Imported unit clauses	: 0
811.95/810.27	c number of reductions to clauses (during analyze)	: 0
811.95/810.27	c number of learned constraints concerned by reduction	: 0
811.95/810.27	c number of learning phase by resolution	: 0
811.95/810.27	c number of learning phase by cutting planes	: 0
811.95/810.27	c speed (assignments/second)	: 2680312.6798213134
811.95/810.27	c non guided choices	1414
811.95/810.29	c learnt constraints type 
811.95/810.29	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 211
811.95/810.29	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35247
811.95/810.29	s UNSATISFIABLE
811.95/810.29	c Total wall clock time (in seconds): 810.185

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4084440-1465220896/watcher-4084440-1465220896 -o /tmp/evaluation-result-4084440-1465220896/solver-4084440-1465220896 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084440-1465220896.opb 

pid=1596
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.18 2.18 2.17 3/194 1599
/proc/meminfo: memFree=30253132/32872528 swapFree=16252/1391864
[pid=1599] ppid=1596 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 737 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 104022774 94019584 917 33554432000 1073741824 1073778376 140735749992624 140735749983760 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1599/statm: 22954 917 697 9 0 16769 0
[pid=1599/tid=1600] ppid=1596 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1600/stat : 1600 (java) R 1596 1599 737 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 104022775 98570240 977 33554432000 1073741824 1073778376 140735749992624 140343716400680 272886482304 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.18 2.18 2.17 3/194 1599
/proc/meminfo: memFree=30253132/32872528 swapFree=16252/1391864
[pid=1599] ppid=1596 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 737 0 -1 4202496 4399 0 1 0 9 1 0 0 20 0 18 0 104022774 9787879424 6039 33554432000 1073741824 1073778376 140735749992624 140735749983760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1599/statm: 2389619 6039 2131 9 0 2380296 0
[pid=1599/tid=1600] ppid=1596 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/1599/task/1600/stat : 1600 (java) R 1596 1599 737 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 104022775 9787879424 6039 33554432000 1073741824 1073778376 140735749992624 140343716403480 272889865485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 2.18 2.18 2.17 3/194 1599
/proc/meminfo: memFree=30253132/32872528 swapFree=16252/1391864
[pid=1599] ppid=1596 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 737 0 -1 4202496 4954 0 1 0 26 2 0 0 20 0 18 0 104022774 9787879424 7487 33554432000 1073741824 1073778376 140735749992624 140735749983760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1599/statm: 2389619 7487 2212 9 0 2380296 0
[pid=1599/tid=1600] ppid=1596 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/1599/task/1600/stat : 1600 (java) R 1596 1599 737 0 -1 4202560 2399 0 1 0 16 2 0 0 20 0 18 0 104022775 9787879424 7487 33554432000 1073741824 1073778376 140735749992624 140343716405128 140343576209559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 2.18 2.18 2.17 3/194 1599
/proc/meminfo: memFree=30253132/32872528 swapFree=16252/1391864
[pid=1599] ppid=1596 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 737 0 -1 4202496 5752 0 1 0 47 2 0 0 20 0 18 0 104022774 9787879424 8838 33554432000 1073741824 1073778376 140735749992624 140735749983760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1599/statm: 2389619 8838 2232 9 0 2380296 0
[pid=1599/tid=1600] ppid=1596 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/1599/task/1600/stat : 1600 (java) R 1596 1599 737 0 -1 4202560 2401 0 1 0 26 2 0 0 20 0 18 0 104022775 9787879424 8838 33554432000 1073741824 1073778376 140735749992624 140343716405128 140343576224781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.70021 s]
/proc/loadavg: 2.18 2.18 2.17 3/194 1599
/proc/meminfo: memFree=30253132/32872528 swapFree=16252/1391864
[pid=1599] ppid=1596 vsize=9558476 CPUtime=1.32 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 737 0 -1 4202496 10988 0 1 0 127 5 0 0 20 0 18 0 104022774 9787879424 44624 33554432000 1073741824 1073778376 140735749992624 140735749983760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1599/statm: 2389619 44624 2261 9 0 2380296 0
[pid=1599/tid=1600] ppid=1596 vsize=9558476 CPUtime=0.66 cores=0,2,4,6
/proc/1599/task/1600/stat : 1600 (java) R 1596 1599 737 0 -1 4202560 2463 0 1 0 62 4 0 0 20 0 18 0 104022775 9787879424 44624 33554432000 1073741824 1073778376 140735749992624 140343716396976 140343576553201 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 2.25 2.19 2.17 5/212 1621
/proc/meminfo: memFree=30061920/32872528 swapFree=16252/1391864
[pid=1599] ppid=1596 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 737 0 -1 4202496 11101 0 1 0 219 9 0 0 20 0 19 0 104022774 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140735749983760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1599/statm: 2406260 69234 2272 9 0 2396937 0
[pid=1599/tid=1600] ppid=1596 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/1599/task/1600/stat : 1600 (java) R 1596 1599 737 0 -1 4202560 2517 0 1 0 138 5 0 0 20 0 19 0 104022775 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343716405888 140343576214847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1605] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343559485608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1606] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) S 1596 1599 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343558433064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1607] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343557380520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1609] ppid=1596 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 737 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 19 0 104022775 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343556327976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1610] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343555275432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1611] ppid=1596 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 737 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 104022775 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343554222888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1612] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) S 1596 1599 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343553170344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1613] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343552117800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1614] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 737 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343539918952 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1615] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1615/stat : 1615 (java) S 1596 1599 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343538865272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1616] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1616/stat : 1616 (java) S 1596 1599 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343537812616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1617] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1617/stat : 1617 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343536761360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1618] ppid=1596 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1599/task/1618/stat : 1618 (java) R 1596 1599 737 0 -1 4202560 3128 0 0 0 32 0 0 0 20 0 19 0 104022779 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343535708728 140343718542564 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1619] ppid=1596 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/1599/task/1619/stat : 1619 (java) R 1596 1599 737 0 -1 4202560 4038 0 0 0 35 0 0 0 20 0 19 0 104022779 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343534656184 140343722868480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1620] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1620/stat : 1620 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343533603832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1621] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1621/stat : 1621 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 69234 33554432000 1073741824 1073778376 140735749992624 140343532551496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10088 s]
/proc/loadavg: 2.25 2.19 2.17 3/213 1622
/proc/meminfo: memFree=29985328/32872528 swapFree=16252/1391864
[pid=1599] ppid=1596 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 737 0 -1 4202496 11150 0 1 0 425 9 0 0 20 0 19 0 104022774 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140735749983760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1599/statm: 2406260 69279 2276 9 0 2396937 0
[pid=1599/tid=1600] ppid=1596 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/1599/task/1600/stat : 1600 (java) R 1596 1599 737 0 -1 4202560 2521 0 1 0 298 5 0 0 20 0 19 0 104022775 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343716405208 140343577036610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1605] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343559485608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1606] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) S 1596 1599 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343558433064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1607] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343557380520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1609] ppid=1596 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 737 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 19 0 104022775 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343556327976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1610] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343555275432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1611] ppid=1596 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 737 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 104022775 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343554222888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1612] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) S 1596 1599 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343553170344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1613] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343552117800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1614] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 737 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343539918952 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1615] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1615/stat : 1615 (java) S 1596 1599 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343538865272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1616] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1616/stat : 1616 (java) S 1596 1599 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343537812616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1617] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1617/stat : 1617 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343536761360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1618] ppid=1596 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/1599/task/1618/stat : 1618 (java) S 1596 1599 737 0 -1 4202560 3130 0 0 0 52 0 0 0 20 0 19 0 104022779 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343535708728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1619] ppid=1596 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/1599/task/1619/stat : 1619 (java) S 1596 1599 737 0 -1 4202560 4079 0 0 0 61 0 0 0 20 0 19 0 104022779 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343534656184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1620] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1620/stat : 1620 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343533603832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1621] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1621/stat : 1621 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343532551496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1622] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1622/stat : 1622 (java) S 1596 1599 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104022923 9856040960 69279 33554432000 1073741824 1073778376 140735749992624 140343531496232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.22 2.19 2.17 3/213 1622
/proc/meminfo: memFree=29989008/32872528 swapFree=16252/1391864
[pid=1599] ppid=1596 vsize=9625040 CPUtime=7.58 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 737 0 -1 4202496 11174 0 1 0 749 9 0 0 20 0 19 0 104022774 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140735749983760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1599/statm: 2406260 68964 2280 9 0 2396937 0
[pid=1599/tid=1600] ppid=1596 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/1599/task/1600/stat : 1600 (java) R 1596 1599 737 0 -1 4202560 2524 0 1 0 618 5 0 0 20 0 19 0 104022775 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343716403680 140343576932490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1605] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 737 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343559485608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1606] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) S 1596 1599 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343558433064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1607] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343557380520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1609] ppid=1596 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 737 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 19 0 104022775 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343556327976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1610] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 737 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343555275432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1611] ppid=1596 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 737 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 104022775 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343554222888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1612] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) S 1596 1599 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343553170344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1613] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 737 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 104022775 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343552117800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1614] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 737 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343539918952 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1615] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1615/stat : 1615 (java) S 1596 1599 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343538865272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1616] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1616/stat : 1616 (java) S 1596 1599 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343537812616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1617] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1617/stat : 1617 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343536761360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1618] ppid=1596 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/1599/task/1618/stat : 1618 (java) S 1596 1599 737 0 -1 4202560 3150 0 0 0 56 0 0 0 20 0 19 0 104022779 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343535708728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1619] ppid=1596 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/1599/task/1619/stat : 1619 (java) S 1596 1599 737 0 -1 4202560 4080 0 0 0 62 0 0 0 20 0 19 0 104022779 9856040960 68964 33554432000 1073741824 1073778376 140735749992624 140343534656184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1620] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=1599/tid=1605] ppid=1596 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 737 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343559485608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1606] ppid=1596 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) S 1596 1599 737 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343558433064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1607] ppid=1596 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 737 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343557380520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1609] ppid=1596 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 737 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343556327976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1610] ppid=1596 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 737 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343555275432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1611] ppid=1596 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 737 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343554222888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1612] ppid=1596 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) S 1596 1599 737 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343553170344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1613] ppid=1596 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 737 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343552117800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1614] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 737 0 -1 4202560 202 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343539918952 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1615] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1615/stat : 1615 (java) S 1596 1599 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343538865272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1616] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1616/stat : 1616 (java) S 1596 1599 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343537812616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1617] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1617/stat : 1617 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343536761360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1618] ppid=1596 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/1599/task/1618/stat : 1618 (java) S 1596 1599 737 0 -1 4202560 3156 0 0 0 62 0 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343535708728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1619] ppid=1596 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/1599/task/1619/stat : 1619 (java) S 1596 1599 737 0 -1 4202560 4082 0 0 0 72 0 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343534656184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1620] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1620/stat : 1620 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343533603832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1621] ppid=1596 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/1599/task/1621/stat : 1621 (java) S 1596 1599 737 0 -1 4202560 47 0 0 0 17 17 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343532551496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1622] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1622/stat : 1622 (java) S 1596 1599 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104022923 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343531496232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 811.36
Current children cumulated vsize (KiB) 9625040

[startup+810.001 s]
/proc/loadavg: 2.18 2.24 2.19 4/214 1943
/proc/meminfo: memFree=30122448/32872528 swapFree=16252/1391864
[pid=1599] ppid=1596 vsize=9625040 CPUtime=811.75 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 737 0 -1 4202496 11474 0 1 0 81144 31 0 0 20 0 19 0 104022774 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140735749983760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1599/statm: 2406260 89591 2284 9 0 2396937 0
[pid=1599/tid=1600] ppid=1596 vsize=9625040 CPUtime=809.88 cores=0,2,4,6
/proc/1599/task/1600/stat : 1600 (java) R 1596 1599 737 0 -1 4202560 2549 0 1 0 80970 18 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343716396752 140343576895847 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1605] ppid=1596 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 737 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343559485608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1606] ppid=1596 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) S 1596 1599 737 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343558433064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1607] ppid=1596 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 737 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343557380520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1609] ppid=1596 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 737 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343556327976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1610] ppid=1596 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 737 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343555275432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1611] ppid=1596 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 737 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343554222888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1612] ppid=1596 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) S 1596 1599 737 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343553170344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1613] ppid=1596 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 737 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343552117800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1614] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 737 0 -1 4202560 202 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343539918952 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1615] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1615/stat : 1615 (java) S 1596 1599 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343538865272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1616] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1616/stat : 1616 (java) S 1596 1599 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343537812616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1617] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1617/stat : 1617 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343536761360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1618] ppid=1596 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/1599/task/1618/stat : 1618 (java) S 1596 1599 737 0 -1 4202560 3156 0 0 0 62 0 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343535708728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1619] ppid=1596 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/1599/task/1619/stat : 1619 (java) S 1596 1599 737 0 -1 4202560 4082 0 0 0 72 0 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343534656184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1620] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1620/stat : 1620 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343533603832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1621] ppid=1596 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/1599/task/1621/stat : 1621 (java) S 1596 1599 737 0 -1 4202560 47 0 0 0 17 17 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343532551496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1622] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1622/stat : 1622 (java) S 1596 1599 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104022923 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343531496232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 811.75
Current children cumulated vsize (KiB) 9625040

[startup+810.201 s]
/proc/loadavg: 2.18 2.24 2.19 4/214 1943
/proc/meminfo: memFree=30122448/32872528 swapFree=16252/1391864
[pid=1599] ppid=1596 vsize=9625040 CPUtime=811.95 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 737 0 -1 4202496 11474 0 1 0 81164 31 0 0 20 0 19 0 104022774 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140735749983760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1599/statm: 2406260 89591 2284 9 0 2396937 0
[pid=1599/tid=1600] ppid=1596 vsize=9625040 CPUtime=810.08 cores=0,2,4,6
/proc/1599/task/1600/stat : 1600 (java) R 1596 1599 737 0 -1 4202560 2549 0 1 0 80990 18 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343716396752 140343577036610 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1605] ppid=1596 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 737 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343559485608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1606] ppid=1596 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) S 1596 1599 737 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343558433064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1607] ppid=1596 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 737 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343557380520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1609] ppid=1596 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 737 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343556327976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1610] ppid=1596 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 737 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343555275432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1611] ppid=1596 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 737 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343554222888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1612] ppid=1596 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) S 1596 1599 737 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343553170344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1613] ppid=1596 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 737 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 104022775 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343552117800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1614] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 737 0 -1 4202560 202 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343539918952 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1615] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1615/stat : 1615 (java) S 1596 1599 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343538865272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1616] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1616/stat : 1616 (java) S 1596 1599 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104022777 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343537812616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1617] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1617/stat : 1617 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343536761360 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1618] ppid=1596 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/1599/task/1618/stat : 1618 (java) S 1596 1599 737 0 -1 4202560 3156 0 0 0 62 0 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343535708728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1619] ppid=1596 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/1599/task/1619/stat : 1619 (java) S 1596 1599 737 0 -1 4202560 4082 0 0 0 72 0 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343534656184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1620] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1620/stat : 1620 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343533603832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1621] ppid=1596 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/1599/task/1621/stat : 1621 (java) S 1596 1599 737 0 -1 4202560 47 0 0 0 17 17 0 0 20 0 19 0 104022779 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343532551496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1599/tid=1622] ppid=1596 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1622/stat : 1622 (java) S 1596 1599 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104022923 9856040960 89591 33554432000 1073741824 1073778376 140735749992624 140343531496232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 811.95
Current children cumulated vsize (KiB) 9625040

[startup+810.301 s]
/proc/loadavg: 2.18 2.24 2.19 4/214 1943
/proc/meminfo: memFree=30122448/32872528 swapFree=16252/1391864
[pid=1599] ppid=1596 vsize=9691604 CPUtime=812.12 cores=0,2,4,6
/proc/1599/stat : 1599 (java) S 1596 1599 737 0 -1 4202496 11496 0 1 0 81176 36 0 0 20 0 17 0 104022774 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140735749983760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1599/statm: 2422901 89604 2285 9 0 2413578 0
[pid=1599/tid=1600] ppid=1596 vsize=9691604 CPUtime=810.15 cores=0,2,4,6
/proc/1599/task/1600/stat : 1600 (java) S 1596 1599 737 0 -1 4202560 2552 0 1 0 80997 18 0 0 20 0 17 0 104022775 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343716406264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1605] ppid=1596 vsize=9691604 CPUtime=0.05 cores=0,2,4,6
/proc/1599/task/1605/stat : 1605 (java) S 1596 1599 737 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 17 0 104022775 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343559485608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1606] ppid=1596 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1606/stat : 1606 (java) S 1596 1599 737 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 17 0 104022775 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343558433064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1607] ppid=1596 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1607/stat : 1607 (java) S 1596 1599 737 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 17 0 104022775 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343557380520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1609] ppid=1596 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/1599/task/1609/stat : 1609 (java) S 1596 1599 737 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 17 0 104022775 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343556327976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1610] ppid=1596 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1610/stat : 1610 (java) S 1596 1599 737 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 17 0 104022775 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343555275432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1611] ppid=1596 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/1599/task/1611/stat : 1611 (java) S 1596 1599 737 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 17 0 104022775 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343554222888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1612] ppid=1596 vsize=9691604 CPUtime=0.05 cores=0,2,4,6
/proc/1599/task/1612/stat : 1612 (java) S 1596 1599 737 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 17 0 104022775 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343553170344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1613] ppid=1596 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/1599/task/1613/stat : 1613 (java) S 1596 1599 737 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 17 0 104022775 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343552117800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1614] ppid=1596 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1614/stat : 1614 (java) S 1596 1599 737 0 -1 4202560 202 0 0 0 0 0 0 0 20 0 17 0 104022777 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343539918504 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1599/tid=1615] ppid=1596 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1615/stat : 1615 (java) S 1596 1599 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 17 0 104022777 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343538865272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1616] ppid=1596 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1616/stat : 1616 (java) S 1596 1599 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 104022777 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343537812616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1617] ppid=1596 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1617/stat : 1617 (java) S 1596 1599 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 104022779 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343536760136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1618] ppid=1596 vsize=9691604 CPUtime=0.64 cores=0,2,4,6
/proc/1599/task/1618/stat : 1618 (java) S 1596 1599 737 0 -1 4202560 3157 0 0 0 64 0 0 0 20 0 17 0 104022779 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343535694968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1599/tid=1619] ppid=1596 vsize=9691604 CPUtime=0.73 cores=0,2,4,6
/proc/1599/task/1619/stat : 1619 (java) S 1596 1599 737 0 -1 4202560 4083 0 0 0 73 0 0 0 20 0 17 0 104022779 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343534656184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1599/tid=1620] ppid=1596 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/1599/task/1620/stat : 1620 (java) S 1596 1599 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 104022779 9924202496 89604 33554432000 1073741824 1073778376 140735749992624 140343533603832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 812.12
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 810.311
CPU time (s): 812.361
CPU user time (s): 811.787
CPU system time (s): 0.574912
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 811.787
system time used= 0.574912
maximum resident set size= 358416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11496
page faults= 1
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17416
involuntary context switches= 1088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.33104 second user time and 4.48832 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 15:48:16
IDJOB=4084440
IDBENCH=1475
IDSOLVER=2546
FILE ID=node119/4084440-1465220896
RUNJOBID= node119-1465217315-754
PBS_JOBID= 19843200
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084440-1465220896/watcher-4084440-1465220896 -o /tmp/evaluation-result-4084440-1465220896/solver-4084440-1465220896 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084440-1465220896.opb

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

MD5SUM BENCH= 14c93c93dc53353f81a889ada18ba601
RANDOM SEED=2108034146

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30253396 kB
Buffers:           10580 kB
Cached:            90416 kB
SwapCached:          832 kB
Active:           484728 kB
Inactive:          38052 kB
Active(anon):     422680 kB
Inactive(anon):     1604 kB
Active(file):      62048 kB
Inactive(file):    36448 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100124 kB
Dirty:              8520 kB
Writeback:             0 kB
AnonPages:       1813452 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             566496 kB
SReclaimable:       9652 kB
SUnreclaim:       556844 kB
KernelStack:        1584 kB
PageTables:         8076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2034776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1771520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node119 at 2016-06-06 16:01:47