Trace number 4121582

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 256.4 255.384

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n74-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMf30b1fe47add5304e7b4349e106e287f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.879865
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables111
Total number of constraints296
Number of constraints which are clauses296
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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4121582-1467315161.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.041s.
0.10/0.14	c declared #vars     111
0.10/0.14	c #constraints  296
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 296
0.10/0.14	c 296 constraints processed.
0.68/0.49	c cleaning 2500 clauses out of 5001 with flag 18731/5001
1.30/0.73	c cleaning 4251 clauses out of 8501 with flag 44860/11001
1.88/1.16	c cleaning 5622 clauses out of 11249 with flag 76815/18000
2.48/1.73	c cleaning 6814 clauses out of 13627 with flag 107718/26000
3.22/2.45	c cleaning 7907 clauses out of 15814 with flag 147436/35001
4.23/3.47	c cleaning 8952 clauses out of 17906 with flag 189328/45000
5.34/4.55	c cleaning 9975 clauses out of 19954 with flag 237101/56000
6.63/5.85	c cleaning 10988 clauses out of 21980 with flag 293079/68001
8.33/7.50	c cleaning 11994 clauses out of 23992 with flag 353030/81001
10.33/9.54	c cleaning 12993 clauses out of 25997 with flag 416653/95000
13.22/12.47	c cleaning 14003 clauses out of 28005 with flag 500270/110001
16.13/15.32	c cleaning 15001 clauses out of 30001 with flag 587691/126000
19.23/18.41	c cleaning 15999 clauses out of 32001 with flag 678732/143001
22.73/22.00	c cleaning 17001 clauses out of 34002 with flag 779042/161001
25.49/24.61	c cleaning 17996 clauses out of 36001 with flag 872179/180001
27.39/26.59	c cleaning 18999 clauses out of 38005 with flag 954644/200001
30.18/29.37	c cleaning 20003 clauses out of 40006 with flag 1048389/221001
33.89/33.02	c cleaning 20999 clauses out of 42002 with flag 1147253/243000
37.58/36.76	c cleaning 22000 clauses out of 44004 with flag 1245780/266001
41.49/40.61	c cleaning 23001 clauses out of 46004 with flag 1354338/290001
45.00/44.15	c cleaning 24000 clauses out of 48003 with flag 1461695/315001
49.69/48.80	c cleaning 24998 clauses out of 50003 with flag 1569176/341001
54.69/53.80	c cleaning 26000 clauses out of 52005 with flag 1686140/368001
60.59/59.75	c cleaning 26999 clauses out of 54004 with flag 1805532/396000
65.49/64.65	c cleaning 28001 clauses out of 56005 with flag 1928081/425000
70.99/70.13	c cleaning 29001 clauses out of 58005 with flag 2045955/455001
77.19/76.36	c cleaning 29999 clauses out of 60003 with flag 2164720/486000
83.79/82.92	c cleaning 31000 clauses out of 62005 with flag 2288265/518001
90.79/89.91	c cleaning 31996 clauses out of 64005 with flag 2415122/551001
97.90/97.09	c cleaning 33000 clauses out of 66008 with flag 2545276/585000
106.10/105.25	c cleaning 33999 clauses out of 68008 with flag 2671133/620000
114.70/113.88	c cleaning 35003 clauses out of 70010 with flag 2800947/656001
123.49/122.66	c cleaning 36002 clauses out of 72007 with flag 2938286/693001
133.59/132.78	c cleaning 36999 clauses out of 74005 with flag 3084244/731001
144.09/143.21	c cleaning 37999 clauses out of 76006 with flag 3231238/770001
154.70/153.89	c cleaning 39000 clauses out of 78007 with flag 3378734/810001
165.91/165.09	c cleaning 40002 clauses out of 80006 with flag 3531444/851000
178.21/177.31	c cleaning 40999 clauses out of 82003 with flag 3681784/893000
190.91/190.02	c cleaning 41997 clauses out of 84004 with flag 3840801/936000
204.48/203.51	c cleaning 43004 clauses out of 86007 with flag 4000499/980000
218.98/218.04	c cleaning 43999 clauses out of 88002 with flag 4173148/1025000
235.08/234.05	c cleaning 45001 clauses out of 90003 with flag 4349033/1071001
252.09/251.05	c cleaning 45997 clauses out of 91999 with flag 4523418/1118000
256.40/255.35	c starts		: 167
256.40/255.35	c conflicts		: 1134724
256.40/255.35	c decisions		: 1340000
256.40/255.35	c propagations		: 6247978
256.40/255.35	c inspects		: 6826007921
256.40/255.35	c shortcuts		: 0
256.40/255.35	c learnt literals	: 18
256.40/255.35	c learnt binary clauses	: 17
256.40/255.35	c learnt ternary clauses	: 42
256.40/255.35	c learnt constraints	: 1134705
256.40/255.35	c ignored constraints	: 0
256.40/255.35	c root simplifications	: 0
256.40/255.35	c removed literals (reason simplification)	: 0
256.40/255.35	c reason swapping (by a shorter reason)	: 0
256.40/255.35	c Calls to reduceDB	: 43
256.40/255.35	c Number of update (reduction) of LBD	: 138897
256.40/255.35	c Imported unit clauses	: 0
256.40/255.35	c number of reductions to clauses (during analyze)	: 0
256.40/255.35	c number of learned constraints concerned by reduction	: 0
256.40/255.35	c number of learning phase by resolution	: 0
256.40/255.35	c number of learning phase by cutting planes	: 0
256.40/255.35	c speed (assignments/second)	: 24482.096815905585
256.40/255.35	c non guided choices	397
256.40/255.38	c learnt constraints type 
256.40/255.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
256.40/255.38	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62695
256.40/255.38	s UNSATISFIABLE
256.40/255.38	c Total wall clock time (in seconds): 255.274

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

