Trace number 4080523

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.1 895.587

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K133.opb
MD5SUM2e2bfba9fd441b7330d2c90af940d9b0
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 variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
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 134
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080523-1465280737.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.60/0.78	c ... done. Wall clock time 0.66s.
1.60/0.78	c declared #vars     15827
1.60/0.78	c #constraints  16095
1.60/0.78	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.60/0.78	c constraints type 
1.60/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14244
1.60/0.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 133
1.60/0.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.60/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1716
1.60/0.78	c 16095 constraints processed.
1.60/0.79	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.60/0.79	c constraints type 
1.60/0.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1716
1.60/0.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14244
1.60/0.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 133
1.60/0.79	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.60/0.79	c 16095 constraints processed.
9.20/3.35	c cleaning 2460 clauses out of 4990 with flag 22886/5000
14.41/5.81	c cleaning 4239 clauses out of 8522 with flag 56632/11000
19.88/8.55	c cleaning 5578 clauses out of 11282 with flag 96891/18000
27.61/12.31	c cleaning 6816 clauses out of 13701 with flag 143711/26000
34.92/15.94	c cleaning 7880 clauses out of 15883 with flag 188699/35004
42.94/19.95	c cleaning 8708 clauses out of 17996 with flag 241601/45000
52.84/24.88	c cleaning 8845 clauses out of 20283 with flag 295479/56001
62.85/29.87	c cleaning 9810 clauses out of 23434 with flag 353947/68000
75.19/35.95	c cleaning 10692 clauses out of 26614 with flag 418616/81000
88.15/42.30	c cleaning 11615 clauses out of 29912 with flag 489020/95000
102.35/49.50	c cleaning 12493 clauses out of 33291 with flag 567046/110000
117.85/57.09	c cleaning 13454 clauses out of 36793 with flag 651871/126000
135.61/65.86	c cleaning 14326 clauses out of 40335 with flag 741825/143000
155.13/75.55	c cleaning 15192 clauses out of 44009 with flag 842853/161000
173.05/84.48	c cleaning 15743 clauses out of 47816 with flag 948691/180001
193.81/95.13	c cleaning 16419 clauses out of 52072 with flag 1053757/200005
215.26/105.80	c cleaning 17575 clauses out of 56646 with flag 1168614/221000
235.36/115.89	c cleaning 18201 clauses out of 61072 with flag 1288702/243002
258.96/127.58	c cleaning 18929 clauses out of 65859 with flag 1419754/266000
283.94/139.93	c cleaning 19991 clauses out of 70932 with flag 1553412/290003
313.37/154.56	c cleaning 20729 clauses out of 75937 with flag 1697462/315000
341.11/168.35	c cleaning 21638 clauses out of 81207 with flag 1849169/341000
343.13/169.30	c cleaning 0 clauses out of 5001 with flag 0/5001
372.77/183.86	c cleaning 22491 clauses out of 86567 with flag 2001999/368003
404.01/199.40	c cleaning 23305 clauses out of 92068 with flag 2161046/396000
438.64/216.40	c cleaning 24351 clauses out of 97763 with flag 2332076/425000
475.47/235.21	c cleaning 25046 clauses out of 103413 with flag 2505832/455004
512.75/253.82	c cleaning 25912 clauses out of 109363 with flag 2695480/486000
550.90/272.90	c cleaning 27141 clauses out of 115452 with flag 2886130/518003
589.04/291.85	c cleaning 27588 clauses out of 121307 with flag 3083272/551000
629.23/311.80	c cleaning 28849 clauses out of 127718 with flag 3286569/585000
672.64/333.37	c cleaning 29202 clauses out of 133866 with flag 3501357/620000
718.39/356.11	c cleaning 30287 clauses out of 140664 with flag 3736281/656000
762.65/378.14	c cleaning 31319 clauses out of 147375 with flag 3969980/693000
808.47/400.75	c cleaning 32025 clauses out of 154055 with flag 4200630/731000
861.86/426.94	c cleaning 32887 clauses out of 161029 with flag 4445229/770001
916.02/454.55	c cleaning 33714 clauses out of 168137 with flag 4701134/810000
968.43/480.68	c cleaning 35146 clauses out of 175420 with flag 4956084/851001
1021.65/507.13	c cleaning 35867 clauses out of 182272 with flag 5225033/893000
1076.79/534.69	c cleaning 36711 clauses out of 189404 with flag 5515094/936000
1130.56/561.50	c cleaning 37580 clauses out of 196689 with flag 5794638/980000
1189.17/590.88	c cleaning 38477 clauses out of 204106 with flag 6088979/1025000
1249.30/620.89	c cleaning 39759 clauses out of 211633 with flag 6396015/1071004
1312.71/652.59	c cleaning 40422 clauses out of 218869 with flag 6708235/1118000
1377.90/685.14	c cleaning 41564 clauses out of 226445 with flag 7029974/1166000
1444.51/718.36	c cleaning 42277 clauses out of 233879 with flag 7362308/1215000
1512.09/752.16	c cleaning 43106 clauses out of 241602 with flag 7705654/1265000
1583.69/787.95	c cleaning 44185 clauses out of 249497 with flag 8055169/1316002
1656.89/824.51	c cleaning 44974 clauses out of 257314 with flag 8430503/1368004
1740.04/865.62	c cleaning 45885 clauses out of 265338 with flag 8823646/1421002
1800.10/895.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/895.51	c starts		: 9049
1800.10/895.51	c conflicts		: 1463829
1800.10/895.51	c decisions		: 33074913
1800.10/895.51	c propagations		: 1156242755
1800.10/895.51	c inspects		: 3516111007
1800.10/895.51	c shortcuts		: 0
1800.10/895.51	c learnt literals	: 146
1800.10/895.51	c learnt binary clauses	: 88629
1800.10/895.51	c learnt ternary clauses	: 83919
1800.10/895.51	c learnt constraints	: 1463683
1800.10/895.51	c ignored constraints	: 0
1800.10/895.51	c root simplifications	: 0
1800.10/895.51	c removed literals (reason simplification)	: 12811881
1800.10/895.51	c reason swapping (by a shorter reason)	: 0
1800.10/895.51	c Calls to reduceDB	: 49
1800.10/895.51	c Number of update (reduction) of LBD	: 1095888
1800.10/895.51	c Imported unit clauses	: 0
1800.10/895.51	c number of reductions to clauses (during analyze)	: 0
1800.10/895.51	c number of learned constraints concerned by reduction	: 0
1800.10/895.51	c number of learning phase by resolution	: 0
1800.10/895.51	c number of learning phase by cutting planes	: 0
1800.10/895.51	c speed (assignments/second)	: 1292328.8610557541
1800.10/895.51	c non guided choices	10326
1800.10/895.56	c learnt constraints type 
1800.10/895.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 88629
1800.10/895.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 173651
1800.10/895.56	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/895.56	c starts		: 28
1800.10/895.56	c conflicts		: 7823
1800.10/895.56	c decisions		: 130309
1800.10/895.56	c propagations		: 7129942
1800.10/895.56	c inspects		: 429347591
1800.10/895.56	c shortcuts		: 0
1800.10/895.56	c learnt literals	: 0
1800.10/895.56	c learnt binary clauses	: 0
1800.10/895.56	c learnt ternary clauses	: 11
1800.10/895.56	c learnt constraints	: 7822
1800.10/895.56	c ignored constraints	: 0
1800.10/895.56	c root simplifications	: 0
1800.10/895.56	c removed literals (reason simplification)	: 0
1800.10/895.56	c reason swapping (by a shorter reason)	: 0
1800.10/895.56	c Calls to reduceDB	: 1
1800.10/895.56	c Number of update (reduction) of LBD	: 0
1800.10/895.56	c Imported unit clauses	: 0
1800.10/895.56	c number of reductions to clauses (during analyze)	: 0
1800.10/895.56	c number of learned constraints concerned by reduction	: 0
1800.10/895.56	c number of learning phase by resolution	: 0
1800.10/895.56	c number of learning phase by cutting planes	: 0
1800.10/895.56	c speed (assignments/second)	: 7968.605896145756
1800.10/895.56	c non guided choices	1315
1800.10/895.57	c learnt constraints type 
1800.10/895.57	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 330
1800.10/895.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1366
1800.10/895.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6126
1800.10/895.57	s UNKNOWN
1800.10/895.57	c Total wall clock time (in seconds): 895.444

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

