Trace number 4120398

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.62 1799.64

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n68-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMca185e0d690d033abf0d21670b024518
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 benchmark1.01984
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables102
Total number of constraints272
Number of constraints which are clauses272
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.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-4120398-1467310907.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.038s.
0.09/0.15	c declared #vars     102
0.09/0.15	c #constraints  272
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 272
0.09/0.15	c 272 constraints processed.
0.69/0.52	c cleaning 2496 clauses out of 5001 with flag 10401/5001
1.29/1.00	c cleaning 4246 clauses out of 8505 with flag 22790/11001
1.98/1.63	c cleaning 5626 clauses out of 11259 with flag 39346/18001
2.39/2.08	c cleaning 6809 clauses out of 13632 with flag 73916/26000
3.01/2.69	c cleaning 7911 clauses out of 15823 with flag 110681/35000
3.72/3.33	c cleaning 8952 clauses out of 17913 with flag 151422/45001
4.71/4.34	c cleaning 9975 clauses out of 19960 with flag 196853/56000
6.02/5.61	c cleaning 10990 clauses out of 21985 with flag 247681/68000
7.41/7.05	c cleaning 11996 clauses out of 23996 with flag 304161/81001
8.91/8.56	c cleaning 12999 clauses out of 25999 with flag 364053/95000
10.72/10.32	c cleaning 13998 clauses out of 28001 with flag 427782/110001
12.92/12.52	c cleaning 14998 clauses out of 30002 with flag 493944/126000
15.32/14.92	c cleaning 16001 clauses out of 32005 with flag 566363/143001
17.91/17.51	c cleaning 16999 clauses out of 34004 with flag 642349/161001
20.92/20.50	c cleaning 18002 clauses out of 36004 with flag 723701/180000
24.22/23.81	c cleaning 19001 clauses out of 38003 with flag 808336/200001
27.82/27.40	c cleaning 20000 clauses out of 40002 with flag 899621/221001
31.42/31.05	c cleaning 21000 clauses out of 42001 with flag 992280/243000
35.91/35.58	c cleaning 22001 clauses out of 44001 with flag 1090553/266000
40.02/39.65	c cleaning 23000 clauses out of 46001 with flag 1183224/290001
44.42/44.10	c cleaning 23997 clauses out of 48000 with flag 1276972/315000
50.71/50.31	c cleaning 24999 clauses out of 50003 with flag 1387965/341000
57.10/56.76	c cleaning 25997 clauses out of 52005 with flag 1495852/368001
63.70/63.30	c cleaning 26998 clauses out of 54008 with flag 1599909/396001
70.50/70.15	c cleaning 28001 clauses out of 56009 with flag 1707602/425000
78.41/78.05	c cleaning 29001 clauses out of 58009 with flag 1825195/455001
87.10/86.72	c cleaning 29998 clauses out of 60007 with flag 1946543/486000
96.21/95.88	c cleaning 31002 clauses out of 62009 with flag 2070098/518000
105.01/104.67	c cleaning 31999 clauses out of 64008 with flag 2218903/551001
114.00/113.60	c cleaning 32998 clauses out of 66008 with flag 2361814/585000
123.50/123.10	c cleaning 33997 clauses out of 68010 with flag 2506114/620000
131.80/131.48	c cleaning 35005 clauses out of 70014 with flag 2650514/656001
140.39/140.07	c cleaning 36002 clauses out of 72008 with flag 2793762/693000
150.22/149.81	c cleaning 36997 clauses out of 74007 with flag 2933510/731001
161.31/160.97	c cleaning 38000 clauses out of 76009 with flag 3098956/770000
174.22/173.88	c cleaning 39003 clauses out of 78009 with flag 3266563/810000
186.91/186.51	c cleaning 39996 clauses out of 80006 with flag 3408874/851000
199.70/199.36	c cleaning 41003 clauses out of 82011 with flag 3557100/893001
214.70/214.31	c cleaning 42001 clauses out of 84007 with flag 3710793/936000
231.71/231.34	c cleaning 42994 clauses out of 86006 with flag 3896892/980000
248.91/248.55	c cleaning 44004 clauses out of 88012 with flag 4089745/1025000
267.91/267.53	c cleaning 44995 clauses out of 90008 with flag 4289832/1071000
287.81/287.44	c cleaning 46004 clauses out of 92014 with flag 4493616/1118001
309.72/309.35	c cleaning 46997 clauses out of 94009 with flag 4701972/1166000
331.71/331.37	c cleaning 48001 clauses out of 96012 with flag 4907078/1215000
355.31/354.96	c cleaning 49001 clauses out of 98012 with flag 5119400/1265001
379.21/378.89	c cleaning 50002 clauses out of 100011 with flag 5332990/1316001
405.73/405.35	c cleaning 50998 clauses out of 102009 with flag 5548602/1368001
432.92/432.59	c cleaning 51998 clauses out of 104011 with flag 5761374/1421001
461.23/460.90	c cleaning 53002 clauses out of 106012 with flag 5975202/1475000
492.03/491.61	c cleaning 54001 clauses out of 108010 with flag 6194326/1530000
525.54/525.18	c cleaning 55000 clauses out of 110009 with flag 6421583/1586000
561.54/561.20	c cleaning 56000 clauses out of 112010 with flag 6650306/1643001
596.15/595.75	c cleaning 57001 clauses out of 114009 with flag 6886832/1701000
631.14/630.77	c cleaning 58002 clauses out of 116009 with flag 7137208/1760001
670.74/670.35	c cleaning 59001 clauses out of 118007 with flag 7378537/1820001
711.04/710.66	c cleaning 59998 clauses out of 120006 with flag 7619316/1881001
755.82/755.47	c cleaning 60998 clauses out of 122008 with flag 7875518/1943001
803.82/803.47	c cleaning 61999 clauses out of 124009 with flag 8129805/2006000
854.12/853.70	c cleaning 63003 clauses out of 126010 with flag 8388970/2070000
906.70/906.35	c cleaning 63997 clauses out of 128008 with flag 8648951/2135001
960.59/960.21	c cleaning 64997 clauses out of 130010 with flag 8914688/2201000
1018.99/1018.64	c cleaning 66002 clauses out of 132014 with flag 9184124/2268001
1078.49/1078.14	c cleaning 67002 clauses out of 134011 with flag 9455323/2336000
1141.38/1141.08	c cleaning 68000 clauses out of 136009 with flag 9730167/2405000
1205.07/1204.79	c cleaning 69000 clauses out of 138010 with flag 10011138/2475001
1273.85/1273.57	c cleaning 70005 clauses out of 140009 with flag 10297863/2546000
1343.92/1343.50	c cleaning 70999 clauses out of 142005 with flag 10585794/2618001
1409.82/1409.42	c cleaning 72000 clauses out of 144005 with flag 10877765/2691000
1481.14/1480.79	c cleaning 72999 clauses out of 146005 with flag 11167666/2765000
1560.63/1560.29	c cleaning 73998 clauses out of 148006 with flag 11467372/2840000
1646.45/1646.04	c cleaning 75001 clauses out of 150009 with flag 11770095/2916001
1738.58/1738.11	c cleaning 76003 clauses out of 152008 with flag 12085074/2993001
1800.09/1799.61	c starts		: 2528
1800.09/1799.61	c conflicts		: 3055737
1800.09/1799.61	c decisions		: 4024477
1800.09/1799.61	c propagations		: 34126308
1800.09/1799.61	c inspects		: 42252452277
1800.09/1799.61	c shortcuts		: 0
1800.09/1799.61	c learnt literals	: 0
1800.09/1799.61	c learnt binary clauses	: 0
1800.09/1799.61	c learnt ternary clauses	: 5
1800.09/1799.61	c learnt constraints	: 3055737
1800.09/1799.61	c ignored constraints	: 0
1800.09/1799.61	c root simplifications	: 0
1800.09/1799.61	c removed literals (reason simplification)	: 0
1800.09/1799.61	c reason swapping (by a shorter reason)	: 0
1800.09/1799.61	c Calls to reduceDB	: 73
1800.09/1799.61	c Number of update (reduction) of LBD	: 128293
1800.09/1799.61	c Imported unit clauses	: 0
1800.09/1799.61	c number of reductions to clauses (during analyze)	: 0
1800.09/1799.61	c number of learned constraints concerned by reduction	: 0
1800.09/1799.61	c number of learning phase by resolution	: 0
1800.09/1799.61	c number of learning phase by cutting planes	: 0
1800.09/1799.61	c timeout
1800.09/1799.61	c speed (assignments/second)	: 18964.781042281087
1800.09/1799.61	c non guided choices	347
1800.09/1799.64	c learnt constraints type 
1800.09/1799.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138741
1800.09/1799.64	s UNKNOWN
1800.09/1799.64	c Total wall clock time (in seconds): 1799.523

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-4120398-1467310907/watcher-4120398-1467310907 -o /tmp/evaluation-result-4120398-1467310907/solver-4120398-1467310907 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467310816-27147 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120398-1467310907.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.95 1.60 1.69 4/194 27390
/proc/meminfo: memFree=30478052/32872528 swapFree=480748/529804
[pid=27390] ppid=27387 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/27390/stat : 27390 (java) R 27387 27390 23565 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 10110662 9445376 94 33554432000 1073741824 1073778376 140736903933696 140736903930824 211449638791 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27390/statm: 2306 97 76 9 0 38 0

