Trace number 4122222

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 PB16? (TO) 1800.78 1798.65

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n80-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUM0948eabb83f79b7ab091f649c9e5a057
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 benchmark8.46471
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints320
Number of constraints which are clauses320
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4122222-1467316523.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.16	c ... done. Wall clock time 0.046s.
0.10/0.16	c declared #vars     120
0.10/0.16	c #constraints  320
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.10/0.16	c 320 constraints processed.
0.63/0.45	c cleaning 2496 clauses out of 5000 with flag 21998/5000
1.06/0.67	c cleaning 4248 clauses out of 8504 with flag 50399/11000
1.39/0.97	c cleaning 5628 clauses out of 11257 with flag 87284/18001
1.81/1.30	c cleaning 6811 clauses out of 13628 with flag 124275/26000
2.22/1.75	c cleaning 7908 clauses out of 15817 with flag 168844/35000
2.83/2.37	c cleaning 8953 clauses out of 17909 with flag 216127/45000
3.62/3.16	c cleaning 9974 clauses out of 19956 with flag 266724/56000
4.82/4.31	c cleaning 10987 clauses out of 21983 with flag 331963/68001
6.03/5.59	c cleaning 11995 clauses out of 23996 with flag 408896/81001
7.23/6.75	c cleaning 12995 clauses out of 26001 with flag 488754/95001
8.82/8.37	c cleaning 13999 clauses out of 28005 with flag 570381/110000
10.22/9.78	c cleaning 14999 clauses out of 30006 with flag 643941/126000
12.42/11.90	c cleaning 15995 clauses out of 32007 with flag 731104/143000
15.02/14.57	c cleaning 17000 clauses out of 34013 with flag 820625/161001
18.13/17.61	c cleaning 17999 clauses out of 36013 with flag 914094/180001
21.62/21.17	c cleaning 18998 clauses out of 38013 with flag 1011559/200000
25.42/24.98	c cleaning 20000 clauses out of 40015 with flag 1111266/221000
29.72/29.21	c cleaning 21004 clauses out of 42015 with flag 1220972/243000
34.73/34.28	c cleaning 21997 clauses out of 44011 with flag 1344926/266000
40.02/39.60	c cleaning 23003 clauses out of 46015 with flag 1464669/290001
46.52/46.00	c cleaning 23996 clauses out of 48012 with flag 1597422/315001
52.72/52.30	c cleaning 25000 clauses out of 50015 with flag 1721998/341000
59.82/59.39	c cleaning 26002 clauses out of 52016 with flag 1858752/368001
67.64/67.13	c cleaning 26999 clauses out of 54014 with flag 2006551/396001
75.83/75.38	c cleaning 28001 clauses out of 56015 with flag 2153741/425001
85.03/84.53	c cleaning 29000 clauses out of 58013 with flag 2306221/455000
95.53/95.02	c cleaning 29999 clauses out of 60013 with flag 2473302/486000
107.52/107.05	c cleaning 30997 clauses out of 62014 with flag 2659741/518000
120.12/119.64	c cleaning 32006 clauses out of 64017 with flag 2850478/551000
130.34/129.85	c cleaning 33000 clauses out of 66011 with flag 3031246/585000
138.03/137.54	c cleaning 33999 clauses out of 68012 with flag 3202390/620001
146.53/146.03	c cleaning 35002 clauses out of 70012 with flag 3387156/656000
154.42/153.95	c cleaning 36004 clauses out of 72011 with flag 3570724/693001
161.63/161.13	c cleaning 36996 clauses out of 74006 with flag 3763165/731000
169.43/168.99	c cleaning 38001 clauses out of 76010 with flag 3958021/770000
177.93/177.42	c cleaning 38996 clauses out of 78009 with flag 4140274/810000
187.23/186.73	c cleaning 39999 clauses out of 80014 with flag 4332954/851001
197.96/197.45	c cleaning 40999 clauses out of 82014 with flag 4519653/893000
207.16/206.69	c cleaning 42001 clauses out of 84016 with flag 4720643/936001
217.56/217.08	c cleaning 43007 clauses out of 86014 with flag 4920462/980000
227.86/227.34	c cleaning 44000 clauses out of 88007 with flag 5111422/1025000
238.96/238.43	c cleaning 44999 clauses out of 90008 with flag 5317177/1071001
251.06/250.55	c cleaning 45999 clauses out of 92009 with flag 5527735/1118001
264.06/263.58	c cleaning 47000 clauses out of 94010 with flag 5743963/1166001
279.16/278.60	c cleaning 48004 clauses out of 96010 with flag 5964924/1215001
291.16/290.66	c cleaning 49001 clauses out of 98005 with flag 6193786/1265000
306.16/305.67	c cleaning 49998 clauses out of 100005 with flag 6431708/1316001
320.67/320.14	c cleaning 51000 clauses out of 102006 with flag 6646297/1368000
337.77/337.26	c cleaning 51999 clauses out of 104007 with flag 6877523/1421001
356.98/356.44	c cleaning 53004 clauses out of 106007 with flag 7128384/1475000
375.18/374.64	c cleaning 53999 clauses out of 108003 with flag 7375641/1530000
395.78/395.23	c cleaning 55001 clauses out of 110005 with flag 7617640/1586001
415.78/415.26	c cleaning 55999 clauses out of 112003 with flag 7870309/1643000
440.38/439.81	c cleaning 56998 clauses out of 114005 with flag 8132084/1701001
462.98/462.47	c cleaning 57998 clauses out of 116006 with flag 8410629/1760000
487.60/487.02	c cleaning 58999 clauses out of 118009 with flag 8673570/1820001
513.75/513.17	c cleaning 60002 clauses out of 120009 with flag 8929379/1881000
535.27/534.66	c cleaning 61002 clauses out of 122007 with flag 9206544/1943000
563.26/562.63	c cleaning 61998 clauses out of 124006 with flag 9497160/2006001
590.27/589.61	c cleaning 62997 clauses out of 126007 with flag 9792675/2070000
615.07/614.46	c cleaning 64001 clauses out of 128010 with flag 10100203/2135000
642.37/641.73	c cleaning 65004 clauses out of 130010 with flag 10396687/2201001
670.39/669.76	c cleaning 66003 clauses out of 132005 with flag 10688297/2268000
699.11/698.46	c cleaning 66996 clauses out of 134002 with flag 10988565/2336000
729.51/728.81	c cleaning 68002 clauses out of 136007 with flag 11303947/2405001
763.81/763.11	c cleaning 69002 clauses out of 138004 with flag 11613362/2475000
798.33/797.63	c cleaning 69999 clauses out of 140003 with flag 11922531/2546001
847.83/847.19	c cleaning 70995 clauses out of 142003 with flag 12273918/2618000
895.22/894.50	c cleaning 71998 clauses out of 144008 with flag 12618260/2691000
939.33/938.68	c cleaning 73002 clauses out of 146010 with flag 12977799/2765000
975.78/975.07	c cleaning 74003 clauses out of 148009 with flag 13307607/2840001
1026.69/1025.95	c cleaning 75001 clauses out of 150006 with flag 13676147/2916001
1073.59/1072.89	c cleaning 76002 clauses out of 152005 with flag 14031020/2993001
1121.60/1120.90	c cleaning 76997 clauses out of 154002 with flag 14379288/3071000
1170.07/1168.87	c cleaning 77996 clauses out of 156006 with flag 14730697/3150001
1221.52/1220.29	c cleaning 79000 clauses out of 158010 with flag 15068095/3230001
1274.13/1272.82	c cleaning 79999 clauses out of 160010 with flag 15404260/3311001
1337.02/1335.70	c cleaning 81002 clauses out of 162011 with flag 15761649/3393001
1397.52/1396.26	c cleaning 82004 clauses out of 164008 with flag 16108963/3476000
1448.83/1447.58	c cleaning 82999 clauses out of 166004 with flag 16468028/3560000
1495.45/1494.12	c cleaning 83994 clauses out of 168006 with flag 16816375/3645001
1551.26/1549.98	c cleaning 84999 clauses out of 170012 with flag 17177670/3731001
1620.72/1619.39	c cleaning 86000 clauses out of 172012 with flag 17564951/3818000
1689.46/1688.09	c cleaning 87003 clauses out of 174013 with flag 17941794/3906001
1752.58/1751.10	c cleaning 87999 clauses out of 176009 with flag 18307498/3995000
1800.08/1798.61	c starts		: 1713
1800.08/1798.61	c conflicts		: 4064631
1800.08/1798.61	c decisions		: 5163428
1800.08/1798.61	c propagations		: 24418074
1800.08/1798.61	c inspects		: 42048065314
1800.08/1798.61	c shortcuts		: 0
1800.08/1798.61	c learnt literals	: 0
1800.08/1798.61	c timeout
1800.08/1798.61	c learnt binary clauses	: 2
1800.08/1798.61	c learnt ternary clauses	: 7
1800.08/1798.61	c learnt constraints	: 4064631
1800.08/1798.61	c ignored constraints	: 0
1800.08/1798.61	c root simplifications	: 0
1800.08/1798.61	c removed literals (reason simplification)	: 0
1800.08/1798.61	c reason swapping (by a shorter reason)	: 0
1800.08/1798.61	c Calls to reduceDB	: 85
1800.08/1798.61	c Number of update (reduction) of LBD	: 496057
1800.08/1798.61	c Imported unit clauses	: 0
1800.08/1798.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.61	c number of learned constraints concerned by reduction	: 0
1800.08/1798.61	c number of learning phase by resolution	: 0
1800.08/1798.61	c number of learning phase by cutting planes	: 0
1800.08/1798.61	c speed (assignments/second)	: 13577.325967710995
1800.08/1798.61	c non guided choices	624
1800.08/1798.64	c learnt constraints type 
1800.08/1798.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.08/1798.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157639
1800.08/1798.64	s UNKNOWN
1800.08/1798.64	c Total wall clock time (in seconds): 1798.521

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-4122222-1467316523/watcher-4122222-1467316523 -o /tmp/evaluation-result-4122222-1467316523/solver-4122222-1467316523 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1467316507-9556 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122222-1467316523.opb 

