Trace number 4122654

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 1505.44 1503.1

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n88-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM6ba7a149864ceb83e6afd3169600ac38
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 benchmark6.596
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables132
Total number of constraints352
Number of constraints which are clauses352
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-4122654-1467317264.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.047s.
0.11/0.15	c declared #vars     132
0.11/0.15	c #constraints  352
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 352
0.11/0.15	c 352 constraints processed.
0.66/0.45	c cleaning 2496 clauses out of 5001 with flag 24837/5001
0.92/0.68	c cleaning 4252 clauses out of 8505 with flag 55593/11001
1.25/0.99	c cleaning 5625 clauses out of 11253 with flag 88900/18001
1.86/1.54	c cleaning 6810 clauses out of 13628 with flag 129855/26001
2.47/2.14	c cleaning 7905 clauses out of 15817 with flag 170671/35000
3.28/2.96	c cleaning 8947 clauses out of 17912 with flag 219233/45000
4.28/4.00	c cleaning 9977 clauses out of 19966 with flag 272388/56001
5.48/5.19	c cleaning 10987 clauses out of 21989 with flag 326560/68001
6.78/6.41	c cleaning 11995 clauses out of 24001 with flag 381765/81000
8.68/8.32	c cleaning 12995 clauses out of 26006 with flag 441180/95000
10.68/10.36	c cleaning 14001 clauses out of 28012 with flag 508524/110001
12.28/11.93	c cleaning 15001 clauses out of 30011 with flag 580284/126001
14.18/13.87	c cleaning 15999 clauses out of 32009 with flag 658903/143000
17.18/16.83	c cleaning 17000 clauses out of 34010 with flag 740971/161000
20.37/20.01	c cleaning 18005 clauses out of 36011 with flag 824921/180001
24.27/23.90	c cleaning 18999 clauses out of 38006 with flag 914290/200001
28.27/27.96	c cleaning 20003 clauses out of 40007 with flag 1006876/221001
31.77/31.45	c cleaning 20998 clauses out of 42004 with flag 1100915/243001
36.87/36.55	c cleaning 21998 clauses out of 44005 with flag 1201411/266000
43.18/42.84	c cleaning 23003 clauses out of 46008 with flag 1309463/290001
49.78/49.43	c cleaning 24000 clauses out of 48004 with flag 1422134/315000
54.18/53.87	c cleaning 25001 clauses out of 50004 with flag 1530771/341000
58.38/58.06	c cleaning 25999 clauses out of 52004 with flag 1645853/368001
65.29/64.93	c cleaning 26998 clauses out of 54005 with flag 1782969/396001
71.38/71.01	c cleaning 28000 clauses out of 56006 with flag 1907783/425000
76.68/76.32	c cleaning 29001 clauses out of 58006 with flag 2037033/455000
83.08/82.79	c cleaning 29998 clauses out of 60005 with flag 2171765/486000
90.59/90.24	c cleaning 30999 clauses out of 62008 with flag 2310522/518001
98.68/98.31	c cleaning 32002 clauses out of 64008 with flag 2452739/551000
107.28/106.96	c cleaning 33001 clauses out of 66007 with flag 2601064/585001
115.28/114.93	c cleaning 34001 clauses out of 68006 with flag 2754658/620001
123.98/123.61	c cleaning 35000 clauses out of 70005 with flag 2912240/656001
133.49/133.14	c cleaning 36000 clauses out of 72004 with flag 3074128/693000
143.49/143.19	c cleaning 37000 clauses out of 74005 with flag 3241265/731001
153.98/153.60	c cleaning 38000 clauses out of 76004 with flag 3401366/770000
163.87/163.58	c cleaning 38996 clauses out of 78006 with flag 3561643/810002
173.11/172.72	c cleaning 39998 clauses out of 80008 with flag 3700556/851000
181.80/181.42	c cleaning 41000 clauses out of 82012 with flag 3879744/893002
191.40/191.02	c cleaning 42004 clauses out of 84010 with flag 4069835/936000
201.60/201.28	c cleaning 42999 clauses out of 86007 with flag 4266285/980001
213.81/213.46	c cleaning 44003 clauses out of 88008 with flag 4460609/1025001
230.70/230.39	c cleaning 45002 clauses out of 90005 with flag 4666409/1071001
248.20/247.81	c cleaning 45997 clauses out of 92003 with flag 4871786/1118001
267.70/267.33	c cleaning 47002 clauses out of 94005 with flag 5072357/1166000
285.99/285.62	c cleaning 47997 clauses out of 96003 with flag 5294264/1215000
306.00/305.60	c cleaning 48998 clauses out of 98007 with flag 5500899/1265001
331.80/331.44	c cleaning 50002 clauses out of 100008 with flag 5723065/1316000
356.49/356.13	c cleaning 50999 clauses out of 102007 with flag 5952852/1368001
378.10/377.76	c cleaning 51999 clauses out of 104007 with flag 6183395/1421000
410.20/409.83	c cleaning 52999 clauses out of 106008 with flag 6460862/1475000
433.51/433.19	c cleaning 54005 clauses out of 108010 with flag 6702011/1530001
454.21/453.86	c cleaning 54995 clauses out of 110004 with flag 6945139/1586000
484.11/483.73	c cleaning 56004 clauses out of 112009 with flag 7198447/1643000
518.42/518.02	c cleaning 57002 clauses out of 114006 with flag 7459413/1701001
549.37/548.54	c cleaning 57994 clauses out of 116003 with flag 7722166/1760000
576.13/574.88	c cleaning 59001 clauses out of 118009 with flag 7983467/1820000
594.43/593.18	c cleaning 60002 clauses out of 120009 with flag 8242068/1881001
613.24/611.97	c cleaning 60999 clauses out of 122006 with flag 8505431/1943000
633.24/631.93	c cleaning 62001 clauses out of 124007 with flag 8803841/2006000
655.04/653.77	c cleaning 63001 clauses out of 126006 with flag 9084733/2070000
678.39/677.03	c cleaning 64001 clauses out of 128006 with flag 9382622/2135001
698.81/697.44	c cleaning 64997 clauses out of 130004 with flag 9687386/2201000
722.41/721.10	c cleaning 65999 clauses out of 132007 with flag 9978125/2268000
749.62/748.20	c cleaning 66999 clauses out of 134010 with flag 10253298/2336002
798.42/797.01	c cleaning 67998 clauses out of 136010 with flag 10650385/2405001
831.95/830.53	c cleaning 69004 clauses out of 138011 with flag 10988620/2475000
868.65/867.20	c cleaning 69994 clauses out of 140006 with flag 11324607/2546000
913.16/911.78	c cleaning 71000 clauses out of 142012 with flag 11658645/2618000
959.07/957.63	c cleaning 72000 clauses out of 144013 with flag 11993471/2691001
1019.37/1017.95	c cleaning 73003 clauses out of 146012 with flag 12338288/2765000
1074.74/1073.20	c cleaning 74004 clauses out of 148009 with flag 12666431/2840000
1122.64/1121.13	c cleaning 74999 clauses out of 150004 with flag 13000010/2916000
1180.65/1179.10	c cleaning 75997 clauses out of 152006 with flag 13325009/2993001
1245.66/1244.17	c cleaning 77003 clauses out of 154009 with flag 13661346/3071001
1312.68/1311.15	c cleaning 78001 clauses out of 156006 with flag 14023932/3150001
1380.79/1379.21	c cleaning 78997 clauses out of 158004 with flag 14385322/3230001
1451.20/1449.67	c cleaning 80003 clauses out of 160006 with flag 14739269/3311000
1504.71/1503.06	c starts		: 311
1504.71/1503.06	c conflicts		: 3377017
1504.71/1503.06	c decisions		: 3905842
1504.71/1503.06	c propagations		: 29980470
1504.71/1503.06	c inspects		: 36074588534
1504.71/1503.06	c shortcuts		: 0
1504.71/1503.06	c learnt literals	: 19
1504.71/1503.06	c learnt binary clauses	: 18
1504.71/1503.06	c learnt ternary clauses	: 44
1504.71/1503.06	c learnt constraints	: 3376997
1504.71/1503.06	c ignored constraints	: 0
1504.71/1503.06	c root simplifications	: 0
1504.71/1503.06	c removed literals (reason simplification)	: 0
1504.71/1503.06	c reason swapping (by a shorter reason)	: 0
1504.71/1503.06	c Calls to reduceDB	: 77
1504.71/1503.06	c Number of update (reduction) of LBD	: 350579
1504.71/1503.06	c Imported unit clauses	: 0
1504.71/1503.06	c number of reductions to clauses (during analyze)	: 0
1504.71/1503.06	c number of learned constraints concerned by reduction	: 0
1504.71/1503.06	c number of learning phase by resolution	: 0
1504.71/1503.06	c number of learning phase by cutting planes	: 0
1504.71/1503.06	c speed (assignments/second)	: 19948.306882390672
1504.71/1503.06	c non guided choices	1356
1504.71/1503.09	c learnt constraints type 
1504.71/1503.09	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1504.71/1503.09	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 145985
1504.71/1503.09	s UNSATISFIABLE
1504.71/1503.09	c Total wall clock time (in seconds): 1502.988

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-4122654-1467317264/watcher-4122654-1467317264 -o /tmp/evaluation-result-4122654-1467317264/solver-4122654-1467317264 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1467317003-21508 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122654-1467317264.opb 