pid=28459
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.22 4.28 4.25 4/197 28462
/proc/meminfo: memFree=26396700/32872528 swapFree=16636/1570076
[pid=28462] ppid=28459 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/28462/stat : 28462 (java) R 28459 28462 27578 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 110006046 8192 1 33554432000 0 0 0 140734750048792 213419453879 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28462/statm: 2 1 0 0 0 2 0

[startup+0.10006 s]
/proc/loadavg: 4.22 4.28 4.25 4/197 28462
/proc/meminfo: memFree=26396700/32872528 swapFree=16636/1570076
[pid=28462] ppid=28459 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28462/stat : 28462 (java) S 28459 28462 27578 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 110006046 9787879424 6033 33554432000 1073741824 1073778376 140734366764848 140734366755984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28462/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 4.22 4.28 4.25 4/197 28462
/proc/meminfo: memFree=26396700/32872528 swapFree=16636/1570076
[pid=28462] ppid=28459 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/28462/stat : 28462 (java) S 28459 28462 27578 0 -1 4202496 6208 0 1 0 25 1 0 0 20 0 18 0 110006046 9787879424 7720 33554432000 1073741824 1073778376 140734366764848 140734366755984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28462/statm: 2389619 7722 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30031 s]
/proc/loadavg: 4.22 4.28 4.25 4/197 28462
/proc/meminfo: memFree=26396700/32872528 swapFree=16636/1570076
[pid=28462] ppid=28459 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/28462/stat : 28462 (java) S 28459 28462 27578 0 -1 4202496 7426 0 1 0 54 2 0 0 20 0 18 0 110006046 9787879424 11313 33554432000 1073741824 1073778376 140734366764848 140734366755984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28462/statm: 2389619 11313 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700204 s]
/proc/loadavg: 4.22 4.28 4.25 4/197 28462
/proc/meminfo: memFree=26396700/32872528 swapFree=16636/1570076
[pid=28462] ppid=28459 vsize=9558476 CPUtime=1.6 cores=1,3,5,7
/proc/28462/stat : 28462 (java) S 28459 28462 27578 0 -1 4202496 20733 0 1 0 155 5 0 0 20 0 18 0 110006046 9787879424 40399 33554432000 1073741824 1073778376 140734366764848 140734366755984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28462/statm: 2389619 40399 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.22 4.28 4.25 7/219 28484
/proc/meminfo: memFree=26217548/32872528 swapFree=16636/1570076
[pid=28462] ppid=28459 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/28462/stat : 28462 (java) S 28459 28462 27578 0 -1 4202496 27342 0 1 0 457 8 0 0 20 0 22 0 110006046 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 140734366755984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28462/statm: 2456183 53777 2283 9 0 2446860 0
[pid=28462/tid=28464] ppid=28459 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/28462/task/28464/stat : 28464 (java) S 28459 28462 27578 0 -1 4202560 2474 0 1 0 72 3 0 0 20 0 22 0 110006047 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818557510520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28465] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28465/stat : 28465 (java) S 28459 28462 27578 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818519001384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28466] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28466/stat : 28466 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818517948584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28467] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28467/stat : 28467 (java) S 28459 28462 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818516896296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28468] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28468/stat : 28468 (java) S 28459 28462 27578 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818515843496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28469] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28469/stat : 28469 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818514791208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28470] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28470/stat : 28470 (java) S 28459 28462 27578 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818513738408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28471] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28471/stat : 28471 (java) S 28459 28462 27578 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818512686120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28472] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28472/stat : 28472 (java) S 28459 28462 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818511633320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28473] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28473/stat : 28473 (java) S 28459 28462 27578 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 110006049 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818381072616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28474] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28474/stat : 28474 (java) S 28459 28462 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110006050 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818380018680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28475] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28475/stat : 28475 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006050 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818378966280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28476] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28476/stat : 28476 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818377914768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28477] ppid=28459 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/28462/task/28477/stat : 28477 (java) R 28459 28462 27578 0 -1 4202560 9287 0 0 0 121 2 0 0 20 0 22 0 110006052 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818376849760 139818564496959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28478] ppid=28459 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/28462/task/28478/stat : 28478 (java) R 28459 28462 27578 0 -1 4202560 14130 0 0 0 117 1 0 0 20 0 22 0 110006052 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818375787704 139818561596833 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28479] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28479/stat : 28479 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818374757496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28480] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28480/stat : 28480 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818373704904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28481] ppid=28459 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/28462/task/28481/stat : 28481 (java) R 28459 28462 27578 0 -1 4202560 25 0 0 0 66 0 0 0 20 0 22 0 110006125 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818372649128 139818383042584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28482] ppid=28459 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/28462/task/28482/stat : 28482 (java) R 28459 28462 27578 0 -1 4202560 37 0 0 0 67 0 0 0 20 0 22 0 110006125 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818371594000 139818382244626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28483] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28483/stat : 28483 (java) S 28459 28462 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110006127 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818370544808 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28484] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28484/stat : 28484 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006127 10060525568 53777 33554432000 1073741824 1073778376 140734366764848 139818369492008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.22 4.28 4.25 5/219 28484
/proc/meminfo: memFree=26176772/32872528 swapFree=16636/1570076
[pid=28462] ppid=28459 vsize=9824732 CPUtime=8.7 cores=1,3,5,7
/proc/28462/stat : 28462 (java) S 28459 28462 27578 0 -1 4202496 27384 0 1 0 860 10 0 0 20 0 22 0 110006046 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 140734366755984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28462/statm: 2456183 56727 2288 9 0 2446860 0
[pid=28462/tid=28464] ppid=28459 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/28462/task/28464/stat : 28464 (java) S 28459 28462 27578 0 -1 4202560 2474 0 1 0 72 3 0 0 20 0 22 0 110006047 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818557510520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28465] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28465/stat : 28465 (java) S 28459 28462 27578 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818519001384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28466] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28466/stat : 28466 (java) S 28459 28462 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818517948584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28467] ppid=28459 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28462/task/28467/stat : 28467 (java) S 28459 28462 27578 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 110006048 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818516896296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28468] ppid=28459 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28462/task/28468/stat : 28468 (java) S 28459 28462 27578 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 110006048 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818515843496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28469] ppid=28459 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28462/task/28469/stat : 28469 (java) S 28459 28462 27578 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 110006048 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818514791208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28470] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28470/stat : 28470 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818513738408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28471] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28471/stat : 28471 (java) S 28459 28462 27578 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818512686120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28472] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28472/stat : 28472 (java) S 28459 28462 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110006048 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818511633320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28473] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28473/stat : 28473 (java) S 28459 28462 27578 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 110006049 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818381072616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28474] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28474/stat : 28474 (java) S 28459 28462 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110006050 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818380018680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28475] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28475/stat : 28475 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006050 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818378966280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28476] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28476/stat : 28476 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818377914768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28477] ppid=28459 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/28462/task/28477/stat : 28477 (java) R 28459 28462 27578 0 -1 4202560 9287 0 0 0 164 2 0 0 20 0 22 0 110006052 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818376851952 139818565249984 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28478] ppid=28459 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/28462/task/28478/stat : 28478 (java) R 28459 28462 27578 0 -1 4202560 14135 0 0 0 155 2 0 0 20 0 22 0 110006052 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818375809592 139818563209203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28479] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28479/stat : 28479 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818374757496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28480] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28480/stat : 28480 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818373704904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28481] ppid=28459 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/28462/task/28481/stat : 28481 (java) R 28459 28462 27578 0 -1 4202560 26 0 0 0 223 0 0 0 20 0 22 0 110006125 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818372649616 139818382399328 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28482] ppid=28459 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/28462/task/28482/stat : 28482 (java) R 28459 28462 27578 0 -1 4202560 37 0 0 0 224 0 0 0 20 0 22 0 110006125 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818371596216 139818382945790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28483] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28483/stat : 28483 (java) S 28459 28462 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110006127 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818370544808 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28484] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28484/stat : 28484 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006127 10060525568 56727 33554432000 1073741824 1073778376 140734366764848 139818369492008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.7
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.20 4.27 4.25 5/219 28484
/proc/meminfo: memFree=26078700/32872528 swapFree=16636/1570076
[pid=28462] ppid=28459 vsize=9824732 CPUtime=15.41 cores=1,3,5,7
/proc/28462/stat : 28462 (java) S 28459 28462 27578 0 -1 4202496 27636 0 1 0 1525 16 0 0 20 0 22 0 110006046 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 140734366755984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28462/statm: 2456183 91569 2292 9 0 2446860 0
[pid=28462/tid=28464] ppid=28459 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/28462/task/28464/stat : 28464 (java) S 28459 28462 27578 0 -1 4202560 2474 0 1 0 72 3 0 0 20 0 22 0 110006047 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818557510520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28465] ppid=28459 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/28462/task/28465/stat : 28465 (java) S 28459 28462 27578 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 110006048 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818519001384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28466] ppid=28459 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28462/task/28466/stat : 28466 (java) S 28459 28462 27578 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 110006048 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818517948584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28467] ppid=28459 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28462/task/28467/stat : 28467 (java) S 28459 28462 27578 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 110006048 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818516896296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28468] ppid=28459 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28462/task/28468/stat : 28468 (java) S 28459 28462 27578 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 110006048 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818515843496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28469] ppid=28459 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28462/task/28469/stat : 28469 (java) S 28459 28462 27578 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 110006048 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818514791208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28470] ppid=28459 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28462/task/28470/stat : 28470 (java) S 28459 28462 27578 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 110006048 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818513738408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28471] ppid=28459 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28462/task/28471/stat : 28471 (java) S 28459 28462 27578 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 110006048 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818512686120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28472] ppid=28459 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28462/task/28472/stat : 28472 (java) S 28459 28462 27578 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 110006048 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818511633320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28473] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28473/stat : 28473 (java) S 28459 28462 27578 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 110006049 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818381072616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28474] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28474/stat : 28474 (java) S 28459 28462 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110006050 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818380018680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28475] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28475/stat : 28475 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006050 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818378966280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28476] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28476/stat : 28476 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 91569 33554432000 1073741824 1073778376 140734366764848 139818377914768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28477] ppid=28459 vsize=9824732 CPUtime=1.77 cores=1,3,5,7

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

