Trace number 4121550

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 162.658 161.531

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n78-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMc610d1d43d0443a62b4cf72ffaf77009
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 benchmark4.52131
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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-4121550-1467315118.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.043s.
0.11/0.14	c declared #vars     117
0.11/0.14	c #constraints  312
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 312
0.11/0.14	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.31/0.99	c cleaning 5625 clauses out of 11252 with flag 81149/18000
1.92/1.52	c cleaning 6814 clauses out of 13628 with flag 122278/26001
2.55/2.19	c cleaning 7907 clauses out of 15814 with flag 171115/35001
3.35/2.98	c cleaning 8953 clauses out of 17907 with flag 222184/45001
4.35/3.93	c cleaning 9973 clauses out of 19954 with flag 275616/56001
5.25/4.89	c cleaning 10990 clauses out of 21980 with flag 331364/68000
6.35/5.99	c cleaning 11993 clauses out of 23990 with flag 384904/81000
7.95/7.57	c cleaning 12992 clauses out of 25998 with flag 448115/95001
9.15/8.70	c cleaning 14000 clauses out of 28005 with flag 514962/110000
10.15/9.72	c cleaning 15001 clauses out of 30005 with flag 585836/126000
11.75/11.36	c cleaning 16001 clauses out of 32005 with flag 657580/143001
13.54/13.10	c cleaning 17000 clauses out of 34003 with flag 737241/161000
15.54/15.10	c cleaning 17998 clauses out of 36004 with flag 816829/180001
17.34/16.99	c cleaning 19003 clauses out of 38006 with flag 893525/200001
19.64/19.28	c cleaning 19998 clauses out of 40002 with flag 972824/221000
22.35/21.92	c cleaning 20998 clauses out of 42005 with flag 1055432/243001
25.25/24.88	c cleaning 21999 clauses out of 44007 with flag 1140585/266001
28.65/28.29	c cleaning 23000 clauses out of 46007 with flag 1236855/290000
32.87/32.36	c cleaning 23999 clauses out of 48008 with flag 1330894/315001
38.47/37.64	c cleaning 25002 clauses out of 50009 with flag 1450380/341001
44.07/43.28	c cleaning 26001 clauses out of 52006 with flag 1576795/368000
49.71/48.83	c cleaning 26999 clauses out of 54006 with flag 1691362/396001
55.81/54.94	c cleaning 27998 clauses out of 56006 with flag 1808432/425000
61.81/60.91	c cleaning 29003 clauses out of 58009 with flag 1927193/455001
68.51/67.63	c cleaning 29999 clauses out of 60006 with flag 2043486/486001
75.51/74.67	c cleaning 31002 clauses out of 62007 with flag 2161973/518001
83.02/82.19	c cleaning 31997 clauses out of 64004 with flag 2287905/551001
89.62/88.78	c cleaning 32999 clauses out of 66006 with flag 2415645/585000
97.52/96.61	c cleaning 34004 clauses out of 68008 with flag 2549356/620001
106.02/105.19	c cleaning 35000 clauses out of 70004 with flag 2686120/656001
114.72/113.81	c cleaning 35998 clauses out of 72003 with flag 2823111/693000
125.31/124.39	c cleaning 36997 clauses out of 74004 with flag 2961643/731000
135.81/134.86	c cleaning 38000 clauses out of 76007 with flag 3108233/770000
146.91/145.96	c cleaning 38999 clauses out of 78006 with flag 3260745/810000
159.05/158.01	c cleaning 39999 clauses out of 80006 with flag 3418325/851001
162.45/161.50	c starts		: 51
162.45/161.50	c conflicts		: 868493
162.45/161.50	c decisions		: 1213115
162.45/161.50	c propagations		: 5361833
162.45/161.50	c inspects		: 4321703175
162.45/161.50	c shortcuts		: 0
162.45/161.50	c learnt literals	: 18
162.45/161.50	c learnt binary clauses	: 16
162.45/161.50	c learnt ternary clauses	: 39
162.45/161.50	c learnt constraints	: 868474
162.45/161.50	c ignored constraints	: 0
162.45/161.50	c root simplifications	: 0
162.45/161.50	c removed literals (reason simplification)	: 0
162.45/161.50	c reason swapping (by a shorter reason)	: 0
162.45/161.50	c Calls to reduceDB	: 37
162.45/161.50	c Number of update (reduction) of LBD	: 85361
162.45/161.50	c Imported unit clauses	: 0
162.45/161.50	c number of reductions to clauses (during analyze)	: 0
162.45/161.50	c number of learned constraints concerned by reduction	: 0
162.45/161.50	c number of learning phase by resolution	: 0
162.45/161.50	c number of learning phase by cutting planes	: 0
162.45/161.50	c speed (assignments/second)	: 33231.2750621324
162.45/161.50	c non guided choices	358
162.55/161.52	c learnt constraints type 
162.55/161.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
162.55/161.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57469
162.55/161.52	s UNSATISFIABLE
162.55/161.52	c Total wall clock time (in seconds): 161.423

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