pid=21816
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.24 1.76 1.57 4/194 21819
/proc/meminfo: memFree=30149724/32872528 swapFree=1199948/1314412
[pid=21819] ppid=21816 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21819/stat : 21819 (java) S 21816 21819 16372 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 10748302 98570240 977 33554432000 1073741824 1073778376 140736934499760 140736934490896 252266446909 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21819/statm: 24065 977 743 9 0 16771 0
[pid=21819/tid=21820] ppid=21816 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21820/stat : 21820 (java) R 21816 21819 16372 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10748303 98570240 977 33554432000 1073741824 1073778376 140736934499760 140672092823080 252263089536 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.24 1.76 1.57 4/194 21819
/proc/meminfo: memFree=30149724/32872528 swapFree=1199948/1314412
[pid=21819] ppid=21816 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/21819/stat : 21819 (java) S 21816 21819 16372 0 -1 4202496 4501 0 1 0 10 1 0 0 20 0 18 0 10748302 9787879424 6128 33554432000 1073741824 1073778376 140736934499760 140736934490896 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21819/statm: 2389619 6128 2157 9 0 2380296 0
[pid=21819/tid=21820] ppid=21816 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/21819/task/21820/stat : 21820 (java) R 21816 21819 16372 0 -1 4202560 2379 0 1 0 8 0 0 0 20 0 18 0 10748303 9787879424 6128 33554432000 1073741824 1073778376 140736934499760 140672092826528 252262715211 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.200283 s]
/proc/loadavg: 2.24 1.76 1.57 4/194 21819
/proc/meminfo: memFree=30149724/32872528 swapFree=1199948/1314412
[pid=21819] ppid=21816 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/21819/stat : 21819 (java) S 21816 21819 16372 0 -1 4202496 6707 0 1 0 27 1 0 0 20 0 19 0 10748302 9856040960 7699 33554432000 1073741824 1073778376 140736934499760 140736934490896 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21819/statm: 2406260 7699 2226 9 0 2396937 0
[pid=21819/tid=21820] ppid=21816 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/21819/task/21820/stat : 21820 (java) R 21816 21819 16372 0 -1 4202560 2401 0 1 0 18 0 0 0 20 0 19 0 10748303 9856040960 7699 33554432000 1073741824 1073778376 140736934499760 140672092828288 140671939796529 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300358 s]
/proc/loadavg: 2.24 1.76 1.57 4/194 21819
/proc/meminfo: memFree=30149724/32872528 swapFree=1199948/1314412
[pid=21819] ppid=21816 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/21819/stat : 21819 (java) S 21816 21819 16372 0 -1 4202496 7139 0 1 0 49 1 0 0 20 0 19 0 10748302 9856040960 8118 33554432000 1073741824 1073778376 140736934499760 140736934490896 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21819/statm: 2406260 8118 2242 9 0 2396937 0
[pid=21819/tid=21820] ppid=21816 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/21819/task/21820/stat : 21820 (java) R 21816 21819 16372 0 -1 4202560 2404 0 1 0 28 0 0 0 20 0 19 0 10748303 9856040960 8118 33554432000 1073741824 1073778376 140736934499760 140672092828288 140671940250874 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.700257 s]
/proc/loadavg: 2.24 1.76 1.57 4/194 21819
/proc/meminfo: memFree=30149724/32872528 swapFree=1199948/1314412
[pid=21819] ppid=21816 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/21819/stat : 21819 (java) S 21816 21819 16372 0 -1 4202496 7825 0 1 0 104 1 0 0 20 0 19 0 10748302 9856040960 8226 33554432000 1073741824 1073778376 140736934499760 140736934490896 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21819/statm: 2406260 8226 2254 9 0 2396937 0
[pid=21819/tid=21820] ppid=21816 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/21819/task/21820/stat : 21820 (java) R 21816 21819 16372 0 -1 4202560 2404 0 1 0 68 0 0 0 20 0 19 0 10748303 9856040960 8226 33554432000 1073741824 1073778376 140736934499760 140672092827976 140671940275038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.24 1.76 1.57 4/213 21838
/proc/meminfo: memFree=30123156/32872528 swapFree=1199948/1314412
[pid=21819] ppid=21816 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/21819/stat : 21819 (java) S 21816 21819 16372 0 -1 4202496 7830 0 1 0 185 1 0 0 20 0 19 0 10748302 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140736934490896 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21819/statm: 2406260 9253 2256 9 0 2396937 0
[pid=21819/tid=21820] ppid=21816 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/21819/task/21820/stat : 21820 (java) R 21816 21819 16372 0 -1 4202560 2406 0 1 0 148 0 0 0 20 0 19 0 10748303 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140672092826168 140671940275075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21819/tid=21822] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21822/stat : 21822 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140672065280680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21823] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21823/stat : 21823 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140672064228136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21824] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21824/stat : 21824 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140672063175592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21825] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21825/stat : 21825 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140672062123048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21819/tid=21826] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21826/stat : 21826 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140672061069480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21827] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21827/stat : 21827 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140672060016936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21819/tid=21828] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21828/stat : 21828 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140672058964392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21829] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21829/stat : 21829 (java) S 21816 21819 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140671928805928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21830] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21830/stat : 21830 (java) S 21816 21819 16372 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10748304 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140671445858920 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21831] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21831/stat : 21831 (java) S 21816 21819 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140671444805240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21832] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21832/stat : 21832 (java) S 21816 21819 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140671443752584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21833] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21833/stat : 21833 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140671442701328 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21834] ppid=21816 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21819/task/21834/stat : 21834 (java) S 21816 21819 16372 0 -1 4202560 2595 0 0 0 19 0 0 0 20 0 19 0 10748307 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140671441647672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21835] ppid=21816 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21819/task/21835/stat : 21835 (java) S 21816 21819 16372 0 -1 4202560 1558 0 0 0 16 0 0 0 20 0 19 0 10748307 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140671440595128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21836] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21836/stat : 21836 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140671439542776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21837] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21837/stat : 21837 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140671438490440 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21838] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21838/stat : 21838 (java) S 21816 21819 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10748318 9856040960 9253 33554432000 1073741824 1073778376 140736934499760 140671437436200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.24 1.76 1.57 4/213 21838
/proc/meminfo: memFree=30120860/32872528 swapFree=1199948/1314412
[pid=21819] ppid=21816 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/21819/stat : 21819 (java) S 21816 21819 16372 0 -1 4202496 7833 0 1 0 346 2 0 0 20 0 19 0 10748302 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140736934490896 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21819/statm: 2406260 9766 2256 9 0 2396937 0
[pid=21819/tid=21820] ppid=21816 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/21819/task/21820/stat : 21820 (java) R 21816 21819 16372 0 -1 4202560 2408 0 1 0 306 2 0 0 20 0 19 0 10748303 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140672092819136 140671940275075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21819/tid=21822] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21822/stat : 21822 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140672065280680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21823] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21823/stat : 21823 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140672064228136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21824] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21824/stat : 21824 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140672063175592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21825] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21825/stat : 21825 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140672062123048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21819/tid=21826] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21826/stat : 21826 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140672061069480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21827] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21827/stat : 21827 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140672060016936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21819/tid=21828] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21828/stat : 21828 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140672058964392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21829] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21829/stat : 21829 (java) S 21816 21819 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140671928805928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21830] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21830/stat : 21830 (java) S 21816 21819 16372 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10748304 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140671445858920 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21831] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21831/stat : 21831 (java) S 21816 21819 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140671444805240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21832] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21832/stat : 21832 (java) S 21816 21819 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140671443752584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21833] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21833/stat : 21833 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140671442701328 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21834] ppid=21816 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/21819/task/21834/stat : 21834 (java) S 21816 21819 16372 0 -1 4202560 2596 0 0 0 21 0 0 0 20 0 19 0 10748307 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140671441647672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21835] ppid=21816 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21819/task/21835/stat : 21835 (java) S 21816 21819 16372 0 -1 4202560 1558 0 0 0 16 0 0 0 20 0 19 0 10748307 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140671440595128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21836] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21836/stat : 21836 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140671439542776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21837] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21837/stat : 21837 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140671438490440 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21838] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21838/stat : 21838 (java) S 21816 21819 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10748318 9856040960 9766 33554432000 1073741824 1073778376 140736934499760 140671437436200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.22 1.77 1.57 4/213 21838
/proc/meminfo: memFree=30114348/32872528 swapFree=1199948/1314412
[pid=21819] ppid=21816 vsize=9625040 CPUtime=6.68 cores=1,3,5,7
/proc/21819/stat : 21819 (java) S 21816 21819 16372 0 -1 4202496 7838 0 1 0 666 2 0 0 20 0 19 0 10748302 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140736934490896 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21819/statm: 2406260 11287 2257 9 0 2396937 0
[pid=21819/tid=21820] ppid=21816 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/21819/task/21820/stat : 21820 (java) R 21816 21819 16372 0 -1 4202560 2412 0 1 0 626 2 0 0 20 0 19 0 10748303 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140672092819136 140671940274630 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21819/tid=21822] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21822/stat : 21822 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140672065280680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21823] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21823/stat : 21823 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140672064228136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21824] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21824/stat : 21824 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140672063175592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21825] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21825/stat : 21825 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140672062123048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21819/tid=21826] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21826/stat : 21826 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140672061069480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21827] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21827/stat : 21827 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140672060016936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21819/tid=21828] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21828/stat : 21828 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140672058964392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21829] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21829/stat : 21829 (java) S 21816 21819 16372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140671928805928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21830] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21830/stat : 21830 (java) S 21816 21819 16372 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10748304 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140671445858920 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21831] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21831/stat : 21831 (java) S 21816 21819 16372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140671444805240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21832] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21832/stat : 21832 (java) S 21816 21819 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140671443752584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21833] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21833/stat : 21833 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140671442701328 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21834] ppid=21816 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/21819/task/21834/stat : 21834 (java) S 21816 21819 16372 0 -1 4202560 2596 0 0 0 21 0 0 0 20 0 19 0 10748307 9856040960 11287 33554432000 1073741824 1073778376 140736934499760 140671441647672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21835] ppid=21816 vsize=9625040 CPUtime=0.16 cores=1,3,5,7

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

