Trace number 4099715

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 354.14 352.546

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
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 benchmark40.5208
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 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.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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4099715-1466206139.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
2.82/2.00	c ... done. Wall clock time 1.897s.
2.82/2.00	c declared #vars     109757
2.82/2.00	c #constraints  313451
2.82/2.00	c constraints type 
2.82/2.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97686
2.82/2.00	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.82/2.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198242
2.82/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17522
2.82/2.00	c 313451 constraints processed.
7.70/6.47	c cleaning 2491 clauses out of 4997 with flag 15905/5000
11.31/9.94	c cleaning 4241 clauses out of 8505 with flag 40879/11000
15.59/14.29	c cleaning 5622 clauses out of 11263 with flag 76970/18000
19.20/17.86	c cleaning 6816 clauses out of 13642 with flag 118165/26001
24.42/23.10	c cleaning 7903 clauses out of 15826 with flag 160102/35001
31.83/30.45	c cleaning 8947 clauses out of 17921 with flag 205683/45001
39.13/37.76	c cleaning 9982 clauses out of 19976 with flag 258086/56004
49.43/48.00	c cleaning 10986 clauses out of 21987 with flag 324029/68000
59.74/58.36	c cleaning 11992 clauses out of 24002 with flag 408048/81001
72.14/70.75	c cleaning 12996 clauses out of 26008 with flag 513435/95000
84.55/83.19	c cleaning 13984 clauses out of 28012 with flag 610514/110000
99.05/97.67	c cleaning 15011 clauses out of 30030 with flag 728976/126002
108.95/107.55	c cleaning 15996 clauses out of 32017 with flag 847619/143000
118.64/117.22	c cleaning 17005 clauses out of 34022 with flag 966376/161001
129.69/128.10	c cleaning 18004 clauses out of 36017 with flag 1107303/180001
141.09/139.57	c cleaning 19000 clauses out of 38012 with flag 1262867/200000
152.00/150.42	c cleaning 19997 clauses out of 40010 with flag 1405506/221000
163.80/162.24	c cleaning 21001 clauses out of 42014 with flag 1589481/243001
173.31/171.77	c cleaning 21996 clauses out of 44015 with flag 1762491/266003
185.10/183.57	c cleaning 22999 clauses out of 46018 with flag 1957847/290002
197.41/195.85	c cleaning 23999 clauses out of 48019 with flag 2153211/315002
209.22/207.69	c cleaning 25000 clauses out of 50018 with flag 2353806/341000
221.91/220.32	c cleaning 25992 clauses out of 52018 with flag 2576778/368000
235.22/233.64	c cleaning 27002 clauses out of 54026 with flag 2826188/396000
249.42/247.81	c cleaning 28001 clauses out of 56025 with flag 3097163/425001
263.23/261.65	c cleaning 29004 clauses out of 58024 with flag 3374787/455001
278.23/276.62	c cleaning 30003 clauses out of 60020 with flag 3686305/486001
293.64/292.07	c cleaning 31002 clauses out of 62016 with flag 4012788/518000
307.45/305.84	c cleaning 32001 clauses out of 64014 with flag 4352059/551000
329.84/328.28	c cleaning 33004 clauses out of 66011 with flag 4768117/585000
354.14/352.52	c starts		: 2783
354.14/352.52	c conflicts		: 619987
354.14/352.52	c decisions		: 1803991
354.14/352.52	c propagations		: 836016400
354.14/352.52	c inspects		: 2683516302
354.14/352.52	c shortcuts		: 0
354.14/352.52	c learnt literals	: 20
354.14/352.52	c learnt binary clauses	: 323
354.14/352.52	c learnt ternary clauses	: 571
354.14/352.52	c learnt constraints	: 619966
354.14/352.52	c ignored constraints	: 0
354.14/352.52	c root simplifications	: 0
354.14/352.52	c removed literals (reason simplification)	: 0
354.14/352.52	c reason swapping (by a shorter reason)	: 0
354.14/352.52	c Calls to reduceDB	: 30
354.14/352.52	c Number of update (reduction) of LBD	: 138458
354.14/352.52	c Imported unit clauses	: 0
354.14/352.52	c number of reductions to clauses (during analyze)	: 0
354.14/352.52	c number of learned constraints concerned by reduction	: 0
354.14/352.52	c number of learning phase by resolution	: 0
354.14/352.52	c number of learning phase by cutting planes	: 0
354.14/352.52	c speed (assignments/second)	: 2385394.5953040603
354.14/352.52	c non guided choices	14778
354.14/352.54	c learnt constraints type 
354.14/352.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 323
354.14/352.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67666
354.14/352.54	s UNSATISFIABLE
354.14/352.54	c Total wall clock time (in seconds): 352.434

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-4099715-1466206139/watcher-4099715-1466206139 -o /tmp/evaluation-result-4099715-1466206139/solver-4099715-1466206139 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099715-1466206139.opb 