pid=14354
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.04 2.04 2.00 4/194 14357
/proc/meminfo: memFree=31050648/32872528 swapFree=171816/177948
[pid=14357] ppid=14354 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12722 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 10543159 98570240 978 33554432000 1073741824 1073778376 140733748267392 140733748258528 224925876285 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14357/statm: 24065 978 744 9 0 16771 0
[pid=14357/tid=14358] ppid=14354 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14358/stat : 14358 (java) R 14354 14357 12722 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 10543159 98570240 978 33554432000 1073741824 1073778376 140733748267392 140298338561576 224922518912 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.04 2.04 2.00 4/194 14357
/proc/meminfo: memFree=31050648/32872528 swapFree=171816/177948
[pid=14357] ppid=14354 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12722 0 -1 4202496 4489 0 1 0 10 1 0 0 20 0 18 0 10543159 9787879424 6114 33554432000 1073741824 1073778376 140733748267392 140733748258528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14357/statm: 2389619 6114 2157 9 0 2380296 0
[pid=14357/tid=14358] ppid=14354 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14358/stat : 14358 (java) R 14354 14357 12722 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 10543159 9787879424 6114 33554432000 1073741824 1073778376 140733748267392 140298338565024 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 2.04 2.04 2.00 4/194 14357
/proc/meminfo: memFree=31050648/32872528 swapFree=171816/177948
[pid=14357] ppid=14354 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12722 0 -1 4202496 6913 0 1 0 27 2 0 0 20 0 19 0 10543159 9856040960 7928 33554432000 1073741824 1073778376 140733748267392 140733748258528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14357/statm: 2406260 7928 2220 9 0 2396937 0
[pid=14357/tid=14358] ppid=14354 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14357/task/14358/stat : 14358 (java) R 14354 14357 12722 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 19 0 10543159 9856040960 7928 33554432000 1073741824 1073778376 140733748267392 140298338566784 140298210582192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300309 s]
/proc/loadavg: 2.04 2.04 2.00 4/194 14357
/proc/meminfo: memFree=31050648/32872528 swapFree=171816/177948
[pid=14357] ppid=14354 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12722 0 -1 4202496 7186 0 1 0 48 2 0 0 20 0 19 0 10543159 9856040960 7862 33554432000 1073741824 1073778376 140733748267392 140733748258528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14357/statm: 2406260 7862 2242 9 0 2396937 0
[pid=14357/tid=14358] ppid=14354 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14357/task/14358/stat : 14358 (java) R 14354 14357 12722 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 19 0 10543159 9856040960 7862 33554432000 1073741824 1073778376 140733748267392 140298338566784 140298210622242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700247 s]
/proc/loadavg: 2.04 2.04 2.00 4/194 14357
/proc/meminfo: memFree=31050648/32872528 swapFree=171816/177948
[pid=14357] ppid=14354 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12722 0 -1 4202496 9565 0 1 0 109 2 0 0 20 0 19 0 10543159 9856040960 8704 33554432000 1073741824 1073778376 140733748267392 140733748258528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14357/statm: 2406260 8704 2255 9 0 2396937 0
[pid=14357/tid=14358] ppid=14354 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14357/task/14358/stat : 14358 (java) R 14354 14357 12722 0 -1 4202560 2410 0 1 0 66 1 0 0 20 0 19 0 10543159 9856040960 8704 33554432000 1073741824 1073778376 140733748267392 140298338566784 140298211005664 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.04 2.04 2.00 3/213 14376
/proc/meminfo: memFree=31022080/32872528 swapFree=171816/177948
[pid=14357] ppid=14354 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12722 0 -1 4202496 9569 0 1 0 190 2 0 0 20 0 19 0 10543159 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140733748258528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14357/statm: 2406260 9219 2257 9 0 2396937 0
[pid=14357/tid=14358] ppid=14354 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/14357/task/14358/stat : 14358 (java) R 14354 14357 12722 0 -1 4202560 2411 0 1 0 146 2 0 0 20 0 19 0 10543159 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298338564528 140298211005568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14360] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14360/stat : 14360 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298182146472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14361] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298181093928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298180040872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298178988328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298177936296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298176883752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298175830696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298174778152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298162579816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298161526136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298160472968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543163 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298159421712 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12722 0 -1 4202560 2790 0 0 0 21 0 0 0 20 0 19 0 10543164 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298158369592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12722 0 -1 4202560 3095 0 0 0 21 0 0 0 20 0 19 0 10543164 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298157317048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543164 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298156264184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543164 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298155211848 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14376] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14376/stat : 14376 (java) S 14354 14357 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10543174 9856040960 9219 33554432000 1073741824 1073778376 140733748267392 140298154157096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.04 2.04 2.00 3/213 14376
/proc/meminfo: memFree=31020032/32872528 swapFree=171816/177948
[pid=14357] ppid=14354 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12722 0 -1 4202496 9577 0 1 0 353 2 0 0 20 0 19 0 10543159 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140733748258528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14357/statm: 2406260 10248 2257 9 0 2396937 0
[pid=14357/tid=14358] ppid=14354 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/14357/task/14358/stat : 14358 (java) R 14354 14357 12722 0 -1 4202560 2414 0 1 0 306 2 0 0 20 0 19 0 10543159 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298338566408 140298211005563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14360] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14360/stat : 14360 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298182146472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14361] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298181093928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298180040872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298178988328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298177936296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298176883752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298175830696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298174778152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298162579816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298161526136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298160472968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543163 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298159421712 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12722 0 -1 4202560 2795 0 0 0 23 0 0 0 20 0 19 0 10543164 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298158369592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12722 0 -1 4202560 3095 0 0 0 21 0 0 0 20 0 19 0 10543164 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298157317048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543164 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298156264184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543164 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298155211848 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14376] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14376/stat : 14376 (java) S 14354 14357 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10543174 9856040960 10248 33554432000 1073741824 1073778376 140733748267392 140298154157096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.03 2.04 2.00 3/213 14376
/proc/meminfo: memFree=31013424/32872528 swapFree=171816/177948
[pid=14357] ppid=14354 vsize=9625040 CPUtime=6.75 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12722 0 -1 4202496 9581 0 1 0 673 2 0 0 20 0 19 0 10543159 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140733748258528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14357/statm: 2406260 11257 2258 9 0 2396937 0
[pid=14357/tid=14358] ppid=14354 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/14357/task/14358/stat : 14358 (java) R 14354 14357 12722 0 -1 4202560 2417 0 1 0 626 2 0 0 20 0 19 0 10543159 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298338557632 140298211005563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14360] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14360/stat : 14360 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298182146472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14361] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298181093928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298180040872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298178988328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298177936296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298176883752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298175830696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298174778152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298162579816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298161526136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298160472968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543163 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298159421712 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12722 0 -1 4202560 2795 0 0 0 23 0 0 0 20 0 19 0 10543164 9856040960 11257 33554432000 1073741824 1073778376 140733748267392 140298158369592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9625040 CPUtime=0.21 cores=1,3,5,7

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

