Trace number 4080528

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) 1801.09 894.787

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K143.opb
MD5SUM8f58618b79e9d2a9b56b6a791eca5768
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 variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
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 144
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	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@16fd0b7
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@4413ee
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.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.14	c No reason simplification
0.08/0.14	c Armin Biere (Picosat) restarts strategy
0.08/0.14	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.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=false
0.08/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c solving HOME/instance-4080528-1465283061.opb
0.08/0.14	c reading problem ... 
0.08/0.14	c  no objective function found
1.85/0.86	c ... done. Wall clock time 0.728s.
1.85/0.86	c declared #vars     17017
1.85/0.86	c #constraints  17305
1.85/0.87	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.85/0.87	c constraints type 
1.85/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15314
1.85/0.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 143
1.85/0.87	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.85/0.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1846
1.85/0.87	c 17305 constraints processed.
1.85/0.87	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.85/0.87	c constraints type 
1.85/0.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1846
1.85/0.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15314
1.85/0.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 143
1.85/0.87	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.85/0.87	c 17305 constraints processed.
9.65/3.67	c cleaning 2492 clauses out of 4988 with flag 24291/5000
14.68/6.08	c cleaning 4226 clauses out of 8494 with flag 56480/11002
21.27/9.20	c cleaning 5585 clauses out of 11262 with flag 96743/18000
28.57/12.80	c cleaning 6817 clauses out of 13674 with flag 140622/26000
36.92/16.99	c cleaning 7877 clauses out of 15846 with flag 189418/35000
46.27/21.55	c cleaning 8533 clauses out of 17966 with flag 242649/45000
56.08/26.41	c cleaning 8887 clauses out of 20431 with flag 296706/56000
67.16/31.92	c cleaning 9717 clauses out of 23544 with flag 355855/68000
79.76/38.13	c cleaning 10737 clauses out of 26829 with flag 424311/81003
92.96/44.78	c cleaning 11353 clauses out of 30079 with flag 494032/95000
109.38/52.87	c cleaning 12335 clauses out of 33716 with flag 574179/110000
125.93/61.05	c cleaning 13237 clauses out of 37373 with flag 658285/126000
143.63/69.84	c cleaning 14030 clauses out of 41133 with flag 747922/143000
162.92/79.46	c cleaning 14898 clauses out of 45103 with flag 848574/161001
182.12/89.05	c cleaning 15663 clauses out of 49204 with flag 948571/180002
201.83/98.80	c cleaning 16385 clauses out of 53536 with flag 1058543/200004
228.53/112.41	c cleaning 17192 clauses out of 58142 with flag 1173437/221001
253.24/124.74	c cleaning 18299 clauses out of 62948 with flag 1291682/243001
278.13/137.10	c cleaning 19064 clauses out of 67643 with flag 1413275/266000
304.29/150.12	c cleaning 19572 clauses out of 72577 with flag 1549993/290000
331.68/163.83	c cleaning 20708 clauses out of 78003 with flag 1685772/315001
363.22/179.87	c cleaning 21560 clauses out of 83293 with flag 1827828/341001
393.81/195.17	c cleaning 22549 clauses out of 88727 with flag 1977232/368000
425.49/210.86	c cleaning 23283 clauses out of 94176 with flag 2131396/396000
436.55/216.30	c cleaning 0 clauses out of 5007 with flag 0/5007
459.21/227.41	c cleaning 24147 clauses out of 99892 with flag 2294208/425002
495.45/245.46	c cleaning 24913 clauses out of 105739 with flag 2465976/455000
533.98/264.69	c cleaning 25924 clauses out of 111826 with flag 2642627/486001
575.34/285.06	c cleaning 26617 clauses out of 117898 with flag 2826713/518001
616.94/305.64	c cleaning 27553 clauses out of 124280 with flag 3019791/551000
661.47/327.79	c cleaning 28144 clauses out of 130726 with flag 3220787/585001
708.43/351.83	c cleaning 29282 clauses out of 137578 with flag 3429012/620000
757.02/375.93	c cleaning 30208 clauses out of 144295 with flag 3644900/656000
803.61/399.15	c cleaning 31077 clauses out of 151087 with flag 3867656/693000
851.45/422.94	c cleaning 31849 clauses out of 158007 with flag 4094573/731000
904.25/449.17	c cleaning 32805 clauses out of 165158 with flag 4328103/770000
963.34/478.14	c cleaning 33539 clauses out of 172352 with flag 4579416/810000
1022.19/507.28	c cleaning 34986 clauses out of 179813 with flag 4833213/851003
1083.71/537.75	c cleaning 35536 clauses out of 186822 with flag 5092950/893000
1149.66/570.51	c cleaning 36407 clauses out of 194281 with flag 5368863/936000
1215.71/603.37	c cleaning 37633 clauses out of 201871 with flag 5643656/980000
1285.79/638.12	c cleaning 38733 clauses out of 209237 with flag 5928200/1025000
1359.25/674.52	c cleaning 39344 clauses out of 216501 with flag 6223620/1071001
1435.59/713.70	c cleaning 39974 clauses out of 224157 with flag 6526175/1118003
1505.55/748.52	c cleaning 40807 clauses out of 232178 with flag 6841367/1166000
1583.78/787.31	c cleaning 42057 clauses out of 240370 with flag 7157492/1215001
1664.47/827.36	c cleaning 42956 clauses out of 248315 with flag 7493835/1265003
1745.95/867.76	c cleaning 43670 clauses out of 256355 with flag 7844061/1316000
1800.55/894.71	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.55/894.71	c starts		: 8175
1800.55/894.71	c conflicts		: 1352364
1800.55/894.71	c decisions		: 34781949
1800.55/894.71	c propagations		: 1120466518
1800.55/894.71	c inspects		: 3135830657
1800.55/894.71	c shortcuts		: 0
1800.55/894.71	c learnt literals	: 155
1800.55/894.71	c learnt binary clauses	: 90126
1800.55/894.71	c learnt ternary clauses	: 82884
1800.55/894.71	c learnt constraints	: 1352209
1800.55/894.71	c ignored constraints	: 0
1800.55/894.71	c root simplifications	: 0
1800.55/894.71	c removed literals (reason simplification)	: 10943329
1800.55/894.71	c reason swapping (by a shorter reason)	: 0
1800.55/894.71	c Calls to reduceDB	: 47
1800.55/894.71	c Number of update (reduction) of LBD	: 976089
1800.55/894.71	c Imported unit clauses	: 0
1800.55/894.71	c number of reductions to clauses (during analyze)	: 0
1800.55/894.71	c number of learned constraints concerned by reduction	: 0
1800.55/894.71	c number of learning phase by resolution	: 0
1800.55/894.71	c number of learning phase by cutting planes	: 0
1800.55/894.71	c speed (assignments/second)	: 1253607.5717670962
1800.55/894.71	c non guided choices	15858
1800.55/894.76	c learnt constraints type 
1800.55/894.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 90126
1800.55/894.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 158923
1800.55/894.76	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.55/894.76	c starts		: 33
1800.55/894.76	c conflicts		: 9451
1800.55/894.76	c decisions		: 156561
1800.55/894.76	c propagations		: 8958569
1800.55/894.76	c inspects		: 775886490
1800.55/894.76	c shortcuts		: 0
1800.55/894.76	c learnt literals	: 0
1800.55/894.76	c learnt binary clauses	: 0
1800.55/894.76	c learnt ternary clauses	: 43
1800.55/894.76	c learnt constraints	: 9450
1800.55/894.76	c ignored constraints	: 0
1800.55/894.76	c root simplifications	: 0
1800.55/894.76	c removed literals (reason simplification)	: 0
1800.55/894.76	c reason swapping (by a shorter reason)	: 0
1800.55/894.76	c Calls to reduceDB	: 1
1800.55/894.76	c Number of update (reduction) of LBD	: 0
1800.55/894.76	c Imported unit clauses	: 0
1800.55/894.76	c number of reductions to clauses (during analyze)	: 0
1800.55/894.76	c number of learned constraints concerned by reduction	: 0
1800.55/894.76	c number of learning phase by resolution	: 0
1800.55/894.76	c number of learning phase by cutting planes	: 0
1800.55/894.76	c speed (assignments/second)	: 10022.429887721904
1800.55/894.76	c non guided choices	1400
1800.55/894.77	c learnt constraints type 
1800.55/894.77	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 419
1800.55/894.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1651
1800.55/894.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7380
1800.55/894.77	s UNKNOWN
1800.55/894.77	c Total wall clock time (in seconds): 894.631

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