pid=16552
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: 0.94 0.45 0.27 3/194 16555
/proc/meminfo: memFree=30183152/32872528 swapFree=1542984/1696284
[pid=16555] ppid=16552 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/16555/stat : 16555 (java) S 16552 16555 15516 0 -1 4202496 1316 0 0 0 0 0 0 0 20 0 2 0 22660563 98635776 948 33554432000 1073741824 1073778376 140737110778288 140737110769424 270710898749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16555/statm: 24081 956 725 9 0 16771 0
[pid=16555/tid=16556] ppid=16552 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16556/stat : 16556 (java) R 16552 16555 15516 0 -1 4202560 128 0 0 0 0 0 0 0 20 0 2 0 22660563 98570240 976 33554432000 1073741824 1073778376 140737110778288 140178880237096 140178883211040 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100065 s]
/proc/loadavg: 0.94 0.45 0.27 3/194 16555
/proc/meminfo: memFree=30183152/32872528 swapFree=1542984/1696284
[pid=16555] ppid=16552 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/16555/stat : 16555 (java) S 16552 16555 15516 0 -1 4202496 4466 0 1 0 9 1 0 0 20 0 18 0 22660563 9787879424 6095 33554432000 1073741824 1073778376 140737110778288 140737110769424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16555/statm: 2389619 6095 2147 9 0 2380296 0
[pid=16555/tid=16556] ppid=16552 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16555/task/16556/stat : 16556 (java) R 16552 16555 15516 0 -1 4202560 2401 0 1 0 6 1 0 0 20 0 18 0 22660563 9787879424 6096 33554432000 1073741824 1073778376 140737110778288 140178880226992 140178752501222 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200323 s]
/proc/loadavg: 0.94 0.45 0.27 3/194 16555
/proc/meminfo: memFree=30183152/32872528 swapFree=1542984/1696284
[pid=16555] ppid=16552 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/16555/stat : 16555 (java) S 16552 16555 15516 0 -1 4202496 4966 0 1 0 27 1 0 0 20 0 18 0 22660563 9787879424 7335 33554432000 1073741824 1073778376 140737110778288 140737110769424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16555/statm: 2389619 7335 2216 9 0 2380296 0
[pid=16555/tid=16556] ppid=16552 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/16555/task/16556/stat : 16556 (java) R 16552 16555 15516 0 -1 4202560 2420 0 1 0 16 1 0 0 20 0 18 0 22660563 9787879424 7335 33554432000 1073741824 1073778376 140737110778288 140178880233328 140178752517728 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.3003 s]
/proc/loadavg: 0.94 0.45 0.27 3/194 16555
/proc/meminfo: memFree=30183152/32872528 swapFree=1542984/1696284
[pid=16555] ppid=16552 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/16555/stat : 16555 (java) S 16552 16555 15516 0 -1 4202496 5978 0 1 0 49 2 0 0 20 0 18 0 22660563 9787879424 9546 33554432000 1073741824 1073778376 140737110778288 140737110769424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16555/statm: 2389619 9546 2233 9 0 2380296 0
[pid=16555/tid=16556] ppid=16552 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16555/task/16556/stat : 16556 (java) R 16552 16555 15516 0 -1 4202560 2423 0 1 0 26 1 0 0 20 0 18 0 22660563 9787879424 9546 33554432000 1073741824 1073778376 140737110778288 140178880233328 140178752887414 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700237 s]
/proc/loadavg: 0.94 0.45 0.27 3/194 16555
/proc/meminfo: memFree=30183152/32872528 swapFree=1542984/1696284
[pid=16555] ppid=16552 vsize=9558476 CPUtime=1.12 cores=1,3,5,7
/proc/16555/stat : 16555 (java) S 16552 16555 15516 0 -1 4202496 7287 0 1 0 107 5 0 0 20 0 18 0 22660563 9787879424 41667 33554432000 1073741824 1073778376 140737110778288 140737110769424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16555/statm: 2389619 41667 2261 9 0 2380296 0
[pid=16555/tid=16556] ppid=16552 vsize=9558476 CPUtime=0.65 cores=1,3,5,7
/proc/16555/task/16556/stat : 16556 (java) R 16552 16555 15516 0 -1 4202560 2484 0 1 0 61 4 0 0 20 0 18 0 22660563 9787879424 41667 33554432000 1073741824 1073778376 140737110778288 140178880233408 140178752847148 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558476