pid=9731
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: 1.48 1.78 1.88 3/194 9734
/proc/meminfo: memFree=31808896/32872528 swapFree=7524/7524
[pid=9734] ppid=9731 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/9734/stat : 9734 (java) R 9731 9734 4862 0 -1 4202496 955 0 0 0 0 0 0 0 20 0 1 0 2327794 23793664 605 33554432000 1073741824 1073778376 140736976314384 140736976303448 243756218931 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 5809 616 458 9 0 128 0

[startup+0.100154 s]
/proc/loadavg: 1.48 1.78 1.88 3/194 9734
/proc/meminfo: memFree=31808896/32872528 swapFree=7524/7524
[pid=9734] ppid=9731 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9731 9734 4862 0 -1 4202496 4420 0 1 0 8 2 0 0 20 0 18 0 2327794 9787879424 6045 33554432000 1073741824 1073778376 140736976314384 140736976305520 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 2389619 6045 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 1.48 1.78 1.88 3/194 9734
/proc/meminfo: memFree=31808896/32872528 swapFree=7524/7524
[pid=9734] ppid=9731 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9731 9734 4862 0 -1 4202496 5764 0 1 0 23 2 0 0 20 0 19 0 2327794 9856040960 7024 33554432000 1073741824 1073778376 140736976314384 140736976305520 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 2406347 7039 2212 9 0 2397024 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.30027 s]
/proc/loadavg: 1.48 1.78 1.88 3/194 9734
/proc/meminfo: memFree=31808896/32872528 swapFree=7524/7524
[pid=9734] ppid=9731 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9731 9734 4862 0 -1 4202496 7121 0 1 0 46 2 0 0 20 0 19 0 2327794 9856040960 7732 33554432000 1073741824 1073778376 140736976314384 140736976305520 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 2406260 7732 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700232 s]
/proc/loadavg: 1.48 1.78 1.88 3/194 9734
/proc/meminfo: memFree=31808896/32872528 swapFree=7524/7524
[pid=9734] ppid=9731 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9731 9734 4862 0 -1 4202496 14789 0 1 0 115 4 0 0 20 0 19 0 2327794 9856040960 12924 33554432000 1073741824 1073778376 140736976314384 140736976305520 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 2406260 12924 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 1.48 1.78 1.88 3/213 9753
/proc/meminfo: memFree=31762968/32872528 swapFree=7524/7524
[pid=9734] ppid=9731 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9731 9734 4862 0 -1 4202496 14794 0 1 0 198 4 0 0 20 0 19 0 2327794 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140736976305520 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 2406260 13950 2250 9 0 2396937 0
[pid=9734/tid=9736] ppid=9731 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/9734/task/9736/stat : 9736 (java) R 9731 9734 4862 0 -1 4202560 2414 0 1 0 145 2 0 0 20 0 19 0 2327795 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140585260948024 140585101354859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9737] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9737/stat : 9737 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140585222441256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9738] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9738/stat : 9738 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140585221388456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9739] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9739/stat : 9739 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140585220336168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9740] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9740/stat : 9740 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140585100896680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9741] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9741/stat : 9741 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140585099844392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9742] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9742/stat : 9742 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327797 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140585098791592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9743] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9743/stat : 9743 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327797 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140585097739304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9744] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9744/stat : 9744 (java) S 9731 9734 4862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2327797 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140585096686504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9745] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9745/stat : 9745 (java) S 9731 9734 4862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140584614357224 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9746] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9731 9734 4862 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140584613303288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9747] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9731 9734 4862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140584612250888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9748] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140584611199376 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9749] ppid=9731 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9731 9734 4862 0 -1 4202560 8648 0 0 0 31 1 0 0 20 0 19 0 2327801 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140584610147000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9750] ppid=9731 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9731 9734 4862 0 -1 4202560 2462 0 0 0 19 0 0 0 20 0 19 0 2327801 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140584609094200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9751] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140584608042104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9752] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140584606989512 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9753] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9731 9734 4862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2327812 9856040960 13950 33554432000 1073741824 1073778376 140736976314384 140584605934504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 1.53 1.79 1.88 3/213 9753
/proc/meminfo: memFree=31756328/32872528 swapFree=7524/7524
[pid=9734] ppid=9731 vsize=9625040 CPUtime=3.62 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9731 9734 4862 0 -1 4202496 14796 0 1 0 358 4 0 0 20 0 19 0 2327794 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140736976305520 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 2406260 14974 2250 9 0 2396937 0
[pid=9734/tid=9736] ppid=9731 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/9734/task/9736/stat : 9736 (java) R 9731 9734 4862 0 -1 4202560 2416 0 1 0 304 2 0 0 20 0 19 0 2327795 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140585260941008 140585101380812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9737] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9737/stat : 9737 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140585222441256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9738] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9738/stat : 9738 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140585221388456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9739] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9739/stat : 9739 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140585220336168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9740] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9740/stat : 9740 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140585100896680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9741] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9741/stat : 9741 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140585099844392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9742] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9742/stat : 9742 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327797 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140585098791592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9743] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9743/stat : 9743 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327797 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140585097739304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9744] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9744/stat : 9744 (java) S 9731 9734 4862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2327797 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140585096686504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9745] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9745/stat : 9745 (java) S 9731 9734 4862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140584614357224 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9746] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9731 9734 4862 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140584613303288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9747] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9731 9734 4862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140584612250888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9748] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140584611199376 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9749] ppid=9731 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9731 9734 4862 0 -1 4202560 8648 0 0 0 31 1 0 0 20 0 19 0 2327801 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140584610147000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9750] ppid=9731 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9731 9734 4862 0 -1 4202560 2462 0 0 0 19 0 0 0 20 0 19 0 2327801 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140584609094200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9751] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140584608042104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9752] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140584606989512 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9753] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9731 9734 4862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2327812 9856040960 14974 33554432000 1073741824 1073778376 140736976314384 140584605934504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 1.53 1.79 1.88 3/213 9753
/proc/meminfo: memFree=31737192/32872528 swapFree=7524/7524
[pid=9734] ppid=9731 vsize=9625040 CPUtime=6.82 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9731 9734 4862 0 -1 4202496 14800 0 1 0 678 4 0 0 20 0 19 0 2327794 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140736976305520 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 2406260 14517 2251 9 0 2396937 0
[pid=9734/tid=9736] ppid=9731 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/9734/task/9736/stat : 9736 (java) R 9731 9734 4862 0 -1 4202560 2419 0 1 0 624 2 0 0 20 0 19 0 2327795 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140585260941008 140585101336576 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9737] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9737/stat : 9737 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140585222441256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9738] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9738/stat : 9738 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140585221388456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9739] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9739/stat : 9739 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140585220336168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9740] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9740/stat : 9740 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140585100896680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9741] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9741/stat : 9741 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140585099844392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9742] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9742/stat : 9742 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327797 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140585098791592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9743] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9743/stat : 9743 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327797 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140585097739304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9744] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9744/stat : 9744 (java) S 9731 9734 4862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2327797 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140585096686504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9745] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9745/stat : 9745 (java) S 9731 9734 4862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140584614357224 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9746] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9731 9734 4862 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140584613303288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9747] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9731 9734 4862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140584612250888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9748] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140584611199376 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9749] ppid=9731 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9731 9734 4862 0 -1 4202560 8648 0 0 0 31 1 0 0 20 0 19 0 2327801 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140584610147000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9750] ppid=9731 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9731 9734 4862 0 -1 4202560 2462 0 0 0 19 0 0 0 20 0 19 0 2327801 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140584609094200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9751] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140584608042104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9752] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9731 9734 4862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140584606989512 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9753] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9731 9734 4862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2327812 9856040960 14517 33554432000 1073741824 1073778376 140736976314384 140584605934504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9625040


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

