Trace number 4090010

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 Res+CP PB16? (TO) 1800.07 895.955

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v091-n2.opb
MD5SUMe6bc379e6d1df32d474a50649f29ffd0
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 benchmark2.66359
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4090010-1466023187.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.14	c ... done. Wall clock time 0.037s.
0.11/0.14	c declared #vars     273
0.11/0.14	c #constraints  182
0.11/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 91
0.11/0.15	c 182 constraints processed.
0.11/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
0.11/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
0.11/0.15	c 182 constraints processed.
2.66/0.89	c cleaning 2496 clauses out of 5000 with flag 42722/5000
4.49/1.40	c cleaning 4251 clauses out of 8505 with flag 106707/11001
6.00/2.02	c cleaning 5623 clauses out of 11254 with flag 174570/18001
7.70/2.83	c cleaning 6812 clauses out of 13631 with flag 242953/26001
9.93/3.89	c cleaning 7903 clauses out of 15818 with flag 323329/35000
12.58/5.16	c cleaning 8950 clauses out of 17916 with flag 416885/45001
15.65/6.67	c cleaning 9978 clauses out of 19965 with flag 520872/56000
19.25/8.45	c cleaning 10985 clauses out of 21990 with flag 631060/68003
23.71/10.61	c cleaning 11990 clauses out of 24002 with flag 762086/81000
28.78/13.17	c cleaning 13002 clauses out of 26014 with flag 905147/95002
34.77/16.14	c cleaning 13996 clauses out of 28010 with flag 1055404/110000
41.38/19.50	c cleaning 14970 clauses out of 30016 with flag 1205807/126002
49.44/23.44	c cleaning 15988 clauses out of 32047 with flag 1379230/143003
58.43/27.98	c cleaning 16994 clauses out of 34058 with flag 1569614/161002
68.30/32.88	c cleaning 17998 clauses out of 36063 with flag 1777205/180001
79.49/38.48	c cleaning 18992 clauses out of 38064 with flag 1992639/200000
90.58/43.99	c cleaning 0 clauses out of 5005 with flag 0/5005
92.23/44.70	c cleaning 20003 clauses out of 40073 with flag 2220728/221001
106.03/51.45	c cleaning 20998 clauses out of 42070 with flag 2460780/243001
121.70/59.27	c cleaning 21997 clauses out of 44071 with flag 2733554/266000
137.71/67.23	c cleaning 23002 clauses out of 46075 with flag 3004388/290001
156.94/76.84	c cleaning 24001 clauses out of 48073 with flag 3293422/315001
179.26/87.95	c cleaning 24999 clauses out of 50072 with flag 3608776/341001
195.07/95.89	c cleaning 26017 clauses out of 52072 with flag 3929594/368000
206.91/101.76	c cleaning 26999 clauses out of 54055 with flag 4258866/396000
220.78/108.60	c cleaning 28001 clauses out of 56058 with flag 4643848/425002
234.02/115.28	c cleaning 29000 clauses out of 58056 with flag 4995534/455001
249.08/122.74	c cleaning 30018 clauses out of 60056 with flag 5326778/486001
266.71/131.55	c cleaning 31010 clauses out of 62038 with flag 5657334/518001
287.35/141.81	c cleaning 32002 clauses out of 64028 with flag 6028881/551001
309.46/152.82	c cleaning 33004 clauses out of 66027 with flag 6414972/585002
336.90/166.51	c cleaning 33997 clauses out of 68021 with flag 6829203/620000
365.43/180.79	c cleaning 35001 clauses out of 70024 with flag 7239140/656000
394.90/195.44	c cleaning 36005 clauses out of 72025 with flag 7670884/693002
426.86/211.36	c cleaning 37002 clauses out of 74018 with flag 8116940/731000
458.77/227.29	c cleaning 38001 clauses out of 76017 with flag 8567846/770001
494.40/245.25	c cleaning 39001 clauses out of 78017 with flag 9021716/810002
502.01/249.01	c cleaning 0 clauses out of 11000 with flag 0/11000
529.33/262.67	c cleaning 39999 clauses out of 80015 with flag 9500247/851001
566.50/281.12	c cleaning 40998 clauses out of 82017 with flag 10006989/893002
609.31/302.47	c cleaning 41998 clauses out of 84017 with flag 10541458/936000
653.71/324.55	c cleaning 43002 clauses out of 86020 with flag 11071695/980001
698.28/346.78	c cleaning 44000 clauses out of 88017 with flag 11603549/1025000
747.85/371.46	c cleaning 45003 clauses out of 90017 with flag 12153291/1071000
801.49/398.12	c cleaning 46003 clauses out of 92015 with flag 12738731/1118001
859.11/427.15	c cleaning 46996 clauses out of 94012 with flag 13353706/1166001
917.38/456.17	c cleaning 47996 clauses out of 96015 with flag 13954145/1215000
980.09/487.32	c cleaning 49000 clauses out of 98019 with flag 14568171/1265000
1042.73/518.51	c cleaning 49999 clauses out of 100020 with flag 15197464/1316001
1111.23/552.63	c cleaning 51002 clauses out of 102021 with flag 15838753/1368001
1178.15/585.99	c cleaning 52000 clauses out of 104019 with flag 16466168/1421001
1251.33/622.35	c cleaning 52998 clauses out of 106018 with flag 17107765/1475000
1259.18/626.26	c cleaning 0 clauses out of 18003 with flag 0/18003
1329.84/661.48	c cleaning 54003 clauses out of 108020 with flag 17783970/1530000
1406.30/699.40	c cleaning 54999 clauses out of 110017 with flag 18458029/1586000
1485.86/739.42	c cleaning 56004 clauses out of 112019 with flag 19139209/1643001
1560.15/776.45	c cleaning 56997 clauses out of 114014 with flag 19798312/1701000
1638.27/815.39	c cleaning 58003 clauses out of 116017 with flag 20462632/1760000
1725.63/858.87	c cleaning 58998 clauses out of 118014 with flag 21156432/1820000
1800.07/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.90	c starts		: 257
1800.07/895.90	c conflicts		: 1872342
1800.07/895.90	c decisions		: 2124024
1800.07/895.90	c propagations		: 46380928
1800.07/895.90	c inspects		: 12915886494
1800.07/895.90	c shortcuts		: 0
1800.07/895.90	c learnt literals	: 0
1800.07/895.90	c learnt binary clauses	: 0
1800.07/895.90	c learnt ternary clauses	: 0
1800.07/895.90	c learnt constraints	: 1872342
1800.07/895.90	c ignored constraints	: 0
1800.07/895.90	c root simplifications	: 0
1800.07/895.90	c removed literals (reason simplification)	: 35937800
1800.07/895.90	c reason swapping (by a shorter reason)	: 0
1800.07/895.90	c Calls to reduceDB	: 56
1800.07/895.90	c Number of update (reduction) of LBD	: 705441
1800.07/895.90	c Imported unit clauses	: 0
1800.07/895.90	c number of reductions to clauses (during analyze)	: 0
1800.07/895.90	c number of learned constraints concerned by reduction	: 0
1800.07/895.90	c number of learning phase by resolution	: 0
1800.07/895.90	c number of learning phase by cutting planes	: 0
1800.07/895.90	c speed (assignments/second)	: 51778.64458322262
1800.07/895.90	c non guided choices	147
1800.07/895.93	c learnt constraints type 
1800.07/895.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111358
1800.07/895.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.93	c starts		: 49
1800.07/895.93	c conflicts		: 21244
1800.07/895.93	c decisions		: 26470
1800.07/895.93	c propagations		: 369189
1800.07/895.93	c inspects		: 945689336
1800.07/895.93	c shortcuts		: 0
1800.07/895.93	c learnt literals	: 0
1800.07/895.93	c learnt binary clauses	: 0
1800.07/895.93	c learnt ternary clauses	: 0
1800.07/895.93	c learnt constraints	: 21243
1800.07/895.93	c ignored constraints	: 0
1800.07/895.93	c root simplifications	: 0
1800.07/895.93	c removed literals (reason simplification)	: 0
1800.07/895.93	c reason swapping (by a shorter reason)	: 0
1800.07/895.93	c Calls to reduceDB	: 3
1800.07/895.93	c Number of update (reduction) of LBD	: 0
1800.07/895.93	c Imported unit clauses	: 0
1800.07/895.93	c number of reductions to clauses (during analyze)	: 0
1800.07/895.93	c number of learned constraints concerned by reduction	: 0
1800.07/895.93	c number of learning phase by resolution	: 0
1800.07/895.93	c number of learning phase by cutting planes	: 0
1800.07/895.93	c speed (assignments/second)	: 412.1420302506975
1800.07/895.93	c non guided choices	80
1800.07/895.94	c learnt constraints type 
1800.07/895.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4
1800.07/895.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 23
1800.07/895.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21216
1800.07/895.94	s UNKNOWN
1800.07/895.94	c Total wall clock time (in seconds): 895.834

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-4090010-1466023187/watcher-4090010-1466023187 -o /tmp/evaluation-result-4090010-1466023187/solver-4090010-1466023187 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4090010-1466023187.opb 