pid=15736
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.15 2.11 2.09 3/194 15739
/proc/meminfo: memFree=26526960/32872528 swapFree=11480/941500
[pid=15739] ppid=15736 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/15739/stat : 15739 (java) R 15736 15739 13214 0 -1 4202496 1067 0 0 0 0 0 0 0 20 0 1 0 12483444 23793664 717 33554432000 1073741824 1073778376 140734169219712 140734169208776 213183936592 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15739/statm: 5809 717 531 9 0 128 0

[startup+0.100114 s]
/proc/loadavg: 2.15 2.11 2.09 3/194 15739
/proc/meminfo: memFree=26526960/32872528 swapFree=11480/941500
[pid=15739] ppid=15736 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/15739/stat : 15739 (java) S 15736 15739 13214 0 -1 4202496 4459 0 1 0 9 1 0 0 20 0 18 0 12483444 9787879424 6082 33554432000 1073741824 1073778376 140734169219712 140734169210848 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15739/statm: 2389619 6082 2155 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200364 s]
/proc/loadavg: 2.15 2.11 2.09 3/194 15739
/proc/meminfo: memFree=26526960/32872528 swapFree=11480/941500
[pid=15739] ppid=15736 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/15739/stat : 15739 (java) S 15736 15739 13214 0 -1 4202496 6827 0 1 0 27 2 0 0 20 0 19 0 12483444 9856040960 7772 33554432000 1073741824 1073778376 140734169219712 140734169210848 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15739/statm: 2406260 7772 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300365 s]
/proc/loadavg: 2.15 2.11 2.09 3/194 15739
/proc/meminfo: memFree=26526960/32872528 swapFree=11480/941500
[pid=15739] ppid=15736 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/15739/stat : 15739 (java) S 15736 15739 13214 0 -1 4202496 8905 0 1 0 54 2 0 0 20 0 19 0 12483444 9856040960 8184 33554432000 1073741824 1073778376 140734169219712 140734169210848 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15739/statm: 2406260 8184 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700345 s]
/proc/loadavg: 2.15 2.11 2.09 3/194 15739
/proc/meminfo: memFree=26526960/32872528 swapFree=11480/941500
[pid=15739] ppid=15736 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/15739/stat : 15739 (java) S 15736 15739 13214 0 -1 4202496 15544 0 1 0 127 3 0 0 20 0 19 0 12483444 9856040960 12946 33554432000 1073741824 1073778376 140734169219712 140734169210848 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15739/statm: 2406260 12946 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.22 2.12 2.10 3/213 15758
/proc/meminfo: memFree=26481528/32872528 swapFree=11480/941500
[pid=15739] ppid=15736 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/15739/stat : 15739 (java) S 15736 15739 13214 0 -1 4202496 17095 0 1 0 225 3 0 0 20 0 19 0 12483444 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140734169210848 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15739/statm: 2406260 13415 2256 9 0 2396937 0
[pid=15739/tid=15741] ppid=15736 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/15739/task/15741/stat : 15741 (java) R 15736 15739 13214 0 -1 4202560 2417 0 1 0 146 1 0 0 20 0 19 0 12483445 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140220162371280 140220029153139 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15742] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15742/stat : 15742 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140220151442088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15743] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15743/stat : 15743 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140220150389544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15744] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15744/stat : 15744 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140220149337000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15739/tid=15745] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15745/stat : 15745 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140220148284456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15746] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15746/stat : 15746 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140220147230888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15747] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15747/stat : 15747 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140220001106216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15748] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15748/stat : 15748 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140220000053672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15749] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15749/stat : 15749 (java) S 15736 15739 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140219999001128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15750] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15750/stat : 15750 (java) S 15736 15739 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140219986590312 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15751] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15751/stat : 15751 (java) S 15736 15739 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140219985536632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15752] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15752/stat : 15752 (java) S 15736 15739 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140219984483976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15753] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15753/stat : 15753 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140219983432720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15754] ppid=15736 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/15739/task/15754/stat : 15754 (java) S 15736 15739 13214 0 -1 4202560 8365 0 0 0 52 1 0 0 20 0 19 0 12483449 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140219982379064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15755] ppid=15736 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/15739/task/15755/stat : 15755 (java) S 15736 15739 13214 0 -1 4202560 5041 0 0 0 24 0 0 0 20 0 19 0 12483449 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140219981326520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15756] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15756/stat : 15756 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140219980274168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15757] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15757/stat : 15757 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140219979221832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15758] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15758/stat : 15758 (java) S 15736 15739 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12483459 9856040960 13415 33554432000 1073741824 1073778376 140734169219712 140219978167592 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.22 2.12 2.10 3/213 15758
/proc/meminfo: memFree=26478984/32872528 swapFree=11480/941500
[pid=15739] ppid=15736 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/15739/stat : 15739 (java) S 15736 15739 13214 0 -1 4202496 17098 0 1 0 389 3 0 0 20 0 19 0 12483444 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140734169210848 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15739/statm: 2406260 14439 2256 9 0 2396937 0
[pid=15739/tid=15741] ppid=15736 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/15739/task/15741/stat : 15741 (java) R 15736 15739 13214 0 -1 4202560 2420 0 1 0 305 1 0 0 20 0 19 0 12483445 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140220162371280 140220029438067 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15742] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15742/stat : 15742 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140220151442088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15743] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15743/stat : 15743 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140220150389544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15744] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15744/stat : 15744 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140220149337000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15739/tid=15745] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15745/stat : 15745 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140220148284456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15746] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15746/stat : 15746 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140220147230888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15747] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15747/stat : 15747 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140220001106216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15748] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15748/stat : 15748 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140220000053672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15749] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15749/stat : 15749 (java) S 15736 15739 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140219999001128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15750] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15750/stat : 15750 (java) S 15736 15739 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140219986590312 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15751] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15751/stat : 15751 (java) S 15736 15739 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140219985536632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15752] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15752/stat : 15752 (java) S 15736 15739 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140219984483976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15753] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15753/stat : 15753 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140219983432720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15754] ppid=15736 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/15739/task/15754/stat : 15754 (java) S 15736 15739 13214 0 -1 4202560 8365 0 0 0 52 2 0 0 20 0 19 0 12483449 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140219982379064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15755] ppid=15736 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15739/task/15755/stat : 15755 (java) S 15736 15739 13214 0 -1 4202560 5041 0 0 0 27 0 0 0 20 0 19 0 12483449 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140219981326520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15756] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15756/stat : 15756 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140219980274168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15757] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15757/stat : 15757 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140219979221832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15758] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15758/stat : 15758 (java) S 15736 15739 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12483459 9856040960 14439 33554432000 1073741824 1073778376 140734169219712 140219978167592 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.22 2.12 2.10 3/213 15758
/proc/meminfo: memFree=26474268/32872528 swapFree=11480/941500
[pid=15739] ppid=15736 vsize=9625040 CPUtime=7.13 cores=1,3,5,7
/proc/15739/stat : 15739 (java) S 15736 15739 13214 0 -1 4202496 17102 0 1 0 709 4 0 0 20 0 19 0 12483444 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140734169210848 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15739/statm: 2406260 15435 2257 9 0 2396937 0
[pid=15739/tid=15741] ppid=15736 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/15739/task/15741/stat : 15741 (java) R 15736 15739 13214 0 -1 4202560 2423 0 1 0 624 1 0 0 20 0 19 0 12483445 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140220162371280 140220029438062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15742] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15742/stat : 15742 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140220151442088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15743] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15743/stat : 15743 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140220150389544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15744] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15744/stat : 15744 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140220149337000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15739/tid=15745] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15745/stat : 15745 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140220148284456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15746] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15746/stat : 15746 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140220147230888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15747] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15747/stat : 15747 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140220001106216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15748] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15748/stat : 15748 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140220000053672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15749] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15749/stat : 15749 (java) S 15736 15739 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140219999001128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15750] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15750/stat : 15750 (java) S 15736 15739 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140219986590312 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15751] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15751/stat : 15751 (java) S 15736 15739 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140219985536632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15752] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15752/stat : 15752 (java) S 15736 15739 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140219984483976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15753] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15753/stat : 15753 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140219983432720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15754] ppid=15736 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/15739/task/15754/stat : 15754 (java) S 15736 15739 13214 0 -1 4202560 8365 0 0 0 52 2 0 0 20 0 19 0 12483449 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140219982379064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15755] ppid=15736 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15739/task/15755/stat : 15755 (java) S 15736 15739 13214 0 -1 4202560 5041 0 0 0 27 0 0 0 20 0 19 0 12483449 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140219981326520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15756] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15756/stat : 15756 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140219980274168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15757] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15757/stat : 15757 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140219979221832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15758] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15758/stat : 15758 (java) S 15736 15739 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12483459 9856040960 15435 33554432000 1073741824 1073778376 140734169219712 140219978167592 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 9625040


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

