Trace number 4080535

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.08 898.174

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K167.opb
MD5SUM828e3d173a352fe2cabe4815c21f6f3f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19873
Total number of constraints20209
Number of constraints which are clauses20042
Number of constraints which are cardinality constraints (but not clauses)167
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint167
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 168
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080535-1465278942.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.89/0.89	c ... done. Wall clock time 0.766s.
1.89/0.89	c declared #vars     19873
1.89/0.89	c #constraints  20209
1.89/0.89	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.89/0.89	c constraints type 
1.89/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17882
1.89/0.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
1.89/0.89	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.89/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2158
1.89/0.89	c 20209 constraints processed.
1.89/0.89	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.89/0.89	c constraints type 
1.89/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2158
1.89/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17882
1.89/0.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 167
1.89/0.89	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.89/0.89	c 20209 constraints processed.
9.13/3.68	c cleaning 2435 clauses out of 4991 with flag 22586/5003
15.60/6.66	c cleaning 4250 clauses out of 8552 with flag 52969/11000
22.71/10.12	c cleaning 5632 clauses out of 11298 with flag 90389/18001
31.25/14.33	c cleaning 6748 clauses out of 13662 with flag 135531/26000
40.77/19.04	c cleaning 7917 clauses out of 15909 with flag 183295/35000
52.30/24.79	c cleaning 8428 clauses out of 17988 with flag 232046/45000
64.64/30.87	c cleaning 8884 clauses out of 20556 with flag 284833/56000
78.15/37.55	c cleaning 9838 clauses out of 23662 with flag 342567/68000
93.02/44.94	c cleaning 10514 clauses out of 26814 with flag 405412/81000
110.31/53.50	c cleaning 11327 clauses out of 30294 with flag 476606/95000
127.01/61.88	c cleaning 12194 clauses out of 33954 with flag 551031/110000
146.08/71.38	c cleaning 13047 clauses out of 37760 with flag 632844/126003
165.35/80.91	c cleaning 13865 clauses out of 41706 with flag 717197/143000
185.63/91.00	c cleaning 14676 clauses out of 45838 with flag 809121/161000
206.43/101.48	c cleaning 15553 clauses out of 50160 with flag 903392/180001
230.09/113.55	c cleaning 16198 clauses out of 54602 with flag 1005621/200000
255.42/126.13	c cleaning 17326 clauses out of 59401 with flag 1116099/221000
282.61/139.61	c cleaning 17964 clauses out of 64071 with flag 1228910/243000
305.59/151.00	c cleaning 0 clauses out of 5000 with flag 0/5000
311.81/153.90	c cleaning 18856 clauses out of 69104 with flag 1347397/266000
341.71/168.84	c cleaning 19774 clauses out of 74246 with flag 1473651/290000
373.38/184.57	c cleaning 20438 clauses out of 79469 with flag 1607528/315001
405.72/200.68	c cleaning 21248 clauses out of 85027 with flag 1750457/341000
437.26/216.37	c cleaning 22068 clauses out of 90778 with flag 1895940/368001
475.05/235.17	c cleaning 23256 clauses out of 96706 with flag 2050183/396000
512.69/254.49	c cleaning 23719 clauses out of 102448 with flag 2210159/425000
548.29/272.29	c cleaning 24720 clauses out of 108730 with flag 2379675/455002
585.68/290.90	c cleaning 25458 clauses out of 115008 with flag 2545628/486002
625.13/310.50	c cleaning 26211 clauses out of 121546 with flag 2728815/518000
665.32/330.68	c cleaning 27204 clauses out of 128332 with flag 2914491/551000
706.31/351.18	c cleaning 27956 clauses out of 135123 with flag 3106777/585000
751.11/373.59	c cleaning 28735 clauses out of 142167 with flag 3303841/620001
796.14/395.99	c cleaning 29622 clauses out of 149428 with flag 3511767/656002
845.53/420.62	c cleaning 30524 clauses out of 156804 with flag 3730310/693000
894.74/445.28	c cleaning 31477 clauses out of 164279 with flag 3950501/731000
944.73/470.28	c cleaning 32470 clauses out of 171801 with flag 4177568/770000
996.29/495.99	c cleaning 33284 clauses out of 179333 with flag 4405445/810003
1052.09/523.83	c cleaning 34313 clauses out of 187046 with flag 4645630/851000
1110.29/552.92	c cleaning 35151 clauses out of 194730 with flag 4898238/893000
1168.90/582.29	c cleaning 35855 clauses out of 202576 with flag 5158474/936000
1229.91/612.79	c cleaning 37158 clauses out of 210720 with flag 5416612/980000
1291.89/643.76	c cleaning 37478 clauses out of 218559 with flag 5689939/1025000
1357.12/676.33	c cleaning 38657 clauses out of 227080 with flag 5965588/1071000
1423.73/709.70	c cleaning 39604 clauses out of 235423 with flag 6245095/1118002
1495.09/745.69	c cleaning 40262 clauses out of 243817 with flag 6536500/1166000
1563.69/779.93	c cleaning 41310 clauses out of 252551 with flag 6831248/1215000
1636.88/816.55	c cleaning 41892 clauses out of 261240 with flag 7139645/1265000
1713.50/854.81	c cleaning 42874 clauses out of 270346 with flag 7457990/1316000
1791.68/893.90	c cleaning 44268 clauses out of 279472 with flag 7789218/1368001
1800.08/898.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/898.10	c starts		: 7963
1800.08/898.10	c conflicts		: 1374899
1800.08/898.10	c decisions		: 46525855
1800.08/898.10	c propagations		: 1307885375
1800.08/898.10	c inspects		: 3409213925
1800.08/898.10	c shortcuts		: 0
1800.08/898.10	c learnt literals	: 159
1800.08/898.10	c learnt binary clauses	: 107121
1800.08/898.10	c learnt ternary clauses	: 90620
1800.08/898.10	c learnt constraints	: 1374740
1800.08/898.10	c ignored constraints	: 0
1800.08/898.10	c root simplifications	: 0
1800.08/898.10	c removed literals (reason simplification)	: 9959734
1800.08/898.10	c reason swapping (by a shorter reason)	: 0
1800.08/898.10	c Calls to reduceDB	: 48
1800.08/898.10	c Number of update (reduction) of LBD	: 924393
1800.08/898.10	c Imported unit clauses	: 0
1800.08/898.10	c number of reductions to clauses (during analyze)	: 0
1800.08/898.10	c number of learned constraints concerned by reduction	: 0
1800.08/898.10	c number of learning phase by resolution	: 0
1800.08/898.10	c number of learning phase by cutting planes	: 0
1800.08/898.10	c speed (assignments/second)	: 1457768.7885303223
1800.08/898.10	c non guided choices	29072
1800.08/898.15	c learnt constraints type 
1800.08/898.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 107121
1800.08/898.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134981
1800.08/898.15	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/898.15	c starts		: 25
1800.08/898.15	c conflicts		: 5804
1800.08/898.15	c decisions		: 145612
1800.08/898.15	c propagations		: 9280364
1800.08/898.15	c inspects		: 233755328
1800.08/898.15	c shortcuts		: 0
1800.08/898.15	c learnt literals	: 0
1800.08/898.15	c learnt binary clauses	: 0
1800.08/898.15	c learnt ternary clauses	: 39
1800.08/898.15	c learnt constraints	: 5803
1800.08/898.15	c ignored constraints	: 0
1800.08/898.15	c root simplifications	: 0
1800.08/898.15	c removed literals (reason simplification)	: 0
1800.08/898.15	c reason swapping (by a shorter reason)	: 0
1800.08/898.15	c Calls to reduceDB	: 1
1800.08/898.15	c Number of update (reduction) of LBD	: 0
1800.08/898.15	c Imported unit clauses	: 0
1800.08/898.15	c number of reductions to clauses (during analyze)	: 0
1800.08/898.15	c number of learned constraints concerned by reduction	: 0
1800.08/898.15	c number of learning phase by resolution	: 0
1800.08/898.15	c number of learning phase by cutting planes	: 0
1800.08/898.15	c speed (assignments/second)	: 10343.350088606043
1800.08/898.15	c non guided choices	4031
1800.08/898.15	c learnt constraints type 
1800.08/898.15	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 436
1800.08/898.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1600
1800.08/898.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3767
1800.08/898.15	s UNKNOWN
1800.08/898.15	c Total wall clock time (in seconds): 898.034

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