pid=15264
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: 4.57 4.35 4.24 5/197 15267
/proc/meminfo: memFree=28534416/32872528 swapFree=1073728/1155488
[pid=15267] ppid=15264 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15267/stat : 15267 (java) S 15264 15267 5545 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 4367907 98570240 978 33554432000 1073741824 1073778376 140737335560256 140737335551392 219517321277 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15267/statm: 24065 978 744 9 0 16771 0
[pid=15267/tid=15268] ppid=15264 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15268/stat : 15268 (java) R 15264 15267 5545 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 4367907 98570240 978 33554432000 1073741824 1073778376 140737335560256 140269025029672 219513963904 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100094 s]
/proc/loadavg: 4.57 4.35 4.24 5/197 15267
/proc/meminfo: memFree=28534416/32872528 swapFree=1073728/1155488
[pid=15267] ppid=15264 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15267/stat : 15267 (java) S 15264 15267 5545 0 -1 4202496 4486 0 1 0 10 1 0 0 20 0 18 0 4367907 9787879424 6122 33554432000 1073741824 1073778376 140737335560256 140737335551392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15267/statm: 2389619 6122 2158 9 0 2380296 0
[pid=15267/tid=15268] ppid=15264 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15267/task/15268/stat : 15268 (java) R 15264 15267 5545 0 -1 4202560 2387 0 1 0 6 1 0 0 20 0 18 0 4367907 9787879424 6122 33554432000 1073741824 1073778376 140737335560256 140269025031432 219517347085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20034 s]
/proc/loadavg: 4.57 4.35 4.24 5/197 15267
/proc/meminfo: memFree=28534416/32872528 swapFree=1073728/1155488
[pid=15267] ppid=15264 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/15267/stat : 15267 (java) S 15264 15267 5545 0 -1 4202496 6144 0 1 0 26 1 0 0 20 0 22 0 4367907 10060525568 8775 33554432000 1073741824 1073778376 140737335560256 140737335551392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15267/statm: 2456183 8775 2220 9 0 2446860 0
[pid=15267/tid=15268] ppid=15264 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15267/task/15268/stat : 15268 (java) S 15264 15267 5545 0 -1 4202560 2406 0 1 0 12 1 0 0 20 0 22 0 4367907 10060525568 8775 33554432000 1073741824 1073778376 140737335560256 140269025035128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300296 s]
/proc/loadavg: 4.57 4.35 4.24 5/197 15267
/proc/meminfo: memFree=28534416/32872528 swapFree=1073728/1155488
[pid=15267] ppid=15264 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/15267/stat : 15267 (java) S 15264 15267 5545 0 -1 4202496 8193 0 1 0 64 2 0 0 20 0 22 0 4367907 10060525568 9921 33554432000 1073741824 1073778376 140737335560256 140737335551392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15267/statm: 2456183 9921 2244 9 0 2446860 0
[pid=15267/tid=15268] ppid=15264 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15267/task/15268/stat : 15268 (java) S 15264 15267 5545 0 -1 4202560 2406 0 1 0 12 1 0 0 20 0 22 0 4367907 10060525568 9921 33554432000 1073741824 1073778376 140737335560256 140269025035128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.70021 s]
/proc/loadavg: 4.57 4.35 4.24 5/197 15267
/proc/meminfo: memFree=28534416/32872528 swapFree=1073728/1155488
[pid=15267] ppid=15264 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/15267/stat : 15267 (java) S 15264 15267 5545 0 -1 4202496 20602 0 1 0 222 4 0 0 20 0 22 0 4367907 10060525568 20614 33554432000 1073741824 1073778376 140737335560256 140737335551392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15267/statm: 2456183 20614 2256 9 0 2446860 0
[pid=15267/tid=15268] ppid=15264 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15267/task/15268/stat : 15268 (java) S 15264 15267 5545 0 -1 4202560 2406 0 1 0 12 1 0 0 20 0 22 0 4367907 10060525568 20614 33554432000 1073741824 1073778376 140737335560256 140269025035128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9824732