[pid=15739/tid=15751] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15751/stat : 15751 (java) S 15736 15739 13214 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219985536632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15752] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15752/stat : 15752 (java) S 15736 15739 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219984483976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15753] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15753/stat : 15753 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219983432720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15754] ppid=15736 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/15739/task/15754/stat : 15754 (java) S 15736 15739 13214 0 -1 4202560 8373 0 0 0 62 2 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219982379064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15755] ppid=15736 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/15739/task/15755/stat : 15755 (java) S 15736 15739 13214 0 -1 4202560 5046 0 0 0 36 0 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219981326520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15756] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15756/stat : 15756 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219980274168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15757] ppid=15736 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/15739/task/15757/stat : 15757 (java) S 15736 15739 13214 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219979221832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15758] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15758/stat : 15758 (java) S 15736 15739 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12483459 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219978167592 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 255.49
Current children cumulated vsize (KiB) 9625040

[startup+254.801 s]
/proc/loadavg: 2.05 2.08 2.08 3/213 15763
/proc/meminfo: memFree=26314560/32872528 swapFree=11480/941500
[pid=15739] ppid=15736 vsize=9625040 CPUtime=255.89 cores=1,3,5,7
/proc/15739/stat : 15739 (java) S 15736 15739 13214 0 -1 4202496 17233 0 1 0 25579 10 0 0 20 0 19 0 12483444 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140734169210848 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15739/statm: 2406260 47208 2271 9 0 2396937 0
[pid=15739/tid=15741] ppid=15736 vsize=9625040 CPUtime=254.04 cores=1,3,5,7
/proc/15739/task/15741/stat : 15741 (java) R 15736 15739 13214 0 -1 4202560 2491 0 1 0 25399 5 0 0 20 0 19 0 12483445 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220162371280 140220029438062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15742] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15742/stat : 15742 (java) S 15736 15739 13214 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220151442088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15743] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15743/stat : 15743 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220150389544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15744] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15744/stat : 15744 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220149337000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15745] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15745/stat : 15745 (java) S 15736 15739 13214 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220148284456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15746] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15746/stat : 15746 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220147230888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15747] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15747/stat : 15747 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220001106216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15748] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15748/stat : 15748 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220000053672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15739/tid=15749] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15749/stat : 15749 (java) S 15736 15739 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219999001128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15750] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15750/stat : 15750 (java) S 15736 15739 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219986590312 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15751] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15751/stat : 15751 (java) S 15736 15739 13214 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219985536632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15752] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15752/stat : 15752 (java) S 15736 15739 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219984483976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15753] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15753/stat : 15753 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219983432720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15754] ppid=15736 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/15739/task/15754/stat : 15754 (java) S 15736 15739 13214 0 -1 4202560 8373 0 0 0 62 2 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219982379064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15755] ppid=15736 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/15739/task/15755/stat : 15755 (java) S 15736 15739 13214 0 -1 4202560 5046 0 0 0 36 0 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219981326520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15756] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15756/stat : 15756 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219980274168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15757] ppid=15736 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/15739/task/15757/stat : 15757 (java) S 15736 15739 13214 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219979221832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15758] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15758/stat : 15758 (java) S 15736 15739 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12483459 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219978167592 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 9625040