pid=24708
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.11 4.16 4.17 4/197 24711
/proc/meminfo: memFree=26891044/32872528 swapFree=15784/1434320
[pid=24711] ppid=24708 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24711/stat : 24711 (java) R 24708 24711 23715 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 110239369 9515008 184 33554432000 1073741824 1073778376 140734447590224 140734447581256 214369463735 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24711/statm: 2323 184 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.11 4.16 4.17 4/197 24711
/proc/meminfo: memFree=26891044/32872528 swapFree=15784/1434320
[pid=24711] ppid=24708 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/24711/stat : 24711 (java) S 24708 24711 23715 0 -1 4202496 4036 0 1 0 7 1 0 0 20 0 18 0 110239369 9787879424 5165 33554432000 1073741824 1073778376 140736551149888 140736551141024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24711/statm: 2389619 5172 2051 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 4.11 4.16 4.17 4/197 24711
/proc/meminfo: memFree=26891044/32872528 swapFree=15784/1434320
[pid=24711] ppid=24708 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/24711/stat : 24711 (java) S 24708 24711 23715 0 -1 4202496 4782 0 1 0 23 1 0 0 20 0 18 0 110239369 9787879424 6873 33554432000 1073741824 1073778376 140736551149888 140736551141024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24711/statm: 2389619 6873 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300324 s]
/proc/loadavg: 4.11 4.16 4.17 4/197 24711
/proc/meminfo: memFree=26891044/32872528 swapFree=15784/1434320
[pid=24711] ppid=24708 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/24711/stat : 24711 (java) S 24708 24711 23715 0 -1 4202496 7030 0 1 0 51 1 0 0 20 0 18 0 110239369 9787879424 10185 33554432000 1073741824 1073778376 140736551149888 140736551141024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24711/statm: 2389619 10185 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 4.11 4.16 4.17 4/197 24711
/proc/meminfo: memFree=26891044/32872528 swapFree=15784/1434320
[pid=24711] ppid=24708 vsize=9558476 CPUtime=1.55 cores=1,3,5,7
/proc/24711/stat : 24711 (java) S 24708 24711 23715 0 -1 4202496 21783 0 1 0 151 4 0 0 20 0 18 0 110239369 9787879424 39182 33554432000 1073741824 1073778376 140736551149888 140736551141024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24711/statm: 2389619 39182 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.11 4.16 4.17 7/219 24733
/proc/meminfo: memFree=26687572/32872528 swapFree=15784/1434320
[pid=24711] ppid=24708 vsize=9824732 CPUtime=4.43 cores=1,3,5,7
/proc/24711/stat : 24711 (java) S 24708 24711 23715 0 -1 4202496 29401 0 1 0 435 8 0 0 20 0 22 0 110239369 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140736551141024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24711/statm: 2456183 52582 2283 9 0 2446860 0
[pid=24711/tid=24713] ppid=24708 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/24711/task/24713/stat : 24713 (java) S 24708 24711 23715 0 -1 4202560 2484 0 1 0 80 3 0 0 20 0 22 0 110239370 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368969487224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24714] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24714/stat : 24714 (java) S 24708 24711 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110239372 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368930977960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24715] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24715/stat : 24715 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239372 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368929925416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24716] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24716/stat : 24716 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239372 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368928872872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24717] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24717/stat : 24717 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110239372 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368927820328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24718] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24718/stat : 24718 (java) S 24708 24711 23715 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 110239372 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368809028264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24719] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24719/stat : 24719 (java) S 24708 24711 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110239372 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368807975720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24720] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24720/stat : 24720 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239372 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368806923176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24721] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24721/stat : 24721 (java) S 24708 24711 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110239372 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368805870632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24722] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24722/stat : 24722 (java) S 24708 24711 23715 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368793671784 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24723] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24723/stat : 24723 (java) S 24708 24711 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368188269688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24724] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24724/stat : 24724 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368187217032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24725] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24725/stat : 24725 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239376 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368186165776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24726] ppid=24708 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/24711/task/24726/stat : 24726 (java) R 24708 24711 23715 0 -1 4202560 11370 0 0 0 117 2 0 0 20 0 22 0 110239376 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368185090304 140368975362211 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24727] ppid=24708 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/24711/task/24727/stat : 24727 (java) R 24708 24711 23715 0 -1 4202560 14113 0 0 0 114 3 0 0 20 0 22 0 110239376 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368184038712 140368976461557 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24728] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24728/stat : 24728 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239376 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368183008248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24729] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24729/stat : 24729 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239376 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368181955912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24730] ppid=24708 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/24711/task/24730/stat : 24730 (java) R 24708 24711 23715 0 -1 4202560 18 0 0 0 56 0 0 0 20 0 22 0 110239457 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368180900104 140368972772218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24731] ppid=24708 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/24711/task/24731/stat : 24731 (java) R 24708 24711 23715 0 -1 4202560 37 0 0 0 56 0 0 0 20 0 22 0 110239457 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368179845024 140368809148842 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24732] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24732/stat : 24732 (java) S 24708 24711 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110239461 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368178795560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24733] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24733/stat : 24733 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110239461 10060525568 52582 33554432000 1073741824 1073778376 140736551149888 140368177743016 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9824732