[pid=14357/tid=14361] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298181093928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298180040872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298178988328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298177936296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298176883752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298175830696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298174778152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298162579816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298161526136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298160472968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543163 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298159421712 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12722 0 -1 4202560 9895 0 0 0 67 2 0 0 20 0 19 0 10543164 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298158369592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12722 0 -1 4202560 3635 0 0 0 33 0 0 0 20 0 19 0 10543164 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298157317048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543164 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298156264184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12722 0 -1 4202560 10 0 0 0 0 2 0 0 20 0 19 0 10543164 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298155211848 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14376] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14376/stat : 14376 (java) S 14354 14357 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10543174 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298154157096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 161.85
Current children cumulated vsize (KiB) 9625040

[startup+161.201 s]
/proc/loadavg: 2.03 2.03 2.00 3/212 14378
/proc/meminfo: memFree=30913076/32872528 swapFree=171816/177948
[pid=14357] ppid=14354 vsize=9625040 CPUtime=162.25 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12722 0 -1 4202496 17289 0 1 0 16217 8 0 0 20 0 19 0 10543159 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140733748258528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14357/statm: 2406260 36304 2258 9 0 2396937 0
[pid=14357/tid=14358] ppid=14354 vsize=9625040 CPUtime=161.19 cores=1,3,5,7
/proc/14357/task/14358/stat : 14358 (java) R 14354 14357 12722 0 -1 4202560 2474 0 1 0 16114 5 0 0 20 0 19 0 10543159 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298338564560 140298210943327 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14360] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14360/stat : 14360 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298182146472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14361] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298181093928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298180040872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298178988328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298177936296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298176883752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298175830696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298174778152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298162579816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298161526136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298160472968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543163 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298159421712 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12722 0 -1 4202560 9895 0 0 0 67 2 0 0 20 0 19 0 10543164 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298158369592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12722 0 -1 4202560 3635 0 0 0 33 0 0 0 20 0 19 0 10543164 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298157317048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543164 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298156264184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12722 0 -1 4202560 10 0 0 0 0 3 0 0 20 0 19 0 10543164 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298155211848 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14376] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14376/stat : 14376 (java) S 14354 14357 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10543174 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298154157096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 9625040

