Trace number 4122678

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 221.3 219.924

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n78-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUMd0f50bbedf2518b602028e036ed4a1df
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 benchmark3.33049
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables117
Total number of constraints312
Number of constraints which are clauses312
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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4122678-1467317288.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.14	c ... done. Wall clock time 0.042s.
0.11/0.14	c declared #vars     117
0.11/0.14	c #constraints  312
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 312
0.11/0.15	c 312 constraints processed.
0.65/0.43	c cleaning 2499 clauses out of 5001 with flag 20903/5001
0.94/0.66	c cleaning 4249 clauses out of 8501 with flag 46613/11000
1.32/0.99	c cleaning 5625 clauses out of 11252 with flag 81149/18000
1.93/1.52	c cleaning 6814 clauses out of 13628 with flag 122278/26001
2.55/2.20	c cleaning 7907 clauses out of 15814 with flag 171112/35001
3.35/2.99	c cleaning 8949 clauses out of 17906 with flag 222101/45000
4.35/3.94	c cleaning 9978 clauses out of 19958 with flag 274954/56001
5.25/4.87	c cleaning 10990 clauses out of 21979 with flag 328890/68000
6.55/6.11	c cleaning 11992 clauses out of 23989 with flag 385802/81000
7.85/7.45	c cleaning 12996 clauses out of 25998 with flag 449258/95001
9.26/8.88	c cleaning 13998 clauses out of 28002 with flag 513959/110001
10.95/10.52	c cleaning 15000 clauses out of 30003 with flag 590550/126000
12.85/12.45	c cleaning 15998 clauses out of 32004 with flag 670098/143001
14.85/14.41	c cleaning 16998 clauses out of 34005 with flag 748474/161000
17.55/17.16	c cleaning 18003 clauses out of 36008 with flag 854736/180001
20.15/19.79	c cleaning 18998 clauses out of 38004 with flag 945321/200000
23.45/23.03	c cleaning 20001 clauses out of 40007 with flag 1038351/221001
27.44/27.07	c cleaning 20998 clauses out of 42006 with flag 1139820/243001
31.95/31.55	c cleaning 21999 clauses out of 44008 with flag 1245253/266001
35.35/34.99	c cleaning 23001 clauses out of 46009 with flag 1350258/290001
38.96/38.52	c cleaning 24004 clauses out of 48007 with flag 1451809/315000
43.05/42.66	c cleaning 25001 clauses out of 50004 with flag 1555512/341001
47.65/47.24	c cleaning 25998 clauses out of 52002 with flag 1667408/368000
52.21/51.57	c cleaning 26997 clauses out of 54004 with flag 1776761/396000
56.77/55.87	c cleaning 28002 clauses out of 56008 with flag 1912369/425001
61.27/60.32	c cleaning 28999 clauses out of 58005 with flag 2043099/455000
66.98/66.01	c cleaning 30002 clauses out of 60007 with flag 2169124/486001
73.07/72.12	c cleaning 31000 clauses out of 62005 with flag 2304281/518001
79.58/78.69	c cleaning 31997 clauses out of 64004 with flag 2442722/551000
87.68/86.73	c cleaning 33001 clauses out of 66007 with flag 2598935/585000
97.28/96.38	c cleaning 33998 clauses out of 68007 with flag 2754480/620001
107.18/106.28	c cleaning 35001 clauses out of 70008 with flag 2902253/656000
117.87/116.96	c cleaning 36001 clauses out of 72008 with flag 3054075/693001
127.78/126.86	c cleaning 37002 clauses out of 74007 with flag 3227124/731001
138.98/138.00	c cleaning 37998 clauses out of 76004 with flag 3395000/770000
150.69/149.76	c cleaning 39002 clauses out of 78006 with flag 3572400/810000
161.28/160.33	c cleaning 40001 clauses out of 80004 with flag 3751588/851000
174.08/173.13	c cleaning 41001 clauses out of 82003 with flag 3921745/893000
186.64/185.52	c cleaning 42001 clauses out of 84002 with flag 4107948/936001
200.49/199.21	c cleaning 42999 clauses out of 86000 with flag 4298036/980000
212.39/211.11	c cleaning 43997 clauses out of 88000 with flag 4467961/1025001
221.09/219.89	c starts		: 195
221.09/219.89	c conflicts		: 1056729
221.09/219.89	c decisions		: 1440784
221.09/219.89	c propagations		: 6352197
221.09/219.89	c inspects		: 5799951254
221.09/219.89	c shortcuts		: 0
221.09/219.89	c learnt literals	: 18
221.09/219.89	c learnt binary clauses	: 19
221.09/219.89	c learnt ternary clauses	: 38
221.09/219.89	c learnt constraints	: 1056710
221.09/219.89	c ignored constraints	: 0
221.09/219.89	c root simplifications	: 0
221.09/219.89	c removed literals (reason simplification)	: 0
221.09/219.89	c reason swapping (by a shorter reason)	: 0
221.09/219.89	c Calls to reduceDB	: 41
221.09/219.89	c Number of update (reduction) of LBD	: 105979
221.09/219.89	c Imported unit clauses	: 0
221.09/219.89	c number of reductions to clauses (during analyze)	: 0
221.09/219.89	c number of learned constraints concerned by reduction	: 0
221.09/219.89	c number of learning phase by resolution	: 0
221.09/219.89	c number of learning phase by cutting planes	: 0
221.09/219.89	c speed (assignments/second)	: 28907.78647492491
221.09/219.89	c non guided choices	348
221.19/219.92	c learnt constraints type 
221.19/219.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
221.19/219.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75696
221.19/219.92	s UNSATISFIABLE
221.19/219.92	c Total wall clock time (in seconds): 219.813

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-4122678-1467317288/watcher-4122678-1467317288 -o /tmp/evaluation-result-4122678-1467317288/solver-4122678-1467317288 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12738 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122678-1467317288.opb 