[startup+1.51741 s]
/proc/loadavg: 0.94 0.45 0.27 3/212 16573
/proc/meminfo: memFree=30004952/32872528 swapFree=1542984/1696284
[pid=16555] ppid=16552 vsize=9558476 CPUtime=2.06 cores=1,3,5,7
/proc/16555/stat : 16555 (java) S 16552 16555 15516 0 -1 4202496 7427 0 1 0 196 10 0 0 20 0 18 0 22660563 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140737110769424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16555/statm: 2389619 80593 2261 9 0 2380296 0
[pid=16555/tid=16556] ppid=16552 vsize=9558476 CPUtime=1.41 cores=1,3,5,7
/proc/16555/task/16556/stat : 16556 (java) S 16552 16555 15516 0 -1 4202560 2542 0 1 0 136 5 0 0 20 0 18 0 22660563 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178880241096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16558] ppid=16552 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/16555/task/16558/stat : 16558 (java) R 16552 16555 15516 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 22660564 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178724076376 140178883998860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16559] ppid=16552 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/16555/task/16559/stat : 16559 (java) R 16552 16555 15516 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 22660564 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178723023656 140178882713273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16560] ppid=16552 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/16555/task/16560/stat : 16560 (java) R 16552 16555 15516 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 22660564 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178721971288 140178887137610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16561] ppid=16552 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16555/task/16561/stat : 16561 (java) R 16552 16555 15516 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 22660564 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178720918744 140178884403968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16562] ppid=16552 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/16555/task/16562/stat : 16562 (java) R 16552 16555 15516 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 18 0 22660564 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178719865176 140178882713281 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16555/tid=16563] ppid=16552 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16555/task/16563/stat : 16563 (java) R 16552 16555 15516 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 22660564 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178718812632 140178882713273 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16564] ppid=16552 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16555/task/16564/stat : 16564 (java) R 16552 16555 15516 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 22660564 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178717760088 140178882713281 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16565] ppid=16552 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16565/stat : 16565 (java) R 16552 16555 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 22660564 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178716707368 140178882713273 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16566] ppid=16552 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16566/stat : 16566 (java) S 16552 16555 15516 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22660565 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178704508424 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16567] ppid=16552 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16567/stat : 16567 (java) S 16552 16555 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22660566 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178703455864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16568] ppid=16552 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16568/stat : 16568 (java) S 16552 16555 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22660566 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178702403208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16569] ppid=16552 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16569/stat : 16569 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660568 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178701351952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16570] ppid=16552 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/16555/task/16570/stat : 16570 (java) S 16552 16555 15516 0 -1 4202560 1755 0 0 0 18 0 0 0 20 0 18 0 22660568 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178700298296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16571] ppid=16552 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/16555/task/16571/stat : 16571 (java) S 16552 16555 15516 0 -1 4202560 1686 0 0 0 18 0 0 0 20 0 18 0 22660568 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178699245752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16572] ppid=16552 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16572/stat : 16572 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660568 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178698193400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16573] ppid=16552 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16573/stat : 16573 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22660568 9787879424 80593 33554432000 1073741824 1073778376 140737110778288 140178697141064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 0.94 0.45 0.27 3/213 16574
/proc/meminfo: memFree=29842476/32872528 swapFree=1542984/1696284
[pid=16555] ppid=16552 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/16555/stat : 16555 (java) S 16552 16555 15516 0 -1 4202496 11192 0 1 0 419 13 0 0 20 0 19 0 22660563 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140737110769424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16555/statm: 2406260 87089 2276 9 0 2396937 0
[pid=16555/tid=16556] ppid=16552 vsize=9625040 CPUtime=2.96 cores=1,3,5,7
/proc/16555/task/16556/stat : 16556 (java) R 16552 16555 15516 0 -1 4202560 2560 0 1 0 291 5 0 0 20 0 19 0 22660563 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178880241736 140178753244166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16558] ppid=16552 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16555/task/16558/stat : 16558 (java) S 16552 16555 15516 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 22660564 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178724076200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16559] ppid=16552 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16555/task/16559/stat : 16559 (java) S 16552 16555 15516 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 22660564 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178723023656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16560] ppid=16552 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16555/task/16560/stat : 16560 (java) S 16552 16555 15516 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 22660564 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178721971112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16561] ppid=16552 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16555/task/16561/stat : 16561 (java) S 16552 16555 15516 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 22660564 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178720918568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16562] ppid=16552 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16555/task/16562/stat : 16562 (java) S 16552 16555 15516 0 -1 4202560 33 0 0 0 5 1 0 0 20 0 19 0 22660564 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178719865000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16555/tid=16563] ppid=16552 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16555/task/16563/stat : 16563 (java) S 16552 16555 15516 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 19 0 22660564 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178718812456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16564] ppid=16552 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16555/task/16564/stat : 16564 (java) S 16552 16555 15516 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 22660564 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178717759912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16565] ppid=16552 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16555/task/16565/stat : 16565 (java) S 16552 16555 15516 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 22660564 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178716707368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16566] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16566/stat : 16566 (java) S 16552 16555 15516 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22660565 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178704509544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16567] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16567/stat : 16567 (java) S 16552 16555 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660566 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178703455864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16568] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16568/stat : 16568 (java) S 16552 16555 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660566 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178702403208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16569] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16569/stat : 16569 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660568 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178701351952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16570] ppid=16552 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/16555/task/16570/stat : 16570 (java) S 16552 16555 15516 0 -1 4202560 4111 0 0 0 43 0 0 0 20 0 19 0 22660568 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178700298296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16571] ppid=16552 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/16555/task/16571/stat : 16571 (java) S 16552 16555 15516 0 -1 4202560 2892 0 0 0 50 0 0 0 20 0 19 0 22660568 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178699245752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16572] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16572/stat : 16572 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660568 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178698193400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16573] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16573/stat : 16573 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660568 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178697141064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16574] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16574/stat : 16574 (java) S 16552 16555 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660768 9856040960 87089 33554432000 1073741824 1073778376 140737110778288 140178696037672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 1.02 0.48 0.28 3/213 16574
/proc/meminfo: memFree=29842064/32872528 swapFree=1542984/1696284
[pid=16555] ppid=16552 vsize=9625040 CPUtime=7.6 cores=1,3,5,7
/proc/16555/stat : 16555 (java) S 16552 16555 15516 0 -1 4202496 13007 0 1 0 747 13 0 0 20 0 19 0 22660563 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140737110769424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16555/statm: 2406260 87033 2280 9 0 2396937 0
[pid=16555/tid=16556] ppid=16552 vsize=9625040 CPUtime=6.14 cores=1,3,5,7
/proc/16555/task/16556/stat : 16556 (java) R 16552 16555 15516 0 -1 4202560 2564 0 1 0 609 5 0 0 20 0 19 0 22660563 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178880241696 140178753244400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16558] ppid=16552 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16555/task/16558/stat : 16558 (java) S 16552 16555 15516 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 22660564 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178724076200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16559] ppid=16552 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16555/task/16559/stat : 16559 (java) S 16552 16555 15516 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 22660564 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178723023656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16560] ppid=16552 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16555/task/16560/stat : 16560 (java) S 16552 16555 15516 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 22660564 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178721971112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16561] ppid=16552 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16555/task/16561/stat : 16561 (java) S 16552 16555 15516 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 22660564 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178720918568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16562] ppid=16552 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16555/task/16562/stat : 16562 (java) S 16552 16555 15516 0 -1 4202560 33 0 0 0 5 1 0 0 20 0 19 0 22660564 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178719865000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16555/tid=16563] ppid=16552 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16555/task/16563/stat : 16563 (java) S 16552 16555 15516 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 19 0 22660564 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178718812456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16564] ppid=16552 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16555/task/16564/stat : 16564 (java) S 16552 16555 15516 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 22660564 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178717759912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16565] ppid=16552 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16555/task/16565/stat : 16565 (java) S 16552 16555 15516 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 22660564 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178716707368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16566] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16566/stat : 16566 (java) S 16552 16555 15516 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 22660565 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178704509544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16567] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16567/stat : 16567 (java) S 16552 16555 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660566 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178703455864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16568] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16568/stat : 16568 (java) S 16552 16555 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660566 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178702403208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16569] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16569/stat : 16569 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660568 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178701351952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16570] ppid=16552 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/16555/task/16570/stat : 16570 (java) S 16552 16555 15516 0 -1 4202560 5921 0 0 0 53 0 0 0 20 0 19 0 22660568 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178700298296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16571] ppid=16552 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/16555/task/16571/stat : 16571 (java) S 16552 16555 15516 0 -1 4202560 2892 0 0 0 50 0 0 0 20 0 19 0 22660568 9856040960 87033 33554432000 1073741824 1073778376 140737110778288 140178699245752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16572] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=16555/tid=16567] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16567/stat : 16567 (java) S 16552 16555 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660566 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178703455864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16568] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16568/stat : 16568 (java) S 16552 16555 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660566 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178702403208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16569] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16569/stat : 16569 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178701351952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16570] ppid=16552 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/16555/task/16570/stat : 16570 (java) S 16552 16555 15516 0 -1 4202560 5936 0 0 0 60 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178700298296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16571] ppid=16552 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/16555/task/16571/stat : 16571 (java) S 16552 16555 15516 0 -1 4202560 2894 0 0 0 57 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178699245752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16572] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16572/stat : 16572 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178698193400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16573] ppid=16552 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/16555/task/16573/stat : 16573 (java) S 16552 16555 15516 0 -1 4202560 21 0 0 0 6 7 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178697141064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16574] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16574/stat : 16574 (java) S 16552 16555 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660768 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178696037672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 352.83
Current children cumulated vsize (KiB) 9625040

