Trace number 4084308

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.94 1778.24

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr.opb
MD5SUM63dafaa5a785f38064ac19ced11339d2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.017997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2520
Total number of constraints142
Number of constraints which are clauses72
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint36
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084308-1465220823.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.29/0.21	c ... done. Wall clock time 0.105s.
0.29/0.21	c declared #vars     2520
0.29/0.21	c #constraints  142
0.29/0.21	c constraints type 
0.29/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72
0.29/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.29/0.21	c 142 constraints processed.
0.96/0.60	c cleaning 2486 clauses out of 5001 with flag 31551/5001
1.51/1.11	c cleaning 4242 clauses out of 8517 with flag 71749/11003
2.44/2.08	c cleaning 5379 clauses out of 11274 with flag 153220/18002
4.15/3.73	c cleaning 6939 clauses out of 13893 with flag 282611/26000
6.47/6.05	c cleaning 7980 clauses out of 15960 with flag 394822/35006
9.76/9.29	c cleaning 8984 clauses out of 17974 with flag 521184/45000
13.46/12.97	c cleaning 9996 clauses out of 19991 with flag 669229/56001
16.86/16.31	c cleaning 10994 clauses out of 21996 with flag 777169/68002
20.67/20.07	c cleaning 12000 clauses out of 24003 with flag 881097/81003
25.27/24.63	c cleaning 12997 clauses out of 26001 with flag 997572/95001
29.96/29.13	c cleaning 13999 clauses out of 28003 with flag 1119546/110000
35.36/34.59	c cleaning 15000 clauses out of 30005 with flag 1273163/126001
41.55/40.70	c cleaning 15990 clauses out of 32004 with flag 1417281/143000
48.05/47.10	c cleaning 17000 clauses out of 34016 with flag 1573273/161002
55.02/53.97	c cleaning 18001 clauses out of 36017 with flag 1736783/180003
61.72/60.48	c cleaning 19008 clauses out of 38016 with flag 1959455/200003
68.22/66.98	c cleaning 20003 clauses out of 40007 with flag 2153579/221002
76.17/74.64	c cleaning 20995 clauses out of 42002 with flag 2367937/243000
85.23/83.45	c cleaning 22001 clauses out of 44009 with flag 2630683/266002
94.60/92.60	c cleaning 22999 clauses out of 46007 with flag 2923574/290001
103.69/101.60	c cleaning 23997 clauses out of 48007 with flag 3203680/315000
114.45/112.31	c cleaning 24988 clauses out of 50010 with flag 3465726/341000
124.56/122.29	c cleaning 26001 clauses out of 52024 with flag 3689809/368002
136.32/133.90	c cleaning 27000 clauses out of 54021 with flag 3976035/396000
150.91/148.33	c cleaning 27995 clauses out of 56021 with flag 4291163/425000
163.34/160.67	c cleaning 28991 clauses out of 58028 with flag 4576788/455002
176.07/173.27	c cleaning 30006 clauses out of 60035 with flag 4859977/486000
189.63/186.68	c cleaning 31005 clauses out of 62031 with flag 5120381/518002
204.53/201.42	c cleaning 32004 clauses out of 64024 with flag 5446100/551000
219.24/215.96	c cleaning 33006 clauses out of 66026 with flag 5747554/585006
235.85/232.36	c cleaning 34004 clauses out of 68014 with flag 6074571/620000
252.67/249.06	c cleaning 34996 clauses out of 70010 with flag 6386964/656000
270.90/267.07	c cleaning 35995 clauses out of 72014 with flag 6690600/693000
290.54/286.43	c cleaning 37002 clauses out of 74021 with flag 6970335/731002
308.50/304.19	c cleaning 37996 clauses out of 76018 with flag 7247023/770001
326.90/322.35	c cleaning 39003 clauses out of 78021 with flag 7560849/810000
348.95/344.27	c cleaning 39997 clauses out of 80018 with flag 7915480/851000
372.46/367.52	c cleaning 41006 clauses out of 82023 with flag 8255555/893002
399.73/394.51	c cleaning 42003 clauses out of 84017 with flag 8658789/936002
426.07/420.52	c cleaning 43002 clauses out of 86014 with flag 9046774/980002
453.70/447.93	c cleaning 43993 clauses out of 88010 with flag 9451114/1025000
480.06/474.09	c cleaning 44996 clauses out of 90017 with flag 9853737/1071000
508.27/501.99	c cleaning 46004 clauses out of 92023 with flag 10355530/1118002
535.01/528.36	c cleaning 47003 clauses out of 94019 with flag 10838179/1166002
562.54/555.51	c cleaning 47997 clauses out of 96017 with flag 11345801/1215003
592.34/585.02	c cleaning 48999 clauses out of 98020 with flag 11810861/1265003
624.79/617.17	c cleaning 50002 clauses out of 100019 with flag 12246536/1316001
657.71/649.62	c cleaning 51003 clauses out of 102017 with flag 12714082/1368001
688.45/679.99	c cleaning 51997 clauses out of 104013 with flag 13200665/1421000
726.77/717.81	c cleaning 53001 clauses out of 106017 with flag 13696030/1475001
766.92/757.64	c cleaning 54001 clauses out of 108015 with flag 14249697/1530000
808.77/798.98	c cleaning 55003 clauses out of 110019 with flag 14743467/1586005
851.53/841.21	c cleaning 55999 clauses out of 112014 with flag 15288982/1643003
894.71/883.84	c cleaning 56996 clauses out of 114012 with flag 15889815/1701000
938.83/927.36	c cleaning 57994 clauses out of 116016 with flag 16477506/1760000
986.24/974.13	c cleaning 59001 clauses out of 118022 with flag 17049604/1820000
1032.24/1019.70	c cleaning 60003 clauses out of 120021 with flag 17540061/1881000
1084.27/1071.06	c cleaning 60994 clauses out of 122019 with flag 18068515/1943001
1141.13/1127.24	c cleaning 62004 clauses out of 124024 with flag 18605681/2006000
1197.10/1182.67	c cleaning 62998 clauses out of 126021 with flag 19170987/2070001
1251.00/1235.95	c cleaning 64004 clauses out of 128022 with flag 19728167/2135000
1308.54/1292.77	c cleaning 65001 clauses out of 130022 with flag 20326375/2201004
1368.06/1351.64	c cleaning 65995 clauses out of 132021 with flag 20882346/2268004
1423.97/1406.89	c cleaning 67004 clauses out of 134024 with flag 21489443/2336002
1484.10/1466.24	c cleaning 68002 clauses out of 136019 with flag 22139279/2405001
1540.39/1521.89	c cleaning 68999 clauses out of 138016 with flag 22753351/2475000
1592.95/1573.61	c cleaning 69999 clauses out of 140017 with flag 23348965/2546000
1660.50/1640.58	c cleaning 71004 clauses out of 142018 with flag 24051102/2618000
1718.47/1697.89	c cleaning 72001 clauses out of 144016 with flag 24686211/2691002
1785.43/1763.92	c cleaning 73001 clauses out of 146013 with flag 25410817/2765000
1800.03/1778.20	c starts		: 894
1800.03/1778.20	c conflicts		: 2784737
1800.03/1778.20	c decisions		: 4124270
1800.03/1778.20	c propagations		: 46604164
1800.03/1778.20	c inspects		: 22540688576
1800.03/1778.20	c shortcuts		: 0
1800.03/1778.20	c learnt literals	: 0
1800.03/1778.20	c learnt binary clauses	: 0
1800.03/1778.20	c learnt ternary clauses	: 0
1800.03/1778.20	c learnt constraints	: 2784737
1800.03/1778.20	c ignored constraints	: 0
1800.03/1778.20	c root simplifications	: 0
1800.03/1778.20	c removed literals (reason simplification)	: 0
1800.03/1778.20	c reason swapping (by a shorter reason)	: 0
1800.03/1778.20	c Calls to reduceDB	: 70
1800.03/1778.20	c timeout
1800.03/1778.20	c Number of update (reduction) of LBD	: 1685889
1800.03/1778.20	c Imported unit clauses	: 0
1800.03/1778.20	c number of reductions to clauses (during analyze)	: 0
1800.03/1778.20	c number of learned constraints concerned by reduction	: 0
1800.03/1778.20	c number of learning phase by resolution	: 0
1800.03/1778.20	c number of learning phase by cutting planes	: 0
1800.03/1778.20	c speed (assignments/second)	: 26211.801681005003
1800.03/1778.20	c non guided choices	5363
1800.03/1778.23	c learnt constraints type 
1800.03/1778.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92749
1800.03/1778.23	s UNKNOWN
1800.03/1778.23	c Total wall clock time (in seconds): 1778.119

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-4084308-1465220823/watcher-4084308-1465220823 -o /tmp/evaluation-result-4084308-1465220823/solver-4084308-1465220823 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5890 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084308-1465220823.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.18 2.14 3/194 7753
/proc/meminfo: memFree=30362768/32872528 swapFree=16740/1306504
[pid=7753] ppid=7750 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/7753/stat : 7753 (java) S 7750 7753 5873 0 -1 4202496 1285 0 0 0 0 0 0 0 20 0 2 0 104014897 94019584 918 33554432000 1073741824 1073778376 140733951298784 140733951289920 214540779581 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7753/statm: 22954 919 697 9 0 16769 0
[pid=7753/tid=7754] ppid=7750 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (java) D 7750 7753 5873 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 104014898 95129600 928 33554432000 1073741824 1073778376 140733951298784 140044056440360 214528257319 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.10 2.18 2.14 3/194 7753
/proc/meminfo: memFree=30362768/32872528 swapFree=16740/1306504
[pid=7753] ppid=7750 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/7753/stat : 7753 (java) S 7750 7753 5873 0 -1 4202496 4450 0 1 0 9 1 0 0 20 0 18 0 104014897 9787879424 6072 33554432000 1073741824 1073778376 140733951298784 140733951289920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7753/statm: 2389619 6072 2125 9 0 2380296 0
[pid=7753/tid=7754] ppid=7750 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (java) R 7750 7753 5873 0 -1 4202560 2410 0 1 0 7 0 0 0 20 0 18 0 104014898 9787879424 6072 33554432000 1073741824 1073778376 140733951298784 140044056443808 214540805389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200323 s]
/proc/loadavg: 2.10 2.18 2.14 3/194 7753
/proc/meminfo: memFree=30362768/32872528 swapFree=16740/1306504
[pid=7753] ppid=7750 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/7753/stat : 7753 (java) S 7750 7753 5873 0 -1 4202496 5090 0 1 0 28 1 0 0 20 0 18 0 104014897 9787879424 7038 33554432000 1073741824 1073778376 140733951298784 140733951289920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7753/statm: 2389619 7038 2217 9 0 2380296 0
[pid=7753/tid=7754] ppid=7750 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (java) R 7750 7753 5873 0 -1 4202560 2428 0 1 0 17 0 0 0 20 0 18 0 104014898 9787879424 7038 33554432000 1073741824 1073778376 140733951298784 140044056443808 140043928629595 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300342 s]
/proc/loadavg: 2.10 2.18 2.14 3/194 7753
/proc/meminfo: memFree=30362768/32872528 swapFree=16740/1306504
[pid=7753] ppid=7750 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/7753/stat : 7753 (java) S 7750 7753 5873 0 -1 4202496 6216 0 1 0 53 1 0 0 20 0 19 0 104014897 9856040960 8680 33554432000 1073741824 1073778376 140733951298784 140733951289920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7753/statm: 2406260 8680 2246 9 0 2396937 0
[pid=7753/tid=7754] ppid=7750 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (java) R 7750 7753 5873 0 -1 4202560 2439 0 1 0 27 0 0 0 20 0 19 0 104014898 9856040960 8680 33554432000 1073741824 1073778376 140733951298784 140044056445568 140043928620308 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700282 s]
/proc/loadavg: 2.10 2.18 2.14 3/194 7753
/proc/meminfo: memFree=30362768/32872528 swapFree=16740/1306504
[pid=7753] ppid=7750 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/7753/stat : 7753 (java) S 7750 7753 5873 0 -1 4202496 7245 0 1 0 105 2 0 0 20 0 19 0 104014897 9856040960 10218 33554432000 1073741824 1073778376 140733951298784 140733951289920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7753/statm: 2406260 10218 2255 9 0 2396937 0
[pid=7753/tid=7754] ppid=7750 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (java) R 7750 7753 5873 0 -1 4202560 2441 0 1 0 66 1 0 0 20 0 19 0 104014898 9856040960 10218 33554432000 1073741824 1073778376 140733951298784 140044056436416 140043929070660 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.10 2.18 2.14 3/213 7772
/proc/meminfo: memFree=30326236/32872528 swapFree=16740/1306504
[pid=7753] ppid=7750 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/7753/stat : 7753 (java) S 7750 7753 5873 0 -1 4202496 7655 0 1 0 192 2 0 0 20 0 19 0 104014897 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140733951289920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7753/statm: 2406260 12819 2258 9 0 2396937 0
[pid=7753/tid=7754] ppid=7750 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (java) R 7750 7753 5873 0 -1 4202560 2447 0 1 0 146 1 0 0 20 0 19 0 104014898 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140044056445576 140043928995773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7756] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7756/stat : 7756 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043900144552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7757] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7757/stat : 7757 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043899092008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7758] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7758/stat : 7758 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043898038952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7753/tid=7759] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7759/stat : 7759 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043896986408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7760] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7760/stat : 7760 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043895933352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7761] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7761/stat : 7761 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043894880808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7762] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7762/stat : 7762 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043893827752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7763] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7763/stat : 7763 (java) S 7750 7753 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043892775208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7764] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7764/stat : 7764 (java) S 7750 7753 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104014899 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043880577896 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7765] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7765/stat : 7765 (java) S 7750 7753 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043879524216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7766] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7766/stat : 7766 (java) S 7750 7753 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043878471048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7767] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7767/stat : 7767 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043877419792 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7768] ppid=7750 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7753/task/7768/stat : 7768 (java) S 7750 7753 5873 0 -1 4202560 1136 0 0 0 16 0 0 0 20 0 19 0 104014902 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043876366648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7769] ppid=7750 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7753/task/7769/stat : 7769 (java) S 7750 7753 5873 0 -1 4202560 2793 0 0 0 27 0 0 0 20 0 19 0 104014902 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043875314104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7770] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7770/stat : 7770 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043874261240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7771] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7771/stat : 7771 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043873208904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7772] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7772/stat : 7772 (java) S 7750 7753 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104014919 9856040960 12819 33554432000 1073741824 1073778376 140733951298784 140043872155176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10092 s]
/proc/loadavg: 2.10 2.18 2.14 3/213 7772
/proc/meminfo: memFree=30304640/32872528 swapFree=16740/1306504
[pid=7753] ppid=7750 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/7753/stat : 7753 (java) S 7750 7753 5873 0 -1 4202496 7671 0 1 0 353 2 0 0 20 0 19 0 104014897 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140733951289920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7753/statm: 2406260 20499 2258 9 0 2396937 0
[pid=7753/tid=7754] ppid=7750 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (java) R 7750 7753 5873 0 -1 4202560 2463 0 1 0 306 1 0 0 20 0 19 0 104014898 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140044056445352 140043928995831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7756] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7756/stat : 7756 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043900144552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7757] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7757/stat : 7757 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043899092008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7758] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7758/stat : 7758 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043898038952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7753/tid=7759] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7759/stat : 7759 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043896986408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7760] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7760/stat : 7760 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043895933352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7761] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7761/stat : 7761 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043894880808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7762] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7762/stat : 7762 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043893827752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7763] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7763/stat : 7763 (java) S 7750 7753 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043892775208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7764] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7764/stat : 7764 (java) S 7750 7753 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104014899 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043880577896 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7765] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7765/stat : 7765 (java) S 7750 7753 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043879524216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7766] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7766/stat : 7766 (java) S 7750 7753 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043878471048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7767] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7767/stat : 7767 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043877419792 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7768] ppid=7750 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7753/task/7768/stat : 7768 (java) S 7750 7753 5873 0 -1 4202560 1136 0 0 0 17 0 0 0 20 0 19 0 104014902 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043876366648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7769] ppid=7750 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7753/task/7769/stat : 7769 (java) S 7750 7753 5873 0 -1 4202560 2793 0 0 0 27 0 0 0 20 0 19 0 104014902 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043875314104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7770] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7770/stat : 7770 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043874261240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7771] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7771/stat : 7771 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043873208904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7772] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7772/stat : 7772 (java) S 7750 7753 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104014919 9856040960 20499 33554432000 1073741824 1073778376 140733951298784 140043872155176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.10 2.17 2.14 3/213 7772
/proc/meminfo: memFree=30247604/32872528 swapFree=16740/1306504
[pid=7753] ppid=7750 vsize=9625040 CPUtime=6.77 cores=1,3,5,7
/proc/7753/stat : 7753 (java) S 7750 7753 5873 0 -1 4202496 7701 0 1 0 674 3 0 0 20 0 19 0 104014897 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140733951289920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7753/statm: 2406260 34184 2259 9 0 2396937 0
[pid=7753/tid=7754] ppid=7750 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (java) R 7750 7753 5873 0 -1 4202560 2491 0 1 0 625 2 0 0 20 0 19 0 104014898 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140044056443296 140043929070619 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7756] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7756/stat : 7756 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043900144552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7757] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7757/stat : 7757 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043899092008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7758] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7758/stat : 7758 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043898038952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7753/tid=7759] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7759/stat : 7759 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043896986408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7760] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7760/stat : 7760 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043895933352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7761] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7761/stat : 7761 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043894880808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7762] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7762/stat : 7762 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043893827752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7763] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7763/stat : 7763 (java) S 7750 7753 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104014898 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043892775208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7764] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7764/stat : 7764 (java) S 7750 7753 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104014899 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043880577896 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7765] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7765/stat : 7765 (java) S 7750 7753 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043879524216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7766] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7766/stat : 7766 (java) S 7750 7753 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043878471048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7767] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7767/stat : 7767 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043877419792 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7768] ppid=7750 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7753/task/7768/stat : 7768 (java) S 7750 7753 5873 0 -1 4202560 1137 0 0 0 18 0 0 0 20 0 19 0 104014902 9856040960 34184 33554432000 1073741824 1073778376 140733951298784 140043876366648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7769] ppid=7750 vsize=9625040 CPUtime=0.27 cores=1,3,5,7

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