[startup+1.50098 s]
/proc/loadavg: 4.57 4.35 4.24 8/218 15289
/proc/meminfo: memFree=28373568/32872528 swapFree=1073728/1155488
[pid=15267] ppid=15264 vsize=9824732 CPUtime=4.93 cores=1,3,5,7
/proc/15267/stat : 15267 (java) S 15264 15267 5545 0 -1 4202496 32181 0 1 0 485 8 0 0 20 0 22 0 4367907 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140737335551392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15267/statm: 2456183 48695 2284 9 0 2446860 0
[pid=15267/tid=15268] ppid=15264 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15267/task/15268/stat : 15268 (java) S 15264 15267 5545 0 -1 4202560 2406 0 1 0 12 1 0 0 20 0 22 0 4367907 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140269025035128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15270] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15270/stat : 15270 (java) S 15264 15267 5545 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 4367908 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140269003135656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15271] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15271/stat : 15271 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367908 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268800043816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15272] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15272/stat : 15272 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367908 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268798991272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15273] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15273/stat : 15273 (java) S 15264 15267 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4367908 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268797938728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15274] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15274/stat : 15274 (java) S 15264 15267 5545 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 4367908 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268796885160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15275] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15275/stat : 15275 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367908 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268795832616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15276] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15276/stat : 15276 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367908 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268794780072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15277] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15277/stat : 15277 (java) S 15264 15267 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4367908 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268793727528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15278] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15278/stat : 15278 (java) S 15264 15267 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4367909 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268781529704 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15279] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15279/stat : 15279 (java) S 15264 15267 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4367909 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268780476024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15280] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15280/stat : 15280 (java) S 15264 15267 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4367909 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268779423368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15281] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15281/stat : 15281 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367912 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268778372112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15282] ppid=15264 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/15267/task/15282/stat : 15282 (java) S 15264 15267 5545 0 -1 4202560 15277 0 0 0 100 3 0 0 20 0 22 0 4367912 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268777318456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15283] ppid=15264 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/15267/task/15283/stat : 15283 (java) S 15264 15267 5545 0 -1 4202560 13069 0 0 0 107 2 0 0 20 0 22 0 4367912 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268776265912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15284] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15284/stat : 15284 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367912 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268775213560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15285] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15285/stat : 15285 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367912 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268774161224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15286] ppid=15264 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/15267/task/15286/stat : 15286 (java) R 15264 15267 5545 0 -1 4202560 25 0 0 0 129 0 0 0 20 0 22 0 4367922 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268773006264 140268884376887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15287] ppid=15264 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/15267/task/15287/stat : 15287 (java) R 15264 15267 5545 0 -1 4202560 96 0 0 0 128 2 0 0 20 0 22 0 4367922 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268771955304 140268884665280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15288] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15288/stat : 15288 (java) S 15264 15267 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4367922 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268770903592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15289] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15289/stat : 15289 (java) S 15264 15267 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4367922 10060525568 48695 33554432000 1073741824 1073778376 140737335560256 140268769851048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.57 4.35 4.24 6/218 15289
/proc/meminfo: memFree=28312444/32872528 swapFree=1073728/1155488
[pid=15267] ppid=15264 vsize=9824732 CPUtime=8.49 cores=1,3,5,7
/proc/15267/stat : 15267 (java) S 15264 15267 5545 0 -1 4202496 32570 0 1 0 834 15 0 0 20 0 22 0 4367907 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140737335551392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15267/statm: 2456183 87841 2284 9 0 2446860 0
[pid=15267/tid=15268] ppid=15264 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15267/task/15268/stat : 15268 (java) S 15264 15267 5545 0 -1 4202560 2406 0 1 0 12 1 0 0 20 0 22 0 4367907 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140269025035128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15270] ppid=15264 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15267/task/15270/stat : 15270 (java) S 15264 15267 5545 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 4367908 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140269003135656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15271] ppid=15264 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15267/task/15271/stat : 15271 (java) S 15264 15267 5545 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 4367908 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268800043816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15272] ppid=15264 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15267/task/15272/stat : 15272 (java) S 15264 15267 5545 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 4367908 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268798991272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15273] ppid=15264 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15267/task/15273/stat : 15273 (java) S 15264 15267 5545 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 4367908 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268797938728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15274] ppid=15264 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15267/task/15274/stat : 15274 (java) S 15264 15267 5545 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 4367908 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268796885160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15275] ppid=15264 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15267/task/15275/stat : 15275 (java) S 15264 15267 5545 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 4367908 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268795832616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15276] ppid=15264 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15267/task/15276/stat : 15276 (java) S 15264 15267 5545 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 4367908 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268794780072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15277] ppid=15264 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15267/task/15277/stat : 15277 (java) S 15264 15267 5545 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 4367908 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268793727528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15278] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15278/stat : 15278 (java) S 15264 15267 5545 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 4367909 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268781529704 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15279] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15279/stat : 15279 (java) S 15264 15267 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4367909 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268780476024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15280] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15280/stat : 15280 (java) S 15264 15267 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4367909 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268779423368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15281] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15281/stat : 15281 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367912 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268778372112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15282] ppid=15264 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/15267/task/15282/stat : 15282 (java) S 15264 15267 5545 0 -1 4202560 15316 0 0 0 120 3 0 0 20 0 22 0 4367912 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268777318456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15283] ppid=15264 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/15267/task/15283/stat : 15283 (java) S 15264 15267 5545 0 -1 4202560 13069 0 0 0 109 3 0 0 20 0 22 0 4367912 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268776265912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15284] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15284/stat : 15284 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367912 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268775213560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15285] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15285/stat : 15285 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367912 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268774161224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15286] ppid=15264 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/15267/task/15286/stat : 15286 (java) R 15264 15267 5545 0 -1 4202560 27 0 0 0 280 0 0 0 20 0 22 0 4367922 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268773008520 140268884477960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15287] ppid=15264 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/15267/task/15287/stat : 15287 (java) R 15264 15267 5545 0 -1 4202560 147 0 0 0 277 3 0 0 20 0 22 0 4367922 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268771955432 140268884569538 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15288] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15288/stat : 15288 (java) S 15264 15267 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4367922 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268770903592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15289] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15289/stat : 15289 (java) S 15264 15267 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4367922 10060525568 87841 33554432000 1073741824 1073778376 140737335560256 140268769851048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.44 4.33 4.23 6/218 15289
/proc/meminfo: memFree=27924980/32872528 swapFree=1073728/1155488
[pid=15267] ppid=15264 vsize=9824732 CPUtime=15.04 cores=1,3,5,7
/proc/15267/stat : 15267 (java) S 15264 15267 5545 0 -1 4202496 33104 0 1 0 1476 28 0 0 20 0 22 0 4367907 10060525568 162021 33554432000 1073741824 1073778376 140737335560256 140737335551392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15267/statm: 2456183 162021 2284 9 0 2446860 0
[pid=15267/tid=15268] ppid=15264 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/15267/task/15268/stat : 15268 (java) S 15264 15267 5545 0 -1 4202560 2406 0 1 0 12 1 0 0 20 0 22 0 4367907 10060525568 162021 33554432000 1073741824 1073778376 140737335560256 140269025035128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15270] ppid=15264 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/15267/task/15270/stat : 15270 (java) S 15264 15267 5545 0 -1 4202560 66 0 0 0 8 3 0 0 20 0 22 0 4367908 10060525568 162021 33554432000 1073741824 1073778376 140737335560256 140269003135656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15271] ppid=15264 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/15267/task/15271/stat : 15271 (java) S 15264 15267 5545 0 -1 4202560 52 0 0 0 6 3 0 0 20 0 22 0 4367908 10060525568 162021 33554432000 1073741824 1073778376 140737335560256 140268800043816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15272] ppid=15264 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/15267/task/15272/stat : 15272 (java) S 15264 15267 5545 0 -1 4202560 25 0 0 0 5 1 0 0 20 0 22 0 4367908 10060525568 162021 33554432000 1073741824 1073778376 140737335560256 140268798991272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15273] ppid=15264 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/15267/task/15273/stat : 15273 (java) S 15264 15267 5545 0 -1 4202560 42 0 0 0 7 2 0 0 20 0 22 0 4367908 10060525568 162021 33554432000 1073741824 1073778376 140737335560256 140268797938728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15274] ppid=15264 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15267/task/15274/stat : 15274 (java) S 15264 15267 5545 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 22 0 4367908 10060525568 162021 33554432000 1073741824 1073778376 140737335560256 140268796885160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15275] ppid=15264 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/15267/task/15275/stat : 15275 (java) S 15264 15267 5545 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 4367908 10060525568 162021 33554432000 1073741824 1073778376 140737335560256 140268795832616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15276] ppid=15264 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/15267/task/15276/stat : 15276 (java) S 15264 15267 5545 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 22 0 4367908 10060525568 162021 33554432000 1073741824 1073778376 140737335560256 140268794780072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15277] ppid=15264 vsize=9824732 CPUtime=0.05 cores=1,3,5,7

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