/proc/28462/task/28467/stat : 28467 (java) S 28459 28462 27578 0 -1 4202560 712 0 0 0 192 15 0 0 20 0 22 0 110006048 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818516896296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28468] ppid=28459 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/28462/task/28468/stat : 28468 (java) S 28459 28462 27578 0 -1 4202560 654 0 0 0 248 16 0 0 20 0 22 0 110006048 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818515843496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28469] ppid=28459 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/28462/task/28469/stat : 28469 (java) S 28459 28462 27578 0 -1 4202560 599 0 0 0 209 18 0 0 20 0 22 0 110006048 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818514791208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28470] ppid=28459 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/28462/task/28470/stat : 28470 (java) S 28459 28462 27578 0 -1 4202560 764 0 0 0 222 18 0 0 20 0 22 0 110006048 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818513738408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28471] ppid=28459 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/28462/task/28471/stat : 28471 (java) S 28459 28462 27578 0 -1 4202560 1013 0 0 0 238 16 0 0 20 0 22 0 110006048 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818512686120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28472] ppid=28459 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/28462/task/28472/stat : 28472 (java) S 28459 28462 27578 0 -1 4202560 819 0 0 0 220 18 0 0 20 0 22 0 110006048 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818511633320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28473] ppid=28459 vsize=9824732 CPUtime=3.61 cores=1,3,5,7
/proc/28462/task/28473/stat : 28473 (java) S 28459 28462 27578 0 -1 4202560 2227 0 0 0 356 5 0 0 20 0 22 0 110006049 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818381072616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28474] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28474/stat : 28474 (java) S 28459 28462 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110006050 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818380018680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28475] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28475/stat : 28475 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006050 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818378966280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28476] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28476/stat : 28476 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818377914768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28477] ppid=28459 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/28462/task/28477/stat : 28477 (java) S 28459 28462 27578 0 -1 4202560 10825 0 0 0 224 2 0 0 20 0 22 0 110006052 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818376862392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28478] ppid=28459 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/28462/task/28478/stat : 28478 (java) S 28459 28462 27578 0 -1 4202560 14143 0 0 0 178 2 0 0 20 0 22 0 110006052 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818375809592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28479] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28479/stat : 28479 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818374757496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28480] ppid=28459 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/28462/task/28480/stat : 28480 (java) S 28459 28462 27578 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 110006052 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818373704904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28481] ppid=28459 vsize=9824732 CPUtime=870.41 cores=1,3,5,7
/proc/28462/task/28481/stat : 28481 (java) R 28459 28462 27578 0 -1 4202560 54 0 0 0 87028 13 0 0 20 0 22 0 110006125 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818372640528 139818383290648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28482] ppid=28459 vsize=9824732 CPUtime=870.42 cores=1,3,5,7
/proc/28462/task/28482/stat : 28482 (java) R 28459 28462 27578 0 -1 4202560 1792 0 0 0 86995 47 0 0 20 0 22 0 110006125 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818371594992 139818382946170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28483] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28483/stat : 28483 (java) S 28459 28462 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110006127 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818370544808 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28484] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28484/stat : 28484 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006127 10060525568 902881 33554432000 1073741824 1073778376 140734366764848 139818369492008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1773.45
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.508 s]
/proc/loadavg: 4.36 4.27 4.23 5/220 28576
/proc/meminfo: memFree=22644684/32872528 swapFree=16636/1570076
[pid=28462] ppid=28459 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/28462/stat : 28462 (java) S 28459 28462 27578 0 -1 4202496 39198 0 1 0 179807 203 0 0 20 0 22 0 110006046 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 140734366755984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28462/statm: 2456183 908540 2301 9 0 2446860 0
[pid=28462/tid=28464] ppid=28459 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/28462/task/28464/stat : 28464 (java) S 28459 28462 27578 0 -1 4202560 2483 0 1 0 74 5 0 0 20 0 22 0 110006047 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818557510520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28465] ppid=28459 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/28462/task/28465/stat : 28465 (java) S 28459 28462 27578 0 -1 4202560 986 0 0 0 237 16 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818519001384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28466] ppid=28459 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/28462/task/28466/stat : 28466 (java) S 28459 28462 27578 0 -1 4202560 774 0 0 0 247 18 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818517948584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28467] ppid=28459 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/28462/task/28467/stat : 28467 (java) S 28459 28462 27578 0 -1 4202560 719 0 0 0 199 16 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818516896296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28468] ppid=28459 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/28462/task/28468/stat : 28468 (java) S 28459 28462 27578 0 -1 4202560 663 0 0 0 254 17 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818515843496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28469] ppid=28459 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/28462/task/28469/stat : 28469 (java) S 28459 28462 27578 0 -1 4202560 602 0 0 0 220 18 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818514791208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28470] ppid=28459 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/28462/task/28470/stat : 28470 (java) S 28459 28462 27578 0 -1 4202560 766 0 0 0 230 18 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818513738408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28471] ppid=28459 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/28462/task/28471/stat : 28471 (java) S 28459 28462 27578 0 -1 4202560 1023 0 0 0 242 16 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818512686120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28472] ppid=28459 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/28462/task/28472/stat : 28472 (java) S 28459 28462 27578 0 -1 4202560 821 0 0 0 224 18 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818511633320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28473] ppid=28459 vsize=9824732 CPUtime=3.62 cores=1,3,5,7
/proc/28462/task/28473/stat : 28473 (java) S 28459 28462 27578 0 -1 4202560 2229 0 0 0 357 5 0 0 20 0 22 0 110006049 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818381072616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28474] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28474/stat : 28474 (java) S 28459 28462 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110006050 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818380018680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28475] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28475/stat : 28475 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006050 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818378966280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28476] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28476/stat : 28476 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818377914768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28477] ppid=28459 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/28462/task/28477/stat : 28477 (java) S 28459 28462 27578 0 -1 4202560 10825 0 0 0 224 2 0 0 20 0 22 0 110006052 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818376862392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28478] ppid=28459 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/28462/task/28478/stat : 28478 (java) S 28459 28462 27578 0 -1 4202560 14143 0 0 0 178 2 0 0 20 0 22 0 110006052 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818375809592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28479] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28479/stat : 28479 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818374757496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28480] ppid=28459 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/28462/task/28480/stat : 28480 (java) S 28459 28462 27578 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 110006052 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818373704904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28481] ppid=28459 vsize=9824732 CPUtime=883.44 cores=1,3,5,7
/proc/28462/task/28481/stat : 28481 (java) R 28459 28462 27578 0 -1 4202560 54 0 0 0 88331 13 0 0 20 0 22 0 110006125 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818372647472 139818383042694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28482] ppid=28459 vsize=9824732 CPUtime=883.45 cores=1,3,5,7
/proc/28462/task/28482/stat : 28482 (java) R 28459 28462 27578 0 -1 4202560 1793 0 0 0 88298 47 0 0 20 0 22 0 110006125 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818371595216 139818383689529 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28483] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28483/stat : 28483 (java) S 28459 28462 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110006127 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818370544808 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28484] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28484/stat : 28484 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006127 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818369492008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 28462 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.508 s]
/proc/loadavg: 4.36 4.27 4.23 5/220 28576
/proc/meminfo: memFree=22644684/32872528 swapFree=16636/1570076
[pid=28462] ppid=28459 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/28462/stat : 28462 (java) S 28459 28462 27578 0 -1 4202496 39198 0 1 0 179807 203 0 0 20 0 22 0 110006046 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 140734366755984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28462/statm: 2456183 908540 2301 9 0 2446860 0
[pid=28462/tid=28464] ppid=28459 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/28462/task/28464/stat : 28464 (java) S 28459 28462 27578 0 -1 4202560 2483 0 1 0 74 5 0 0 20 0 22 0 110006047 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818557510520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28465] ppid=28459 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/28462/task/28465/stat : 28465 (java) S 28459 28462 27578 0 -1 4202560 986 0 0 0 237 16 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818519001384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28466] ppid=28459 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/28462/task/28466/stat : 28466 (java) S 28459 28462 27578 0 -1 4202560 774 0 0 0 247 18 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818517948584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28467] ppid=28459 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/28462/task/28467/stat : 28467 (java) S 28459 28462 27578 0 -1 4202560 719 0 0 0 199 16 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818516896296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28468] ppid=28459 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/28462/task/28468/stat : 28468 (java) S 28459 28462 27578 0 -1 4202560 663 0 0 0 254 17 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818515843496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28469] ppid=28459 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/28462/task/28469/stat : 28469 (java) S 28459 28462 27578 0 -1 4202560 602 0 0 0 220 18 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818514791208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28470] ppid=28459 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/28462/task/28470/stat : 28470 (java) S 28459 28462 27578 0 -1 4202560 766 0 0 0 230 18 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818513738408 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28471] ppid=28459 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/28462/task/28471/stat : 28471 (java) S 28459 28462 27578 0 -1 4202560 1023 0 0 0 242 16 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818512686120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28472] ppid=28459 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/28462/task/28472/stat : 28472 (java) S 28459 28462 27578 0 -1 4202560 821 0 0 0 224 18 0 0 20 0 22 0 110006048 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818511633320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28473] ppid=28459 vsize=9824732 CPUtime=3.62 cores=1,3,5,7
/proc/28462/task/28473/stat : 28473 (java) S 28459 28462 27578 0 -1 4202560 2229 0 0 0 357 5 0 0 20 0 22 0 110006049 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818381072616 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28474] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28474/stat : 28474 (java) S 28459 28462 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110006050 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818380018680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28475] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28475/stat : 28475 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006050 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818378966280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28476] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28476/stat : 28476 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818377914768 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28477] ppid=28459 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/28462/task/28477/stat : 28477 (java) S 28459 28462 27578 0 -1 4202560 10825 0 0 0 224 2 0 0 20 0 22 0 110006052 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818376862392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28478] ppid=28459 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/28462/task/28478/stat : 28478 (java) S 28459 28462 27578 0 -1 4202560 14143 0 0 0 178 2 0 0 20 0 22 0 110006052 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818375809592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28479] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28479/stat : 28479 (java) S 28459 28462 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110006052 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818374757496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28480] ppid=28459 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/28462/task/28480/stat : 28480 (java) S 28459 28462 27578 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 110006052 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818373704904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28462/tid=28481] ppid=28459 vsize=9824732 CPUtime=883.44 cores=1,3,5,7
/proc/28462/task/28481/stat : 28481 (java) R 28459 28462 27578 0 -1 4202560 54 0 0 0 88331 13 0 0 20 0 22 0 110006125 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818372647472 139818383042694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28462/tid=28482] ppid=28459 vsize=9824732 CPUtime=883.45 cores=1,3,5,7
/proc/28462/task/28482/stat : 28482 (java) R 28459 28462 27578 0 -1 4202560 1793 0 0 0 88298 47 0 0 20 0 22 0 110006125 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818371595216 139818383689529 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28462/tid=28483] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28483/stat : 28483 (java) S 28459 28462 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110006127 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818370544808 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28462/tid=28484] ppid=28459 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28462/task/28484/stat : 28484 (java) S 28459 28462 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110006127 10060525568 908540 33554432000 1073741824 1073778376 140734366764848 139818369492008 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.587
CPU time (s): 1800.1
CPU user time (s): 1798.07
CPU system time (s): 2.03
CPU usage (%): 200.997
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.6
system time used= 2.48162
maximum resident set size= 3634276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39231
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22982
involuntary context switches= 20260

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.26205 second user time and 6.90595 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 08:25:37
IDJOB=4080523
IDBENCH=90164
IDSOLVER=2543
FILE ID=node140/4080523-1465280737
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_K133.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080523-1465280737/watcher-4080523-1465280737 -o /tmp/evaluation-result-4080523-1465280737/solver-4080523-1465280737 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27595 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080523-1465280737.opb

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

MD5SUM BENCH= 2e2bfba9fd441b7330d2c90af940d9b0
RANDOM SEED=147550653

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:        26397344 kB
Buffers:          125668 kB
Cached:           307192 kB
SwapCached:         1688 kB
Active:          3807592 kB
Inactive:         354680 kB
Active(anon):    3729216 kB
Inactive(anon):     2692 kB
Active(file):      78376 kB
Inactive(file):   351988 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              1632 kB
Writeback:             0 kB
AnonPages:       5321368 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             603484 kB
SReclaimable:      47532 kB
SUnreclaim:       555952 kB
KernelStack:        1808 kB
PageTables:        14460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5653648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5232640 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:40:33