[pid=21819/tid=21824] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21824/stat : 21824 (java) S 21816 21819 16372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672063175592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21825] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21825/stat : 21825 (java) S 21816 21819 16372 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672062123048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21826] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21826/stat : 21826 (java) S 21816 21819 16372 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672061069480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21827] ppid=21816 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21819/task/21827/stat : 21827 (java) S 21816 21819 16372 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672060016936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21828] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21828/stat : 21828 (java) S 21816 21819 16372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672058964392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21829] ppid=21816 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/21819/task/21829/stat : 21829 (java) S 21816 21819 16372 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671928805928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21830] ppid=21816 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21819/task/21830/stat : 21830 (java) S 21816 21819 16372 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 10748304 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671445858920 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21831] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21831/stat : 21831 (java) S 21816 21819 16372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671444805240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21832] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21832/stat : 21832 (java) S 21816 21819 16372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671443752584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21833] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21833/stat : 21833 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671442701328 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21834] ppid=21816 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/21819/task/21834/stat : 21834 (java) S 21816 21819 16372 0 -1 4202560 11542 0 0 0 79 2 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671441647672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21835] ppid=21816 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/21819/task/21835/stat : 21835 (java) S 21816 21819 16372 0 -1 4202560 8127 0 0 0 59 2 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671440595128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21836] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21836/stat : 21836 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671439542776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21837] ppid=21816 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/21819/task/21837/stat : 21837 (java) S 21816 21819 16372 0 -1 4202560 88 0 0 0 22 35 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671438490440 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21838] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21838/stat : 21838 (java) S 21816 21819 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10748318 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671437436200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1502.51
Current children cumulated vsize (KiB) 9625040