pid=15400
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.16 2.10 2.02 3/194 15403
/proc/meminfo: memFree=31078316/32872528 swapFree=171816/177948
[pid=15403] ppid=15400 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/15403/stat : 15403 (java) R 15400 15403 12722 0 -1 4202496 1066 0 0 0 0 0 0 0 20 0 1 0 10760091 23793664 716 33554432000 1073741824 1073778376 140736634103472 140736634092536 224913307728 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 5809 716 531 9 0 128 0

[startup+0.100205 s]
/proc/loadavg: 2.16 2.10 2.02 3/194 15403
/proc/meminfo: memFree=31078316/32872528 swapFree=171816/177948
[pid=15403] ppid=15400 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15400 15403 12722 0 -1 4202496 4471 0 1 0 10 1 0 0 20 0 18 0 10760091 9787879424 6109 33554432000 1073741824 1073778376 140736634103472 140736634094608 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2389619 6109 2155 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.16 2.10 2.02 3/194 15403
/proc/meminfo: memFree=31078316/32872528 swapFree=171816/177948
[pid=15403] ppid=15400 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15400 15403 12722 0 -1 4202496 6888 0 1 0 28 1 0 0 20 0 19 0 10760091 9856040960 7911 33554432000 1073741824 1073778376 140736634103472 140736634094608 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406260 7911 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300324 s]
/proc/loadavg: 2.16 2.10 2.02 3/194 15403
/proc/meminfo: memFree=31078316/32872528 swapFree=171816/177948
[pid=15403] ppid=15400 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15400 15403 12722 0 -1 4202496 7105 0 1 0 49 1 0 0 20 0 19 0 10760091 9856040960 7848 33554432000 1073741824 1073778376 140736634103472 140736634094608 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406260 7848 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700246 s]
/proc/loadavg: 2.16 2.10 2.02 3/194 15403
/proc/meminfo: memFree=31078316/32872528 swapFree=171816/177948
[pid=15403] ppid=15400 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15400 15403 12722 0 -1 4202496 9369 0 1 0 110 2 0 0 20 0 19 0 10760091 9856040960 8644 33554432000 1073741824 1073778376 140736634103472 140736634094608 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406260 8644 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.15 2.10 2.02 3/213 15422
/proc/meminfo: memFree=31050152/32872528 swapFree=171816/177948
[pid=15403] ppid=15400 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15400 15403 12722 0 -1 4202496 9374 0 1 0 191 2 0 0 20 0 19 0 10760091 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140736634094608 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406260 9159 2257 9 0 2396937 0
[pid=15403/tid=15405] ppid=15400 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/15403/task/15405/stat : 15405 (java) R 15400 15403 12722 0 -1 4202560 2405 0 1 0 147 0 0 0 20 0 19 0 10760091 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140017585324504 140017427456314 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15406] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15406/stat : 15406 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140017546816168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15407] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140017545763624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15408] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140017427016616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15409] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140017425964072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15410] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140017424910504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15411] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140017423857960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15412] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140017422805416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15413] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140017421752872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15414] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15400 15403 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140016939424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15415] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15400 15403 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140016938370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15416] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15400 15403 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140016937318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15417] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140016936266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15418] ppid=15400 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15400 15403 12722 0 -1 4202560 2909 0 0 0 20 0 0 0 20 0 19 0 10760096 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140016935213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15419] ppid=15400 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15400 15403 12722 0 -1 4202560 2788 0 0 0 20 0 0 0 20 0 19 0 10760096 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140016934160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15420] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140016933108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15421] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140016932055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15422] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15422/stat : 15422 (java) S 15400 15403 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10760106 9856040960 9159 33554432000 1073741824 1073778376 140736634103472 140016931001640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.15 2.10 2.02 3/213 15422
/proc/meminfo: memFree=31047972/32872528 swapFree=171816/177948
[pid=15403] ppid=15400 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15400 15403 12722 0 -1 4202496 9377 0 1 0 353 2 0 0 20 0 19 0 10760091 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140736634094608 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406260 10184 2257 9 0 2396937 0
[pid=15403/tid=15405] ppid=15400 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/15403/task/15405/stat : 15405 (java) R 15400 15403 12722 0 -1 4202560 2407 0 1 0 307 0 0 0 20 0 19 0 10760091 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140017585315520 140017427087320 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15406] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15406/stat : 15406 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140017546816168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15407] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140017545763624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15408] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140017427016616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15409] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140017425964072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15410] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140017424910504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15411] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140017423857960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15412] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140017422805416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15413] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140017421752872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15414] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15400 15403 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140016939424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15415] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15400 15403 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140016938370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15416] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15400 15403 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140016937318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15417] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140016936266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15418] ppid=15400 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15400 15403 12722 0 -1 4202560 2910 0 0 0 23 0 0 0 20 0 19 0 10760096 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140016935213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15419] ppid=15400 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15400 15403 12722 0 -1 4202560 2788 0 0 0 20 0 0 0 20 0 19 0 10760096 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140016934160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15420] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140016933108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15421] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140016932055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15422] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15422/stat : 15422 (java) S 15400 15403 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10760106 9856040960 10184 33554432000 1073741824 1073778376 140736634103472 140016931001640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.15 2.10 2.02 3/213 15422
/proc/meminfo: memFree=31041648/32872528 swapFree=171816/177948
[pid=15403] ppid=15400 vsize=9625040 CPUtime=6.75 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15400 15403 12722 0 -1 4202496 9381 0 1 0 673 2 0 0 20 0 19 0 10760091 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140736634094608 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406260 11193 2258 9 0 2396937 0
[pid=15403/tid=15405] ppid=15400 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/15403/task/15405/stat : 15405 (java) R 15400 15403 12722 0 -1 4202560 2410 0 1 0 627 0 0 0 20 0 19 0 10760091 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140017585315520 140017427518080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15406] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15406/stat : 15406 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140017546816168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15407] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140017545763624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15408] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140017427016616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15409] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140017425964072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15410] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140017424910504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15411] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140017423857960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15412] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140017422805416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15413] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140017421752872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15414] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15400 15403 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140016939424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15415] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15400 15403 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140016938370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15416] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15400 15403 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140016937318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15417] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140016936266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15418] ppid=15400 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15400 15403 12722 0 -1 4202560 2910 0 0 0 23 0 0 0 20 0 19 0 10760096 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140016935213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15419] ppid=15400 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15400 15403 12722 0 -1 4202560 2788 0 0 0 20 0 0 0 20 0 19 0 10760096 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140016934160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15420] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140016933108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15421] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15400 15403 12722 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140016932055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15422] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15422/stat : 15422 (java) S 15400 15403 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10760106 9856040960 11193 33554432000 1073741824 1073778376 140736634103472 140016931001640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625040


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