[startup+255.201 s]
/proc/loadavg: 2.05 2.08 2.08 3/213 15763
/proc/meminfo: memFree=26314560/32872528 swapFree=11480/941500
[pid=15739] ppid=15736 vsize=9625040 CPUtime=256.3 cores=1,3,5,7
/proc/15739/stat : 15739 (java) S 15736 15739 13214 0 -1 4202496 17233 0 1 0 25620 10 0 0 20 0 19 0 12483444 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140734169210848 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15739/statm: 2406260 47208 2271 9 0 2396937 0
[pid=15739/tid=15741] ppid=15736 vsize=9625040 CPUtime=254.45 cores=1,3,5,7
/proc/15739/task/15741/stat : 15741 (java) R 15736 15739 13214 0 -1 4202560 2491 0 1 0 25440 5 0 0 20 0 19 0 12483445 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220162371280 140220028950466 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15742] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15742/stat : 15742 (java) S 15736 15739 13214 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220151442088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15743] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15743/stat : 15743 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220150389544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15744] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15744/stat : 15744 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220149337000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15745] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15745/stat : 15745 (java) S 15736 15739 13214 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220148284456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15746] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15746/stat : 15746 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220147230888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15747] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15747/stat : 15747 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220001106216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15748] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15748/stat : 15748 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220000053672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15739/tid=15749] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15749/stat : 15749 (java) S 15736 15739 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219999001128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15750] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15750/stat : 15750 (java) S 15736 15739 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219986590312 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15751] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15751/stat : 15751 (java) S 15736 15739 13214 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219985536632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15752] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15752/stat : 15752 (java) S 15736 15739 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219984483976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15753] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15753/stat : 15753 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219983432720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15754] ppid=15736 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/15739/task/15754/stat : 15754 (java) S 15736 15739 13214 0 -1 4202560 8373 0 0 0 62 2 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219982379064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15755] ppid=15736 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/15739/task/15755/stat : 15755 (java) S 15736 15739 13214 0 -1 4202560 5046 0 0 0 36 0 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219981326520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15756] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15756/stat : 15756 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219980274168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15757] ppid=15736 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/15739/task/15757/stat : 15757 (java) S 15736 15739 13214 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219979221832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15758] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15758/stat : 15758 (java) S 15736 15739 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12483459 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219978167592 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 256.3
Current children cumulated vsize (KiB) 9625040