[startup+0.10016 s]
/proc/loadavg: 1.95 1.60 1.69 4/194 27390
/proc/meminfo: memFree=30478052/32872528 swapFree=480748/529804
[pid=27390] ppid=27387 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/27390/stat : 27390 (java) S 27387 27390 23565 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 10110662 9787879424 6025 33554432000 1073741824 1073778376 140736903933696 140736903924832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27390/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 1.95 1.60 1.69 4/194 27390
/proc/meminfo: memFree=30478052/32872528 swapFree=480748/529804
[pid=27390] ppid=27387 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/27390/stat : 27390 (java) S 27387 27390 23565 0 -1 4202496 6661 0 1 0 25 1 0 0 20 0 19 0 10110662 9856040960 7646 33554432000 1073741824 1073778376 140736903933696 140736903924832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27390/statm: 2406260 7646 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300343 s]
/proc/loadavg: 1.95 1.60 1.69 4/194 27390
/proc/meminfo: memFree=30478052/32872528 swapFree=480748/529804
[pid=27390] ppid=27387 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/27390/stat : 27390 (java) S 27387 27390 23565 0 -1 4202496 7022 0 1 0 46 2 0 0 20 0 19 0 10110662 9856040960 8088 33554432000 1073741824 1073778376 140736903933696 140736903924832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27390/statm: 2406260 8088 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700175 s]
/proc/loadavg: 1.95 1.60 1.69 4/194 27390
/proc/meminfo: memFree=30478052/32872528 swapFree=480748/529804
[pid=27390] ppid=27387 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/27390/stat : 27390 (java) S 27387 27390 23565 0 -1 4202496 8503 0 1 0 94 2 0 0 20 0 19 0 10110662 9856040960 10299 33554432000 1073741824 1073778376 140736903933696 140736903924832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27390/statm: 2406260 10299 2247 9 0 2396937 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 1.95 1.60 1.69 3/213 27409
/proc/meminfo: memFree=30430524/32872528 swapFree=480748/529804
[pid=27390] ppid=27387 vsize=9625040 CPUtime=1.79 cores=1,3,5,7
/proc/27390/stat : 27390 (java) S 27387 27390 23565 0 -1 4202496 8655 0 1 0 177 2 0 0 20 0 19 0 10110662 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 140736903924832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27390/statm: 2406260 15933 2249 9 0 2396937 0
[pid=27390/tid=27392] ppid=27387 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/27390/task/27392/stat : 27392 (java) R 27387 27390 23565 0 -1 4202560 2410 0 1 0 144 1 0 0 20 0 19 0 10110663 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958345220600 139958170327521 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27393] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27393/stat : 27393 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958306711848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27394] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27394/stat : 27394 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958305659048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27395] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27395/stat : 27395 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958304606760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27390/tid=27396] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27396/stat : 27396 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958303553960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27397] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27397/stat : 27397 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958302501672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27398] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27398/stat : 27398 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958301448872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27399] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27399/stat : 27399 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958300396584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27400] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27400/stat : 27400 (java) S 27387 27390 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958299343784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27401] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27401/stat : 27401 (java) S 27387 27390 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10110665 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958168836328 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27402] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27402/stat : 27402 (java) S 27387 27390 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958167782392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27403] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27403/stat : 27403 (java) S 27387 27390 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958166729992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27404] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27404/stat : 27404 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958165678480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27405] ppid=27387 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27390/task/27405/stat : 27405 (java) S 27387 27390 23565 0 -1 4202560 2777 0 0 0 17 0 0 0 20 0 19 0 10110668 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958164626104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27406] ppid=27387 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/27390/task/27406/stat : 27406 (java) S 27387 27390 23565 0 -1 4202560 2199 0 0 0 14 0 0 0 20 0 19 0 10110668 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958163573304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27407] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27407/stat : 27407 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958162521208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27408] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27408/stat : 27408 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958161468616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27409] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27409/stat : 27409 (java) S 27387 27390 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10110678 9856040960 15933 33554432000 1073741824 1073778376 140736903933696 139958160413608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 1.95 1.60 1.69 3/213 27409
/proc/meminfo: memFree=30414328/32872528 swapFree=480748/529804
[pid=27390] ppid=27387 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/27390/stat : 27390 (java) S 27387 27390 23565 0 -1 4202496 9639 0 1 0 349 2 0 0 20 0 19 0 10110662 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 140736903924832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27390/statm: 2406260 17810 2257 9 0 2396937 0
[pid=27390/tid=27392] ppid=27387 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/27390/task/27392/stat : 27392 (java) R 27387 27390 23565 0 -1 4202560 2421 0 1 0 303 2 0 0 20 0 19 0 10110663 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958345211584 139958170327538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27393] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27393/stat : 27393 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958306711848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27394] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27394/stat : 27394 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958305659048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27395] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27395/stat : 27395 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958304606760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27390/tid=27396] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27396/stat : 27396 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958303553960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27397] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27397/stat : 27397 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958302501672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27398] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27398/stat : 27398 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958301448872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27399] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27399/stat : 27399 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958300396584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27400] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27400/stat : 27400 (java) S 27387 27390 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958299343784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27401] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27401/stat : 27401 (java) S 27387 27390 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10110665 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958168836328 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27402] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27402/stat : 27402 (java) S 27387 27390 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958167782392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27403] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27403/stat : 27403 (java) S 27387 27390 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958166729992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27404] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27404/stat : 27404 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958165678480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27405] ppid=27387 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/27390/task/27405/stat : 27405 (java) S 27387 27390 23565 0 -1 4202560 3662 0 0 0 25 0 0 0 20 0 19 0 10110668 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958164626104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27406] ppid=27387 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/27390/task/27406/stat : 27406 (java) S 27387 27390 23565 0 -1 4202560 2285 0 0 0 19 0 0 0 20 0 19 0 10110668 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958163573304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27407] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27407/stat : 27407 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958162521208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27408] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27408/stat : 27408 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958161468616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27409] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27409/stat : 27409 (java) S 27387 27390 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10110678 9856040960 17810 33554432000 1073741824 1073778376 140736903933696 139958160413608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 1.96 1.60 1.69 3/213 27409
/proc/meminfo: memFree=30408100/32872528 swapFree=480748/529804
[pid=27390] ppid=27387 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/27390/stat : 27390 (java) S 27387 27390 23565 0 -1 4202496 9643 0 1 0 669 2 0 0 20 0 19 0 10110662 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 140736903924832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27390/statm: 2406260 18753 2258 9 0 2396937 0
[pid=27390/tid=27392] ppid=27387 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/27390/task/27392/stat : 27392 (java) R 27387 27390 23565 0 -1 4202560 2424 0 1 0 623 2 0 0 20 0 19 0 10110663 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958345211584 139958170508862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27393] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27393/stat : 27393 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958306711848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27394] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27394/stat : 27394 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958305659048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27395] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27395/stat : 27395 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958304606760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27390/tid=27396] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27396/stat : 27396 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958303553960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27397] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27397/stat : 27397 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958302501672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27398] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27398/stat : 27398 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958301448872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27399] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27399/stat : 27399 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958300396584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27400] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27400/stat : 27400 (java) S 27387 27390 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958299343784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27401] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27401/stat : 27401 (java) S 27387 27390 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10110665 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958168836328 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27402] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27402/stat : 27402 (java) S 27387 27390 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958167782392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27403] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27403/stat : 27403 (java) S 27387 27390 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958166729992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27404] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27404/stat : 27404 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958165678480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27405] ppid=27387 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/27390/task/27405/stat : 27405 (java) S 27387 27390 23565 0 -1 4202560 3662 0 0 0 25 0 0 0 20 0 19 0 10110668 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958164626104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27406] ppid=27387 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/27390/task/27406/stat : 27406 (java) S 27387 27390 23565 0 -1 4202560 2285 0 0 0 19 0 0 0 20 0 19 0 10110668 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958163573304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27407] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27407/stat : 27407 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958162521208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27408] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27408/stat : 27408 (java) S 27387 27390 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958161468616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27409] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27409/stat : 27409 (java) S 27387 27390 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10110678 9856040960 18753 33554432000 1073741824 1073778376 140736903933696 139958160413608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

