Trace number 4080524

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.74 898.181

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K138.opb
MD5SUMb6be79d7c894904bfb5f7c9acfb80f53
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 variables16422
Total number of constraints16700
Number of constraints which are clauses16562
Number of constraints which are cardinality constraints (but not clauses)138
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint138
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 139
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4080524-1465282427.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  no objective function found
1.88/0.81	c ... done. Wall clock time 0.681s.
1.88/0.81	c declared #vars     16422
1.88/0.81	c #constraints  16700
1.88/0.81	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.88/0.81	c constraints type 
1.88/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14779
1.88/0.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 138
1.88/0.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.88/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1781
1.88/0.81	c 16700 constraints processed.
1.88/0.81	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.88/0.81	c constraints type 
1.88/0.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1781
1.88/0.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14779
1.88/0.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 138
1.88/0.81	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.88/0.81	c 16700 constraints processed.
9.87/3.78	c cleaning 2471 clauses out of 4991 with flag 22272/5000
16.24/6.65	c cleaning 4242 clauses out of 8515 with flag 54910/11000
22.07/9.52	c cleaning 5611 clauses out of 11268 with flag 93037/18000
29.18/13.05	c cleaning 6741 clauses out of 13655 with flag 137694/26000
37.71/17.26	c cleaning 7907 clauses out of 15912 with flag 186509/35000
47.05/21.88	c cleaning 8724 clauses out of 18004 with flag 237293/45000
57.24/26.95	c cleaning 9139 clauses out of 20279 with flag 292363/56000
69.04/32.80	c cleaning 9735 clauses out of 23129 with flag 352453/68001
82.70/39.57	c cleaning 10707 clauses out of 26390 with flag 418715/81002
97.85/47.05	c cleaning 11626 clauses out of 29681 with flag 492676/95001
115.61/55.80	c cleaning 12449 clauses out of 33052 with flag 568982/110001
132.49/64.30	c cleaning 13465 clauses out of 36602 with flag 653717/126001
151.35/73.62	c cleaning 14171 clauses out of 40134 with flag 744372/143000
171.05/83.43	c cleaning 14916 clauses out of 43959 with flag 839114/161000
191.93/93.82	c cleaning 15647 clauses out of 48042 with flag 942137/180001
215.00/105.69	c cleaning 16403 clauses out of 52391 with flag 1050315/200003
238.45/117.33	c cleaning 17695 clauses out of 56986 with flag 1163894/221001
262.52/129.38	c cleaning 18488 clauses out of 61290 with flag 1285950/243000
288.21/142.19	c cleaning 19175 clauses out of 65797 with flag 1417798/266001
316.88/156.31	c cleaning 20012 clauses out of 70614 with flag 1555457/290001
344.96/170.37	c cleaning 20564 clauses out of 75597 with flag 1695906/315000
376.36/185.91	c cleaning 21613 clauses out of 81032 with flag 1846672/341000
408.96/202.18	c cleaning 22663 clauses out of 86419 with flag 2002899/368001
416.17/205.78	c cleaning 0 clauses out of 5000 with flag 0/5000
441.53/218.21	c cleaning 23124 clauses out of 91751 with flag 2159245/396000
480.27/238.82	c cleaning 23948 clauses out of 97628 with flag 2322748/425002
518.99/258.13	c cleaning 24827 clauses out of 103678 with flag 2493319/455004
560.34/278.77	c cleaning 25899 clauses out of 109846 with flag 2672983/486000
603.57/300.25	c cleaning 26932 clauses out of 115947 with flag 2867491/518000
646.63/321.62	c cleaning 27599 clauses out of 122015 with flag 3068843/551000
691.05/343.61	c cleaning 28417 clauses out of 128416 with flag 3269654/585001
740.73/368.28	c cleaning 29293 clauses out of 134999 with flag 3475979/620001
787.07/391.33	c cleaning 30185 clauses out of 141702 with flag 3693141/656001
834.06/414.72	c cleaning 31328 clauses out of 148513 with flag 3916542/693000
879.65/437.54	c cleaning 32036 clauses out of 155179 with flag 4144001/731000
926.84/461.17	c cleaning 33270 clauses out of 162142 with flag 4381699/770000
976.03/485.79	c cleaning 34035 clauses out of 168872 with flag 4629880/810002
1028.02/511.73	c cleaning 34687 clauses out of 175833 with flag 4886945/851000
1081.42/538.43	c cleaning 35728 clauses out of 183143 with flag 5147810/893000
1137.82/566.67	c cleaning 36675 clauses out of 190412 with flag 5420060/936001
1194.69/595.64	c cleaning 37185 clauses out of 197731 with flag 5715049/980000
1252.49/624.51	c cleaning 38166 clauses out of 205545 with flag 6018216/1025000
1312.52/654.57	c cleaning 39337 clauses out of 213380 with flag 6316751/1071001
1374.70/685.68	c cleaning 40355 clauses out of 221043 with flag 6637325/1118002
1439.70/718.14	c cleaning 41452 clauses out of 228685 with flag 6951718/1166000
1508.30/752.45	c cleaning 42109 clauses out of 236234 with flag 7285105/1215001
1580.01/788.23	c cleaning 43120 clauses out of 244122 with flag 7628064/1265001
1648.20/822.31	c cleaning 44297 clauses out of 252001 with flag 7980147/1316000
1722.19/859.34	c cleaning 45021 clauses out of 259704 with flag 8352862/1368000
1799.62/897.95	c cleaning 46223 clauses out of 267685 with flag 8725561/1421003
1800.02/898.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.10	c starts		: 8733
1800.02/898.10	c conflicts		: 1421277
1800.02/898.10	c decisions		: 34262229
1800.02/898.10	c propagations		: 1150635126
1800.02/898.10	c inspects		: 3366482604
1800.02/898.10	c shortcuts		: 0
1800.02/898.10	c learnt literals	: 129
1800.02/898.10	c learnt binary clauses	: 89440
1800.02/898.10	c learnt ternary clauses	: 83560
1800.02/898.10	c learnt constraints	: 1421148
1800.02/898.10	c ignored constraints	: 0
1800.02/898.10	c root simplifications	: 0
1800.02/898.10	c removed literals (reason simplification)	: 12233174
1800.02/898.10	c reason swapping (by a shorter reason)	: 0
1800.02/898.10	c Calls to reduceDB	: 49
1800.02/898.10	c Number of update (reduction) of LBD	: 1052939
1800.02/898.10	c Imported unit clauses	: 0
1800.02/898.10	c number of reductions to clauses (during analyze)	: 0
1800.02/898.10	c number of learned constraints concerned by reduction	: 0
1800.02/898.10	c number of learning phase by resolution	: 0
1800.02/898.10	c number of learning phase by cutting planes	: 0
1800.02/898.10	c speed (assignments/second)	: 1282381.9143529662
1800.02/898.10	c non guided choices	11669
1800.02/898.16	c learnt constraints type 
1800.02/898.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 89440
1800.02/898.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132296
1800.02/898.16	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.16	c starts		: 27
1800.02/898.16	c conflicts		: 6849
1800.02/898.16	c decisions		: 122224
1800.02/898.16	c propagations		: 7361238
1800.02/898.16	c inspects		: 366682096
1800.02/898.16	c shortcuts		: 0
1800.02/898.16	c learnt literals	: 0
1800.02/898.16	c learnt binary clauses	: 0
1800.02/898.16	c learnt ternary clauses	: 8
1800.02/898.16	c learnt constraints	: 6848
1800.02/898.16	c ignored constraints	: 0
1800.02/898.16	c root simplifications	: 0
1800.02/898.16	c removed literals (reason simplification)	: 0
1800.02/898.16	c reason swapping (by a shorter reason)	: 0
1800.02/898.16	c Calls to reduceDB	: 1
1800.02/898.16	c Number of update (reduction) of LBD	: 0
1800.02/898.16	c Imported unit clauses	: 0
1800.02/898.16	c number of reductions to clauses (during analyze)	: 0
1800.02/898.16	c number of learned constraints concerned by reduction	: 0
1800.02/898.16	c number of learning phase by resolution	: 0
1800.02/898.16	c number of learning phase by cutting planes	: 0
1800.02/898.16	c speed (assignments/second)	: 8203.64577354836
1800.02/898.16	c non guided choices	883
1800.02/898.16	c learnt constraints type 
1800.02/898.16	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 289
1800.02/898.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1399
1800.02/898.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5160
1800.02/898.16	s UNKNOWN
1800.02/898.16	c Total wall clock time (in seconds): 898.03

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-4080524-1465282427/watcher-4080524-1465282427 -o /tmp/evaluation-result-4080524-1465282427/solver-4080524-1465282427 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23731 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080524-1465282427.opb 

