Trace number 4121870

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 147.92 146.529

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n36-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM1e5bf1c723a16c740428d735f8234674
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54
Total number of constraints144
Number of constraints which are clauses144
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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@587bd9f2
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@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4121870-1467315854.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.025s.
0.10/0.13	c declared #vars     54
0.10/0.13	c #constraints  144
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
0.10/0.13	c 144 constraints processed.
0.68/0.52	c cleaning 2499 clauses out of 5000 with flag 10010/5000
1.30/1.05	c cleaning 4251 clauses out of 8501 with flag 22010/11000
2.18/1.81	c cleaning 5622 clauses out of 11250 with flag 36132/18000
3.08/2.78	c cleaning 6815 clauses out of 13629 with flag 52357/26001
4.40/4.00	c cleaning 7903 clauses out of 15814 with flag 70535/35001
5.81/5.47	c cleaning 8954 clauses out of 17911 with flag 90632/45001
7.61/7.20	c cleaning 9978 clauses out of 19957 with flag 112657/56001
9.70/9.30	c cleaning 10989 clauses out of 21979 with flag 136658/68001
12.02/11.69	c cleaning 11992 clauses out of 23989 with flag 162708/81000
14.61/14.20	c cleaning 12998 clauses out of 25997 with flag 190778/95000
17.41/17.06	c cleaning 13999 clauses out of 28000 with flag 221061/110001
20.81/20.48	c cleaning 15001 clauses out of 30001 with flag 253335/126001
24.94/24.57	c cleaning 16000 clauses out of 32000 with flag 287351/143001
29.42/28.83	c cleaning 16995 clauses out of 34000 with flag 323482/161001
34.20/33.43	c cleaning 18001 clauses out of 36005 with flag 361806/180001
39.21/38.42	c cleaning 19000 clauses out of 38004 with flag 401981/200001
44.82/44.05	c cleaning 20002 clauses out of 40004 with flag 443986/221001
51.32/50.51	c cleaning 20999 clauses out of 42002 with flag 488318/243001
58.63/57.83	c cleaning 22002 clauses out of 44003 with flag 534508/266001
65.85/65.08	c cleaning 22997 clauses out of 46000 with flag 583052/290001
74.08/73.00	c cleaning 24001 clauses out of 48003 with flag 633261/315001
82.53/81.40	c cleaning 25001 clauses out of 50001 with flag 685337/341000
91.73/90.57	c cleaning 25995 clauses out of 52000 with flag 739358/368000
101.55/100.38	c cleaning 27003 clauses out of 54005 with flag 795354/396000
111.23/109.97	c cleaning 27999 clauses out of 56002 with flag 853388/425001
121.83/120.57	c cleaning 28999 clauses out of 58003 with flag 913388/455001
133.55/132.23	c cleaning 30000 clauses out of 60003 with flag 975375/486001
146.32/144.99	c cleaning 30998 clauses out of 62000 with flag 1039332/518001
147.82/146.50	c starts		: 310
147.82/146.50	c conflicts		: 524427
147.82/146.50	c decisions		: 528191
147.82/146.50	c propagations		: 13984975
147.82/146.50	c inspects		: 4023893779
147.82/146.50	c shortcuts		: 0
147.82/146.50	c learnt literals	: 19
147.82/146.50	c learnt binary clauses	: 14
147.82/146.50	c learnt ternary clauses	: 29
147.82/146.50	c learnt constraints	: 524407
147.82/146.50	c ignored constraints	: 0
147.82/146.50	c root simplifications	: 0
147.82/146.50	c removed literals (reason simplification)	: 0
147.82/146.50	c reason swapping (by a shorter reason)	: 0
147.82/146.50	c Calls to reduceDB	: 28
147.82/146.50	c Number of update (reduction) of LBD	: 257
147.82/146.50	c Imported unit clauses	: 0
147.82/146.50	c number of reductions to clauses (during analyze)	: 0
147.82/146.50	c number of learned constraints concerned by reduction	: 0
147.82/146.50	c number of learning phase by resolution	: 0
147.82/146.50	c number of learning phase by cutting planes	: 0
147.82/146.50	c speed (assignments/second)	: 95551.23974282767
147.82/146.50	c non guided choices	19
147.92/146.51	c learnt constraints type 
147.92/146.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
147.92/146.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37400
147.92/146.51	s UNSATISFIABLE
147.92/146.51	c Total wall clock time (in seconds): 146.405

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-4121870-1467315854/watcher-4121870-1467315854 -o /tmp/evaluation-result-4121870-1467315854/solver-4121870-1467315854 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13787 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121870-1467315854.opb 