[startup+161.401 s]
/proc/loadavg: 2.03 2.03 2.00 3/212 14378
/proc/meminfo: memFree=30913076/32872528 swapFree=171816/177948
[pid=14357] ppid=14354 vsize=9625040 CPUtime=162.45 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12722 0 -1 4202496 17289 0 1 0 16237 8 0 0 20 0 19 0 10543159 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140733748258528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14357/statm: 2406260 36304 2258 9 0 2396937 0
[pid=14357/tid=14358] ppid=14354 vsize=9625040 CPUtime=161.39 cores=1,3,5,7
/proc/14357/task/14358/stat : 14358 (java) R 14354 14357 12722 0 -1 4202560 2474 0 1 0 16134 5 0 0 20 0 19 0 10543159 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298338564560 140298211234108 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14360] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14360/stat : 14360 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298182146472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14361] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298181093928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298180040872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298178988328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298177936296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298176883752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298175830696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10543160 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298174778152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298162579816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298161526136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10543161 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298160472968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543163 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298159421712 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12722 0 -1 4202560 9895 0 0 0 67 2 0 0 20 0 19 0 10543164 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298158369592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12722 0 -1 4202560 3635 0 0 0 33 0 0 0 20 0 19 0 10543164 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298157317048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543164 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298156264184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12722 0 -1 4202560 10 0 0 0 0 3 0 0 20 0 19 0 10543164 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298155211848 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14376] ppid=14354 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14376/stat : 14376 (java) S 14354 14357 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10543174 9856040960 36304 33554432000 1073741824 1073778376 140733748267392 140298154157096 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 162.45
Current children cumulated vsize (KiB) 9625040