/proc/15267/task/15272/stat : 15272 (java) S 15264 15267 5545 0 -1 4202560 304 0 0 0 221 7 0 0 20 0 22 0 4367908 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268798991272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15273] ppid=15264 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/15267/task/15273/stat : 15273 (java) S 15264 15267 5545 0 -1 4202560 371 0 0 0 237 9 0 0 20 0 22 0 4367908 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268797938728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15274] ppid=15264 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/15267/task/15274/stat : 15274 (java) S 15264 15267 5545 0 -1 4202560 327 0 0 0 226 8 0 0 20 0 22 0 4367908 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268796885160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15275] ppid=15264 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/15267/task/15275/stat : 15275 (java) S 15264 15267 5545 0 -1 4202560 351 0 0 0 235 8 0 0 20 0 22 0 4367908 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268795832616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15276] ppid=15264 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/15267/task/15276/stat : 15276 (java) S 15264 15267 5545 0 -1 4202560 381 0 0 0 245 8 0 0 20 0 22 0 4367908 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268794780072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15277] ppid=15264 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/15267/task/15277/stat : 15277 (java) S 15264 15267 5545 0 -1 4202560 327 0 0 0 226 8 0 0 20 0 22 0 4367908 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268793727528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15278] ppid=15264 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/15267/task/15278/stat : 15278 (java) S 15264 15267 5545 0 -1 4202560 2760 0 0 0 213 20 0 0 20 0 22 0 4367909 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268781529704 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15279] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15279/stat : 15279 (java) S 15264 15267 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4367909 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268780476024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15280] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15280/stat : 15280 (java) S 15264 15267 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4367909 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268779423368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15281] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15281/stat : 15281 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367912 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268778372112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15282] ppid=15264 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/15267/task/15282/stat : 15282 (java) S 15264 15267 5545 0 -1 4202560 16548 0 0 0 165 3 0 0 20 0 22 0 4367912 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268777318456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15283] ppid=15264 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/15267/task/15283/stat : 15283 (java) S 15264 15267 5545 0 -1 4202560 13070 0 0 0 114 3 0 0 20 0 22 0 4367912 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268776265912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15284] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15284/stat : 15284 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367912 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268775213560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15285] ppid=15264 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/15267/task/15285/stat : 15285 (java) S 15264 15267 5545 0 -1 4202560 51 0 0 0 15 22 0 0 20 0 22 0 4367912 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268774161224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15286] ppid=15264 vsize=9824732 CPUtime=871.72 cores=1,3,5,7
/proc/15267/task/15286/stat : 15286 (java) R 15264 15267 5545 0 -1 4202560 170 0 0 0 87157 15 0 0 20 0 22 0 4367922 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268773006992 140268884453151 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15287] ppid=15264 vsize=9824732 CPUtime=871.67 cores=1,3,5,7
/proc/15267/task/15287/stat : 15287 (java) R 15264 15267 5545 0 -1 4202560 1815 0 0 0 87115 52 0 0 20 0 22 0 4367922 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268771953680 140268884506040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15288] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15288/stat : 15288 (java) S 15264 15267 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4367922 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268770903592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15289] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15289/stat : 15289 (java) S 15264 15267 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4367922 10060525568 590323 33554432000 1073741824 1073778376 140737335560256 140268769851048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1772.8
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.18 4.15 4.16 8/219 15381
/proc/meminfo: memFree=26037120/32872528 swapFree=1073728/1155488
[pid=15267] ppid=15264 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/15267/stat : 15267 (java) S 15264 15267 5545 0 -1 4202496 40926 0 1 0 179861 146 0 0 20 0 22 0 4367907 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140737335551392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15267/statm: 2456183 588312 2293 9 0 2446860 0
[pid=15267/tid=15268] ppid=15264 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15267/task/15268/stat : 15268 (java) S 15264 15267 5545 0 -1 4202560 2416 0 1 0 15 3 0 0 20 0 22 0 4367907 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140269025035128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15270] ppid=15264 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/15267/task/15270/stat : 15270 (java) S 15264 15267 5545 0 -1 4202560 381 0 0 0 250 11 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140269003135656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15271] ppid=15264 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/15267/task/15271/stat : 15271 (java) S 15264 15267 5545 0 -1 4202560 369 0 0 0 240 9 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268800043816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15272] ppid=15264 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/15267/task/15272/stat : 15272 (java) S 15264 15267 5545 0 -1 4202560 304 0 0 0 223 7 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268798991272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15273] ppid=15264 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/15267/task/15273/stat : 15273 (java) S 15264 15267 5545 0 -1 4202560 373 0 0 0 239 9 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268797938728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15274] ppid=15264 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/15267/task/15274/stat : 15274 (java) S 15264 15267 5545 0 -1 4202560 330 0 0 0 229 8 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268796885160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15275] ppid=15264 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/15267/task/15275/stat : 15275 (java) S 15264 15267 5545 0 -1 4202560 355 0 0 0 238 8 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268795832616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15276] ppid=15264 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/15267/task/15276/stat : 15276 (java) S 15264 15267 5545 0 -1 4202560 388 0 0 0 247 8 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268794780072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15277] ppid=15264 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/15267/task/15277/stat : 15277 (java) S 15264 15267 5545 0 -1 4202560 329 0 0 0 229 8 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268793727528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15278] ppid=15264 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/15267/task/15278/stat : 15278 (java) S 15264 15267 5545 0 -1 4202560 2760 0 0 0 213 21 0 0 20 0 22 0 4367909 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268781529704 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15279] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15279/stat : 15279 (java) S 15264 15267 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4367909 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268780476024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15280] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15280/stat : 15280 (java) S 15264 15267 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4367909 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268779423368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15281] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15281/stat : 15281 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367912 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268778372112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15282] ppid=15264 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/15267/task/15282/stat : 15282 (java) S 15264 15267 5545 0 -1 4202560 16548 0 0 0 165 3 0 0 20 0 22 0 4367912 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268777318456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15283] ppid=15264 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/15267/task/15283/stat : 15283 (java) S 15264 15267 5545 0 -1 4202560 13070 0 0 0 114 3 0 0 20 0 22 0 4367912 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268776265912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15284] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15284/stat : 15284 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367912 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268775213560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15285] ppid=15264 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/15267/task/15285/stat : 15285 (java) S 15264 15267 5545 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 4367912 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268774161224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15286] ppid=15264 vsize=9824732 CPUtime=885.22 cores=1,3,5,7
/proc/15267/task/15286/stat : 15286 (java) R 15264 15267 5545 0 -1 4202560 172 0 0 0 88507 15 0 0 20 0 22 0 4367922 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268773006992 140268884453114 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15287] ppid=15264 vsize=9824732 CPUtime=885.17 cores=1,3,5,7
/proc/15267/task/15287/stat : 15287 (java) R 15264 15267 5545 0 -1 4202560 1815 0 0 0 88465 52 0 0 20 0 22 0 4367922 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268771953584 140268884505938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15288] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15288/stat : 15288 (java) S 15264 15267 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4367922 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268770903592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15289] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15289/stat : 15289 (java) S 15264 15267 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4367922 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268769851048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

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 15267 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.18 4.15 4.16 8/219 15381
/proc/meminfo: memFree=26037120/32872528 swapFree=1073728/1155488
[pid=15267] ppid=15264 vsize=9824732 CPUtime=1800.07 cores=1,3,5,7
/proc/15267/stat : 15267 (java) S 15264 15267 5545 0 -1 4202496 40926 0 1 0 179861 146 0 0 20 0 22 0 4367907 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140737335551392 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15267/statm: 2456183 588312 2293 9 0 2446860 0
[pid=15267/tid=15268] ppid=15264 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15267/task/15268/stat : 15268 (java) S 15264 15267 5545 0 -1 4202560 2416 0 1 0 15 3 0 0 20 0 22 0 4367907 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140269025035128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15270] ppid=15264 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/15267/task/15270/stat : 15270 (java) S 15264 15267 5545 0 -1 4202560 381 0 0 0 250 11 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140269003135656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15271] ppid=15264 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/15267/task/15271/stat : 15271 (java) S 15264 15267 5545 0 -1 4202560 369 0 0 0 240 9 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268800043816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15272] ppid=15264 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/15267/task/15272/stat : 15272 (java) S 15264 15267 5545 0 -1 4202560 304 0 0 0 223 7 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268798991272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15273] ppid=15264 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/15267/task/15273/stat : 15273 (java) S 15264 15267 5545 0 -1 4202560 373 0 0 0 239 9 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268797938728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15274] ppid=15264 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/15267/task/15274/stat : 15274 (java) S 15264 15267 5545 0 -1 4202560 330 0 0 0 229 8 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268796885160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15275] ppid=15264 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/15267/task/15275/stat : 15275 (java) S 15264 15267 5545 0 -1 4202560 355 0 0 0 238 8 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268795832616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15276] ppid=15264 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/15267/task/15276/stat : 15276 (java) S 15264 15267 5545 0 -1 4202560 388 0 0 0 247 8 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268794780072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15277] ppid=15264 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/15267/task/15277/stat : 15277 (java) S 15264 15267 5545 0 -1 4202560 329 0 0 0 229 8 0 0 20 0 22 0 4367908 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268793727528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15278] ppid=15264 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/15267/task/15278/stat : 15278 (java) S 15264 15267 5545 0 -1 4202560 2760 0 0 0 213 21 0 0 20 0 22 0 4367909 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268781529704 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15279] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15279/stat : 15279 (java) S 15264 15267 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4367909 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268780476024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15280] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15280/stat : 15280 (java) S 15264 15267 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4367909 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268779423368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15281] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15281/stat : 15281 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367912 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268778372112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15282] ppid=15264 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/15267/task/15282/stat : 15282 (java) S 15264 15267 5545 0 -1 4202560 16548 0 0 0 165 3 0 0 20 0 22 0 4367912 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268777318456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15283] ppid=15264 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/15267/task/15283/stat : 15283 (java) S 15264 15267 5545 0 -1 4202560 13070 0 0 0 114 3 0 0 20 0 22 0 4367912 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268776265912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15284] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15284/stat : 15284 (java) S 15264 15267 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4367912 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268775213560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15267/tid=15285] ppid=15264 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/15267/task/15285/stat : 15285 (java) S 15264 15267 5545 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 4367912 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268774161224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15286] ppid=15264 vsize=9824732 CPUtime=885.22 cores=1,3,5,7
/proc/15267/task/15286/stat : 15286 (java) R 15264 15267 5545 0 -1 4202560 172 0 0 0 88507 15 0 0 20 0 22 0 4367922 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268773006992 140268884453114 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15267/tid=15287] ppid=15264 vsize=9824732 CPUtime=885.17 cores=1,3,5,7
/proc/15267/task/15287/stat : 15287 (java) R 15264 15267 5545 0 -1 4202560 1815 0 0 0 88465 52 0 0 20 0 22 0 4367922 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268771953584 140268884505938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15267/tid=15288] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15288/stat : 15288 (java) S 15264 15267 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4367922 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268770903592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15267/tid=15289] ppid=15264 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15267/task/15289/stat : 15289 (java) S 15264 15267 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4367922 10060525568 588312 33554432000 1073741824 1073778376 140737335560256 140268769851048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15267 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=150247
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=30691
# CPU time returned by wait4() is 1796.18
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.955
CPU time (s): 1800.07
CPU user time (s): 1798.61
CPU system time (s): 1.46
CPU usage (%): 200.911
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 2.03069
maximum resident set size= 2910756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40968
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28119
involuntary context switches= 46680

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.03508 second user time and 7.35388 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 22:39:47
IDJOB=4090010
IDBENCH=107488
IDSOLVER=2543
FILE ID=node114/4090010-1466023187
RUNJOBID= node114-1466008022-5562
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v091-n2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090010-1466023187/watcher-4090010-1466023187 -o /tmp/evaluation-result-4090010-1466023187/solver-4090010-1466023187 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4090010-1466023187.opb

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

MD5SUM BENCH= e6bc379e6d1df32d474a50649f29ffd0
RANDOM SEED=1568162859

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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:        28534952 kB
Buffers:           25404 kB
Cached:            46060 kB
SwapCached:        33296 kB
Active:          2398592 kB
Inactive:          76580 kB
Active(anon):    2372768 kB
Inactive(anon):    33292 kB
Active(file):      25824 kB
Inactive(file):    43288 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       3466964 kB
Mapped:            15524 kB
Shmem:                 0 kB
Slab:             566700 kB
SReclaimable:      10332 kB
SUnreclaim:       556368 kB
KernelStack:        1808 kB
PageTables:        11692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3735244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2342912 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 node114 at 2016-06-15 22:54:43