Trace number 4121158

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 1633.06 1631.98

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n26-d4-i2.cnf.gz-extracted.pb.metafix.opb
MD5SUM6428b73b3a804d96c910c603a1b30c5b
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.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables105
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)104
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4121158-1467313488.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.022s.
0.09/0.13	c declared #vars     105
0.09/0.13	c #constraints  104
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
0.09/0.13	c 104 constraints processed.
0.68/0.46	c cleaning 2494 clauses out of 5000 with flag 31125/5000
1.08/0.74	c cleaning 4250 clauses out of 8507 with flag 77910/11001
1.48/1.14	c cleaning 5622 clauses out of 11257 with flag 141567/18001
1.98/1.63	c cleaning 6811 clauses out of 13634 with flag 204102/26000
2.70/2.36	c cleaning 7908 clauses out of 15824 with flag 275522/35001
3.49/3.13	c cleaning 8951 clauses out of 17917 with flag 356317/45002
4.39/4.09	c cleaning 9975 clauses out of 19964 with flag 441786/56000
5.60/5.25	c cleaning 10992 clauses out of 21990 with flag 531246/68001
6.80/6.46	c cleaning 11992 clauses out of 23999 with flag 621215/81002
8.30/7.95	c cleaning 12996 clauses out of 26006 with flag 720540/95001
10.00/9.65	c cleaning 13993 clauses out of 28010 with flag 824800/110001
12.00/11.63	c cleaning 14999 clauses out of 30016 with flag 929734/126000
14.40/14.04	c cleaning 16001 clauses out of 32018 with flag 1040586/143001
17.20/16.84	c cleaning 17004 clauses out of 34018 with flag 1153647/161002
20.00/19.65	c cleaning 18001 clauses out of 36013 with flag 1286577/180001
23.20/22.84	c cleaning 19001 clauses out of 38012 with flag 1422233/200001
26.60/26.27	c cleaning 19996 clauses out of 40011 with flag 1567095/221001
30.60/30.23	c cleaning 20996 clauses out of 42014 with flag 1716353/243000
34.70/34.37	c cleaning 22005 clauses out of 44020 with flag 1868276/266002
38.80/38.46	c cleaning 23000 clauses out of 46013 with flag 2028923/290000
43.59/43.27	c cleaning 23999 clauses out of 48013 with flag 2191614/315000
49.20/48.87	c cleaning 25001 clauses out of 50014 with flag 2369067/341000
55.51/55.16	c cleaning 26005 clauses out of 52013 with flag 2545267/368000
61.10/60.72	c cleaning 26993 clauses out of 54008 with flag 2725691/396000
67.10/66.71	c cleaning 27996 clauses out of 56016 with flag 2910939/425001
73.80/73.46	c cleaning 29004 clauses out of 58019 with flag 3093731/455000
81.39/81.06	c cleaning 30001 clauses out of 60018 with flag 3306289/486003
89.69/89.39	c cleaning 31001 clauses out of 62014 with flag 3518352/518000
98.20/97.82	c cleaning 32000 clauses out of 64013 with flag 3721742/551000
107.39/107.05	c cleaning 32997 clauses out of 66015 with flag 3951124/585002
118.19/117.83	c cleaning 34003 clauses out of 68016 with flag 4188525/620000
129.69/129.36	c cleaning 34997 clauses out of 70013 with flag 4421271/656000
140.38/140.09	c cleaning 36002 clauses out of 72018 with flag 4660177/693002
151.89/151.50	c cleaning 37002 clauses out of 74015 with flag 4905072/731001
165.29/164.90	c cleaning 38001 clauses out of 76013 with flag 5153344/770001
178.79/178.49	c cleaning 39003 clauses out of 78013 with flag 5413015/810002
193.19/192.86	c cleaning 39996 clauses out of 80008 with flag 5667147/851000
210.09/209.72	c cleaning 41002 clauses out of 82013 with flag 5936003/893001
227.39/227.01	c cleaning 41998 clauses out of 84010 with flag 6210841/936000
244.39/244.03	c cleaning 42998 clauses out of 86013 with flag 6478992/980001
262.07/261.62	c cleaning 43999 clauses out of 88015 with flag 6758199/1025001
278.78/278.34	c cleaning 45003 clauses out of 90018 with flag 7044491/1071003
297.97/297.50	c cleaning 45998 clauses out of 92012 with flag 7338436/1118000
316.18/315.80	c cleaning 47000 clauses out of 94017 with flag 7619557/1166003
336.28/335.80	c cleaning 47998 clauses out of 96014 with flag 7909504/1215000
358.18/357.78	c cleaning 48998 clauses out of 98016 with flag 8213096/1265000
381.68/381.27	c cleaning 50001 clauses out of 100018 with flag 8520471/1316000
404.68/404.28	c cleaning 51004 clauses out of 102019 with flag 8826479/1368002
429.99/429.59	c cleaning 52002 clauses out of 104014 with flag 9130022/1421001
456.48/456.09	c cleaning 53000 clauses out of 106013 with flag 9464603/1475002
484.19/483.78	c cleaning 54000 clauses out of 108011 with flag 9786391/1530000
512.30/511.84	c cleaning 55002 clauses out of 110012 with flag 10116038/1586001
541.81/541.38	c cleaning 56000 clauses out of 112009 with flag 10459985/1643000
575.70/575.21	c cleaning 57003 clauses out of 114012 with flag 10784710/1701003
612.70/612.22	c cleaning 57997 clauses out of 116008 with flag 11136314/1760002
650.11/649.68	c cleaning 58998 clauses out of 118010 with flag 11495816/1820001
692.52/692.06	c cleaning 59994 clauses out of 120011 with flag 11862708/1881000
736.81/736.38	c cleaning 61005 clauses out of 122018 with flag 12238575/1943001
779.76/778.84	c cleaning 61998 clauses out of 124013 with flag 12610172/2006001
822.15/821.11	c cleaning 62998 clauses out of 126014 with flag 12982607/2070000
862.65/861.61	c cleaning 64003 clauses out of 128017 with flag 13374369/2135001
906.24/905.24	c cleaning 65001 clauses out of 130014 with flag 13760797/2201001
947.53/946.50	c cleaning 66000 clauses out of 132014 with flag 14147481/2268002
991.84/990.90	c cleaning 66999 clauses out of 134012 with flag 14549587/2336000
1038.93/1037.92	c cleaning 67999 clauses out of 136013 with flag 14967123/2405000
1087.74/1086.70	c cleaning 69004 clauses out of 138016 with flag 15424294/2475002
1140.14/1139.14	c cleaning 70001 clauses out of 140011 with flag 15860604/2546001
1190.93/1189.96	c cleaning 70999 clauses out of 142009 with flag 16299177/2618000
1246.92/1245.92	c cleaning 71998 clauses out of 144010 with flag 16744460/2691000
1308.23/1307.26	c cleaning 73000 clauses out of 146012 with flag 17193238/2765000
1369.43/1368.44	c cleaning 73998 clauses out of 148012 with flag 17639600/2840000
1430.92/1429.97	c cleaning 75002 clauses out of 150015 with flag 18107765/2916001
1496.93/1495.93	c cleaning 75998 clauses out of 152012 with flag 18555085/2993000
1561.64/1560.62	c cleaning 77006 clauses out of 154015 with flag 19035965/3071001
1622.18/1621.16	c cleaning 77999 clauses out of 156006 with flag 19505363/3150001
1633.06/1631.95	c starts		: 768
1633.06/1631.95	c conflicts		: 3172695
1633.06/1631.95	c decisions		: 3676473
1633.06/1631.95	c propagations		: 46779966
1633.06/1631.95	c inspects		: 38437687795
1633.06/1631.95	c shortcuts		: 0
1633.06/1631.95	c learnt literals	: 15
1633.06/1631.95	c learnt binary clauses	: 17
1633.06/1631.95	c learnt ternary clauses	: 29
1633.06/1631.95	c learnt constraints	: 3172679
1633.06/1631.95	c ignored constraints	: 0
1633.06/1631.95	c root simplifications	: 0
1633.06/1631.95	c removed literals (reason simplification)	: 0
1633.06/1631.95	c reason swapping (by a shorter reason)	: 0
1633.06/1631.95	c Calls to reduceDB	: 75
1633.06/1631.95	c Number of update (reduction) of LBD	: 776391
1633.06/1631.95	c Imported unit clauses	: 0
1633.06/1631.95	c number of reductions to clauses (during analyze)	: 0
1633.06/1631.95	c number of learned constraints concerned by reduction	: 0
1633.06/1631.95	c number of learning phase by resolution	: 0
1633.06/1631.95	c number of learning phase by cutting planes	: 0
1633.06/1631.95	c speed (assignments/second)	: 28667.514804104154
1633.06/1631.95	c non guided choices	23
1633.06/1631.97	c learnt constraints type 
1633.06/1631.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1633.06/1631.97	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100671
1633.06/1631.97	s UNSATISFIABLE
1633.06/1631.97	c Total wall clock time (in seconds): 1631.863

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-4121158-1467313488/watcher-4121158-1467313488 -o /tmp/evaluation-result-4121158-1467313488/solver-4121158-1467313488 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17535 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121158-1467313488.opb 