pid=28117
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.25 4.25 4.05 5/197 28120
/proc/meminfo: memFree=26291076/32872528 swapFree=16636/1570076
[pid=28120] ppid=28117 vsize=336 CPUtime=0 cores=1,3,5,7
/proc/28120/stat : 28120 (java) R 28117 28120 27578 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 109826584 344064 35 33554432000 1073741824 1073778376 140737469448800 140733229192792 213410475351 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28120/statm: 625 43 34 9 0 25 0

[startup+0.100111 s]
/proc/loadavg: 4.25 4.25 4.05 5/197 28120
/proc/meminfo: memFree=26291076/32872528 swapFree=16636/1570076
[pid=28120] ppid=28117 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28120/stat : 28120 (java) S 28117 28120 27578 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 109826584 9787879424 6037 33554432000 1073741824 1073778376 140737469448800 140737469439936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28120/statm: 2389619 6037 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 4.25 4.25 4.05 5/197 28120
/proc/meminfo: memFree=26291076/32872528 swapFree=16636/1570076
[pid=28120] ppid=28117 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/28120/stat : 28120 (java) S 28117 28120 27578 0 -1 4202496 6314 0 1 0 25 2 0 0 20 0 18 0 109826584 9787879424 8350 33554432000 1073741824 1073778376 140737469448800 140737469439936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28120/statm: 2389619 8351 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300248 s]
/proc/loadavg: 4.25 4.25 4.05 5/197 28120
/proc/meminfo: memFree=26291076/32872528 swapFree=16636/1570076
[pid=28120] ppid=28117 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/28120/stat : 28120 (java) S 28117 28120 27578 0 -1 4202496 7193 0 1 0 53 2 0 0 20 0 18 0 109826584 9787879424 11247 33554432000 1073741824 1073778376 140737469448800 140737469439936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28120/statm: 2389619 11247 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700204 s]
/proc/loadavg: 4.25 4.25 4.05 5/197 28120
/proc/meminfo: memFree=26291076/32872528 swapFree=16636/1570076
[pid=28120] ppid=28117 vsize=9558476 CPUtime=1.6 cores=1,3,5,7
/proc/28120/stat : 28120 (java) S 28117 28120 27578 0 -1 4202496 20952 0 1 0 154 6 0 0 20 0 18 0 109826584 9787879424 41579 33554432000 1073741824 1073778376 140737469448800 140737469439936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28120/statm: 2389619 41579 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.25 4.25 4.05 8/219 28142
/proc/meminfo: memFree=26090548/32872528 swapFree=16636/1570076
[pid=28120] ppid=28117 vsize=9824732 CPUtime=4.56 cores=1,3,5,7
/proc/28120/stat : 28120 (java) S 28117 28120 27578 0 -1 4202496 24107 0 1 0 449 7 0 0 20 0 22 0 109826584 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140737469439936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28120/statm: 2456183 52602 2283 9 0 2446860 0
[pid=28120/tid=28122] ppid=28117 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/28120/task/28122/stat : 28122 (java) S 28117 28120 27578 0 -1 4202560 2488 0 1 0 79 4 0 0 20 0 22 0 109826585 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461448639352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28123] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28123/stat : 28123 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826586 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461410130984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28124] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28124/stat : 28124 (java) S 28117 28120 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109826586 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461409078184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28125] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28125/stat : 28125 (java) S 28117 28120 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109826586 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461408025384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28126] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28126/stat : 28126 (java) S 28117 28120 27578 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 109826586 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461406972584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28127] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28127/stat : 28127 (java) S 28117 28120 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109826586 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461405919784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28128] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28128/stat : 28128 (java) S 28117 28120 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109826586 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461404866984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28129] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28129/stat : 28129 (java) S 28117 28120 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109826586 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461403814184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28130] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28130/stat : 28130 (java) S 28117 28120 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109826586 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461285042344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28131] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28131/stat : 28131 (java) S 28117 28120 27578 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 109826587 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461272845288 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28132] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28132/stat : 28132 (java) S 28117 28120 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109826588 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461271791352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28133] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28133/stat : 28133 (java) S 28117 28120 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109826588 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461270738440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28134] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28134/stat : 28134 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140461269686928 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28135] ppid=28117 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/28120/task/28135/stat : 28135 (java) R 28117 28120 27578 0 -1 4202560 12934 0 0 0 116 2 0 0 20 0 22 0 109826590 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140460530055136 140461451246204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28136] ppid=28117 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/28120/task/28136/stat : 28136 (java) S 28117 28120 27578 0 -1 4202560 7257 0 0 0 122 1 0 0 20 0 22 0 109826590 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140460529015096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28137] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28137/stat : 28137 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140460527962488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28138] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28138/stat : 28138 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140460526909896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28139] ppid=28117 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/28120/task/28139/stat : 28139 (java) R 28117 28120 27578 0 -1 4202560 21 0 0 0 58 0 0 0 20 0 22 0 109826674 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140460525856136 140461286112726 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28140] ppid=28117 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/28120/task/28140/stat : 28140 (java) R 28117 28120 27578 0 -1 4202560 27 0 0 0 58 0 0 0 20 0 22 0 109826674 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140460524800184 140461285656860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28141] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28141/stat : 28141 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826677 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140460523750824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28142] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28142/stat : 28142 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826677 10060525568 52602 33554432000 1073741824 1073778376 140737469448800 140460522698024 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.25 4.25 4.05 5/219 28142
/proc/meminfo: memFree=26069564/32872528 swapFree=16636/1570076
[pid=28120] ppid=28117 vsize=9824732 CPUtime=8.08 cores=1,3,5,7
/proc/28120/stat : 28120 (java) S 28117 28120 27578 0 -1 4202496 24197 0 1 0 797 11 0 0 20 0 22 0 109826584 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140737469439936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28120/statm: 2456183 81564 2288 9 0 2446860 0
[pid=28120/tid=28122] ppid=28117 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/28120/task/28122/stat : 28122 (java) S 28117 28120 27578 0 -1 4202560 2488 0 1 0 79 4 0 0 20 0 22 0 109826585 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461448639352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28123] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28123/stat : 28123 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826586 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461410130984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28124] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28124/stat : 28124 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826586 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461409078184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28125] ppid=28117 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28120/task/28125/stat : 28125 (java) S 28117 28120 27578 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 109826586 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461408025384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28126] ppid=28117 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28120/task/28126/stat : 28126 (java) S 28117 28120 27578 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 109826586 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461406972584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28127] ppid=28117 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28120/task/28127/stat : 28127 (java) S 28117 28120 27578 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 109826586 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461405919784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28128] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28128/stat : 28128 (java) S 28117 28120 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109826586 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461404866984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28129] ppid=28117 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28120/task/28129/stat : 28129 (java) S 28117 28120 27578 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 109826586 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461403814184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28130] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28130/stat : 28130 (java) S 28117 28120 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109826586 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461285042344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28131] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28131/stat : 28131 (java) S 28117 28120 27578 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 109826587 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461272845288 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28132] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28132/stat : 28132 (java) S 28117 28120 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109826588 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461271791352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28133] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28133/stat : 28133 (java) S 28117 28120 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109826588 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461270738440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28134] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28134/stat : 28134 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140461269686928 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28135] ppid=28117 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/28120/task/28135/stat : 28135 (java) S 28117 28120 27578 0 -1 4202560 12940 0 0 0 135 2 0 0 20 0 22 0 109826590 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140460530067896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28136] ppid=28117 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/28120/task/28136/stat : 28136 (java) S 28117 28120 27578 0 -1 4202560 7257 0 0 0 132 1 0 0 20 0 22 0 109826590 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140460529015096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28137] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28137/stat : 28137 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140460527962488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28138] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28138/stat : 28138 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140460526909896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28139] ppid=28117 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/28120/task/28139/stat : 28139 (java) R 28117 28120 27578 0 -1 4202560 21 0 0 0 213 0 0 0 20 0 22 0 109826674 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140460525855880 140461285592320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28140] ppid=28117 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/28120/task/28140/stat : 28140 (java) R 28117 28120 27578 0 -1 4202560 77 0 0 0 214 1 0 0 20 0 22 0 109826674 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140460524802648 140461285656596 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28141] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28141/stat : 28141 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826677 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140460523750824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28142] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28142/stat : 28142 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826677 10060525568 81564 33554432000 1073741824 1073778376 140737469448800 140460522698024 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.08
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.23 4.24 4.05 5/219 28142
/proc/meminfo: memFree=25814160/32872528 swapFree=16636/1570076
[pid=28120] ppid=28117 vsize=9824732 CPUtime=14.99 cores=1,3,5,7
/proc/28120/stat : 28120 (java) S 28117 28120 27578 0 -1 4202496 24987 0 1 0 1475 24 0 0 20 0 22 0 109826584 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140737469439936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28120/statm: 2456183 160411 2292 9 0 2446860 0
[pid=28120/tid=28122] ppid=28117 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/28120/task/28122/stat : 28122 (java) S 28117 28120 27578 0 -1 4202560 2488 0 1 0 79 4 0 0 20 0 22 0 109826585 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461448639352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28123] ppid=28117 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28120/task/28123/stat : 28123 (java) S 28117 28120 27578 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 109826586 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461410130984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28124] ppid=28117 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/28120/task/28124/stat : 28124 (java) S 28117 28120 27578 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 109826586 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461409078184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28125] ppid=28117 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/28120/task/28125/stat : 28125 (java) S 28117 28120 27578 0 -1 4202560 53 0 0 0 6 3 0 0 20 0 22 0 109826586 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461408025384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28126] ppid=28117 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/28120/task/28126/stat : 28126 (java) S 28117 28120 27578 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 109826586 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461406972584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28127] ppid=28117 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/28120/task/28127/stat : 28127 (java) S 28117 28120 27578 0 -1 4202560 46 0 0 0 4 2 0 0 20 0 22 0 109826586 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461405919784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28128] ppid=28117 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28120/task/28128/stat : 28128 (java) S 28117 28120 27578 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 109826586 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461404866984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28129] ppid=28117 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/28120/task/28129/stat : 28129 (java) S 28117 28120 27578 0 -1 4202560 77 0 0 0 4 2 0 0 20 0 22 0 109826586 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461403814184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28130] ppid=28117 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28120/task/28130/stat : 28130 (java) S 28117 28120 27578 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 22 0 109826586 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461285042344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28131] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28131/stat : 28131 (java) S 28117 28120 27578 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 22 0 109826587 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461272845288 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28132] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28132/stat : 28132 (java) S 28117 28120 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109826588 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461271791352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28133] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28133/stat : 28133 (java) S 28117 28120 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109826588 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461270738440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28134] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28134/stat : 28134 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 160411 33554432000 1073741824 1073778376 140737469448800 140461269686928 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28135] ppid=28117 vsize=9824732 CPUtime=1.45 cores=1,3,5,7

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