pid=24601
running on 4 cores: 0,2,4,6

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.32 4.29 4.20 3/197 24604
/proc/meminfo: memFree=27153048/32872528 swapFree=15784/1434320
[pid=24604] ppid=24601 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/24604/stat : 24604 (java) D 24601 24604 23715 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 110175894 2560000 47 33554432000 1073741824 1073778376 140736759581920 140736759579048 214360485159 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/24604/statm: 625 47 37 9 0 29 0

[startup+0.100063 s]
/proc/loadavg: 4.32 4.29 4.20 3/197 24604
/proc/meminfo: memFree=27153048/32872528 swapFree=15784/1434320
[pid=24604] ppid=24601 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24601 24604 23715 0 -1 4202496 4370 0 1 0 8 0 0 0 20 0 18 0 110175894 9787879424 5499 33554432000 1073741824 1073778376 140736759581920 140736759573056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24604/statm: 2389619 5499 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.32 4.29 4.20 3/197 24604
/proc/meminfo: memFree=27153048/32872528 swapFree=15784/1434320
[pid=24604] ppid=24601 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24601 24604 23715 0 -1 4202496 5592 0 1 0 25 1 0 0 20 0 18 0 110175894 9787879424 7388 33554432000 1073741824 1073778376 140736759581920 140736759573056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24604/statm: 2389619 7388 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 4.32 4.29 4.20 3/197 24604
/proc/meminfo: memFree=27153048/32872528 swapFree=15784/1434320
[pid=24604] ppid=24601 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24601 24604 23715 0 -1 4202496 7354 0 1 0 53 1 0 0 20 0 18 0 110175894 9787879424 10698 33554432000 1073741824 1073778376 140736759581920 140736759573056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24604/statm: 2389619 10698 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 4.32 4.29 4.20 3/197 24604
/proc/meminfo: memFree=27153048/32872528 swapFree=15784/1434320
[pid=24604] ppid=24601 vsize=9558476 CPUtime=1.58 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24601 24604 23715 0 -1 4202496 20588 0 1 0 154 4 0 0 20 0 18 0 110175894 9787879424 40033 33554432000 1073741824 1073778376 140736759581920 140736759573056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24604/statm: 2389619 40033 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.32 4.29 4.20 7/219 24626
/proc/meminfo: memFree=26970056/32872528 swapFree=15784/1434320
[pid=24604] ppid=24601 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24601 24604 23715 0 -1 4202496 26783 0 1 0 457 7 0 0 20 0 22 0 110175894 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 140736759573056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24604/statm: 2456183 52951 2283 9 0 2446860 0
[pid=24604/tid=24606] ppid=24601 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/24604/task/24606/stat : 24606 (java) S 24601 24604 23715 0 -1 4202560 2476 0 1 0 76 2 0 0 20 0 22 0 110175895 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738394334072 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24607] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24607/stat : 24607 (java) S 24601 24604 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738237532712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24608] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24608/stat : 24608 (java) S 24601 24604 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738236479912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24609] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24609/stat : 24609 (java) S 24601 24604 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738235427112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24610] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24610/stat : 24610 (java) S 24601 24604 23715 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738234374312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24611] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24611/stat : 24611 (java) S 24601 24604 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738233322536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24612] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24601 24604 23715 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738232269736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24613] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24601 24604 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738231216936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24614] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24601 24604 23715 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738230164136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24615] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24601 24604 23715 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738217966056 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24616] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24601 24604 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738216912120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24617] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24601 24604 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738215859208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24618] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738214807696 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24619] ppid=24601 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/24604/task/24619/stat : 24619 (java) R 24601 24604 23715 0 -1 4202560 11441 0 0 0 118 2 0 0 20 0 22 0 110175901 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738213755832 139738401307818 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24620] ppid=24601 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/24604/task/24620/stat : 24620 (java) R 24601 24604 23715 0 -1 4202560 11416 0 0 0 122 2 0 0 20 0 22 0 110175901 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738212703032 139738400477602 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24621] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24621/stat : 24621 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738211650424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24622] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24622/stat : 24622 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738210597832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24623] ppid=24601 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/24604/task/24623/stat : 24623 (java) R 24601 24604 23715 0 -1 4202560 21 0 0 0 65 0 0 0 20 0 22 0 110175976 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738209542952 139738255095354 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24624] ppid=24601 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/24604/task/24624/stat : 24624 (java) R 24601 24604 23715 0 -1 4202560 40 0 0 0 63 0 0 0 20 0 22 0 110175976 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738208487456 139738254260816 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24625] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24625/stat : 24625 (java) S 24601 24604 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110175979 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738207437736 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24626] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24626/stat : 24626 (java) S 24601 24604 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110175979 10060525568 52951 33554432000 1073741824 1073778376 140736759581920 139738206384936 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.45 4.32 4.21 5/219 24626
/proc/meminfo: memFree=26957752/32872528 swapFree=15784/1434320
[pid=24604] ppid=24601 vsize=9824732 CPUtime=8.56 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24601 24604 23715 0 -1 4202496 26897 0 1 0 846 10 0 0 20 0 22 0 110175894 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 140736759573056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24604/statm: 2456183 55886 2288 9 0 2446860 0
[pid=24604/tid=24606] ppid=24601 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/24604/task/24606/stat : 24606 (java) S 24601 24604 23715 0 -1 4202560 2476 0 1 0 76 2 0 0 20 0 22 0 110175895 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738394334072 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24607] ppid=24601 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24604/task/24607/stat : 24607 (java) S 24601 24604 23715 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 110175896 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738237532712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24608] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24608/stat : 24608 (java) S 24601 24604 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738236479912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24609] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24609/stat : 24609 (java) S 24601 24604 23715 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738235427112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24610] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24610/stat : 24610 (java) S 24601 24604 23715 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738234374312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24611] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24611/stat : 24611 (java) S 24601 24604 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738233322536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24612] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24601 24604 23715 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738232269736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24613] ppid=24601 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24601 24604 23715 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 110175896 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738231216936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24614] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24601 24604 23715 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110175896 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738230164136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24615] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24601 24604 23715 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738217966056 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24616] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24601 24604 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738216912120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24617] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24601 24604 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738215859208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24618] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738214807696 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24619] ppid=24601 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/24604/task/24619/stat : 24619 (java) S 24601 24604 23715 0 -1 4202560 11447 0 0 0 158 2 0 0 20 0 22 0 110175901 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738213755832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24620] ppid=24601 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/24604/task/24620/stat : 24620 (java) S 24601 24604 23715 0 -1 4202560 11485 0 0 0 153 2 0 0 20 0 22 0 110175901 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738212703032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24621] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24621/stat : 24621 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738211650424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24622] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24622/stat : 24622 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738210597832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24623] ppid=24601 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/24604/task/24623/stat : 24623 (java) R 24601 24604 23715 0 -1 4202560 21 0 0 0 222 0 0 0 20 0 22 0 110175976 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738209540896 139738254735952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24624] ppid=24601 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/24604/task/24624/stat : 24624 (java) R 24601 24604 23715 0 -1 4202560 41 0 0 0 220 0 0 0 20 0 22 0 110175976 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738208488920 139738254827898 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24625] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24625/stat : 24625 (java) S 24601 24604 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110175979 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738207437736 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24626] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24626/stat : 24626 (java) S 24601 24604 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110175979 10060525568 55886 33554432000 1073741824 1073778376 140736759581920 139738206384936 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.45 4.32 4.21 5/219 24626
/proc/meminfo: memFree=26750628/32872528 swapFree=15784/1434320
[pid=24604] ppid=24601 vsize=9824732 CPUtime=15.63 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24601 24604 23715 0 -1 4202496 31728 0 1 0 1536 27 0 0 20 0 22 0 110175894 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 140736759573056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24604/statm: 2456183 158780 2292 9 0 2446860 0
[pid=24604/tid=24606] ppid=24601 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/24604/task/24606/stat : 24606 (java) S 24601 24604 23715 0 -1 4202560 2476 0 1 0 76 2 0 0 20 0 22 0 110175895 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738394334072 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24607] ppid=24601 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/24604/task/24607/stat : 24607 (java) S 24601 24604 23715 0 -1 4202560 72 0 0 0 6 3 0 0 20 0 22 0 110175896 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738237532712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24608] ppid=24601 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24604/task/24608/stat : 24608 (java) S 24601 24604 23715 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 110175896 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738236479912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24609] ppid=24601 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24604/task/24609/stat : 24609 (java) S 24601 24604 23715 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 110175896 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738235427112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24610] ppid=24601 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24604/task/24610/stat : 24610 (java) S 24601 24604 23715 0 -1 4202560 61 0 0 0 4 2 0 0 20 0 22 0 110175896 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738234374312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24611] ppid=24601 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24604/task/24611/stat : 24611 (java) S 24601 24604 23715 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 110175896 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738233322536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24612] ppid=24601 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24601 24604 23715 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 110175896 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738232269736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24613] ppid=24601 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24601 24604 23715 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 110175896 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738231216936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24614] ppid=24601 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24601 24604 23715 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 110175896 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738230164136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24615] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24601 24604 23715 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738217966056 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24616] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24601 24604 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738216912120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24617] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24601 24604 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738215859208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24618] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 158780 33554432000 1073741824 1073778376 140736759581920 139738214807696 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24619] ppid=24601 vsize=9824732 CPUtime=1.64 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.10 4.17 4.17 5/219 24738
/proc/meminfo: memFree=23525712/32872528 swapFree=15784/1434320
[pid=24604] ppid=24601 vsize=9824732 CPUtime=1768.44 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24601 24604 23715 0 -1 4202496 42595 0 1 0 176663 181 0 0 20 0 22 0 110175894 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 140736759573056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24604/statm: 2456183 880851 2301 9 0 2446860 0
[pid=24604/tid=24606] ppid=24601 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/24604/task/24606/stat : 24606 (java) S 24601 24604 23715 0 -1 4202560 2480 0 1 0 79 3 0 0 20 0 22 0 110175895 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738394334072 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24607] ppid=24601 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/24604/task/24607/stat : 24607 (java) S 24601 24604 23715 0 -1 4202560 592 0 0 0 124 15 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738237532712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24608] ppid=24601 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/24604/task/24608/stat : 24608 (java) S 24601 24604 23715 0 -1 4202560 736 0 0 0 134 15 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738236479912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24609] ppid=24601 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/24604/task/24609/stat : 24609 (java) S 24601 24604 23715 0 -1 4202560 1025 0 0 0 159 18 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738235427112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24610] ppid=24601 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/24604/task/24610/stat : 24610 (java) S 24601 24604 23715 0 -1 4202560 1177 0 0 0 129 16 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738234374312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24611] ppid=24601 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/24604/task/24611/stat : 24611 (java) S 24601 24604 23715 0 -1 4202560 1328 0 0 0 161 20 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738233322536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24612] ppid=24601 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24601 24604 23715 0 -1 4202560 1471 0 0 0 134 16 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738232269736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24613] ppid=24601 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24601 24604 23715 0 -1 4202560 927 0 0 0 129 14 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738231216936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24614] ppid=24601 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24601 24604 23715 0 -1 4202560 699 0 0 0 126 14 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738230164136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24615] ppid=24601 vsize=9824732 CPUtime=4.88 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24601 24604 23715 0 -1 4202560 2084 0 0 0 484 4 0 0 20 0 22 0 110175898 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738217966056 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24616] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24601 24604 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738216912120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24617] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24601 24604 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738215859208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24618] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738214807696 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24619] ppid=24601 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/24604/task/24619/stat : 24619 (java) S 24601 24604 23715 0 -1 4202560 11467 0 0 0 193 2 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738213755832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24620] ppid=24601 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/24604/task/24620/stat : 24620 (java) S 24601 24604 23715 0 -1 4202560 15533 0 0 0 206 3 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738212703032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24621] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24621/stat : 24621 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738211650424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24622] ppid=24601 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/24604/task/24622/stat : 24622 (java) S 24601 24604 23715 0 -1 4202560 51 0 0 0 20 11 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738210597832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24623] ppid=24601 vsize=9824732 CPUtime=873.24 cores=0,2,4,6
/proc/24604/task/24623/stat : 24623 (java) R 24601 24604 23715 0 -1 4202560 54 0 0 0 87309 15 0 0 20 0 22 0 110175976 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738209540560 139738254415725 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24624] ppid=24601 vsize=9824732 CPUtime=873.17 cores=0,2,4,6
/proc/24604/task/24624/stat : 24624 (java) R 24601 24604 23715 0 -1 4202560 1705 0 0 0 87270 47 0 0 20 0 22 0 110175976 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738208488800 139738255484096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24625] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24625/stat : 24625 (java) S 24601 24604 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110175979 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738207437736 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24626] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24626/stat : 24626 (java) S 24601 24604 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110175979 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738206384936 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1768.44
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.101 s]
/proc/loadavg: 4.15 4.18 4.17 5/219 24738
/proc/meminfo: memFree=23525600/32872528 swapFree=15784/1434320
[pid=24604] ppid=24601 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24601 24604 23715 0 -1 4202496 42595 0 1 0 179821 181 0 0 20 0 22 0 110175894 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 140736759573056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24604/statm: 2456183 880851 2301 9 0 2446860 0
[pid=24604/tid=24606] ppid=24601 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/24604/task/24606/stat : 24606 (java) S 24601 24604 23715 0 -1 4202560 2480 0 1 0 79 3 0 0 20 0 22 0 110175895 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738394334072 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24607] ppid=24601 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/24604/task/24607/stat : 24607 (java) S 24601 24604 23715 0 -1 4202560 592 0 0 0 124 15 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738237532712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24608] ppid=24601 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/24604/task/24608/stat : 24608 (java) S 24601 24604 23715 0 -1 4202560 736 0 0 0 134 15 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738236479912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24609] ppid=24601 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/24604/task/24609/stat : 24609 (java) S 24601 24604 23715 0 -1 4202560 1025 0 0 0 159 18 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738235427112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24610] ppid=24601 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/24604/task/24610/stat : 24610 (java) S 24601 24604 23715 0 -1 4202560 1177 0 0 0 129 16 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738234374312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24611] ppid=24601 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/24604/task/24611/stat : 24611 (java) S 24601 24604 23715 0 -1 4202560 1328 0 0 0 161 20 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738233322536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24612] ppid=24601 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24601 24604 23715 0 -1 4202560 1471 0 0 0 134 16 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738232269736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24613] ppid=24601 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24601 24604 23715 0 -1 4202560 927 0 0 0 129 14 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738231216936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24614] ppid=24601 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24601 24604 23715 0 -1 4202560 699 0 0 0 126 14 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738230164136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24615] ppid=24601 vsize=9824732 CPUtime=4.88 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24601 24604 23715 0 -1 4202560 2084 0 0 0 484 4 0 0 20 0 22 0 110175898 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738217966056 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24616] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24601 24604 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738216912120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24617] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24601 24604 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738215859208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24618] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738214807696 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24619] ppid=24601 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/24604/task/24619/stat : 24619 (java) S 24601 24604 23715 0 -1 4202560 11467 0 0 0 193 2 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738213755832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24620] ppid=24601 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/24604/task/24620/stat : 24620 (java) S 24601 24604 23715 0 -1 4202560 15533 0 0 0 206 3 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738212703032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24621] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24621/stat : 24621 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738211650424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24622] ppid=24601 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/24604/task/24622/stat : 24622 (java) S 24601 24604 23715 0 -1 4202560 51 0 0 0 20 11 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738210597832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24623] ppid=24601 vsize=9824732 CPUtime=889.04 cores=0,2,4,6
/proc/24604/task/24623/stat : 24623 (java) R 24601 24604 23715 0 -1 4202560 54 0 0 0 88889 15 0 0 20 0 22 0 110175976 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738209540560 139738255061936 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24624] ppid=24601 vsize=9824732 CPUtime=888.96 cores=0,2,4,6
/proc/24604/task/24624/stat : 24624 (java) R 24601 24604 23715 0 -1 4202560 1705 0 0 0 88849 47 0 0 20 0 22 0 110175976 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738208488800 139738255483545 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24625] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24625/stat : 24625 (java) S 24601 24604 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110175979 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738207437736 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24626] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24626/stat : 24626 (java) S 24601 24604 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110175979 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738206384936 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 24604 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.101 s]
/proc/loadavg: 4.15 4.18 4.17 5/219 24738
/proc/meminfo: memFree=23525600/32872528 swapFree=15784/1434320
[pid=24604] ppid=24601 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/24604/stat : 24604 (java) S 24601 24604 23715 0 -1 4202496 42595 0 1 0 179821 181 0 0 20 0 22 0 110175894 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 140736759573056 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24604/statm: 2456183 880851 2301 9 0 2446860 0
[pid=24604/tid=24606] ppid=24601 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/24604/task/24606/stat : 24606 (java) S 24601 24604 23715 0 -1 4202560 2480 0 1 0 79 3 0 0 20 0 22 0 110175895 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738394334072 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24607] ppid=24601 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/24604/task/24607/stat : 24607 (java) S 24601 24604 23715 0 -1 4202560 592 0 0 0 124 15 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738237532712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24608] ppid=24601 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/24604/task/24608/stat : 24608 (java) S 24601 24604 23715 0 -1 4202560 736 0 0 0 134 15 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738236479912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24609] ppid=24601 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/24604/task/24609/stat : 24609 (java) S 24601 24604 23715 0 -1 4202560 1025 0 0 0 159 18 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738235427112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24610] ppid=24601 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/24604/task/24610/stat : 24610 (java) S 24601 24604 23715 0 -1 4202560 1177 0 0 0 129 16 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738234374312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24611] ppid=24601 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/24604/task/24611/stat : 24611 (java) S 24601 24604 23715 0 -1 4202560 1328 0 0 0 161 20 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738233322536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24612] ppid=24601 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/24604/task/24612/stat : 24612 (java) S 24601 24604 23715 0 -1 4202560 1471 0 0 0 134 16 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738232269736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24613] ppid=24601 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/24604/task/24613/stat : 24613 (java) S 24601 24604 23715 0 -1 4202560 927 0 0 0 129 14 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738231216936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24614] ppid=24601 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/24604/task/24614/stat : 24614 (java) S 24601 24604 23715 0 -1 4202560 699 0 0 0 126 14 0 0 20 0 22 0 110175896 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738230164136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24615] ppid=24601 vsize=9824732 CPUtime=4.88 cores=0,2,4,6
/proc/24604/task/24615/stat : 24615 (java) S 24601 24604 23715 0 -1 4202560 2084 0 0 0 484 4 0 0 20 0 22 0 110175898 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738217966056 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24616] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24616/stat : 24616 (java) S 24601 24604 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738216912120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24617] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24617/stat : 24617 (java) S 24601 24604 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110175898 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738215859208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24618] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24618/stat : 24618 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738214807696 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24619] ppid=24601 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/24604/task/24619/stat : 24619 (java) S 24601 24604 23715 0 -1 4202560 11467 0 0 0 193 2 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738213755832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24604/tid=24620] ppid=24601 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/24604/task/24620/stat : 24620 (java) S 24601 24604 23715 0 -1 4202560 15533 0 0 0 206 3 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738212703032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24621] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24621/stat : 24621 (java) S 24601 24604 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738211650424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24622] ppid=24601 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/24604/task/24622/stat : 24622 (java) S 24601 24604 23715 0 -1 4202560 51 0 0 0 20 11 0 0 20 0 22 0 110175901 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738210597832 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24623] ppid=24601 vsize=9824732 CPUtime=889.04 cores=0,2,4,6
/proc/24604/task/24623/stat : 24623 (java) R 24601 24604 23715 0 -1 4202560 54 0 0 0 88889 15 0 0 20 0 22 0 110175976 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738209540560 139738255061936 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24604/tid=24624] ppid=24601 vsize=9824732 CPUtime=888.96 cores=0,2,4,6
/proc/24604/task/24624/stat : 24624 (java) R 24601 24604 23715 0 -1 4202560 1705 0 0 0 88849 47 0 0 20 0 22 0 110175976 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738208488800 139738255483545 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24604/tid=24625] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24625/stat : 24625 (java) S 24601 24604 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110175979 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738207437736 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24604/tid=24626] ppid=24601 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24604/task/24626/stat : 24626 (java) S 24601 24604 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110175979 10060525568 880851 33554432000 1073741824 1073778376 140736759581920 139738206384936 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.181
CPU time (s): 1800.74
CPU user time (s): 1798.44
CPU system time (s): 2.30265
CPU usage (%): 200.487
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 2.30265
maximum resident set size= 3523520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42628
page faults= 1
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22744
involuntary context switches= 19052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82311 second user time and 7.2649 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 08:53:47
IDJOB=4080524
IDBENCH=90190
IDSOLVER=2543
FILE ID=node130/4080524-1465282427
RUNJOBID= node130-1465277942-23731
PBS_JOBID= 19843313
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= b6be79d7c894904bfb5f7c9acfb80f53
RANDOM SEED=1162101268

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27153576 kB
Buffers:          115816 kB
Cached:           210680 kB
SwapCached:         1724 kB
Active:          3307104 kB
Inactive:         235228 kB
Active(anon):    3217220 kB
Inactive(anon):     1252 kB
Active(file):      89884 kB
Inactive(file):   233976 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              2040 kB
Writeback:             0 kB
AnonPages:       4649828 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             602036 kB
SReclaimable:      45524 kB
SUnreclaim:       556512 kB
KernelStack:        1600 kB
PageTables:        13044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5031920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4571136 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= 71744 MiB
End job on node130 at 2016-06-07 09:08:45