pid=16400
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.10 2.08 2.08 3/194 16403
/proc/meminfo: memFree=26659360/32872528 swapFree=11480/941500
[pid=16403] ppid=16400 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16403/stat : 16403 (java) S 16400 16403 13214 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 12552757 98570240 977 33554432000 1073741824 1073778376 140736367644576 140736367635712 213196505149 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16403/statm: 24065 977 743 9 0 16771 0
[pid=16403/tid=16404] ppid=16400 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16404/stat : 16404 (java) R 16400 16403 13214 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 12552757 98570240 978 33554432000 1073741824 1073778376 140736367644576 140169084362280 213193147776 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100146 s]
/proc/loadavg: 2.10 2.08 2.08 3/194 16403
/proc/meminfo: memFree=26659360/32872528 swapFree=11480/941500
[pid=16403] ppid=16400 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16403/stat : 16403 (java) S 16400 16403 13214 0 -1 4202496 4443 0 1 0 9 1 0 0 20 0 18 0 12552757 9787879424 6075 33554432000 1073741824 1073778376 140736367644576 140736367635712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16403/statm: 2389619 6075 2140 9 0 2380296 0
[pid=16403/tid=16404] ppid=16400 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16403/task/16404/stat : 16404 (java) R 16400 16403 13214 0 -1 4202560 2384 0 1 0 6 2 0 0 20 0 18 0 12552757 9787879424 6075 33554432000 1073741824 1073778376 140736367644576 140169084365728 140169087144875 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.200325 s]
/proc/loadavg: 2.10 2.08 2.08 3/194 16403
/proc/meminfo: memFree=26659360/32872528 swapFree=11480/941500
[pid=16403] ppid=16400 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/16403/stat : 16403 (java) S 16400 16403 13214 0 -1 4202496 6960 0 1 0 27 2 0 0 20 0 19 0 12552757 9856040960 7880 33554432000 1073741824 1073778376 140736367644576 140736367635712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16403/statm: 2406260 7880 2208 9 0 2396937 0
[pid=16403/tid=16404] ppid=16400 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/16403/task/16404/stat : 16404 (java) R 16400 16403 13214 0 -1 4202560 2403 0 1 0 16 2 0 0 20 0 19 0 12552757 9856040960 7880 33554432000 1073741824 1073778376 140736367644576 140169084367384 140168956818445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300318 s]
/proc/loadavg: 2.10 2.08 2.08 3/194 16403
/proc/meminfo: memFree=26659360/32872528 swapFree=11480/941500
[pid=16403] ppid=16400 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/16403/stat : 16403 (java) S 16400 16403 13214 0 -1 4202496 7050 0 1 0 45 2 0 0 20 0 19 0 12552757 9856040960 7586 33554432000 1073741824 1073778376 140736367644576 140736367635712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16403/statm: 2406260 7586 2223 9 0 2396937 0
[pid=16403/tid=16404] ppid=16400 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/16403/task/16404/stat : 16404 (java) R 16400 16403 13214 0 -1 4202560 2403 0 1 0 26 2 0 0 20 0 19 0 12552757 9856040960 7586 33554432000 1073741824 1073778376 140736367644576 140169084367384 140168957126068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700256 s]
/proc/loadavg: 2.10 2.08 2.08 3/194 16403
/proc/meminfo: memFree=26659360/32872528 swapFree=11480/941500
[pid=16403] ppid=16400 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/16403/stat : 16403 (java) S 16400 16403 13214 0 -1 4202496 8024 0 1 0 94 3 0 0 20 0 19 0 12552757 9856040960 8942 33554432000 1073741824 1073778376 140736367644576 140736367635712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16403/statm: 2406260 8942 2237 9 0 2396937 0
[pid=16403/tid=16404] ppid=16400 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/16403/task/16404/stat : 16404 (java) R 16400 16403 13214 0 -1 4202560 2405 0 1 0 66 2 0 0 20 0 19 0 12552757 9856040960 8942 33554432000 1073741824 1073778376 140736367644576 140169084367384 140168957126048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.10 2.08 2.08 3/213 16422
/proc/meminfo: memFree=26628796/32872528 swapFree=11480/941500
[pid=16403] ppid=16400 vsize=9625040 CPUtime=1.8 cores=0,2,4,6
/proc/16403/stat : 16403 (java) S 16400 16403 13214 0 -1 4202496 8159 0 1 0 177 3 0 0 20 0 19 0 12552757 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140736367635712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16403/statm: 2406260 9704 2239 9 0 2396937 0
[pid=16403/tid=16404] ppid=16400 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/16403/task/16404/stat : 16404 (java) R 16400 16403 13214 0 -1 4202560 2408 0 1 0 146 2 0 0 20 0 19 0 12552757 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140169084367352 140168957181185 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16406] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16406/stat : 16406 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168928332456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16407] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16407/stat : 16407 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168927279912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16408] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16408/stat : 16408 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168926227368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16403/tid=16409] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16409/stat : 16409 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168925174824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16410] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16410/stat : 16410 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168924121256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16411] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16411/stat : 16411 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168923068712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16412] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16412/stat : 16412 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168922016168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16413] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16413/stat : 16413 (java) S 16400 16403 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168920963624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16414] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16414/stat : 16414 (java) S 16400 16403 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12552759 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168908552808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16415] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16415/stat : 16415 (java) S 16400 16403 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12552760 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168907499128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16416] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16416/stat : 16416 (java) S 16400 16403 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12552760 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168906446472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16417] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16417/stat : 16417 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168905395216 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16418] ppid=16400 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/16403/task/16418/stat : 16418 (java) S 16400 16403 13214 0 -1 4202560 1283 0 0 0 12 0 0 0 20 0 19 0 12552762 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168904341560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16419] ppid=16400 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/16403/task/16419/stat : 16419 (java) S 16400 16403 13214 0 -1 4202560 3198 0 0 0 16 0 0 0 20 0 19 0 12552762 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168903289016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16420] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16420/stat : 16420 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168902236664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16421] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16421/stat : 16421 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168901184328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16422] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16422/stat : 16422 (java) S 16400 16403 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12552771 9856040960 9704 33554432000 1073741824 1073778376 140736367644576 140168900130088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.10 2.08 2.08 3/213 16422
/proc/meminfo: memFree=26614160/32872528 swapFree=11480/941500
[pid=16403] ppid=16400 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/16403/stat : 16403 (java) S 16400 16403 13214 0 -1 4202496 9588 0 1 0 348 3 0 0 20 0 19 0 12552757 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140736367635712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16403/statm: 2406260 19488 2247 9 0 2396937 0
[pid=16403/tid=16404] ppid=16400 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/16403/task/16404/stat : 16404 (java) R 16400 16403 13214 0 -1 4202560 2433 0 1 0 305 2 0 0 20 0 19 0 12552757 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140169084367200 140168957285347 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16406] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16406/stat : 16406 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168928332456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16407] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16407/stat : 16407 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168927279912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16408] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16408/stat : 16408 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168926227368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16403/tid=16409] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16409/stat : 16409 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168925174824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16410] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16410/stat : 16410 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168924121256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16411] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16411/stat : 16411 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168923068712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16412] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16412/stat : 16412 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168922016168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16413] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16413/stat : 16413 (java) S 16400 16403 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168920963624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16414] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16414/stat : 16414 (java) S 16400 16403 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12552759 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168908552808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16415] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16415/stat : 16415 (java) S 16400 16403 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12552760 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168907499128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16416] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16416/stat : 16416 (java) S 16400 16403 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12552760 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168906446472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16417] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16417/stat : 16417 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168905395216 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16418] ppid=16400 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/16403/task/16418/stat : 16418 (java) S 16400 16403 13214 0 -1 4202560 1659 0 0 0 18 0 0 0 20 0 19 0 12552762 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168904341560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16419] ppid=16400 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/16403/task/16419/stat : 16419 (java) S 16400 16403 13214 0 -1 4202560 4224 0 0 0 20 1 0 0 20 0 19 0 12552762 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168903289016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16420] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16420/stat : 16420 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168902236664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16421] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16421/stat : 16421 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168901184328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16422] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16422/stat : 16422 (java) S 16400 16403 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12552771 9856040960 19488 33554432000 1073741824 1073778376 140736367644576 140168900130088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.09 2.08 2.08 3/213 16422
/proc/meminfo: memFree=26557948/32872528 swapFree=11480/941500
[pid=16403] ppid=16400 vsize=9625040 CPUtime=6.71 cores=0,2,4,6
/proc/16403/stat : 16403 (java) S 16400 16403 13214 0 -1 4202496 9604 0 1 0 667 4 0 0 20 0 19 0 12552757 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140736367635712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16403/statm: 2406260 26045 2248 9 0 2396937 0
[pid=16403/tid=16404] ppid=16400 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/16403/task/16404/stat : 16404 (java) R 16400 16403 13214 0 -1 4202560 2448 0 1 0 624 2 0 0 20 0 19 0 12552757 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140169084358336 140168957285347 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16406] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16406/stat : 16406 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168928332456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16407] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16407/stat : 16407 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168927279912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16408] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16408/stat : 16408 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168926227368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16403/tid=16409] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16409/stat : 16409 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168925174824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16410] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16410/stat : 16410 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168924121256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16411] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16411/stat : 16411 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168923068712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16412] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16412/stat : 16412 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168922016168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16413] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16413/stat : 16413 (java) S 16400 16403 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168920963624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16414] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16414/stat : 16414 (java) S 16400 16403 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12552759 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168908552808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16415] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16415/stat : 16415 (java) S 16400 16403 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12552760 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168907499128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16416] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16416/stat : 16416 (java) S 16400 16403 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12552760 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168906446472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16417] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16417/stat : 16417 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168905395216 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16418] ppid=16400 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/16403/task/16418/stat : 16418 (java) S 16400 16403 13214 0 -1 4202560 1659 0 0 0 18 0 0 0 20 0 19 0 12552762 9856040960 26045 33554432000 1073741824 1073778376 140736367644576 140168904341560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16419] ppid=16400 vsize=9625040 CPUtime=0.21 cores=0,2,4,6

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