pid=19619
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.33 2.25 2.19 4/194 19622
/proc/meminfo: memFree=29235060/32872528 swapFree=1391980/1569808
[pid=19622] ppid=19619 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/19622/stat : 19622 (java) D 19619 19622 17519 0 -1 4202496 521 0 0 0 0 0 0 0 20 0 1 0 12298361 9515008 175 33554432000 1073741824 1073778376 140736800045648 140736800028376 213419639696 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/19622/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.33 2.25 2.19 4/194 19622
/proc/meminfo: memFree=29235060/32872528 swapFree=1391980/1569808
[pid=19622] ppid=19619 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 17519 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 12298361 9787879424 6036 33554432000 1073741824 1073778376 140736800045648 140736800036784 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19622/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 2.33 2.25 2.19 4/194 19622
/proc/meminfo: memFree=29235060/32872528 swapFree=1391980/1569808
[pid=19622] ppid=19619 vsize=9625504 CPUtime=0.3 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 17519 0 -1 4202496 7713 0 1 0 28 2 0 0 20 0 19 0 12298361 9856516096 8372 33554432000 1073741824 1073778376 140736800045648 140736800036784 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19622/statm: 2406376 8382 2213 9 0 2397053 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625504

[startup+0.30022 s]
/proc/loadavg: 2.33 2.25 2.19 4/194 19622
/proc/meminfo: memFree=29235060/32872528 swapFree=1391980/1569808
[pid=19622] ppid=19619 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 17519 0 -1 4202496 8405 0 1 0 54 2 0 0 20 0 19 0 12298361 9856040960 8622 33554432000 1073741824 1073778376 140736800045648 140736800036784 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19622/statm: 2406260 8622 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700122 s]
/proc/loadavg: 2.33 2.25 2.19 4/194 19622
/proc/meminfo: memFree=29235060/32872528 swapFree=1391980/1569808
[pid=19622] ppid=19619 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 17519 0 -1 4202496 9222 0 1 0 106 2 0 0 20 0 19 0 12298361 9856040960 9229 33554432000 1073741824 1073778376 140736800045648 140736800036784 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19622/statm: 2406260 9229 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.30 2.25 2.19 4/213 19641
/proc/meminfo: memFree=29204136/32872528 swapFree=1391980/1569808
[pid=19622] ppid=19619 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 17519 0 -1 4202496 9225 0 1 0 186 2 0 0 20 0 19 0 12298361 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140736800036784 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19622/statm: 2406260 9742 2240 9 0 2396937 0
[pid=19622/tid=19624] ppid=19619 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/19622/task/19624/stat : 19624 (java) R 19619 19622 17519 0 -1 4202560 2409 0 1 0 144 2 0 0 20 0 19 0 12298362 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287210496128 140287070905618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19625] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19625/stat : 19625 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287053822248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19626] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19626/stat : 19626 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287052769448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19627] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19627/stat : 19627 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287051717160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19622/tid=19628] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19628/stat : 19628 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287050664360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19629] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19629/stat : 19629 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287049612072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19630] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19630/stat : 19630 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287048559272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19631] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19631/stat : 19631 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287047506984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19632] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19632/stat : 19632 (java) S 19619 19622 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287046454184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19633] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19633/stat : 19633 (java) S 19619 19622 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287034255592 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19634] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19634/stat : 19634 (java) S 19619 19622 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287033201656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19635] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19635/stat : 19635 (java) S 19619 19622 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287032149256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19636] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19636/stat : 19636 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287031097744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19637] ppid=19619 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19622/task/19637/stat : 19637 (java) S 19619 19622 17519 0 -1 4202560 2077 0 0 0 19 0 0 0 20 0 19 0 12298367 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287030045368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19638] ppid=19619 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19622/task/19638/stat : 19638 (java) S 19619 19622 17519 0 -1 4202560 3470 0 0 0 20 0 0 0 20 0 19 0 12298367 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287028992568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19639] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19639/stat : 19639 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287027940472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19640] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19640/stat : 19640 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287026887880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19641] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19641/stat : 19641 (java) S 19619 19622 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12298375 9856040960 9742 33554432000 1073741824 1073778376 140736800045648 140287025832872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.30 2.25 2.19 4/213 19641
/proc/meminfo: memFree=29201592/32872528 swapFree=1391980/1569808
[pid=19622] ppid=19619 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 17519 0 -1 4202496 9227 0 1 0 347 2 0 0 20 0 19 0 12298361 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140736800036784 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19622/statm: 2406260 10255 2240 9 0 2396937 0
[pid=19622/tid=19624] ppid=19619 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/19622/task/19624/stat : 19624 (java) R 19619 19622 17519 0 -1 4202560 2410 0 1 0 304 2 0 0 20 0 19 0 12298362 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287210487504 140287070906035 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19625] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19625/stat : 19625 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287053822248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19626] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19626/stat : 19626 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287052769448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19627] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19627/stat : 19627 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287051717160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19622/tid=19628] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19628/stat : 19628 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287050664360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19629] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19629/stat : 19629 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287049612072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19630] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19630/stat : 19630 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287048559272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19631] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19631/stat : 19631 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287047506984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19632] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19632/stat : 19632 (java) S 19619 19622 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287046454184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19633] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19633/stat : 19633 (java) S 19619 19622 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287034255592 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19634] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19634/stat : 19634 (java) S 19619 19622 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287033201656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19635] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19635/stat : 19635 (java) S 19619 19622 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287032149256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19636] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19636/stat : 19636 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287031097744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19637] ppid=19619 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19622/task/19637/stat : 19637 (java) S 19619 19622 17519 0 -1 4202560 2078 0 0 0 20 0 0 0 20 0 19 0 12298367 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287030045368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19638] ppid=19619 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19622/task/19638/stat : 19638 (java) S 19619 19622 17519 0 -1 4202560 3470 0 0 0 20 0 0 0 20 0 19 0 12298367 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287028992568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19639] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19639/stat : 19639 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287027940472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19640] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19640/stat : 19640 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287026887880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19641] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19641/stat : 19641 (java) S 19619 19622 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12298375 9856040960 10255 33554432000 1073741824 1073778376 140736800045648 140287025832872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.30 2.25 2.19 3/213 19641
/proc/meminfo: memFree=29197580/32872528 swapFree=1391980/1569808
[pid=19622] ppid=19619 vsize=9625040 CPUtime=6.7 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 17519 0 -1 4202496 9232 0 1 0 667 3 0 0 20 0 19 0 12298361 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140736800036784 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19622/statm: 2406260 11625 2241 9 0 2396937 0
[pid=19622/tid=19624] ppid=19619 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/19622/task/19624/stat : 19624 (java) R 19619 19622 17519 0 -1 4202560 2414 0 1 0 623 2 0 0 20 0 19 0 12298362 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287210487504 140287070905613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19625] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19625/stat : 19625 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287053822248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19626] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19626/stat : 19626 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287052769448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19627] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19627/stat : 19627 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287051717160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19622/tid=19628] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19628/stat : 19628 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287050664360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19629] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19629/stat : 19629 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287049612072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19630] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19630/stat : 19630 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287048559272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19631] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19631/stat : 19631 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287047506984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19632] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19632/stat : 19632 (java) S 19619 19622 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287046454184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19633] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19633/stat : 19633 (java) S 19619 19622 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287034255592 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19634] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19634/stat : 19634 (java) S 19619 19622 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287033201656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19635] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19635/stat : 19635 (java) S 19619 19622 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287032149256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19636] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19636/stat : 19636 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287031097744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19637] ppid=19619 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19622/task/19637/stat : 19637 (java) S 19619 19622 17519 0 -1 4202560 2078 0 0 0 20 0 0 0 20 0 19 0 12298367 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287030045368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19638] ppid=19619 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19622/task/19638/stat : 19638 (java) S 19619 19622 17519 0 -1 4202560 3470 0 0 0 20 0 0 0 20 0 19 0 12298367 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287028992568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19639] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19639/stat : 19639 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287027940472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19640] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19640/stat : 19640 (java) S 19619 19622 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287026887880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19641] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19641/stat : 19641 (java) S 19619 19622 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12298375 9856040960 11625 33554432000 1073741824 1073778376 140736800045648 140287025832872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 9625040


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