[pid=15403/tid=15407] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15400 15403 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017545763624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15408] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017427016616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15409] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15400 15403 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017425964072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15410] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15400 15403 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017424910504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15411] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017423857960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15412] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017422805416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15413] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15400 15403 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017421752872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15414] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15400 15403 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016939424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15415] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15400 15403 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016938370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15416] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15400 15403 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016937318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15417] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016936266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15418] ppid=15400 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15400 15403 12722 0 -1 4202560 10851 0 0 0 97 1 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016935213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15419] ppid=15400 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15400 15403 12722 0 -1 4202560 2797 0 0 0 23 0 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016934160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15420] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016933108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15421] ppid=15400 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15400 15403 12722 0 -1 4202560 14 0 0 0 1 3 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016932055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15422] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15422/stat : 15422 (java) S 15400 15403 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10760106 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016931001640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 220.49
Current children cumulated vsize (KiB) 9625040

[startup+219.601 s]
/proc/loadavg: 2.08 2.07 2.01 3/213 15428
/proc/meminfo: memFree=30885788/32872528 swapFree=171816/177948
[pid=15403] ppid=15400 vsize=9625040 CPUtime=220.89 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15400 15403 12722 0 -1 4202496 17462 0 1 0 22081 8 0 0 20 0 19 0 10760091 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140736634094608 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406260 45284 2271 9 0 2396937 0
[pid=15403/tid=15405] ppid=15400 vsize=9625040 CPUtime=219.55 cores=0,2,4,6
/proc/15403/task/15405/stat : 15405 (java) R 15400 15403 12722 0 -1 4202560 2481 0 1 0 21949 6 0 0 20 0 19 0 10760091 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017585322448 140017427787340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15406] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15406/stat : 15406 (java) S 15400 15403 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017546816168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15407] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15400 15403 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017545763624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15408] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017427016616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15409] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15400 15403 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017425964072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15410] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15400 15403 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017424910504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15411] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017423857960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15412] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017422805416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15413] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15400 15403 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017421752872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15414] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15400 15403 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016939424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15415] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15400 15403 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016938370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15416] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15400 15403 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016937318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15417] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016936266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15418] ppid=15400 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15400 15403 12722 0 -1 4202560 10851 0 0 0 97 1 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016935213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15419] ppid=15400 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15400 15403 12722 0 -1 4202560 2797 0 0 0 23 0 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016934160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15420] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016933108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15421] ppid=15400 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15400 15403 12722 0 -1 4202560 14 0 0 0 1 3 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016932055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15422] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15422/stat : 15422 (java) S 15400 15403 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10760106 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016931001640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 220.89
Current children cumulated vsize (KiB) 9625040