[startup+1502.4 s]
/proc/loadavg: 1.18 1.23 1.43 2/188 21909
/proc/meminfo: memFree=30130304/32872528 swapFree=1199948/1314412
[pid=21819] ppid=21816 vsize=9625040 CPUtime=1504.11 cores=1,3,5,7
/proc/21819/stat : 21819 (java) S 21816 21819 16372 0 -1 4202496 23610 0 1 0 150377 34 0 0 20 0 19 0 10748302 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140736934490896 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21819/statm: 2406260 57083 2272 9 0 2396937 0
[pid=21819/tid=21820] ppid=21816 vsize=9625040 CPUtime=1502.38 cores=1,3,5,7
/proc/21819/task/21820/stat : 21820 (java) R 21816 21819 16372 0 -1 4202560 2489 0 1 0 150212 26 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672092826064 140671940207903 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21819/tid=21822] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21822/stat : 21822 (java) S 21816 21819 16372 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672065280680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21823] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21823/stat : 21823 (java) S 21816 21819 16372 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672064228136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21824] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21824/stat : 21824 (java) S 21816 21819 16372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672063175592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21825] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21825/stat : 21825 (java) S 21816 21819 16372 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672062123048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21826] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21826/stat : 21826 (java) S 21816 21819 16372 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672061069480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21827] ppid=21816 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21819/task/21827/stat : 21827 (java) S 21816 21819 16372 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672060016936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21828] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21828/stat : 21828 (java) S 21816 21819 16372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672058964392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21829] ppid=21816 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/21819/task/21829/stat : 21829 (java) S 21816 21819 16372 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671928805928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21830] ppid=21816 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21819/task/21830/stat : 21830 (java) S 21816 21819 16372 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 10748304 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671445858920 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21831] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21831/stat : 21831 (java) S 21816 21819 16372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671444805240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21832] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21832/stat : 21832 (java) S 21816 21819 16372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671443752584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21833] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21833/stat : 21833 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671442701328 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21834] ppid=21816 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/21819/task/21834/stat : 21834 (java) S 21816 21819 16372 0 -1 4202560 11542 0 0 0 79 2 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671441647672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21835] ppid=21816 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/21819/task/21835/stat : 21835 (java) S 21816 21819 16372 0 -1 4202560 8127 0 0 0 59 2 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671440595128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21836] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21836/stat : 21836 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671439542776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21837] ppid=21816 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/21819/task/21837/stat : 21837 (java) S 21816 21819 16372 0 -1 4202560 88 0 0 0 22 35 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671438490440 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21838] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21838/stat : 21838 (java) S 21816 21819 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10748318 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671437436200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1504.11
Current children cumulated vsize (KiB) 9625040