[pid=16403/tid=16414] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16414/stat : 16414 (java) S 16400 16403 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12552759 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168908552808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16415] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16415/stat : 16415 (java) S 16400 16403 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12552760 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168907499128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16416] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16416/stat : 16416 (java) S 16400 16403 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12552760 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168906446472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16417] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16417/stat : 16417 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168905395216 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16418] ppid=16400 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/16403/task/16418/stat : 16418 (java) S 16400 16403 13214 0 -1 4202560 13193 0 0 0 107 3 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168904341560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16419] ppid=16400 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/16403/task/16419/stat : 16419 (java) S 16400 16403 13214 0 -1 4202560 4224 0 0 0 22 2 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168903289016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16420] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16420/stat : 16420 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168902236664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16421] ppid=16400 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16403/task/16421/stat : 16421 (java) S 16400 16403 13214 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168901184328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16422] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16422/stat : 16422 (java) S 16400 16403 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12552771 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168900130088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 147.02
Current children cumulated vsize (KiB) 9625040

[startup+146.001 s]
/proc/loadavg: 2.11 2.10 2.09 3/213 16425
/proc/meminfo: memFree=26407744/32872528 swapFree=11480/941500
[pid=16403] ppid=16400 vsize=9625040 CPUtime=147.42 cores=0,2,4,6
/proc/16403/stat : 16403 (java) S 16400 16403 13214 0 -1 4202496 21263 0 1 0 14731 11 0 0 20 0 19 0 12552757 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140736367635712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16403/statm: 2406260 45868 2261 9 0 2396937 0
[pid=16403/tid=16404] ppid=16400 vsize=9625040 CPUtime=145.53 cores=0,2,4,6
/proc/16403/task/16404/stat : 16404 (java) R 16400 16403 13214 0 -1 4202560 2493 0 1 0 14548 5 0 0 20 0 19 0 12552757 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140169084358320 140168957112922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16406] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16406/stat : 16406 (java) S 16400 16403 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168928332456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16407] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16407/stat : 16407 (java) S 16400 16403 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168927279912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16408] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16408/stat : 16408 (java) S 16400 16403 13214 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168926227368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16409] ppid=16400 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16403/task/16409/stat : 16409 (java) S 16400 16403 13214 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168925174824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16403/tid=16410] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16410/stat : 16410 (java) S 16400 16403 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168924121256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16411] ppid=16400 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16403/task/16411/stat : 16411 (java) S 16400 16403 13214 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168923068712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16412] ppid=16400 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16403/task/16412/stat : 16412 (java) S 16400 16403 13214 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168922016168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16413] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16413/stat : 16413 (java) S 16400 16403 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168920963624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16403/tid=16414] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16414/stat : 16414 (java) S 16400 16403 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12552759 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168908552808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16415] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16415/stat : 16415 (java) S 16400 16403 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12552760 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168907499128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16416] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16416/stat : 16416 (java) S 16400 16403 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12552760 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168906446472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16417] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16417/stat : 16417 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168905395216 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16418] ppid=16400 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/16403/task/16418/stat : 16418 (java) S 16400 16403 13214 0 -1 4202560 13193 0 0 0 107 3 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168904341560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16419] ppid=16400 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/16403/task/16419/stat : 16419 (java) S 16400 16403 13214 0 -1 4202560 4224 0 0 0 22 2 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168903289016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16420] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16420/stat : 16420 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168902236664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16421] ppid=16400 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16403/task/16421/stat : 16421 (java) S 16400 16403 13214 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168901184328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16422] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16422/stat : 16422 (java) S 16400 16403 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12552771 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168900130088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 147.42
Current children cumulated vsize (KiB) 9625040