[startup+3.10101 s]
/proc/loadavg: 4.27 4.19 4.18 5/219 24733
/proc/meminfo: memFree=26689184/32872528 swapFree=15784/1434320
[pid=24711] ppid=24708 vsize=9824732 CPUtime=8.49 cores=1,3,5,7
/proc/24711/stat : 24711 (java) S 24708 24711 23715 0 -1 4202496 31929 0 1 0 837 12 0 0 20 0 22 0 110239369 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140736551141024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24711/statm: 2456183 79339 2288 9 0 2446860 0
[pid=24711/tid=24713] ppid=24708 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/24711/task/24713/stat : 24713 (java) S 24708 24711 23715 0 -1 4202560 2484 0 1 0 80 3 0 0 20 0 22 0 110239370 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368969487224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24714] ppid=24708 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24711/task/24714/stat : 24714 (java) S 24708 24711 23715 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 110239372 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368930977960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24715] ppid=24708 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24711/task/24715/stat : 24715 (java) S 24708 24711 23715 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 110239372 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368929925416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24716] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24716/stat : 24716 (java) S 24708 24711 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110239372 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368928872872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24717] ppid=24708 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24711/task/24717/stat : 24717 (java) S 24708 24711 23715 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 110239372 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368927820328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24718] ppid=24708 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24711/task/24718/stat : 24718 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 110239372 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368809028264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24719] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24719/stat : 24719 (java) S 24708 24711 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110239372 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368807975720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24720] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24720/stat : 24720 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239372 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368806923176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24721] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24721/stat : 24721 (java) S 24708 24711 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110239372 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368805870632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24722] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24722/stat : 24722 (java) S 24708 24711 23715 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368793671784 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24723] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24723/stat : 24723 (java) S 24708 24711 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368188269688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24724] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24724/stat : 24724 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368187217032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24725] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24725/stat : 24725 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239376 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368186165776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24726] ppid=24708 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/24711/task/24726/stat : 24726 (java) S 24708 24711 23715 0 -1 4202560 12882 0 0 0 161 2 0 0 20 0 22 0 110239376 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368185113144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24727] ppid=24708 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/24711/task/24727/stat : 24727 (java) S 24708 24711 23715 0 -1 4202560 15044 0 0 0 153 3 0 0 20 0 22 0 110239376 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368184060600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24728] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24728/stat : 24728 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239376 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368183008248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24729] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24729/stat : 24729 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239376 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368181955912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24730] ppid=24708 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/24711/task/24730/stat : 24730 (java) R 24708 24711 23715 0 -1 4202560 18 0 0 0 214 0 0 0 20 0 22 0 110239457 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368180900216 140368809754153 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24731] ppid=24708 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/24711/task/24731/stat : 24731 (java) R 24708 24711 23715 0 -1 4202560 83 0 0 0 212 1 0 0 20 0 22 0 110239457 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368179847416 140368809955806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24732] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24732/stat : 24732 (java) S 24708 24711 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110239461 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368178795560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24733] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24733/stat : 24733 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110239461 10060525568 79339 33554432000 1073741824 1073778376 140736551149888 140368177743016 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 9824732