[startup+1502.8 s]
/proc/loadavg: 1.18 1.23 1.43 2/188 21909
/proc/meminfo: memFree=30130304/32872528 swapFree=1199948/1314412
[pid=21819] ppid=21816 vsize=9625040 CPUtime=1504.51 cores=1,3,5,7
/proc/21819/stat : 21819 (java) S 21816 21819 16372 0 -1 4202496 23610 0 1 0 150417 34 0 0 20 0 19 0 10748302 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140736934490896 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21819/statm: 2406260 57083 2272 9 0 2396937 0
[pid=21819/tid=21820] ppid=21816 vsize=9625040 CPUtime=1502.78 cores=1,3,5,7
/proc/21819/task/21820/stat : 21820 (java) R 21816 21819 16372 0 -1 4202560 2489 0 1 0 150252 26 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672092826064 140671940421052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21819/tid=21822] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21822/stat : 21822 (java) S 21816 21819 16372 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672065280680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21823] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21823/stat : 21823 (java) S 21816 21819 16372 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672064228136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21824] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21824/stat : 21824 (java) S 21816 21819 16372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672063175592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21825] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21825/stat : 21825 (java) S 21816 21819 16372 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672062123048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21826] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21826/stat : 21826 (java) S 21816 21819 16372 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672061069480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21827] ppid=21816 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21819/task/21827/stat : 21827 (java) S 21816 21819 16372 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672060016936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21828] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21828/stat : 21828 (java) S 21816 21819 16372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672058964392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21829] ppid=21816 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/21819/task/21829/stat : 21829 (java) S 21816 21819 16372 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671928805928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21830] ppid=21816 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21819/task/21830/stat : 21830 (java) S 21816 21819 16372 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 10748304 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671445858920 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21831] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21831/stat : 21831 (java) S 21816 21819 16372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671444805240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21832] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21832/stat : 21832 (java) S 21816 21819 16372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671443752584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21833] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21833/stat : 21833 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671442701328 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21834] ppid=21816 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/21819/task/21834/stat : 21834 (java) S 21816 21819 16372 0 -1 4202560 11542 0 0 0 79 2 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671441647672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21835] ppid=21816 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/21819/task/21835/stat : 21835 (java) S 21816 21819 16372 0 -1 4202560 8127 0 0 0 59 2 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671440595128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21836] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21836/stat : 21836 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671439542776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21837] ppid=21816 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/21819/task/21837/stat : 21837 (java) S 21816 21819 16372 0 -1 4202560 88 0 0 0 22 35 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671438490440 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21838] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21838/stat : 21838 (java) S 21816 21819 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10748318 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671437436200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1504.51
Current children cumulated vsize (KiB) 9625040