[pid=19622/tid=19634] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19634/stat : 19634 (java) S 19619 19622 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287033201656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19635] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19635/stat : 19635 (java) S 19619 19622 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287032149256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19636] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19636/stat : 19636 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287031097744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19637] ppid=19619 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/19622/task/19637/stat : 19637 (java) S 19619 19622 17519 0 -1 4202560 3162 0 0 0 35 0 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287030045368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19638] ppid=19619 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/19622/task/19638/stat : 19638 (java) S 19619 19622 17519 0 -1 4202560 10431 0 0 0 68 2 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287028992568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19639] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19639/stat : 19639 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287027940472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19640] ppid=19619 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/19622/task/19640/stat : 19640 (java) S 19619 19622 17519 0 -1 4202560 96 0 0 0 25 26 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287026887880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19641] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19641/stat : 19641 (java) S 19619 19622 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12298375 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287025832872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1632.36
Current children cumulated vsize (KiB) 9625040

[startup+1631.6 s]
/proc/loadavg: 2.22 2.22 2.23 3/213 19811
/proc/meminfo: memFree=28953024/32872528 swapFree=1391980/1569808
[pid=19622] ppid=19619 vsize=9625040 CPUtime=1632.76 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 17519 0 -1 4202496 17540 0 1 0 163244 32 0 0 20 0 19 0 12298361 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140736800036784 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19622/statm: 2406260 52567 2263 9 0 2396937 0
[pid=19622/tid=19624] ppid=19619 vsize=9625040 CPUtime=1627.01 cores=0,2,4,6
/proc/19622/task/19624/stat : 19624 (java) R 19619 19622 17519 0 -1 4202560 2495 0 1 0 162671 30 0 0 20 0 19 0 12298362 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287210494240 140287071113110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19625] ppid=19619 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19622/task/19625/stat : 19625 (java) S 19619 19622 17519 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287053822248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19626] ppid=19619 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19622/task/19626/stat : 19626 (java) S 19619 19622 17519 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287052769448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19627] ppid=19619 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19622/task/19627/stat : 19627 (java) S 19619 19622 17519 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287051717160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19628] ppid=19619 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19622/task/19628/stat : 19628 (java) S 19619 19622 17519 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287050664360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19622/tid=19629] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19629/stat : 19629 (java) S 19619 19622 17519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287049612072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19622/tid=19630] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19630/stat : 19630 (java) S 19619 19622 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287048559272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19631] ppid=19619 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19622/task/19631/stat : 19631 (java) S 19619 19622 17519 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287047506984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19632] ppid=19619 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19622/task/19632/stat : 19632 (java) S 19619 19622 17519 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287046454184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19622/tid=19633] ppid=19619 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/19622/task/19633/stat : 19633 (java) S 19619 19622 17519 0 -1 4202560 18 0 0 0 0 3 0 0 20 0 19 0 12298365 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287034255592 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19634] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19634/stat : 19634 (java) S 19619 19622 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287033201656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19635] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19635/stat : 19635 (java) S 19619 19622 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287032149256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19636] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19636/stat : 19636 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287031097744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19637] ppid=19619 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/19622/task/19637/stat : 19637 (java) S 19619 19622 17519 0 -1 4202560 3162 0 0 0 35 0 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287030045368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19638] ppid=19619 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/19622/task/19638/stat : 19638 (java) S 19619 19622 17519 0 -1 4202560 10431 0 0 0 68 2 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287028992568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19639] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19639/stat : 19639 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287027940472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19640] ppid=19619 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/19622/task/19640/stat : 19640 (java) S 19619 19622 17519 0 -1 4202560 96 0 0 0 25 26 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287026887880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19641] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19641/stat : 19641 (java) S 19619 19622 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12298375 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287025832872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1632.76
Current children cumulated vsize (KiB) 9625040