[startup+146.408 s]
/proc/loadavg: 2.11 2.10 2.09 3/213 16425
/proc/meminfo: memFree=26398616/32872528 swapFree=11480/941500
[pid=16403] ppid=16400 vsize=9625040 CPUtime=147.82 cores=0,2,4,6
/proc/16403/stat : 16403 (java) S 16400 16403 13214 0 -1 4202496 21263 0 1 0 14771 11 0 0 20 0 19 0 12552757 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140736367635712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16403/statm: 2406260 45868 2261 9 0 2396937 0
[pid=16403/tid=16404] ppid=16400 vsize=9625040 CPUtime=145.94 cores=0,2,4,6
/proc/16403/task/16404/stat : 16404 (java) R 16400 16403 13214 0 -1 4202560 2493 0 1 0 14589 5 0 0 20 0 19 0 12552757 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140169084358320 140168957345975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16406] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16406/stat : 16406 (java) S 16400 16403 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168928332456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16407] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16407/stat : 16407 (java) S 16400 16403 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168927279912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16408] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16408/stat : 16408 (java) S 16400 16403 13214 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168926227368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16409] ppid=16400 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16403/task/16409/stat : 16409 (java) S 16400 16403 13214 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168925174824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16403/tid=16410] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16410/stat : 16410 (java) S 16400 16403 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168924121256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16411] ppid=16400 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16403/task/16411/stat : 16411 (java) S 16400 16403 13214 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168923068712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16412] ppid=16400 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16403/task/16412/stat : 16412 (java) S 16400 16403 13214 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168922016168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16413] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16413/stat : 16413 (java) S 16400 16403 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12552758 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168920963624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16403/tid=16414] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16414/stat : 16414 (java) S 16400 16403 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12552759 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168908552808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16415] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16415/stat : 16415 (java) S 16400 16403 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12552760 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168907499128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16416] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16416/stat : 16416 (java) S 16400 16403 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12552760 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168906446472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16417] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16417/stat : 16417 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168905395216 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16418] ppid=16400 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/16403/task/16418/stat : 16418 (java) S 16400 16403 13214 0 -1 4202560 13193 0 0 0 107 3 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168904341560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16419] ppid=16400 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/16403/task/16419/stat : 16419 (java) S 16400 16403 13214 0 -1 4202560 4224 0 0 0 22 2 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168903289016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16420] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16420/stat : 16420 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168902236664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16421] ppid=16400 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16403/task/16421/stat : 16421 (java) S 16400 16403 13214 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 12552762 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168901184328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16422] ppid=16400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16422/stat : 16422 (java) S 16400 16403 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12552771 9856040960 45868 33554432000 1073741824 1073778376 140736367644576 140168900130088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 147.82
Current children cumulated vsize (KiB) 9625040