[startup+219.801 s]
/proc/loadavg: 2.08 2.07 2.01 3/213 15428
/proc/meminfo: memFree=30885788/32872528 swapFree=171816/177948
[pid=15403] ppid=15400 vsize=9625040 CPUtime=221.09 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15400 15403 12722 0 -1 4202496 17462 0 1 0 22101 8 0 0 20 0 19 0 10760091 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140736634094608 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406260 45284 2271 9 0 2396937 0
[pid=15403/tid=15405] ppid=15400 vsize=9625040 CPUtime=219.75 cores=0,2,4,6
/proc/15403/task/15405/stat : 15405 (java) R 15400 15403 12722 0 -1 4202560 2481 0 1 0 21969 6 0 0 20 0 19 0 10760091 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017585322448 140017427456049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15406] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15406/stat : 15406 (java) S 15400 15403 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017546816168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15407] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15400 15403 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017545763624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15408] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017427016616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15409] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15400 15403 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017425964072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15410] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15400 15403 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017424910504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15411] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017423857960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15412] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017422805416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15413] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15400 15403 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10760092 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140017421752872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15414] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15400 15403 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016939424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15415] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15400 15403 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016938370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15416] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15400 15403 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10760093 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016937318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15417] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016936266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15418] ppid=15400 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15400 15403 12722 0 -1 4202560 10851 0 0 0 97 1 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016935213112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15419] ppid=15400 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15400 15403 12722 0 -1 4202560 2797 0 0 0 23 0 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016934160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15420] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016933108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15421] ppid=15400 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15400 15403 12722 0 -1 4202560 14 0 0 0 1 3 0 0 20 0 19 0 10760096 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016932055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15422] ppid=15400 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15422/stat : 15422 (java) S 15400 15403 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10760106 9856040960 45284 33554432000 1073741824 1073778376 140736634103472 140016931001640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 221.09
Current children cumulated vsize (KiB) 9625040