[startup+6.30104 s]
/proc/loadavg: 4.27 4.19 4.18 5/219 24733
/proc/meminfo: memFree=26396548/32872528 swapFree=15784/1434320
[pid=24711] ppid=24708 vsize=9824732 CPUtime=15.28 cores=1,3,5,7
/proc/24711/stat : 24711 (java) S 24708 24711 23715 0 -1 4202496 32338 0 1 0 1505 23 0 0 20 0 22 0 110239369 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140736551141024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24711/statm: 2456183 141072 2292 9 0 2446860 0
[pid=24711/tid=24713] ppid=24708 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/24711/task/24713/stat : 24713 (java) S 24708 24711 23715 0 -1 4202560 2484 0 1 0 81 3 0 0 20 0 22 0 110239370 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368969487224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24714] ppid=24708 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24711/task/24714/stat : 24714 (java) S 24708 24711 23715 0 -1 4202560 35 0 0 0 2 1 0 0 20 0 22 0 110239372 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368930977960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24715] ppid=24708 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24711/task/24715/stat : 24715 (java) S 24708 24711 23715 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 22 0 110239372 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368929925416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24716] ppid=24708 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24711/task/24716/stat : 24716 (java) S 24708 24711 23715 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 22 0 110239372 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368928872872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24717] ppid=24708 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24711/task/24717/stat : 24717 (java) S 24708 24711 23715 0 -1 4202560 51 0 0 0 3 1 0 0 20 0 22 0 110239372 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368927820328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24718] ppid=24708 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24711/task/24718/stat : 24718 (java) S 24708 24711 23715 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 110239372 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368809028264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24719] ppid=24708 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24711/task/24719/stat : 24719 (java) S 24708 24711 23715 0 -1 4202560 24 0 0 0 1 1 0 0 20 0 22 0 110239372 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368807975720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24720] ppid=24708 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24711/task/24720/stat : 24720 (java) S 24708 24711 23715 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 110239372 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368806923176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24721] ppid=24708 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24711/task/24721/stat : 24721 (java) S 24708 24711 23715 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 22 0 110239372 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368805870632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24722] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24722/stat : 24722 (java) S 24708 24711 23715 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368793671784 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24723] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24723/stat : 24723 (java) S 24708 24711 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368188269688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24724] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24724/stat : 24724 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368187217032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24725] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24725/stat : 24725 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239376 10060525568 141072 33554432000 1073741824 1073778376 140736551149888 140368186165776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24726] ppid=24708 vsize=9824732 CPUtime=1.71 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.67 4.31 4.22 5/219 24822
/proc/meminfo: memFree=22730248/32872528 swapFree=15784/1434320
[pid=24711] ppid=24708 vsize=9824732 CPUtime=1775.58 cores=1,3,5,7
/proc/24711/stat : 24711 (java) S 24708 24711 23715 0 -1 4202496 42752 0 1 0 177337 221 0 0 20 0 22 0 110239369 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140736551141024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24711/statm: 2456183 960706 2301 9 0 2446860 0
[pid=24711/tid=24713] ppid=24708 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/24711/task/24713/stat : 24713 (java) S 24708 24711 23715 0 -1 4202560 2495 0 1 0 84 4 0 0 20 0 22 0 110239370 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368969487224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24714] ppid=24708 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/24711/task/24714/stat : 24714 (java) S 24708 24711 23715 0 -1 4202560 629 0 0 0 383 22 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368930977960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24715] ppid=24708 vsize=9824732 CPUtime=3.44 cores=1,3,5,7
/proc/24711/task/24715/stat : 24715 (java) S 24708 24711 23715 0 -1 4202560 775 0 0 0 321 23 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368929925416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24716] ppid=24708 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/24711/task/24716/stat : 24716 (java) S 24708 24711 23715 0 -1 4202560 604 0 0 0 315 20 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368928872872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24717] ppid=24708 vsize=9824732 CPUtime=3.83 cores=1,3,5,7
/proc/24711/task/24717/stat : 24717 (java) S 24708 24711 23715 0 -1 4202560 689 0 0 0 365 18 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368927820328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24718] ppid=24708 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/24711/task/24718/stat : 24718 (java) S 24708 24711 23715 0 -1 4202560 586 0 0 0 332 16 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368809028264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24719] ppid=24708 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/24711/task/24719/stat : 24719 (java) S 24708 24711 23715 0 -1 4202560 645 0 0 0 358 22 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368807975720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24720] ppid=24708 vsize=9824732 CPUtime=3.5 cores=1,3,5,7
/proc/24711/task/24720/stat : 24720 (java) S 24708 24711 23715 0 -1 4202560 596 0 0 0 334 16 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368806923176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24721] ppid=24708 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/24711/task/24721/stat : 24721 (java) S 24708 24711 23715 0 -1 4202560 679 0 0 0 383 22 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368805870632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24722] ppid=24708 vsize=9824732 CPUtime=6.09 cores=1,3,5,7
/proc/24711/task/24722/stat : 24722 (java) S 24708 24711 23715 0 -1 4202560 2589 0 0 0 603 6 0 0 20 0 22 0 110239373 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368793671784 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24723] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24723/stat : 24723 (java) S 24708 24711 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368188269688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24724] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24724/stat : 24724 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368187217032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24725] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24725/stat : 24725 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239376 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368186165776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24726] ppid=24708 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/24711/task/24726/stat : 24726 (java) S 24708 24711 23715 0 -1 4202560 14049 0 0 0 223 2 0 0 20 0 22 0 110239376 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368185113144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24727] ppid=24708 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/24711/task/24727/stat : 24727 (java) S 24708 24711 23715 0 -1 4202560 15047 0 0 0 185 3 0 0 20 0 22 0 110239376 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368184060600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24728] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24728/stat : 24728 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239376 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368183008248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24729] ppid=24708 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/24711/task/24729/stat : 24729 (java) S 24708 24711 23715 0 -1 4202560 50 0 0 0 23 12 0 0 20 0 22 0 110239376 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368181955912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24730] ppid=24708 vsize=9824732 CPUtime=867.41 cores=1,3,5,7
/proc/24711/task/24730/stat : 24730 (java) R 24708 24711 23715 0 -1 4202560 63 0 0 0 86725 16 0 0 20 0 22 0 110239457 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368180897840 140368809620880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24731] ppid=24708 vsize=9824732 CPUtime=867.26 cores=1,3,5,7
/proc/24711/task/24731/stat : 24731 (java) R 24708 24711 23715 0 -1 4202560 1990 0 0 0 86678 48 0 0 20 0 22 0 110239457 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368179846384 140368810544532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24732] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24732/stat : 24732 (java) S 24708 24711 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110239461 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368178795560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24733] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24733/stat : 24733 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110239461 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368177743016 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1775.58
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.601 s]
/proc/loadavg: 4.72 4.34 4.23 5/219 24822
/proc/meminfo: memFree=22723980/32872528 swapFree=15784/1434320
[pid=24711] ppid=24708 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/24711/stat : 24711 (java) S 24708 24711 23715 0 -1 4202496 42752 0 1 0 179795 221 0 0 20 0 22 0 110239369 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140736551141024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24711/statm: 2456183 960706 2301 9 0 2446860 0
[pid=24711/tid=24713] ppid=24708 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/24711/task/24713/stat : 24713 (java) S 24708 24711 23715 0 -1 4202560 2495 0 1 0 84 4 0 0 20 0 22 0 110239370 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368969487224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24714] ppid=24708 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/24711/task/24714/stat : 24714 (java) S 24708 24711 23715 0 -1 4202560 629 0 0 0 383 22 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368930977960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24715] ppid=24708 vsize=9824732 CPUtime=3.44 cores=1,3,5,7
/proc/24711/task/24715/stat : 24715 (java) S 24708 24711 23715 0 -1 4202560 775 0 0 0 321 23 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368929925416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24716] ppid=24708 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/24711/task/24716/stat : 24716 (java) S 24708 24711 23715 0 -1 4202560 604 0 0 0 315 20 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368928872872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24717] ppid=24708 vsize=9824732 CPUtime=3.83 cores=1,3,5,7
/proc/24711/task/24717/stat : 24717 (java) S 24708 24711 23715 0 -1 4202560 689 0 0 0 365 18 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368927820328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24718] ppid=24708 vsize=9824732 CPUtime=3.48 cores=1,3,5,7
/proc/24711/task/24718/stat : 24718 (java) S 24708 24711 23715 0 -1 4202560 586 0 0 0 332 16 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368809028264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24719] ppid=24708 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/24711/task/24719/stat : 24719 (java) S 24708 24711 23715 0 -1 4202560 645 0 0 0 358 22 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368807975720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24720] ppid=24708 vsize=9824732 CPUtime=3.5 cores=1,3,5,7
/proc/24711/task/24720/stat : 24720 (java) S 24708 24711 23715 0 -1 4202560 596 0 0 0 334 16 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368806923176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24721] ppid=24708 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/24711/task/24721/stat : 24721 (java) S 24708 24711 23715 0 -1 4202560 679 0 0 0 383 22 0 0 20 0 22 0 110239372 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368805870632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24722] ppid=24708 vsize=9824732 CPUtime=6.09 cores=1,3,5,7
/proc/24711/task/24722/stat : 24722 (java) S 24708 24711 23715 0 -1 4202560 2589 0 0 0 603 6 0 0 20 0 22 0 110239373 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368793671784 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24723] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24723/stat : 24723 (java) S 24708 24711 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368188269688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24724] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24724/stat : 24724 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110239373 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368187217032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24725] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24725/stat : 24725 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239376 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368186165776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24726] ppid=24708 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/24711/task/24726/stat : 24726 (java) S 24708 24711 23715 0 -1 4202560 14049 0 0 0 223 2 0 0 20 0 22 0 110239376 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368185113144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24727] ppid=24708 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/24711/task/24727/stat : 24727 (java) S 24708 24711 23715 0 -1 4202560 15047 0 0 0 185 3 0 0 20 0 22 0 110239376 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368184060600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24728] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24728/stat : 24728 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110239376 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368183008248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24729] ppid=24708 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/24711/task/24729/stat : 24729 (java) S 24708 24711 23715 0 -1 4202560 50 0 0 0 23 12 0 0 20 0 22 0 110239376 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368181955912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24730] ppid=24708 vsize=9824732 CPUtime=879.71 cores=1,3,5,7
/proc/24711/task/24730/stat : 24730 (java) R 24708 24711 23715 0 -1 4202560 63 0 0 0 87955 16 0 0 20 0 22 0 110239457 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368180897840 140368809693184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24731] ppid=24708 vsize=9824732 CPUtime=879.55 cores=1,3,5,7
/proc/24711/task/24731/stat : 24731 (java) R 24708 24711 23715 0 -1 4202560 1990 0 0 0 87907 48 0 0 20 0 22 0 110239457 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368179846384 140368809942550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24732] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24732/stat : 24732 (java) S 24708 24711 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110239461 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368178795560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24733] ppid=24708 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24733/stat : 24733 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110239461 10060525568 960706 33554432000 1073741824 1073778376 140736551149888 140368177743016 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 24711 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.705 s]
/proc/loadavg: 4.72 4.34 4.23 5/219 24822
/proc/meminfo: memFree=22723980/32872528 swapFree=15784/1434320
[pid=24711] ppid=24708 vsize=9891296 CPUtime=1800.55 cores=1,3,5,7
/proc/24711/stat : 24711 (java) S 24708 24711 23715 0 -1 4202496 42772 0 1 0 179834 221 0 0 20 0 23 0 110239369 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140736551141024 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24711/statm: 2472824 960725 2301 9 0 2463501 0
[pid=24711/tid=24713] ppid=24708 vsize=9891296 CPUtime=0.88 cores=1,3,5,7
/proc/24711/task/24713/stat : 24713 (java) S 24708 24711 23715 0 -1 4202560 2496 0 1 0 84 4 0 0 20 0 23 0 110239370 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368969486936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24714] ppid=24708 vsize=9891296 CPUtime=4.1 cores=1,3,5,7
/proc/24711/task/24714/stat : 24714 (java) R 24708 24711 23715 0 -1 4202560 629 0 0 0 388 22 0 0 20 0 23 0 110239372 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368930978136 140368975995305 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24715] ppid=24708 vsize=9891296 CPUtime=3.48 cores=1,3,5,7
/proc/24711/task/24715/stat : 24715 (java) R 24708 24711 23715 0 -1 4202560 775 0 0 0 325 23 0 0 20 0 23 0 110239372 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368929925592 140368971958003 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24716] ppid=24708 vsize=9891296 CPUtime=3.4 cores=1,3,5,7
/proc/24711/task/24716/stat : 24716 (java) R 24708 24711 23715 0 -1 4202560 604 0 0 0 320 20 0 0 20 0 23 0 110239372 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368928873048 140368975995308 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24717] ppid=24708 vsize=9891296 CPUtime=3.88 cores=1,3,5,7
/proc/24711/task/24717/stat : 24717 (java) R 24708 24711 23715 0 -1 4202560 689 0 0 0 370 18 0 0 20 0 23 0 110239372 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368927820208 140368973243840 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24718] ppid=24708 vsize=9891296 CPUtime=3.53 cores=1,3,5,7
/proc/24711/task/24718/stat : 24718 (java) R 24708 24711 23715 0 -1 4202560 586 0 0 0 337 16 0 0 20 0 23 0 110239372 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368809028440 140368975995315 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24719] ppid=24708 vsize=9891296 CPUtime=3.85 cores=1,3,5,7
/proc/24711/task/24719/stat : 24719 (java) R 24708 24711 23715 0 -1 4202560 645 0 0 0 363 22 0 0 20 0 23 0 110239372 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368807975896 140368973662383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24720] ppid=24708 vsize=9891296 CPUtime=3.54 cores=1,3,5,7
/proc/24711/task/24720/stat : 24720 (java) R 24708 24711 23715 0 -1 4202560 596 0 0 0 338 16 0 0 20 0 23 0 110239372 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368806923352 140368975995266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24721] ppid=24708 vsize=9891296 CPUtime=4.1 cores=1,3,5,7
/proc/24711/task/24721/stat : 24721 (java) R 24708 24711 23715 0 -1 4202560 681 0 0 0 388 22 0 0 20 0 23 0 110239372 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368805870808 140368971958003 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24722] ppid=24708 vsize=9891296 CPUtime=6.1 cores=1,3,5,7
/proc/24711/task/24722/stat : 24722 (java) S 24708 24711 23715 0 -1 4202560 2589 0 0 0 603 7 0 0 20 0 23 0 110239373 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368793670664 214373020732 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24723] ppid=24708 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24723/stat : 24723 (java) S 24708 24711 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 110239373 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368188269688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24724] ppid=24708 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24724/stat : 24724 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 110239373 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368187217032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24725] ppid=24708 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24725/stat : 24725 (java) S 24708 24711 23715 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 23 0 110239376 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368186165776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24726] ppid=24708 vsize=9891296 CPUtime=2.25 cores=1,3,5,7
/proc/24711/task/24726/stat : 24726 (java) S 24708 24711 23715 0 -1 4202560 14049 0 0 0 223 2 0 0 20 0 23 0 110239376 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368185113144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24727] ppid=24708 vsize=9891296 CPUtime=1.88 cores=1,3,5,7
/proc/24711/task/24727/stat : 24727 (java) S 24708 24711 23715 0 -1 4202560 15047 0 0 0 185 3 0 0 20 0 23 0 110239376 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368184060600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24728] ppid=24708 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24728/stat : 24728 (java) S 24708 24711 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 110239376 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368183008248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24711/tid=24729] ppid=24708 vsize=9891296 CPUtime=0.35 cores=1,3,5,7
/proc/24711/task/24729/stat : 24729 (java) S 24708 24711 23715 0 -1 4202560 50 0 0 0 23 12 0 0 20 0 23 0 110239376 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368181955912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24711/tid=24730] ppid=24708 vsize=9891296 CPUtime=879.71 cores=1,3,5,7
/proc/24711/task/24730/stat : 24730 (java) S 24708 24711 23715 0 -1 4202560 63 0 0 0 87955 16 0 0 20 0 23 0 110239457 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368180898360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24711/tid=24731] ppid=24708 vsize=9891296 CPUtime=879.55 cores=1,3,5,7
/proc/24711/task/24731/stat : 24731 (java) S 24708 24711 23715 0 -1 4202560 1990 0 0 0 87907 48 0 0 20 0 23 0 110239457 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368179845240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24732] ppid=24708 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24732/stat : 24732 (java) S 24708 24711 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 110239461 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368178795560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24711/tid=24733] ppid=24708 vsize=9891296 CPUtime=0 cores=1,3,5,7
/proc/24711/task/24733/stat : 24733 (java) S 24708 24711 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 110239461 10128687104 960725 33554432000 1073741824 1073778376 140736551149888 140368177743016 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (KiB) 9891296