/proc/28120/task/28125/stat : 28125 (java) S 28117 28120 27578 0 -1 4202560 548 0 0 0 91 19 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461408025384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28126] ppid=28117 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/28120/task/28126/stat : 28126 (java) S 28117 28120 27578 0 -1 4202560 397 0 0 0 81 17 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461406972584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28127] ppid=28117 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/28120/task/28127/stat : 28127 (java) S 28117 28120 27578 0 -1 4202560 593 0 0 0 103 19 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461405919784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28128] ppid=28117 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/28120/task/28128/stat : 28128 (java) S 28117 28120 27578 0 -1 4202560 653 0 0 0 93 20 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461404866984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28129] ppid=28117 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/28120/task/28129/stat : 28129 (java) S 28117 28120 27578 0 -1 4202560 613 0 0 0 80 14 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461403814184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28130] ppid=28117 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/28120/task/28130/stat : 28130 (java) S 28117 28120 27578 0 -1 4202560 490 0 0 0 106 16 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461285042344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28131] ppid=28117 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/28120/task/28131/stat : 28131 (java) S 28117 28120 27578 0 -1 4202560 2366 0 0 0 291 4 0 0 20 0 22 0 109826587 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461272845288 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28132] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28132/stat : 28132 (java) S 28117 28120 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109826588 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461271791352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28133] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28133/stat : 28133 (java) S 28117 28120 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109826588 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461270738440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28134] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28134/stat : 28134 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461269686928 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28135] ppid=28117 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/28120/task/28135/stat : 28135 (java) S 28117 28120 27578 0 -1 4202560 12971 0 0 0 181 2 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460530067896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28136] ppid=28117 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/28120/task/28136/stat : 28136 (java) S 28117 28120 27578 0 -1 4202560 7269 0 0 0 170 1 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460529015096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28137] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28137/stat : 28137 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460527962488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28138] ppid=28117 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/28120/task/28138/stat : 28138 (java) S 28117 28120 27578 0 -1 4202560 51 0 0 0 11 21 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460526909896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28139] ppid=28117 vsize=9824732 CPUtime=873.75 cores=1,3,5,7
/proc/28120/task/28139/stat : 28139 (java) R 28117 28120 27578 0 -1 4202560 34 0 0 0 87361 14 0 0 20 0 22 0 109826674 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460525847056 140461286112720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28140] ppid=28117 vsize=9824732 CPUtime=873.69 cores=1,3,5,7
/proc/28120/task/28140/stat : 28140 (java) R 28117 28120 27578 0 -1 4202560 1619 0 0 0 87324 45 0 0 20 0 22 0 109826674 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460524800496 140461286292896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28141] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28141/stat : 28141 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826677 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460523750824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28142] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28142/stat : 28142 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826677 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460522698024 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1768.49
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.101 s]
/proc/loadavg: 4.26 4.26 4.17 5/220 28257
/proc/meminfo: memFree=22836348/32872528 swapFree=16636/1570076
[pid=28120] ppid=28117 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/28120/stat : 28120 (java) S 28117 28120 27578 0 -1 4202496 32723 0 1 0 179802 206 0 0 20 0 22 0 109826584 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140737469439936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28120/statm: 2456183 915642 2301 9 0 2446860 0
[pid=28120/tid=28122] ppid=28117 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/28120/task/28122/stat : 28122 (java) S 28117 28120 27578 0 -1 4202560 2493 0 1 0 82 5 0 0 20 0 22 0 109826585 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461448639352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28123] ppid=28117 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/28120/task/28123/stat : 28123 (java) S 28117 28120 27578 0 -1 4202560 733 0 0 0 101 20 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461410130984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28124] ppid=28117 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/28120/task/28124/stat : 28124 (java) S 28117 28120 27578 0 -1 4202560 629 0 0 0 98 19 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461409078184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28125] ppid=28117 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/28120/task/28125/stat : 28125 (java) S 28117 28120 27578 0 -1 4202560 548 0 0 0 91 19 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461408025384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28126] ppid=28117 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/28120/task/28126/stat : 28126 (java) S 28117 28120 27578 0 -1 4202560 397 0 0 0 81 17 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461406972584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28127] ppid=28117 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/28120/task/28127/stat : 28127 (java) S 28117 28120 27578 0 -1 4202560 593 0 0 0 103 19 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461405919784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28128] ppid=28117 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/28120/task/28128/stat : 28128 (java) S 28117 28120 27578 0 -1 4202560 653 0 0 0 93 20 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461404866984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28129] ppid=28117 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/28120/task/28129/stat : 28129 (java) S 28117 28120 27578 0 -1 4202560 613 0 0 0 80 14 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461403814184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28130] ppid=28117 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/28120/task/28130/stat : 28130 (java) S 28117 28120 27578 0 -1 4202560 490 0 0 0 106 16 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461285042344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28131] ppid=28117 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/28120/task/28131/stat : 28131 (java) S 28117 28120 27578 0 -1 4202560 2366 0 0 0 291 4 0 0 20 0 22 0 109826587 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461272845288 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28132] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28132/stat : 28132 (java) S 28117 28120 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109826588 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461271791352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28133] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28133/stat : 28133 (java) S 28117 28120 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109826588 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461270738440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28134] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28134/stat : 28134 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461269686928 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28135] ppid=28117 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/28120/task/28135/stat : 28135 (java) S 28117 28120 27578 0 -1 4202560 12971 0 0 0 181 2 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460530067896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28136] ppid=28117 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/28120/task/28136/stat : 28136 (java) S 28117 28120 27578 0 -1 4202560 7269 0 0 0 170 1 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460529015096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28137] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28137/stat : 28137 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460527962488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28138] ppid=28117 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/28120/task/28138/stat : 28138 (java) S 28117 28120 27578 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460526909896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28139] ppid=28117 vsize=9824732 CPUtime=889.5 cores=1,3,5,7
/proc/28120/task/28139/stat : 28139 (java) R 28117 28120 27578 0 -1 4202560 34 0 0 0 88936 14 0 0 20 0 22 0 109826674 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460525847056 140461285988018 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28140] ppid=28117 vsize=9824732 CPUtime=889.44 cores=1,3,5,7
/proc/28120/task/28140/stat : 28140 (java) R 28117 28120 27578 0 -1 4202560 1619 0 0 0 88899 45 0 0 20 0 22 0 109826674 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460524800496 140461285965809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28141] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28141/stat : 28141 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826677 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460523750824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28142] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28142/stat : 28142 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826677 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460522698024 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 28120 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.101 s]
/proc/loadavg: 4.26 4.26 4.17 5/220 28257
/proc/meminfo: memFree=22836348/32872528 swapFree=16636/1570076
[pid=28120] ppid=28117 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/28120/stat : 28120 (java) S 28117 28120 27578 0 -1 4202496 32723 0 1 0 179802 206 0 0 20 0 22 0 109826584 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140737469439936 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28120/statm: 2456183 915642 2301 9 0 2446860 0
[pid=28120/tid=28122] ppid=28117 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/28120/task/28122/stat : 28122 (java) S 28117 28120 27578 0 -1 4202560 2493 0 1 0 82 5 0 0 20 0 22 0 109826585 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461448639352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28123] ppid=28117 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/28120/task/28123/stat : 28123 (java) S 28117 28120 27578 0 -1 4202560 733 0 0 0 101 20 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461410130984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28124] ppid=28117 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/28120/task/28124/stat : 28124 (java) S 28117 28120 27578 0 -1 4202560 629 0 0 0 98 19 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461409078184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28125] ppid=28117 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/28120/task/28125/stat : 28125 (java) S 28117 28120 27578 0 -1 4202560 548 0 0 0 91 19 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461408025384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28126] ppid=28117 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/28120/task/28126/stat : 28126 (java) S 28117 28120 27578 0 -1 4202560 397 0 0 0 81 17 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461406972584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28127] ppid=28117 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/28120/task/28127/stat : 28127 (java) S 28117 28120 27578 0 -1 4202560 593 0 0 0 103 19 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461405919784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28128] ppid=28117 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/28120/task/28128/stat : 28128 (java) S 28117 28120 27578 0 -1 4202560 653 0 0 0 93 20 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461404866984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28129] ppid=28117 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/28120/task/28129/stat : 28129 (java) S 28117 28120 27578 0 -1 4202560 613 0 0 0 80 14 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461403814184 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28130] ppid=28117 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/28120/task/28130/stat : 28130 (java) S 28117 28120 27578 0 -1 4202560 490 0 0 0 106 16 0 0 20 0 22 0 109826586 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461285042344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28120/tid=28131] ppid=28117 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/28120/task/28131/stat : 28131 (java) S 28117 28120 27578 0 -1 4202560 2366 0 0 0 291 4 0 0 20 0 22 0 109826587 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461272845288 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28132] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28132/stat : 28132 (java) S 28117 28120 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109826588 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461271791352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28133] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28133/stat : 28133 (java) S 28117 28120 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109826588 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461270738440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28134] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28134/stat : 28134 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140461269686928 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28135] ppid=28117 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/28120/task/28135/stat : 28135 (java) S 28117 28120 27578 0 -1 4202560 12971 0 0 0 181 2 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460530067896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28136] ppid=28117 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/28120/task/28136/stat : 28136 (java) S 28117 28120 27578 0 -1 4202560 7269 0 0 0 170 1 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460529015096 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28137] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28137/stat : 28137 (java) S 28117 28120 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460527962488 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28138] ppid=28117 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/28120/task/28138/stat : 28138 (java) S 28117 28120 27578 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 109826590 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460526909896 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28139] ppid=28117 vsize=9824732 CPUtime=889.5 cores=1,3,5,7
/proc/28120/task/28139/stat : 28139 (java) R 28117 28120 27578 0 -1 4202560 34 0 0 0 88936 14 0 0 20 0 22 0 109826674 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460525847056 140461285988018 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28120/tid=28140] ppid=28117 vsize=9824732 CPUtime=889.44 cores=1,3,5,7
/proc/28120/task/28140/stat : 28140 (java) R 28117 28120 27578 0 -1 4202560 1619 0 0 0 88899 45 0 0 20 0 22 0 109826674 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460524800496 140461285965809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28120/tid=28141] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28141/stat : 28141 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826677 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460523750824 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28120/tid=28142] ppid=28117 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28120/task/28142/stat : 28142 (java) S 28117 28120 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109826677 10060525568 915642 33554432000 1073741824 1073778376 140737469448800 140460522698024 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28120 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=517343
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=544613
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.174
CPU time (s): 1800.08
CPU user time (s): 1798.02
CPU system time (s): 2.06
CPU usage (%): 200.416
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.52
system time used= 2.54461
maximum resident set size= 3662688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32759
page faults= 1
swaps= 0
block input operations= 0
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22168
involuntary context switches= 12334

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12207 second user time and 7.08592 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 07:55:42
IDJOB=4080535
IDBENCH=90141
IDSOLVER=2543
FILE ID=node140/4080535-1465278942
RUNJOBID= node140-1465276272-27595
PBS_JOBID= 19843305
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K167.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080535-1465278942/watcher-4080535-1465278942 -o /tmp/evaluation-result-4080535-1465278942/solver-4080535-1465278942 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27595 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080535-1465278942.opb

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

MD5SUM BENCH= 828e3d173a352fe2cabe4815c21f6f3f
RANDOM SEED=853518524

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26291720 kB
Buffers:          124280 kB
Cached:           304880 kB
SwapCached:         1688 kB
Active:          3913452 kB
Inactive:         352856 kB
Active(anon):    3836808 kB
Inactive(anon):     2692 kB
Active(file):      76644 kB
Inactive(file):   350164 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              1960 kB
Writeback:             4 kB
AnonPages:       5406688 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             603648 kB
SReclaimable:      47488 kB
SUnreclaim:       556160 kB
KernelStack:        1592 kB
PageTables:        15124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5867980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5316608 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 node140 at 2016-06-07 08:10:41