[startup+352.001 s]
/proc/loadavg: 2.14 1.64 0.86 4/213 16648
/proc/meminfo: memFree=29430268/32872528 swapFree=1542984/1696284
[pid=16555] ppid=16552 vsize=9625040 CPUtime=353.64 cores=1,3,5,7
/proc/16555/stat : 16555 (java) S 16552 16555 15516 0 -1 4202496 13224 0 1 0 35339 25 0 0 20 0 19 0 22660563 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140737110769424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16555/statm: 2406260 115273 2284 9 0 2396937 0
[pid=16555/tid=16556] ppid=16552 vsize=9625040 CPUtime=350.88 cores=1,3,5,7
/proc/16555/task/16556/stat : 16556 (java) R 16552 16555 15516 0 -1 4202560 2601 0 1 0 35077 11 0 0 20 0 19 0 22660563 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178880233168 140178753178293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16558] ppid=16552 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/16555/task/16558/stat : 16558 (java) S 16552 16555 15516 0 -1 4202560 60 0 0 0 6 2 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178724076200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16559] ppid=16552 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16555/task/16559/stat : 16559 (java) S 16552 16555 15516 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178723023656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16560] ppid=16552 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16555/task/16560/stat : 16560 (java) S 16552 16555 15516 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178721971112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16561] ppid=16552 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16555/task/16561/stat : 16561 (java) S 16552 16555 15516 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178720918568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16555/tid=16562] ppid=16552 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/16555/task/16562/stat : 16562 (java) S 16552 16555 15516 0 -1 4202560 69 0 0 0 6 2 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178719865000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16555/tid=16563] ppid=16552 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16555/task/16563/stat : 16563 (java) S 16552 16555 15516 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178718812456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16564] ppid=16552 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16555/task/16564/stat : 16564 (java) S 16552 16555 15516 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178717759912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16565] ppid=16552 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16555/task/16565/stat : 16565 (java) S 16552 16555 15516 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178716707368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16566] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16566/stat : 16566 (java) S 16552 16555 15516 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 22660565 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178704509544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16567] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16567/stat : 16567 (java) S 16552 16555 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660566 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178703455864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16568] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16568/stat : 16568 (java) S 16552 16555 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660566 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178702403208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16569] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16569/stat : 16569 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178701351952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16570] ppid=16552 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/16555/task/16570/stat : 16570 (java) S 16552 16555 15516 0 -1 4202560 5936 0 0 0 60 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178700298296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16571] ppid=16552 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/16555/task/16571/stat : 16571 (java) S 16552 16555 15516 0 -1 4202560 2894 0 0 0 57 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178699245752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16572] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16572/stat : 16572 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178698193400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16573] ppid=16552 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/16555/task/16573/stat : 16573 (java) S 16552 16555 15516 0 -1 4202560 21 0 0 0 6 7 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178697141064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16574] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16574/stat : 16574 (java) S 16552 16555 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660768 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178696037672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 353.64
Current children cumulated vsize (KiB) 9625040