[pid=7753/tid=7765] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7765/stat : 7765 (java) S 7750 7753 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 135309 33554432000 1073741824 1073778376 140733951298784 140043879524216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7766] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7766/stat : 7766 (java) S 7750 7753 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 135309 33554432000 1073741824 1073778376 140733951298784 140043878471048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7767] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7767/stat : 7767 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 135309 33554432000 1073741824 1073778376 140733951298784 140043877419792 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7768] ppid=7750 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7753/task/7768/stat : 7768 (java) S 7750 7753 5873 0 -1 4202560 1139 0 0 0 19 0 0 0 20 0 19 0 104014902 9856040960 135309 33554432000 1073741824 1073778376 140733951298784 140043876366648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7769] ppid=7750 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7753/task/7769/stat : 7769 (java) S 7750 7753 5873 0 -1 4202560 2793 0 0 0 27 0 0 0 20 0 19 0 104014902 9856040960 135309 33554432000 1073741824 1073778376 140733951298784 140043875314104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7770] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7770/stat : 7770 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 135309 33554432000 1073741824 1073778376 140733951298784 140043874261240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7771] ppid=7750 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/7753/task/7771/stat : 7771 (java) S 7750 7753 5873 0 -1 4202560 94 0 0 0 33 36 0 0 20 0 19 0 104014902 9856040960 135309 33554432000 1073741824 1073778376 140733951298784 140043873208904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7772] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7772/stat : 7772 (java) S 7750 7753 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104014919 9856040960 135309 33554432000 1073741824 1073778376 140733951298784 140043872155176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1622.02
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.20 2.24 2.19 4/213 7967
/proc/meminfo: memFree=30036252/32872528 swapFree=16740/1306504
[pid=7753] ppid=7750 vsize=9625040 CPUtime=1682.7 cores=1,3,5,7
/proc/7753/stat : 7753 (java) S 7750 7753 5873 0 -1 4202496 33165 0 1 0 167934 336 0 0 20 0 19 0 104014897 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140733951289920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7753/statm: 2406260 141300 2281 9 0 2396937 0
[pid=7753/tid=7754] ppid=7750 vsize=9625040 CPUtime=1647.57 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (java) R 7750 7753 5873 0 -1 4202560 2924 0 1 0 164726 31 0 0 20 0 19 0 104014898 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140044056444128 140043929023459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7756] ppid=7750 vsize=9625040 CPUtime=3.58 cores=1,3,5,7
/proc/7753/task/7756/stat : 7756 (java) S 7750 7753 5873 0 -1 4202560 3184 0 0 0 319 39 0 0 20 0 19 0 104014898 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043900144552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7757] ppid=7750 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/7753/task/7757/stat : 7757 (java) S 7750 7753 5873 0 -1 4202560 2726 0 0 0 317 37 0 0 20 0 19 0 104014898 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043899092008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7758] ppid=7750 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/7753/task/7758/stat : 7758 (java) S 7750 7753 5873 0 -1 4202560 2944 0 0 0 317 38 0 0 20 0 19 0 104014898 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043898038952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7759] ppid=7750 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/7753/task/7759/stat : 7759 (java) S 7750 7753 5873 0 -1 4202560 2840 0 0 0 319 37 0 0 20 0 19 0 104014898 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043896986408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7760] ppid=7750 vsize=9625040 CPUtime=3.66 cores=1,3,5,7
/proc/7753/task/7760/stat : 7760 (java) S 7750 7753 5873 0 -1 4202560 2590 0 0 0 328 38 0 0 20 0 19 0 104014898 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043895933352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7753/tid=7761] ppid=7750 vsize=9625040 CPUtime=3.39 cores=1,3,5,7
/proc/7753/task/7761/stat : 7761 (java) S 7750 7753 5873 0 -1 4202560 2142 0 0 0 301 38 0 0 20 0 19 0 104014898 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043894880808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7762] ppid=7750 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/7753/task/7762/stat : 7762 (java) S 7750 7753 5873 0 -1 4202560 3029 0 0 0 322 34 0 0 20 0 19 0 104014898 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043893827752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7753/tid=7763] ppid=7750 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/7753/task/7763/stat : 7763 (java) S 7750 7753 5873 0 -1 4202560 1759 0 0 0 312 33 0 0 20 0 19 0 104014898 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043892775208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7764] ppid=7750 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/7753/task/7764/stat : 7764 (java) S 7750 7753 5873 0 -1 4202560 3733 0 0 0 613 9 0 0 20 0 19 0 104014899 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043880577896 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7765] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7765/stat : 7765 (java) S 7750 7753 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043879524216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7766] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7766/stat : 7766 (java) S 7750 7753 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043878471048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7767] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7767/stat : 7767 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043877419792 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7768] ppid=7750 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7753/task/7768/stat : 7768 (java) S 7750 7753 5873 0 -1 4202560 1139 0 0 0 19 0 0 0 20 0 19 0 104014902 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043876366648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7769] ppid=7750 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7753/task/7769/stat : 7769 (java) S 7750 7753 5873 0 -1 4202560 2793 0 0 0 27 0 0 0 20 0 19 0 104014902 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043875314104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7770] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7770/stat : 7770 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043874261240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7771] ppid=7750 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/7753/task/7771/stat : 7771 (java) S 7750 7753 5873 0 -1 4202560 96 0 0 0 34 38 0 0 20 0 19 0 104014902 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043873208904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7772] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7772/stat : 7772 (java) S 7750 7753 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104014919 9856040960 141300 33554432000 1073741824 1073778376 140733951298784 140043872155176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1682.7
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.24 2.19 4/213 7968
/proc/meminfo: memFree=30008580/32872528 swapFree=16740/1306504
[pid=7753] ppid=7750 vsize=9625040 CPUtime=1743.48 cores=1,3,5,7
/proc/7753/stat : 7753 (java) S 7750 7753 5873 0 -1 4202496 34500 0 1 0 173998 350 0 0 20 0 19 0 104014897 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140733951289920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7753/statm: 2406260 148051 2281 9 0 2396937 0
[pid=7753/tid=7754] ppid=7750 vsize=9625040 CPUtime=1707.04 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (java) R 7750 7753 5873 0 -1 4202560 2941 0 1 0 170673 31 0 0 20 0 19 0 104014898 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140044056444128 140043928996418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7756] ppid=7750 vsize=9625040 CPUtime=3.75 cores=1,3,5,7
/proc/7753/task/7756/stat : 7756 (java) S 7750 7753 5873 0 -1 4202560 3530 0 0 0 335 40 0 0 20 0 19 0 104014898 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043900144552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7757] ppid=7750 vsize=9625040 CPUtime=3.69 cores=1,3,5,7
/proc/7753/task/7757/stat : 7757 (java) S 7750 7753 5873 0 -1 4202560 2868 0 0 0 330 39 0 0 20 0 19 0 104014898 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043899092008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7758] ppid=7750 vsize=9625040 CPUtime=3.66 cores=1,3,5,7
/proc/7753/task/7758/stat : 7758 (java) S 7750 7753 5873 0 -1 4202560 3085 0 0 0 326 40 0 0 20 0 19 0 104014898 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043898038952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7753/tid=7759] ppid=7750 vsize=9625040 CPUtime=3.69 cores=1,3,5,7
/proc/7753/task/7759/stat : 7759 (java) S 7750 7753 5873 0 -1 4202560 2923 0 0 0 331 38 0 0 20 0 19 0 104014898 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043896986408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7760] ppid=7750 vsize=9625040 CPUtime=3.82 cores=1,3,5,7
/proc/7753/task/7760/stat : 7760 (java) S 7750 7753 5873 0 -1 4202560 2727 0 0 0 342 40 0 0 20 0 19 0 104014898 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043895933352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7761] ppid=7750 vsize=9625040 CPUtime=3.49 cores=1,3,5,7
/proc/7753/task/7761/stat : 7761 (java) S 7750 7753 5873 0 -1 4202560 2253 0 0 0 310 39 0 0 20 0 19 0 104014898 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043894880808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7762] ppid=7750 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/7753/task/7762/stat : 7762 (java) S 7750 7753 5873 0 -1 4202560 3113 0 0 0 332 36 0 0 20 0 19 0 104014898 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043893827752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7763] ppid=7750 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/7753/task/7763/stat : 7763 (java) S 7750 7753 5873 0 -1 4202560 1894 0 0 0 325 35 0 0 20 0 19 0 104014898 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043892775208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7753/tid=7764] ppid=7750 vsize=9625040 CPUtime=6.44 cores=1,3,5,7
/proc/7753/task/7764/stat : 7764 (java) S 7750 7753 5873 0 -1 4202560 3868 0 0 0 634 10 0 0 20 0 19 0 104014899 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043880577896 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7765] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7765/stat : 7765 (java) S 7750 7753 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043879524216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7766] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7766/stat : 7766 (java) S 7750 7753 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043878471048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7767] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7767/stat : 7767 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043877419792 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7768] ppid=7750 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7753/task/7768/stat : 7768 (java) S 7750 7753 5873 0 -1 4202560 1139 0 0 0 19 0 0 0 20 0 19 0 104014902 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043876366648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7769] ppid=7750 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7753/task/7769/stat : 7769 (java) S 7750 7753 5873 0 -1 4202560 2793 0 0 0 27 0 0 0 20 0 19 0 104014902 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043875314104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7770] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7770/stat : 7770 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043874261240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7771] ppid=7750 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/7753/task/7771/stat : 7771 (java) S 7750 7753 5873 0 -1 4202560 100 0 0 0 37 39 0 0 20 0 19 0 104014902 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043873208904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7772] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7772/stat : 7772 (java) S 7750 7753 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104014919 9856040960 148051 33554432000 1073741824 1073778376 140733951298784 140043872155176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1743.48
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.2 s]
/proc/loadavg: 2.21 2.23 2.18 3/213 7969
/proc/meminfo: memFree=29995404/32872528 swapFree=16740/1306504
[pid=7753] ppid=7750 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/7753/stat : 7753 (java) S 7750 7753 5873 0 -1 4202496 35141 0 1 0 179645 358 0 0 20 0 19 0 104014897 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140733951289920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7753/statm: 2406260 138424 2281 9 0 2396937 0
[pid=7753/tid=7754] ppid=7750 vsize=9625040 CPUtime=1762.41 cores=1,3,5,7
/proc/7753/task/7754/stat : 7754 (java) R 7750 7753 5873 0 -1 4202560 2957 0 1 0 176209 32 0 0 20 0 19 0 104014898 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140044056444248 140044062846174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7756] ppid=7750 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/7753/task/7756/stat : 7756 (java) S 7750 7753 5873 0 -1 4202560 3585 0 0 0 346 41 0 0 20 0 19 0 104014898 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043900144552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7753/tid=7757] ppid=7750 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/7753/task/7757/stat : 7757 (java) S 7750 7753 5873 0 -1 4202560 2886 0 0 0 339 40 0 0 20 0 19 0 104014898 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043899092008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7758] ppid=7750 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/7753/task/7758/stat : 7758 (java) S 7750 7753 5873 0 -1 4202560 3155 0 0 0 338 41 0 0 20 0 19 0 104014898 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043898038952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7759] ppid=7750 vsize=9625040 CPUtime=3.78 cores=1,3,5,7
/proc/7753/task/7759/stat : 7759 (java) S 7750 7753 5873 0 -1 4202560 2933 0 0 0 339 39 0 0 20 0 19 0 104014898 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043896986408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7760] ppid=7750 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/7753/task/7760/stat : 7760 (java) S 7750 7753 5873 0 -1 4202560 2964 0 0 0 351 41 0 0 20 0 19 0 104014898 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043895933352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7753/tid=7761] ppid=7750 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/7753/task/7761/stat : 7761 (java) S 7750 7753 5873 0 -1 4202560 2339 0 0 0 322 40 0 0 20 0 19 0 104014898 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043894880808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7753/tid=7762] ppid=7750 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/7753/task/7762/stat : 7762 (java) S 7750 7753 5873 0 -1 4202560 3130 0 0 0 344 36 0 0 20 0 19 0 104014898 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043893827752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7763] ppid=7750 vsize=9625040 CPUtime=3.7 cores=1,3,5,7
/proc/7753/task/7763/stat : 7763 (java) S 7750 7753 5873 0 -1 4202560 1921 0 0 0 334 36 0 0 20 0 19 0 104014898 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043892775208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7764] ppid=7750 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/7753/task/7764/stat : 7764 (java) S 7750 7753 5873 0 -1 4202560 3970 0 0 0 660 11 0 0 20 0 19 0 104014899 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043880577896 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7765] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7765/stat : 7765 (java) S 7750 7753 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043879524216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7766] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7766/stat : 7766 (java) S 7750 7753 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104014900 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043878471048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7767] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7767/stat : 7767 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043877419792 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7753/tid=7768] ppid=7750 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7753/task/7768/stat : 7768 (java) S 7750 7753 5873 0 -1 4202560 1139 0 0 0 19 0 0 0 20 0 19 0 104014902 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043876366648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7769] ppid=7750 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7753/task/7769/stat : 7769 (java) S 7750 7753 5873 0 -1 4202560 2793 0 0 0 27 0 0 0 20 0 19 0 104014902 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043875314104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7770] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7770/stat : 7770 (java) S 7750 7753 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104014902 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043874261240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7753/tid=7771] ppid=7750 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/7753/task/7771/stat : 7771 (java) S 7750 7753 5873 0 -1 4202560 104 0 0 0 38 40 0 0 20 0 19 0 104014902 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043873208904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7753/tid=7772] ppid=7750 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7753/task/7772/stat : 7772 (java) S 7750 7753 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 104014919 9856040960 138424 33554432000 1073741824 1073778376 140733951298784 140043872155176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 7753 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1778.24
CPU time (s): 1800.94
CPU user time (s): 1796.83
CPU system time (s): 4.11038
CPU usage (%): 101.277
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.83
system time used= 4.11038
maximum resident set size= 870724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35239
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51658
involuntary context switches= 56096

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4518 second user time and 9.65353 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 15:47:03
IDJOB=4084308
IDBENCH=1426
IDSOLVER=2546
FILE ID=node127/4084308-1465220823
RUNJOBID= node127-1465216773-5890
PBS_JOBID= 19843202
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084308-1465220823/watcher-4084308-1465220823 -o /tmp/evaluation-result-4084308-1465220823/solver-4084308-1465220823 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5890 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084308-1465220823.opb

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

MD5SUM BENCH= 63dafaa5a785f38064ac19ced11339d2
RANDOM SEED=1675460734

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.227
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.227
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.227
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.54
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.227
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.54
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.227
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:        30363304 kB
Buffers:            6940 kB
Cached:            39612 kB
SwapCached:         1768 kB
Active:           476172 kB
Inactive:          25000 kB
Active(anon):     455688 kB
Inactive(anon):      900 kB
Active(file):      20484 kB
Inactive(file):    24100 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098468 kB
Dirty:               680 kB
Writeback:             0 kB
AnonPages:       1760216 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             566428 kB
SReclaimable:       9984 kB
SUnreclaim:       556444 kB
KernelStack:        1608 kB
PageTables:         7696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1980192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1724416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node127 at 2016-06-06 16:16:42