[startup+146.501 s]
/proc/loadavg: 2.11 2.10 2.09 3/213 16425
/proc/meminfo: memFree=26398616/32872528 swapFree=11480/941500
[pid=16403] ppid=16400 vsize=9691604 CPUtime=147.92 cores=0,2,4,6
/proc/16403/stat : 16403 (java) S 16400 16403 13214 0 -1 4202496 21273 0 1 0 14781 11 0 0 20 0 19 0 12552757 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140736367635712 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16403/statm: 2422901 45876 2262 9 0 2413578 0
[pid=16403/tid=16404] ppid=16400 vsize=9691604 CPUtime=146.03 cores=0,2,4,6
/proc/16403/task/16404/stat : 16404 (java) S 16400 16403 13214 0 -1 4202560 2495 0 1 0 14598 5 0 0 20 0 19 0 12552757 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140169084367576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16406] ppid=16400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16406/stat : 16406 (java) S 16400 16403 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12552758 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168928332456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16407] ppid=16400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16407/stat : 16407 (java) S 16400 16403 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12552758 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168927279912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16408] ppid=16400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16408/stat : 16408 (java) S 16400 16403 13214 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12552758 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168926227368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16403/tid=16409] ppid=16400 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/16403/task/16409/stat : 16409 (java) S 16400 16403 13214 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12552758 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168925174824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16403/tid=16410] ppid=16400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16410/stat : 16410 (java) S 16400 16403 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12552758 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168924121256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16411] ppid=16400 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/16403/task/16411/stat : 16411 (java) S 16400 16403 13214 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12552758 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168923068712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16412] ppid=16400 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/16403/task/16412/stat : 16412 (java) S 16400 16403 13214 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12552758 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168922016168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16413] ppid=16400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16413/stat : 16413 (java) S 16400 16403 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12552758 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168920963624 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16403/tid=16414] ppid=16400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16414/stat : 16414 (java) S 16400 16403 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12552759 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168908552808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16415] ppid=16400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16415/stat : 16415 (java) S 16400 16403 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12552760 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168907499128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16416] ppid=16400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16416/stat : 16416 (java) S 16400 16403 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12552760 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168906446472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16417] ppid=16400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16417/stat : 16417 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168905395216 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16403/tid=16418] ppid=16400 vsize=9691604 CPUtime=1.1 cores=0,2,4,6
/proc/16403/task/16418/stat : 16418 (java) S 16400 16403 13214 0 -1 4202560 13193 0 0 0 107 3 0 0 20 0 19 0 12552762 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168904341560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16419] ppid=16400 vsize=9691604 CPUtime=0.24 cores=0,2,4,6
/proc/16403/task/16419/stat : 16419 (java) S 16400 16403 13214 0 -1 4202560 4224 0 0 0 22 2 0 0 20 0 19 0 12552762 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168903289016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16420] ppid=16400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/16403/task/16420/stat : 16420 (java) S 16400 16403 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12552762 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168902236664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16403/tid=16421] ppid=16400 vsize=9691604 CPUtime=0.02 cores=0,2,4,6
/proc/16403/task/16421/stat : 16421 (java) S 16400 16403 13214 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 12552762 9924202496 45876 33554432000 1073741824 1073778376 140736367644576 140168901184328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 147.92
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16403 and gives
#  childrusage.ru_utime.tv_sec=147
#  childrusage.ru_utime.tv_usec=449584
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=222966
# CPU time returned by wait4() is 147.673
# while last known CPU time is 147.92
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 146.529
CPU time (s): 147.92
CPU user time (s): 147.81
CPU system time (s): 0.11
CPU usage (%): 100.949
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.45
system time used= 0.222966
maximum resident set size= 190772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21289
page faults= 1
swaps= 0
block input operations= 0
block output operations= 216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3541
involuntary context switches= 818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.10483 second user time and 1.2938 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 21:44:14
IDJOB=4121870
IDBENCH=110708
IDSOLVER=2546
FILE ID=node113/4121870-1467315854
RUNJOBID= node113-1467309899-13787
PBS_JOBID= 20005277
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n36-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121870-1467315854/watcher-4121870-1467315854 -o /tmp/evaluation-result-4121870-1467315854/solver-4121870-1467315854 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13787 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121870-1467315854.opb

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

MD5SUM BENCH= 1e5bf1c723a16c740428d735f8234674
RANDOM SEED=1283635095

node113.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.947
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.89
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.947
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	: 5325.52
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.947
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.56
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.947
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.947
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.56
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.947
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.947
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.947
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26660004 kB
Buffers:          131504 kB
Cached:          4271860 kB
SwapCached:            0 kB
Active:          3021956 kB
Inactive:        1480044 kB
Active(anon):      95464 kB
Inactive(anon):     5656 kB
Active(file):    2926492 kB
Inactive(file):  1474388 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1288 kB
Writeback:             0 kB
AnonPages:       1095000 kB
Mapped:            21456 kB
Shmem:               204 kB
Slab:             629568 kB
SReclaimable:      73592 kB
SUnreclaim:       555976 kB
KernelStack:        1760 kB
PageTables:         6540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1632664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1042432 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= 71736 MiB
End job on node113 at 2016-06-30 21:46:41