[startup+161.501 s]
/proc/loadavg: 2.03 2.03 2.00 3/212 14378
/proc/meminfo: memFree=30913076/32872528 swapFree=171816/177948
[pid=14357] ppid=14354 vsize=9691604 CPUtime=162.55 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 12722 0 -1 4202496 17302 0 1 0 16247 8 0 0 20 0 19 0 10543159 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140733748258528 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14357/statm: 2422901 36826 2260 9 0 2413578 0
[pid=14357/tid=14358] ppid=14354 vsize=9691604 CPUtime=161.48 cores=1,3,5,7
/proc/14357/task/14358/stat : 14358 (java) S 14354 14357 12722 0 -1 4202560 2476 0 1 0 16143 5 0 0 20 0 19 0 10543159 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298338566872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14360] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14360/stat : 14360 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298182146472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14361] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14361/stat : 14361 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298181093928 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14362] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14362/stat : 14362 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298180040872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14363] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14363/stat : 14363 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298178988328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14364] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14364/stat : 14364 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298177936296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14365] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14365/stat : 14365 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298176883752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14366] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14366/stat : 14366 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543160 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298175830696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14357/tid=14367] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14367/stat : 14367 (java) S 14354 14357 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10543160 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298174778152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14368] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14368/stat : 14368 (java) S 14354 14357 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10543161 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298162579816 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14369] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14369/stat : 14369 (java) S 14354 14357 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10543161 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298161526136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14370] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14370/stat : 14370 (java) S 14354 14357 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10543161 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298160472968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14371] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14371/stat : 14371 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543163 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298159421712 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14372] ppid=14354 vsize=9691604 CPUtime=0.69 cores=1,3,5,7
/proc/14357/task/14372/stat : 14372 (java) S 14354 14357 12722 0 -1 4202560 9895 0 0 0 67 2 0 0 20 0 19 0 10543164 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298158369592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14357/tid=14373] ppid=14354 vsize=9691604 CPUtime=0.33 cores=1,3,5,7
/proc/14357/task/14373/stat : 14373 (java) S 14354 14357 12722 0 -1 4202560 3635 0 0 0 33 0 0 0 20 0 19 0 10543164 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298157317048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14357/tid=14374] ppid=14354 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14357/task/14374/stat : 14374 (java) S 14354 14357 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10543164 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298156264184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14357/tid=14375] ppid=14354 vsize=9691604 CPUtime=0.03 cores=1,3,5,7
/proc/14357/task/14375/stat : 14375 (java) S 14354 14357 12722 0 -1 4202560 10 0 0 0 0 3 0 0 20 0 19 0 10543164 9924202496 36826 33554432000 1073741824 1073778376 140733748267392 140298155211848 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.55
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 161.531
CPU time (s): 162.658
CPU user time (s): 162.506
CPU system time (s): 0.151976
CPU usage (%): 100.698
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 162.506
system time used= 0.151976
maximum resident set size= 147348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17316
page faults= 1
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3693
involuntary context switches= 212

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02284 second user time and 1.04784 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 21:31:58
IDJOB=4121550
IDBENCH=110552
IDSOLVER=2546
FILE ID=node105/4121550-1467315118
RUNJOBID= node105-1467308726-12739
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-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121550-1467315118/watcher-4121550-1467315118 -o /tmp/evaluation-result-4121550-1467315118/solver-4121550-1467315118 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121550-1467315118.opb

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

MD5SUM BENCH= c610d1d43d0443a62b4cf72ffaf77009
RANDOM SEED=1318491181

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:        31051192 kB
Buffers:          145512 kB
Cached:           540188 kB
SwapCached:            0 kB
Active:           481064 kB
Inactive:         420964 kB
Active(anon):     210552 kB
Inactive(anon):     7948 kB
Active(file):     270512 kB
Inactive(file):   413016 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               588 kB
Writeback:             0 kB
AnonPages:        420704 kB
Mapped:            22164 kB
Shmem:               204 kB
Slab:             611248 kB
SReclaimable:      55004 kB
SUnreclaim:       556244 kB
KernelStack:        1760 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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 21:34:40