[startup+1631.8 s]
/proc/loadavg: 2.22 2.22 2.23 3/213 19811
/proc/meminfo: memFree=28953024/32872528 swapFree=1391980/1569808
[pid=19622] ppid=19619 vsize=9625040 CPUtime=1632.96 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 17519 0 -1 4202496 17540 0 1 0 163264 32 0 0 20 0 19 0 12298361 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140736800036784 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19622/statm: 2406260 52567 2263 9 0 2396937 0
[pid=19622/tid=19624] ppid=19619 vsize=9625040 CPUtime=1627.21 cores=0,2,4,6
/proc/19622/task/19624/stat : 19624 (java) R 19619 19622 17519 0 -1 4202560 2495 0 1 0 162691 30 0 0 20 0 19 0 12298362 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287210494240 140287070893370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19625] ppid=19619 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19622/task/19625/stat : 19625 (java) S 19619 19622 17519 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287053822248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19626] ppid=19619 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19622/task/19626/stat : 19626 (java) S 19619 19622 17519 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287052769448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19627] ppid=19619 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19622/task/19627/stat : 19627 (java) S 19619 19622 17519 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287051717160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19628] ppid=19619 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19622/task/19628/stat : 19628 (java) S 19619 19622 17519 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287050664360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19622/tid=19629] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19629/stat : 19629 (java) S 19619 19622 17519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287049612072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19622/tid=19630] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19630/stat : 19630 (java) S 19619 19622 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287048559272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19631] ppid=19619 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19622/task/19631/stat : 19631 (java) S 19619 19622 17519 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287047506984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19632] ppid=19619 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19622/task/19632/stat : 19632 (java) S 19619 19622 17519 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287046454184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19622/tid=19633] ppid=19619 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/19622/task/19633/stat : 19633 (java) S 19619 19622 17519 0 -1 4202560 18 0 0 0 0 3 0 0 20 0 19 0 12298365 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287034255592 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19634] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19634/stat : 19634 (java) S 19619 19622 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287033201656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19635] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19635/stat : 19635 (java) S 19619 19622 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287032149256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19636] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19636/stat : 19636 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287031097744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19637] ppid=19619 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/19622/task/19637/stat : 19637 (java) S 19619 19622 17519 0 -1 4202560 3162 0 0 0 35 0 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287030045368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19638] ppid=19619 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/19622/task/19638/stat : 19638 (java) S 19619 19622 17519 0 -1 4202560 10431 0 0 0 68 2 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287028992568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19639] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19639/stat : 19639 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287027940472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19640] ppid=19619 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/19622/task/19640/stat : 19640 (java) S 19619 19622 17519 0 -1 4202560 96 0 0 0 25 26 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287026887880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19641] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19641/stat : 19641 (java) S 19619 19622 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12298375 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287025832872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1632.96
Current children cumulated vsize (KiB) 9625040