[pid=9734/tid=9746] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9731 9734 4862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584613303288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9747] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9731 9734 4862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584612250888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9748] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584611199376 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9749] ppid=9731 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9731 9734 4862 0 -1 4202560 11566 0 0 0 82 1 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584610147000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9750] ppid=9731 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9731 9734 4862 0 -1 4202560 2568 0 0 0 27 0 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584609094200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9751] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584608042104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9752] ppid=9731 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9731 9734 4862 0 -1 4202560 98 0 0 0 27 29 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584606989512 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9753] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9731 9734 4862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2327812 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584605934504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.76
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/213 9947
/proc/meminfo: memFree=31435568/32872528 swapFree=7524/7524
[pid=9734] ppid=9731 vsize=9625040 CPUtime=1723.77 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9731 9734 4862 0 -1 4202496 18590 0 1 0 172344 33 0 0 20 0 19 0 2327794 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140736976305520 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 2406260 56587 2272 9 0 2396937 0
[pid=9734/tid=9736] ppid=9731 vsize=9625040 CPUtime=1722.27 cores=0,2,4,6
/proc/9734/task/9736/stat : 9736 (java) R 9731 9734 4862 0 -1 4202560 2494 0 1 0 172194 33 0 0 20 0 19 0 2327795 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585260941008 140585101336739 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9737] ppid=9731 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9734/task/9737/stat : 9737 (java) S 9731 9734 4862 0 -1 4202560 100 0 0 0 3 0 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585222441256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9738] ppid=9731 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9734/task/9738/stat : 9738 (java) S 9731 9734 4862 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585221388456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9739] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9739/stat : 9739 (java) S 9731 9734 4862 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585220336168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9740] ppid=9731 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/9734/task/9740/stat : 9740 (java) S 9731 9734 4862 0 -1 4202560 180 0 0 0 4 1 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585100896680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9741] ppid=9731 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9741/stat : 9741 (java) S 9731 9734 4862 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585099844392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9742] ppid=9731 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9734/task/9742/stat : 9742 (java) S 9731 9734 4862 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 2327797 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585098791592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9743] ppid=9731 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9734/task/9743/stat : 9743 (java) S 9731 9734 4862 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 2327797 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585097739304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9744] ppid=9731 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9744/stat : 9744 (java) S 9731 9734 4862 0 -1 4202560 157 0 0 0 2 0 0 0 20 0 19 0 2327797 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585096686504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9745] ppid=9731 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9745/stat : 9745 (java) S 9731 9734 4862 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 2327798 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584614357224 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9746] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9731 9734 4862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584613303288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9747] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9731 9734 4862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584612250888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9748] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584611199376 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9749] ppid=9731 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9731 9734 4862 0 -1 4202560 11566 0 0 0 82 1 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584610147000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9750] ppid=9731 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9731 9734 4862 0 -1 4202560 2568 0 0 0 27 0 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584609094200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9751] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584608042104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9752] ppid=9731 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9731 9734 4862 0 -1 4202560 100 0 0 0 29 29 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584606989512 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9753] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9731 9734 4862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2327812 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584605934504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.77
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/213 9949
/proc/meminfo: memFree=31432692/32872528 swapFree=7524/7524
[pid=9734] ppid=9731 vsize=9625040 CPUtime=1783.78 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9731 9734 4862 0 -1 4202496 18594 0 1 0 178344 34 0 0 20 0 19 0 2327794 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140736976305520 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 2406260 56587 2272 9 0 2396937 0
[pid=9734/tid=9736] ppid=9731 vsize=9625040 CPUtime=1782.27 cores=0,2,4,6
/proc/9734/task/9736/stat : 9736 (java) R 9731 9734 4862 0 -1 4202560 2494 0 1 0 178193 34 0 0 20 0 19 0 2327795 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585260941008 140585101336611 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9737] ppid=9731 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9734/task/9737/stat : 9737 (java) S 9731 9734 4862 0 -1 4202560 100 0 0 0 3 0 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585222441256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9738] ppid=9731 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9734/task/9738/stat : 9738 (java) S 9731 9734 4862 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585221388456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9739] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9739/stat : 9739 (java) S 9731 9734 4862 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585220336168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9740] ppid=9731 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/9734/task/9740/stat : 9740 (java) S 9731 9734 4862 0 -1 4202560 180 0 0 0 4 1 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585100896680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9741] ppid=9731 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9741/stat : 9741 (java) S 9731 9734 4862 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585099844392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9742] ppid=9731 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9734/task/9742/stat : 9742 (java) S 9731 9734 4862 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 2327797 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585098791592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9743] ppid=9731 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9734/task/9743/stat : 9743 (java) S 9731 9734 4862 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 2327797 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585097739304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9744] ppid=9731 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9744/stat : 9744 (java) S 9731 9734 4862 0 -1 4202560 157 0 0 0 2 0 0 0 20 0 19 0 2327797 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585096686504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9745] ppid=9731 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9745/stat : 9745 (java) S 9731 9734 4862 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 2327798 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584614357224 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9746] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9731 9734 4862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584613303288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9747] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9731 9734 4862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584612250888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9748] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584611199376 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9749] ppid=9731 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9731 9734 4862 0 -1 4202560 11566 0 0 0 82 1 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584610147000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9750] ppid=9731 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9731 9734 4862 0 -1 4202560 2568 0 0 0 27 0 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584609094200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9751] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584608042104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9752] ppid=9731 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9731 9734 4862 0 -1 4202560 104 0 0 0 30 31 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584606989512 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9753] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9731 9734 4862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2327812 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584605934504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.78
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.61 s]
/proc/loadavg: 2.00 2.00 1.94 3/213 9949
/proc/meminfo: memFree=31432956/32872528 swapFree=7524/7524
[pid=9734] ppid=9731 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/9734/stat : 9734 (java) S 9731 9734 4862 0 -1 4202496 18594 0 1 0 179974 34 0 0 20 0 19 0 2327794 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140736976305520 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9734/statm: 2406260 56587 2272 9 0 2396937 0
[pid=9734/tid=9736] ppid=9731 vsize=9625040 CPUtime=1798.58 cores=0,2,4,6
/proc/9734/task/9736/stat : 9736 (java) R 9731 9734 4862 0 -1 4202560 2494 0 1 0 179824 34 0 0 20 0 19 0 2327795 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585260941008 140585101621831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9737] ppid=9731 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9734/task/9737/stat : 9737 (java) S 9731 9734 4862 0 -1 4202560 100 0 0 0 3 0 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585222441256 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9738] ppid=9731 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9734/task/9738/stat : 9738 (java) S 9731 9734 4862 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585221388456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9739] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9739/stat : 9739 (java) S 9731 9734 4862 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585220336168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9740] ppid=9731 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/9734/task/9740/stat : 9740 (java) S 9731 9734 4862 0 -1 4202560 180 0 0 0 4 1 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585100896680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9741] ppid=9731 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9741/stat : 9741 (java) S 9731 9734 4862 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 2327796 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585099844392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9742] ppid=9731 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9734/task/9742/stat : 9742 (java) S 9731 9734 4862 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 2327797 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585098791592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9743] ppid=9731 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9734/task/9743/stat : 9743 (java) S 9731 9734 4862 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 2327797 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585097739304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9734/tid=9744] ppid=9731 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9744/stat : 9744 (java) S 9731 9734 4862 0 -1 4202560 157 0 0 0 2 0 0 0 20 0 19 0 2327797 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140585096686504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9745] ppid=9731 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9734/task/9745/stat : 9745 (java) S 9731 9734 4862 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 2327798 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584614357224 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9746] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9746/stat : 9746 (java) S 9731 9734 4862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584613303288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9747] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9747/stat : 9747 (java) S 9731 9734 4862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2327798 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584612250888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9748] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9748/stat : 9748 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584611199376 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9749] ppid=9731 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/9734/task/9749/stat : 9749 (java) S 9731 9734 4862 0 -1 4202560 11566 0 0 0 82 1 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584610147000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9750] ppid=9731 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9734/task/9750/stat : 9750 (java) S 9731 9734 4862 0 -1 4202560 2568 0 0 0 27 0 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584609094200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9734/tid=9751] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9751/stat : 9751 (java) S 9731 9734 4862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584608042104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9734/tid=9752] ppid=9731 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/9734/task/9752/stat : 9752 (java) S 9731 9734 4862 0 -1 4202560 104 0 0 0 30 31 0 0 20 0 19 0 2327801 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584606989512 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9734/tid=9753] ppid=9731 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9734/task/9753/stat : 9753 (java) S 9731 9734 4862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2327812 9856040960 56587 33554432000 1073741824 1073778376 140736976314384 140584605934504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9734 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.65
CPU time (s): 1800.78
CPU user time (s): 1799.97
CPU system time (s): 0.813876
CPU usage (%): 100.119
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.813876
maximum resident set size= 226500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18638
page faults= 1
swaps= 0
block input operations= 176
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38104
involuntary context switches= 2492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4324 second user time and 13.235 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-30 21:55:23
IDJOB=4122222
IDBENCH=110989
IDSOLVER=2546
FILE ID=node151/4122222-1467316523
RUNJOBID= node151-1467316507-9556
PBS_JOBID= 20005264
Free space on /tmp= 71716 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-n80-d3-i3-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122222-1467316523/watcher-4122222-1467316523 -o /tmp/evaluation-result-4122222-1467316523/solver-4122222-1467316523 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1467316507-9556 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122222-1467316523.opb

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

MD5SUM BENCH= 0948eabb83f79b7ab091f649c9e5a057
RANDOM SEED=1230820289

node151.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.608
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.21
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.608
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.608
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.608
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.608
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.608
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.608
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.72
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.608
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:        31809424 kB
Buffers:           70496 kB
Cached:           196644 kB
SwapCached:            0 kB
Active:           217332 kB
Inactive:         101880 kB
Active(anon):      54636 kB
Inactive(anon):        0 kB
Active(file):     162696 kB
Inactive(file):   101880 kB
Unevictable:        7524 kB
Mlocked:            7524 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1864 kB
Writeback:             0 kB
AnonPages:         67492 kB
Mapped:            22080 kB
Shmem:               204 kB
Slab:             600700 kB
SReclaimable:      44180 kB
SUnreclaim:       556520 kB
KernelStack:        1768 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     698480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 71716 MiB
End job on node151 at 2016-06-30 22:25:21