[startup+352.401 s]
/proc/loadavg: 2.14 1.64 0.86 4/213 16648
/proc/meminfo: memFree=29430268/32872528 swapFree=1542984/1696284
[pid=16555] ppid=16552 vsize=9625040 CPUtime=354.04 cores=1,3,5,7
/proc/16555/stat : 16555 (java) S 16552 16555 15516 0 -1 4202496 13224 0 1 0 35378 26 0 0 20 0 19 0 22660563 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140737110769424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16555/statm: 2406260 115273 2284 9 0 2396937 0
[pid=16555/tid=16556] ppid=16552 vsize=9625040 CPUtime=351.28 cores=1,3,5,7
/proc/16555/task/16556/stat : 16556 (java) R 16552 16555 15516 0 -1 4202560 2601 0 1 0 35117 11 0 0 20 0 19 0 22660563 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178880233168 140178753227268 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16558] ppid=16552 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/16555/task/16558/stat : 16558 (java) S 16552 16555 15516 0 -1 4202560 60 0 0 0 6 2 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178724076200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16559] ppid=16552 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16555/task/16559/stat : 16559 (java) S 16552 16555 15516 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178723023656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16560] ppid=16552 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16555/task/16560/stat : 16560 (java) S 16552 16555 15516 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178721971112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16561] ppid=16552 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16555/task/16561/stat : 16561 (java) S 16552 16555 15516 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178720918568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16555/tid=16562] ppid=16552 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/16555/task/16562/stat : 16562 (java) S 16552 16555 15516 0 -1 4202560 69 0 0 0 6 2 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178719865000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16555/tid=16563] ppid=16552 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16555/task/16563/stat : 16563 (java) S 16552 16555 15516 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178718812456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16564] ppid=16552 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16555/task/16564/stat : 16564 (java) S 16552 16555 15516 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178717759912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16565] ppid=16552 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16555/task/16565/stat : 16565 (java) S 16552 16555 15516 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178716707368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16566] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16566/stat : 16566 (java) S 16552 16555 15516 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 22660565 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178704509544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16567] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16567/stat : 16567 (java) S 16552 16555 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660566 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178703455864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16568] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16568/stat : 16568 (java) S 16552 16555 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660566 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178702403208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16569] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16569/stat : 16569 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178701351952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16570] ppid=16552 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/16555/task/16570/stat : 16570 (java) S 16552 16555 15516 0 -1 4202560 5936 0 0 0 60 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178700298296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16571] ppid=16552 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/16555/task/16571/stat : 16571 (java) S 16552 16555 15516 0 -1 4202560 2894 0 0 0 57 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178699245752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16572] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16572/stat : 16572 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178698193400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16573] ppid=16552 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/16555/task/16573/stat : 16573 (java) S 16552 16555 15516 0 -1 4202560 21 0 0 0 6 7 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178697141064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16574] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16574/stat : 16574 (java) S 16552 16555 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660768 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178696037672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 354.04
Current children cumulated vsize (KiB) 9625040