Child status: 143
Real time (s): 894.787
CPU time (s): 1801.09
CPU user time (s): 1798.41
CPU system time (s): 2.68159
CPU usage (%): 201.287
Max. virtual memory (cumulated for all children) (KiB): 9891296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 2.68159
maximum resident set size= 3845616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42788
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23833
involuntary context switches= 30235

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.89395 second user time and 6.40303 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 09:04:21
IDJOB=4080528
IDBENCH=90199
IDSOLVER=2543
FILE ID=node130/4080528-1465283061
RUNJOBID= node130-1465277942-23732
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_K143.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080528-1465283061/watcher-4080528-1465283061 -o /tmp/evaluation-result-4080528-1465283061/solver-4080528-1465283061 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23732 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080528-1465283061.opb

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

MD5SUM BENCH= 8f58618b79e9d2a9b56b6a791eca5768
RANDOM SEED=2082816624

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:        26891084 kB
Buffers:          116364 kB
Cached:           210800 kB
SwapCached:         1724 kB
Active:          3567072 kB
Inactive:         235948 kB
Active(anon):    3477104 kB
Inactive(anon):     1252 kB
Active(file):      89968 kB
Inactive(file):   234696 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              1996 kB
Writeback:             0 kB
AnonPages:       4979744 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             601964 kB
SReclaimable:      45528 kB
SUnreclaim:       556436 kB
KernelStack:        1808 kB
PageTables:        13860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5385764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4884480 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:19:16