[startup+1631.9 s]
/proc/loadavg: 2.22 2.22 2.23 3/213 19811
/proc/meminfo: memFree=28953024/32872528 swapFree=1391980/1569808
[pid=19622] ppid=19619 vsize=9625040 CPUtime=1633.06 cores=0,2,4,6
/proc/19622/stat : 19622 (java) S 19619 19622 17519 0 -1 4202496 17540 0 1 0 163274 32 0 0 20 0 19 0 12298361 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140736800036784 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19622/statm: 2406260 52567 2263 9 0 2396937 0
[pid=19622/tid=19624] ppid=19619 vsize=9625040 CPUtime=1627.31 cores=0,2,4,6
/proc/19622/task/19624/stat : 19624 (java) R 19619 19622 17519 0 -1 4202560 2495 0 1 0 162701 30 0 0 20 0 19 0 12298362 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287210494240 140287071113050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19625] ppid=19619 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19622/task/19625/stat : 19625 (java) S 19619 19622 17519 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287053822248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19626] ppid=19619 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19622/task/19626/stat : 19626 (java) S 19619 19622 17519 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287052769448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19627] ppid=19619 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19622/task/19627/stat : 19627 (java) S 19619 19622 17519 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287051717160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19628] ppid=19619 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19622/task/19628/stat : 19628 (java) S 19619 19622 17519 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287050664360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19622/tid=19629] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19629/stat : 19629 (java) S 19619 19622 17519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287049612072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19622/tid=19630] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19630/stat : 19630 (java) S 19619 19622 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287048559272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19631] ppid=19619 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/19622/task/19631/stat : 19631 (java) S 19619 19622 17519 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287047506984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19632] ppid=19619 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19622/task/19632/stat : 19632 (java) S 19619 19622 17519 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 12298363 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287046454184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19622/tid=19633] ppid=19619 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/19622/task/19633/stat : 19633 (java) S 19619 19622 17519 0 -1 4202560 18 0 0 0 0 3 0 0 20 0 19 0 12298365 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287034255592 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19634] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19634/stat : 19634 (java) S 19619 19622 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287033201656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19635] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19635/stat : 19635 (java) S 19619 19622 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12298365 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287032149256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19636] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19636/stat : 19636 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287031097744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19637] ppid=19619 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/19622/task/19637/stat : 19637 (java) S 19619 19622 17519 0 -1 4202560 3162 0 0 0 35 0 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287030045368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19638] ppid=19619 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/19622/task/19638/stat : 19638 (java) S 19619 19622 17519 0 -1 4202560 10431 0 0 0 68 2 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287028992568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19622/tid=19639] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19639/stat : 19639 (java) S 19619 19622 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287027940472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19622/tid=19640] ppid=19619 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/19622/task/19640/stat : 19640 (java) S 19619 19622 17519 0 -1 4202560 96 0 0 0 25 26 0 0 20 0 19 0 12298367 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287026887880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19622/tid=19641] ppid=19619 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19622/task/19641/stat : 19641 (java) S 19619 19622 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12298375 9856040960 52567 33554432000 1073741824 1073778376 140736800045648 140287025832872 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1633.06
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19622 and gives
#  childrusage.ru_utime.tv_sec=1628
#  childrusage.ru_utime.tv_usec=583417
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=753885
# CPU time returned by wait4() is 1629.34
# while last known CPU time is 1633.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1631.98
CPU time (s): 1633.06
CPU user time (s): 1632.74
CPU system time (s): 0.32
CPU usage (%): 100.066
Max. virtual memory (cumulated for all children) (KiB): 9625504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1628.58
system time used= 0.753885
maximum resident set size= 210972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17572
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34608
involuntary context switches= 13707

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.12361 second user time and 7.37988 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-30 21:04:48
IDJOB=4121158
IDBENCH=110323
IDSOLVER=2546
FILE ID=node140/4121158-1467313488
RUNJOBID= node140-1467308852-17535
PBS_JOBID= 20005285
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n26-d4-i2.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121158-1467313488/watcher-4121158-1467313488 -o /tmp/evaluation-result-4121158-1467313488/solver-4121158-1467313488 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17535 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121158-1467313488.opb

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

MD5SUM BENCH= 6428b73b3a804d96c910c603a1b30c5b
RANDOM SEED=408738832

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.708
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.708
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.708
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29235588 kB
Buffers:          147452 kB
Cached:          1044852 kB
SwapCached:            0 kB
Active:           371428 kB
Inactive:         951696 kB
Active(anon):     125212 kB
Inactive(anon):     8448 kB
Active(file):     246216 kB
Inactive(file):   943248 kB
Unevictable:     1569808 kB
Mlocked:         1391980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       1746448 kB
Mapped:            22084 kB
Shmem:               204 kB
Slab:             607904 kB
SReclaimable:      51868 kB
SUnreclaim:       556036 kB
KernelStack:        1760 kB
PageTables:         7784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2261244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 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= 71652 MiB
End job on node140 at 2016-06-30 21:32:00