/proc/27390/task/27402/stat : 27402 (java) S 27387 27390 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958167782392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27403] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27403/stat : 27403 (java) S 27387 27390 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958166729992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27404] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27404/stat : 27404 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958165678480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27405] ppid=27387 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/27390/task/27405/stat : 27405 (java) S 27387 27390 23565 0 -1 4202560 3669 0 0 0 28 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958164626104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27406] ppid=27387 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/27390/task/27406/stat : 27406 (java) S 27387 27390 23565 0 -1 4202560 2285 0 0 0 19 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958163573304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27407] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27407/stat : 27407 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958162521208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27408] ppid=27387 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/27390/task/27408/stat : 27408 (java) S 27387 27390 23565 0 -1 4202560 96 0 0 0 22 32 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958161468616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27409] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27409/stat : 27409 (java) S 27387 27390 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10110678 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958160413608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1662.75
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.10 2.01 3/214 27584
/proc/meminfo: memFree=30344392/32872528 swapFree=480748/529804
[pid=27390] ppid=27387 vsize=9625040 CPUtime=1722.76 cores=1,3,5,7
/proc/27390/stat : 27390 (java) S 27387 27390 23565 0 -1 4202496 9878 0 1 0 172229 47 0 0 20 0 19 0 10110662 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 140736903924832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27390/statm: 2406260 51628 2272 9 0 2396937 0
[pid=27390/tid=27392] ppid=27387 vsize=9625040 CPUtime=1721.89 cores=1,3,5,7
/proc/27390/task/27392/stat : 27392 (java) R 27387 27390 23565 0 -1 4202560 2471 0 1 0 172153 36 0 0 20 0 19 0 10110663 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958345211584 139958170508862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27393] ppid=27387 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27390/task/27393/stat : 27393 (java) S 27387 27390 23565 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958306711848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27394] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27394/stat : 27394 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958305659048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27395] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27395/stat : 27395 (java) S 27387 27390 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958304606760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27390/tid=27396] ppid=27387 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27390/task/27396/stat : 27396 (java) S 27387 27390 23565 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958303553960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27397] ppid=27387 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27390/task/27397/stat : 27397 (java) S 27387 27390 23565 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958302501672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27398] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27398/stat : 27398 (java) S 27387 27390 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958301448872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27399] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27399/stat : 27399 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958300396584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27400] ppid=27387 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27390/task/27400/stat : 27400 (java) S 27387 27390 23565 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958299343784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27401] ppid=27387 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27390/task/27401/stat : 27401 (java) S 27387 27390 23565 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 19 0 10110665 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958168836328 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27402] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27402/stat : 27402 (java) S 27387 27390 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958167782392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27403] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27403/stat : 27403 (java) S 27387 27390 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958166729992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27404] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27404/stat : 27404 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958165678480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27405] ppid=27387 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/27390/task/27405/stat : 27405 (java) S 27387 27390 23565 0 -1 4202560 3669 0 0 0 28 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958164626104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27406] ppid=27387 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/27390/task/27406/stat : 27406 (java) S 27387 27390 23565 0 -1 4202560 2285 0 0 0 19 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958163573304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27407] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27407/stat : 27407 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958162521208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27408] ppid=27387 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/27390/task/27408/stat : 27408 (java) S 27387 27390 23565 0 -1 4202560 100 0 0 0 23 34 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958161468616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27409] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27409/stat : 27409 (java) S 27387 27390 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10110678 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958160413608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1722.76
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.10 2.00 3/213 27585
/proc/meminfo: memFree=30215168/32872528 swapFree=480748/529804
[pid=27390] ppid=27387 vsize=9625040 CPUtime=1782.79 cores=1,3,5,7
/proc/27390/stat : 27390 (java) S 27387 27390 23565 0 -1 4202496 9882 0 1 0 178230 49 0 0 20 0 19 0 10110662 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 140736903924832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27390/statm: 2406260 51628 2272 9 0 2396937 0
[pid=27390/tid=27392] ppid=27387 vsize=9625040 CPUtime=1781.89 cores=1,3,5,7
/proc/27390/task/27392/stat : 27392 (java) R 27387 27390 23565 0 -1 4202560 2471 0 1 0 178152 37 0 0 20 0 19 0 10110663 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958345211584 139958170327328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27393] ppid=27387 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27390/task/27393/stat : 27393 (java) S 27387 27390 23565 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958306711848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27394] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27394/stat : 27394 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958305659048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27395] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27395/stat : 27395 (java) S 27387 27390 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958304606760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27390/tid=27396] ppid=27387 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27390/task/27396/stat : 27396 (java) S 27387 27390 23565 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958303553960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27397] ppid=27387 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27390/task/27397/stat : 27397 (java) S 27387 27390 23565 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958302501672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27398] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27398/stat : 27398 (java) S 27387 27390 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958301448872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27399] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27399/stat : 27399 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958300396584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27400] ppid=27387 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27390/task/27400/stat : 27400 (java) S 27387 27390 23565 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958299343784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27401] ppid=27387 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27390/task/27401/stat : 27401 (java) S 27387 27390 23565 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 19 0 10110665 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958168836328 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27402] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27402/stat : 27402 (java) S 27387 27390 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958167782392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27403] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27403/stat : 27403 (java) S 27387 27390 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958166729992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27404] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27404/stat : 27404 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958165678480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27405] ppid=27387 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/27390/task/27405/stat : 27405 (java) S 27387 27390 23565 0 -1 4202560 3669 0 0 0 28 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958164626104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27406] ppid=27387 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/27390/task/27406/stat : 27406 (java) S 27387 27390 23565 0 -1 4202560 2285 0 0 0 19 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958163573304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27407] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27407/stat : 27407 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958162521208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27408] ppid=27387 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/27390/task/27408/stat : 27408 (java) S 27387 27390 23565 0 -1 4202560 104 0 0 0 25 35 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958161468616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27409] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27409/stat : 27409 (java) S 27387 27390 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10110678 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958160413608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1782.79
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.6 s]
/proc/loadavg: 2.15 2.10 2.01 3/213 27585
/proc/meminfo: memFree=30215064/32872528 swapFree=480748/529804
[pid=27390] ppid=27387 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/27390/stat : 27390 (java) S 27387 27390 23565 0 -1 4202496 9882 0 1 0 179960 49 0 0 20 0 19 0 10110662 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 140736903924832 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27390/statm: 2406260 51628 2272 9 0 2396937 0
[pid=27390/tid=27392] ppid=27387 vsize=9625040 CPUtime=1799.2 cores=1,3,5,7
/proc/27390/task/27392/stat : 27392 (java) R 27387 27390 23565 0 -1 4202560 2471 0 1 0 179883 37 0 0 20 0 19 0 10110663 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958345211584 139958170327234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27393] ppid=27387 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27390/task/27393/stat : 27393 (java) S 27387 27390 23565 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958306711848 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27394] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27394/stat : 27394 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958305659048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27395] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27395/stat : 27395 (java) S 27387 27390 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958304606760 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27390/tid=27396] ppid=27387 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27390/task/27396/stat : 27396 (java) S 27387 27390 23565 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958303553960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27397] ppid=27387 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27390/task/27397/stat : 27397 (java) S 27387 27390 23565 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958302501672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27398] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27398/stat : 27398 (java) S 27387 27390 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958301448872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27399] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27399/stat : 27399 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958300396584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27400] ppid=27387 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27390/task/27400/stat : 27400 (java) S 27387 27390 23565 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 10110664 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958299343784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27401] ppid=27387 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/27390/task/27401/stat : 27401 (java) S 27387 27390 23565 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 19 0 10110665 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958168836328 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27402] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27402/stat : 27402 (java) S 27387 27390 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958167782392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27403] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27403/stat : 27403 (java) S 27387 27390 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10110666 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958166729992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27404] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27404/stat : 27404 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958165678480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27405] ppid=27387 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/27390/task/27405/stat : 27405 (java) S 27387 27390 23565 0 -1 4202560 3669 0 0 0 28 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958164626104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27390/tid=27406] ppid=27387 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/27390/task/27406/stat : 27406 (java) S 27387 27390 23565 0 -1 4202560 2285 0 0 0 19 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958163573304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27407] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27407/stat : 27407 (java) S 27387 27390 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958162521208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27390/tid=27408] ppid=27387 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/27390/task/27408/stat : 27408 (java) S 27387 27390 23565 0 -1 4202560 104 0 0 0 25 36 0 0 20 0 19 0 10110668 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958161468616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27390/tid=27409] ppid=27387 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27390/task/27409/stat : 27409 (java) S 27387 27390 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10110678 9856040960 51628 33554432000 1073741824 1073778376 140736903933696 139958160413608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 27390 sig 9
??? kill -27390 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1799.64
CPU time (s): 1800.62
CPU user time (s): 1799.76
CPU system time (s): 0.860869
CPU usage (%): 100.054
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.860869
maximum resident set size= 206668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9927
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38102
involuntary context switches= 22745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.79266 second user time and 15.3927 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 20:21:47
IDJOB=4120398
IDBENCH=109922
IDSOLVER=2546
FILE ID=node141/4120398-1467310907
RUNJOBID= node141-1467310816-27147
PBS_JOBID= 20005274
Free space on /tmp= 71704 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-n68-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120398-1467310907/watcher-4120398-1467310907 -o /tmp/evaluation-result-4120398-1467310907/solver-4120398-1467310907 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467310816-27147 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120398-1467310907.opb

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

MD5SUM BENCH= ca185e0d690d033abf0d21670b024518
RANDOM SEED=1193664062

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30478596 kB
Buffers:          162356 kB
Cached:           840152 kB
SwapCached:            0 kB
Active:           410160 kB
Inactive:         698520 kB
Active(anon):     108972 kB
Inactive(anon):        4 kB
Active(file):     301188 kB
Inactive(file):   698516 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:        713952 kB
Mapped:            22088 kB
Shmem:               204 kB
Slab:             613564 kB
SReclaimable:      57392 kB
SUnreclaim:       556172 kB
KernelStack:        1760 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1221740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71700 MiB
End job on node141 at 2016-06-30 20:51:47