[startup+1503 s]
/proc/loadavg: 1.18 1.23 1.43 2/188 21909
/proc/meminfo: memFree=30130304/32872528 swapFree=1199948/1314412
[pid=21819] ppid=21816 vsize=9625040 CPUtime=1504.71 cores=1,3,5,7
/proc/21819/stat : 21819 (java) S 21816 21819 16372 0 -1 4202496 23610 0 1 0 150437 34 0 0 20 0 19 0 10748302 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140736934490896 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21819/statm: 2406260 57083 2272 9 0 2396937 0
[pid=21819/tid=21820] ppid=21816 vsize=9625040 CPUtime=1502.98 cores=1,3,5,7
/proc/21819/task/21820/stat : 21820 (java) R 21816 21819 16372 0 -1 4202560 2489 0 1 0 150272 26 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672092826064 140671940212383 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21819/tid=21822] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21822/stat : 21822 (java) S 21816 21819 16372 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672065280680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21823] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21823/stat : 21823 (java) S 21816 21819 16372 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672064228136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21824] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21824/stat : 21824 (java) S 21816 21819 16372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672063175592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21825] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21825/stat : 21825 (java) S 21816 21819 16372 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672062123048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21826] ppid=21816 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/21819/task/21826/stat : 21826 (java) S 21816 21819 16372 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672061069480 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21827] ppid=21816 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21819/task/21827/stat : 21827 (java) S 21816 21819 16372 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672060016936 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21828] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21828/stat : 21828 (java) S 21816 21819 16372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140672058964392 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21829] ppid=21816 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/21819/task/21829/stat : 21829 (java) S 21816 21819 16372 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 10748303 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671928805928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21830] ppid=21816 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21819/task/21830/stat : 21830 (java) S 21816 21819 16372 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 10748304 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671445858920 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21831] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21831/stat : 21831 (java) S 21816 21819 16372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671444805240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21832] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21832/stat : 21832 (java) S 21816 21819 16372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10748305 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671443752584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21833] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21833/stat : 21833 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671442701328 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21834] ppid=21816 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/21819/task/21834/stat : 21834 (java) S 21816 21819 16372 0 -1 4202560 11542 0 0 0 79 2 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671441647672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21835] ppid=21816 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/21819/task/21835/stat : 21835 (java) S 21816 21819 16372 0 -1 4202560 8127 0 0 0 59 2 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671440595128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21819/tid=21836] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21836/stat : 21836 (java) S 21816 21819 16372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671439542776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21819/tid=21837] ppid=21816 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/21819/task/21837/stat : 21837 (java) S 21816 21819 16372 0 -1 4202560 88 0 0 0 22 35 0 0 20 0 19 0 10748307 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671438490440 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21819/tid=21838] ppid=21816 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21819/task/21838/stat : 21838 (java) S 21816 21819 16372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10748318 9856040960 57083 33554432000 1073741824 1073778376 140736934499760 140671437436200 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1504.71
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 1503.1
CPU time (s): 1505.44
CPU user time (s): 1504.63
CPU system time (s): 0.802877
CPU usage (%): 100.156
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1504.63
system time used= 0.802877
maximum resident set size= 230476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23642
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31903
involuntary context switches= 1790

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.49471 second user time and 11.5412 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-30 22:07:44
IDJOB=4122654
IDBENCH=111224
IDSOLVER=2546
FILE ID=node131/4122654-1467317264
RUNJOBID= node131-1467317003-21508
PBS_JOBID= 20005251
Free space on /tmp= 71732 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-n88-d3-i1-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-4122654-1467317264/watcher-4122654-1467317264 -o /tmp/evaluation-result-4122654-1467317264/solver-4122654-1467317264 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1467317003-21508 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122654-1467317264.opb

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

MD5SUM BENCH= 6ba7a149864ceb83e6afd3169600ac38
RANDOM SEED=1034573640

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30150368 kB
Buffers:          129408 kB
Cached:           325216 kB
SwapCached:            0 kB
Active:           417984 kB
Inactive:         226612 kB
Active(anon):     184364 kB
Inactive(anon):     8184 kB
Active(file):     233620 kB
Inactive(file):   218428 kB
Unevictable:     1314412 kB
Mlocked:         1199948 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       1540736 kB
Mapped:            21512 kB
Shmem:               204 kB
Slab:             607200 kB
SReclaimable:      51032 kB
SUnreclaim:       556168 kB
KernelStack:        1760 kB
PageTables:         7364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2004644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node131 at 2016-06-30 22:32:47