[startup+352.501 s]
/proc/loadavg: 2.14 1.64 0.86 4/213 16648
/proc/meminfo: memFree=29430268/32872528 swapFree=1542984/1696284
[pid=16555] ppid=16552 vsize=9625040 CPUtime=354.14 cores=1,3,5,7
/proc/16555/stat : 16555 (java) S 16552 16555 15516 0 -1 4202496 13224 0 1 0 35388 26 0 0 20 0 19 0 22660563 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140737110769424 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16555/statm: 2406260 115273 2284 9 0 2396937 0
[pid=16555/tid=16556] ppid=16552 vsize=9625040 CPUtime=351.38 cores=1,3,5,7
/proc/16555/task/16556/stat : 16556 (java) R 16552 16555 15516 0 -1 4202560 2601 0 1 0 35127 11 0 0 20 0 19 0 22660563 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178880233168 140178753178293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16558] ppid=16552 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/16555/task/16558/stat : 16558 (java) S 16552 16555 15516 0 -1 4202560 60 0 0 0 6 2 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178724076200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16559] ppid=16552 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16555/task/16559/stat : 16559 (java) S 16552 16555 15516 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178723023656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16560] ppid=16552 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16555/task/16560/stat : 16560 (java) S 16552 16555 15516 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178721971112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16561] ppid=16552 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16555/task/16561/stat : 16561 (java) S 16552 16555 15516 0 -1 4202560 43 0 0 0 5 1 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178720918568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16555/tid=16562] ppid=16552 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/16555/task/16562/stat : 16562 (java) S 16552 16555 15516 0 -1 4202560 69 0 0 0 6 2 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178719865000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16555/tid=16563] ppid=16552 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16555/task/16563/stat : 16563 (java) S 16552 16555 15516 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178718812456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16564] ppid=16552 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16555/task/16564/stat : 16564 (java) S 16552 16555 15516 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178717759912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16565] ppid=16552 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16555/task/16565/stat : 16565 (java) S 16552 16555 15516 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 22660564 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178716707368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16566] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16566/stat : 16566 (java) S 16552 16555 15516 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 19 0 22660565 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178704509544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16567] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16567/stat : 16567 (java) S 16552 16555 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660566 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178703455864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16568] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16568/stat : 16568 (java) S 16552 16555 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660566 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178702403208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16569] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16569/stat : 16569 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178701351952 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16570] ppid=16552 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/16555/task/16570/stat : 16570 (java) S 16552 16555 15516 0 -1 4202560 5936 0 0 0 60 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178700298296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16555/tid=16571] ppid=16552 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/16555/task/16571/stat : 16571 (java) S 16552 16555 15516 0 -1 4202560 2894 0 0 0 57 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178699245752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16572] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16572/stat : 16572 (java) S 16552 16555 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178698193400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16555/tid=16573] ppid=16552 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/16555/task/16573/stat : 16573 (java) S 16552 16555 15516 0 -1 4202560 21 0 0 0 6 7 0 0 20 0 19 0 22660568 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178697141064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16555/tid=16574] ppid=16552 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16555/task/16574/stat : 16574 (java) S 16552 16555 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660768 9856040960 115273 33554432000 1073741824 1073778376 140737110778288 140178696037672 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 354.14
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16555 and gives
#  childrusage.ru_utime.tv_sec=353
#  childrusage.ru_utime.tv_usec=57327
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=402938
# CPU time returned by wait4() is 353.46
# while last known CPU time is 354.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 352.546
CPU time (s): 354.14
CPU user time (s): 353.88
CPU system time (s): 0.26
CPU usage (%): 100.452
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 353.057
system time used= 0.402938
maximum resident set size= 463192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13246
page faults= 1
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7845
involuntary context switches= 921

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.13468 second user time and 2.66559 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 01:28:59
IDJOB=4099715
IDBENCH=1489
IDSOLVER=2546
FILE ID=node125/4099715-1466206139
RUNJOBID= node125-1466206074-15533
PBS_JOBID= 19918152
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099715-1466206139/watcher-4099715-1466206139 -o /tmp/evaluation-result-4099715-1466206139/solver-4099715-1466206139 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099715-1466206139.opb

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

MD5SUM BENCH= 8c486f10dc9ea0956b38d79189648654
RANDOM SEED=1172976882

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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	: 5333.36
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.683
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.683
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.683
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.54
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.683
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.683
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.683
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.55
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.683
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:        30183912 kB
Buffers:           35712 kB
Cached:            81972 kB
SwapCached:          684 kB
Active:           226524 kB
Inactive:          61068 kB
Active(anon):     171328 kB
Inactive(anon):      996 kB
Active(file):      55196 kB
Inactive(file):    60072 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098192 kB
Dirty:             16660 kB
Writeback:             0 kB
AnonPages:       1865648 kB
Mapped:            15288 kB
Shmem:                 0 kB
Slab:             571640 kB
SReclaimable:      14744 kB
SUnreclaim:       556896 kB
KernelStack:        1584 kB
PageTables:         7732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2513360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 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= 71732 MiB
End job on node125 at 2016-06-18 01:34:52