[startup+255.308 s]
/proc/loadavg: 2.05 2.08 2.08 3/213 15763
/proc/meminfo: memFree=26314560/32872528 swapFree=11480/941500
[pid=15739] ppid=15736 vsize=9625040 CPUtime=256.4 cores=1,3,5,7
/proc/15739/stat : 15739 (java) S 15736 15739 13214 0 -1 4202496 17233 0 1 0 25630 10 0 0 20 0 19 0 12483444 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140734169210848 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15739/statm: 2406260 47208 2271 9 0 2396937 0
[pid=15739/tid=15741] ppid=15736 vsize=9625040 CPUtime=254.55 cores=1,3,5,7
/proc/15739/task/15741/stat : 15741 (java) R 15736 15739 13214 0 -1 4202560 2491 0 1 0 25450 5 0 0 20 0 19 0 12483445 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220162371280 140220029113777 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15742] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15742/stat : 15742 (java) S 15736 15739 13214 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220151442088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15743] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15743/stat : 15743 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220150389544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15744] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15744/stat : 15744 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220149337000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15745] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15745/stat : 15745 (java) S 15736 15739 13214 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220148284456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15746] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15746/stat : 15746 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220147230888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15747] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15747/stat : 15747 (java) S 15736 15739 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220001106216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15748] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15748/stat : 15748 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140220000053672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15739/tid=15749] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15749/stat : 15749 (java) S 15736 15739 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12483446 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219999001128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15750] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15750/stat : 15750 (java) S 15736 15739 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219986590312 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15751] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15751/stat : 15751 (java) S 15736 15739 13214 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219985536632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15752] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15752/stat : 15752 (java) S 15736 15739 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12483447 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219984483976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15753] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15753/stat : 15753 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219983432720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15754] ppid=15736 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/15739/task/15754/stat : 15754 (java) S 15736 15739 13214 0 -1 4202560 8373 0 0 0 62 2 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219982379064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15739/tid=15755] ppid=15736 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/15739/task/15755/stat : 15755 (java) S 15736 15739 13214 0 -1 4202560 5046 0 0 0 36 0 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219981326520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15756] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15756/stat : 15756 (java) S 15736 15739 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219980274168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15739/tid=15757] ppid=15736 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/15739/task/15757/stat : 15757 (java) S 15736 15739 13214 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 12483449 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219979221832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15739/tid=15758] ppid=15736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15739/task/15758/stat : 15758 (java) S 15736 15739 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12483459 9856040960 47208 33554432000 1073741824 1073778376 140734169219712 140219978167592 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 256.4
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15739 and gives
#  childrusage.ru_utime.tv_sec=255
#  childrusage.ru_utime.tv_usec=711126
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=242963
# CPU time returned by wait4() is 255.954
# while last known CPU time is 256.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 255.384
CPU time (s): 256.4
CPU user time (s): 256.3
CPU system time (s): 0.1
CPU usage (%): 100.398
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 255.711
system time used= 0.242963
maximum resident set size= 188908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17258
page faults= 1
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5669
involuntary context switches= 1382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.48377 second user time and 1.89571 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 21:32:41
IDJOB=4121582
IDBENCH=110564
IDSOLVER=2546
FILE ID=node113/4121582-1467315161
RUNJOBID= node113-1467309899-13788
PBS_JOBID= 20005277
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= f30b1fe47add5304e7b4349e106e287f
RANDOM SEED=294432132

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26527496 kB
Buffers:          130356 kB
Cached:          4271904 kB
SwapCached:            0 kB
Active:          3163960 kB
Inactive:        1479144 kB
Active(anon):     238020 kB
Inactive(anon):     5656 kB
Active(file):    2925940 kB
Inactive(file):  1473488 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               960 kB
Writeback:             0 kB
AnonPages:       1199016 kB
Mapped:            21512 kB
Shmem:               204 kB
Slab:             629756 kB
SReclaimable:      73476 kB
SUnreclaim:       556280 kB
KernelStack:        1760 kB
PageTables:         6308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1632380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1165312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node113 at 2016-06-30 21:36:57