[startup+219.901 s]
/proc/loadavg: 2.08 2.07 2.01 3/213 15428
/proc/meminfo: memFree=30885788/32872528 swapFree=171816/177948
[pid=15403] ppid=15400 vsize=9691604 CPUtime=221.19 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15400 15403 12722 0 -1 4202496 17475 0 1 0 22111 8 0 0 20 0 19 0 10760091 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140736634094608 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2422901 45295 2275 9 0 2413578 0
[pid=15403/tid=15405] ppid=15400 vsize=9691604 CPUtime=219.84 cores=0,2,4,6
/proc/15403/task/15405/stat : 15405 (java) S 15400 15403 12722 0 -1 4202560 2483 0 1 0 21978 6 0 0 20 0 19 0 10760091 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140017585324760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15406] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15406/stat : 15406 (java) S 15400 15403 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10760092 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140017546816168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15407] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15400 15403 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10760092 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140017545763624 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15408] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140017427016616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15409] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15400 15403 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10760092 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140017425964072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15410] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15400 15403 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10760092 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140017424910504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15411] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140017423857960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15412] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15400 15403 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10760092 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140017422805416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15413] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15400 15403 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10760092 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140017421752872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15414] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15400 15403 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10760093 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140016939424360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15415] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15400 15403 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10760093 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140016938370680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15416] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15400 15403 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10760093 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140016937318024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15417] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140016936266768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15418] ppid=15400 vsize=9691604 CPUtime=0.98 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) R 15400 15403 12722 0 -1 4202560 10854 0 0 0 97 1 0 0 20 0 19 0 10760096 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140016935212952 140017587932068 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15419] ppid=15400 vsize=9691604 CPUtime=0.23 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15400 15403 12722 0 -1 4202560 2797 0 0 0 23 0 0 0 20 0 19 0 10760096 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140016934160568 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15420] ppid=15400 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15400 15403 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10760096 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140016933108216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15421] ppid=15400 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15400 15403 12722 0 -1 4202560 14 0 0 0 1 3 0 0 20 0 19 0 10760096 9924202496 45295 33554432000 1073741824 1073778376 140736634103472 140016932055880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 219.924
CPU time (s): 221.3
CPU user time (s): 221.109
CPU system time (s): 0.19097
CPU usage (%): 100.626
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 221.109
system time used= 0.19097
maximum resident set size= 181244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17493
page faults= 1
swaps= 0
block input operations= 0
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4959
involuntary context switches= 256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58276 second user time and 2.01669 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 22:08:08
IDJOB=4122678
IDBENCH=111233
IDSOLVER=2546
FILE ID=node105/4122678-1467317288
RUNJOBID= node105-1467308726-12738
PBS_JOBID= 20005269
Free space on /tmp= 71728 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-n78-d3-i2-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122678-1467317288/watcher-4122678-1467317288 -o /tmp/evaluation-result-4122678-1467317288/solver-4122678-1467317288 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12738 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122678-1467317288.opb

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

MD5SUM BENCH= d0f50bbedf2518b602028e036ed4a1df
RANDOM SEED=1160774221

node105.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.487
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.97
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.487
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.487
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.487
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.487
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.487
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.487
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.487
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:        31079596 kB
Buffers:          147492 kB
Cached:           541400 kB
SwapCached:            0 kB
Active:           427104 kB
Inactive:         422136 kB
Active(anon):     154984 kB
Inactive(anon):     7948 kB
Active(file):     272120 kB
Inactive(file):   414188 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               960 kB
Writeback:             0 kB
AnonPages:        374952 kB
Mapped:            22180 kB
Shmem:               204 kB
Slab:             611920 kB
SReclaimable:      55276 kB
SUnreclaim:       556644 kB
KernelStack:        1680 kB
PageTables:         4676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     867096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node105 at 2016-06-30 22:11:48