Trace number 4103406

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.01 897.566

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1de7e61bcf99a935d7a04a775cb5b14f
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103406-1466222901.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.39/0.76	c ... done. Wall clock time 0.642s.
1.39/0.76	c declared #vars     7287
1.39/0.76	c #constraints  595
1.39/0.76	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.39/0.76	c constraints type 
1.39/0.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 420
1.39/0.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 175
1.39/0.76	c 595 constraints processed.
1.39/0.76	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.39/0.76	c constraints type 
1.39/0.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 420
1.39/0.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 175
1.39/0.76	c 595 constraints processed.
1.39/0.76	c objective function length is 31 literals
8.90/3.79	c cleaning 2502 clauses out of 5003 with flag 10091/5004
16.47/7.32	c cleaning 4246 clauses out of 8497 with flag 22217/11000
23.27/10.80	c cleaning 5625 clauses out of 11252 with flag 36284/18001
32.02/15.02	c cleaning 6813 clauses out of 13626 with flag 52323/26000
42.07/20.03	c cleaning 7904 clauses out of 15813 with flag 70372/35000
54.57/26.22	c cleaning 8956 clauses out of 17912 with flag 90425/45003
68.66/33.23	c cleaning 9978 clauses out of 19961 with flag 112491/56008
84.95/41.22	c cleaning 10986 clauses out of 21977 with flag 136538/68002
101.56/49.53	c cleaning 11993 clauses out of 23994 with flag 162609/81005
121.23/59.30	c cleaning 12997 clauses out of 26006 with flag 190709/95010
140.70/69.09	c cleaning 13999 clauses out of 28003 with flag 220791/110004
163.06/80.08	c cleaning 14993 clauses out of 30005 with flag 252885/126005
186.92/91.98	c cleaning 16004 clauses out of 32012 with flag 286976/143005
214.75/105.41	c cleaning 16997 clauses out of 34009 with flag 323086/161006
246.26/121.71	c cleaning 18000 clauses out of 36011 with flag 361192/180005
279.73/138.40	c cleaning 18997 clauses out of 38008 with flag 401299/200002
310.93/153.98	c cleaning 19997 clauses out of 40014 with flag 443414/221005
345.92/171.49	c cleaning 20999 clauses out of 42017 with flag 487529/243005
387.07/191.87	c cleaning 22000 clauses out of 44019 with flag 533644/266006
428.68/213.38	c cleaning 23003 clauses out of 46020 with flag 581790/290007
470.27/234.19	c cleaning 23999 clauses out of 48018 with flag 631934/315008
515.06/256.59	c cleaning 25003 clauses out of 50016 with flag 684071/341005
563.29/280.51	c cleaning 26002 clauses out of 52019 with flag 738232/368011
614.11/306.15	c cleaning 26996 clauses out of 54006 with flag 794362/396000
662.71/330.43	c cleaning 28004 clauses out of 56021 with flag 852560/425011
718.91/358.41	c cleaning 29001 clauses out of 58016 with flag 912728/455010
776.94/387.24	c cleaning 29999 clauses out of 60012 with flag 974911/486007
838.91/418.20	c cleaning 30998 clauses out of 62009 with flag 1039085/518003
904.63/451.08	c cleaning 32003 clauses out of 64020 with flag 1105288/551012
979.74/488.56	c cleaning 33001 clauses out of 66015 with flag 1173468/585010
1046.29/521.71	c cleaning 33996 clauses out of 68005 with flag 1243655/620001
1120.71/558.83	c cleaning 35000 clauses out of 70014 with flag 1315866/656006
1196.73/597.15	c cleaning 35997 clauses out of 72009 with flag 1390066/693001
1279.63/638.46	c cleaning 37004 clauses out of 74017 with flag 1466272/731006
1372.49/684.68	c cleaning 38000 clauses out of 76013 with flag 1544495/770006
1447.99/722.67	c cleaning 38987 clauses out of 78007 with flag 1624863/810000
1511.16/754.09	c cleaning 39994 clauses out of 80022 with flag 1707369/851002
1565.15/781.00	c cleaning 41009 clauses out of 82033 with flag 1792241/893007
1619.53/808.06	c cleaning 42006 clauses out of 84025 with flag 1878676/936008
1674.48/835.32	c cleaning 42994 clauses out of 86011 with flag 1967357/980000
1739.57/867.68	c cleaning 44004 clauses out of 88019 with flag 2057887/1025002
1800.01/897.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/897.50	c starts		: 1
1800.01/897.50	c conflicts		: 1058908
1800.01/897.50	c decisions		: 1062042
1800.01/897.50	c propagations		: 11891920
1800.01/897.50	c inspects		: 5810909588
1800.01/897.50	c shortcuts		: 0
1800.01/897.50	c learnt literals	: 1
1800.01/897.50	c learnt binary clauses	: 0
1800.01/897.50	c learnt ternary clauses	: 0
1800.01/897.50	c learnt constraints	: 1058907
1800.01/897.50	c ignored constraints	: 0
1800.01/897.50	c root simplifications	: 0
1800.01/897.50	c removed literals (reason simplification)	: 28464603
1800.01/897.50	c reason swapping (by a shorter reason)	: 0
1800.01/897.50	c Calls to reduceDB	: 41
1800.01/897.50	c Number of update (reduction) of LBD	: 295
1800.01/897.50	c Imported unit clauses	: 0
1800.01/897.50	c number of reductions to clauses (during analyze)	: 0
1800.01/897.50	c number of learned constraints concerned by reduction	: 0
1800.01/897.50	c number of learning phase by resolution	: 0
1800.01/897.50	c number of learning phase by cutting planes	: 0
1800.01/897.50	c speed (assignments/second)	: 13261.474227942284
1800.01/897.50	c non guided choices	2414
1800.01/897.53	c learnt constraints type 
1800.01/897.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77922
1800.01/897.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/897.53	c starts		: 6
1800.01/897.53	c conflicts		: 1005
1800.01/897.53	c decisions		: 164788
1800.01/897.53	c propagations		: 491635
1800.01/897.53	c inspects		: 41113934
1800.01/897.53	c shortcuts		: 0
1800.01/897.53	c learnt literals	: 0
1800.01/897.53	c learnt binary clauses	: 0
1800.01/897.53	c learnt ternary clauses	: 0
1800.01/897.53	c learnt constraints	: 1004
1800.01/897.53	c ignored constraints	: 0
1800.01/897.53	c root simplifications	: 0
1800.01/897.53	c removed literals (reason simplification)	: 0
1800.01/897.53	c reason swapping (by a shorter reason)	: 0
1800.01/897.53	c Calls to reduceDB	: 0
1800.01/897.53	c Number of update (reduction) of LBD	: 0
1800.01/897.53	c Imported unit clauses	: 0
1800.01/897.53	c number of reductions to clauses (during analyze)	: 0
1800.01/897.53	c number of learned constraints concerned by reduction	: 0
1800.01/897.53	c number of learning phase by resolution	: 0
1800.01/897.53	c number of learning phase by cutting planes	: 0
1800.01/897.53	c speed (assignments/second)	: 548.2378130035517
1800.01/897.53	c non guided choices	0
1800.01/897.53	c learnt constraints type 
1800.01/897.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 81
1800.01/897.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 923
1800.01/897.53	s UNKNOWN
1800.01/897.53	c Total wall clock time (in seconds): 897.413

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-4103406-1466222901/watcher-4103406-1466222901 -o /tmp/evaluation-result-4103406-1466222901/solver-4103406-1466222901 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103406-1466222901.opb 

pid=14423
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.74 4.47 4.38 5/199 14426
/proc/meminfo: memFree=26629912/32872528 swapFree=1505436/1685308
[pid=14426] ppid=14423 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14426/stat : 14426 (java) R 14423 14426 7329 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 24336064 9515008 182 33554432000 1073741824 1073778376 140737131791200 140737131782232 215124623029 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14426/statm: 2323 183 141 9 0 71 0

[startup+0.100113 s]
/proc/loadavg: 4.74 4.47 4.38 5/199 14426
/proc/meminfo: memFree=26629912/32872528 swapFree=1505436/1685308
[pid=14426] ppid=14423 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14426/stat : 14426 (java) S 14423 14426 7329 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 24336064 9787879424 6032 33554432000 1073741824 1073778376 140737419420976 140737419412112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14426/statm: 2389619 6032 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 4.74 4.47 4.38 5/199 14426
/proc/meminfo: memFree=26629912/32872528 swapFree=1505436/1685308
[pid=14426] ppid=14423 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/14426/stat : 14426 (java) S 14423 14426 7329 0 -1 4202496 5015 0 1 0 25 1 0 0 20 0 18 0 24336064 9787879424 7017 33554432000 1073741824 1073778376 140737419420976 140737419412112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14426/statm: 2389619 7017 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300311 s]
/proc/loadavg: 4.74 4.47 4.38 5/199 14426
/proc/meminfo: memFree=26629912/32872528 swapFree=1505436/1685308
[pid=14426] ppid=14423 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/14426/stat : 14426 (java) S 14423 14426 7329 0 -1 4202496 12623 0 1 0 54 2 0 0 20 0 18 0 24336064 9787879424 13319 33554432000 1073741824 1073778376 140737419420976 140737419412112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14426/statm: 2389619 13319 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700211 s]
/proc/loadavg: 4.74 4.47 4.38 5/199 14426
/proc/meminfo: memFree=26629912/32872528 swapFree=1505436/1685308
[pid=14426] ppid=14423 vsize=9558476 CPUtime=1.39 cores=1,3,5,7
/proc/14426/stat : 14426 (java) S 14423 14426 7329 0 -1 4202496 13700 0 1 0 133 6 0 0 20 0 18 0 24336064 9787879424 47804 33554432000 1073741824 1073778376 140737419420976 140737419412112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14426/statm: 2389619 47804 2256 9 0 2380296 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.74 4.47 4.38 7/221 14448
/proc/meminfo: memFree=26428008/32872528 swapFree=1505436/1685308
[pid=14426] ppid=14423 vsize=9824732 CPUtime=3.97 cores=1,3,5,7
/proc/14426/stat : 14426 (java) S 14423 14426 7329 0 -1 4202496 15833 0 1 0 388 9 0 0 20 0 22 0 24336064 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140737419412112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14426/statm: 2456183 52683 2276 9 0 2446860 0
[pid=14426/tid=14428] ppid=14423 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/14426/task/14428/stat : 14428 (java) S 14423 14426 7329 0 -1 4202560 2489 0 1 0 65 2 0 0 20 0 22 0 24336065 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064886477688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14429] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14429/stat : 14429 (java) S 14423 14426 7329 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 24336066 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064858929960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14430] ppid=14423 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14426/task/14430/stat : 14430 (java) S 14423 14426 7329 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 24336066 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064857877160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14431] ppid=14423 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14426/task/14431/stat : 14431 (java) S 14423 14426 7329 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 24336066 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064727804968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14432] ppid=14423 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14426/task/14432/stat : 14432 (java) S 14423 14426 7329 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 24336066 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064726752168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14433] ppid=14423 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14426/task/14433/stat : 14433 (java) S 14423 14426 7329 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 24336066 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064725698856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14434] ppid=14423 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14426/task/14434/stat : 14434 (java) S 14423 14426 7329 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 24336066 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064724646056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14435] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14435/stat : 14435 (java) S 14423 14426 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24336066 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064723593768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14436] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14436/stat : 14436 (java) S 14423 14426 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24336066 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064252225960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14437] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14437/stat : 14437 (java) S 14423 14426 7329 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 24336067 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064240028392 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14438] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24336068 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064238974456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24336068 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064237922056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064236870544 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/14426/task/14441/stat : 14441 (java) R 14423 14426 7329 0 -1 4202560 6059 0 0 0 77 0 0 0 20 0 22 0 24336070 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064235817144 140064890082593 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14442] ppid=14423 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/14426/task/14442/stat : 14442 (java) S 14423 14426 7329 0 -1 4202560 5804 0 0 0 80 0 0 0 20 0 22 0 24336070 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064234764344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14443] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14443/stat : 14443 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064233712248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14444] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14444/stat : 14444 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064232659656 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14445] ppid=14423 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/14426/task/14445/stat : 14445 (java) R 14423 14426 7329 0 -1 4202560 24 0 0 0 70 0 0 0 20 0 22 0 24336141 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064231506632 140064739788188 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14446] ppid=14423 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/14426/task/14446/stat : 14446 (java) R 14423 14426 7329 0 -1 4202560 25 0 0 0 71 0 0 0 20 0 22 0 24336141 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064230453072 140064739710784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14447] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14447/stat : 14447 (java) S 14423 14426 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24336142 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064229402280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14448] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14448/stat : 14448 (java) S 14423 14426 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24336142 10060525568 52683 33554432000 1073741824 1073778376 140737419420976 140064228349480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.74 4.47 4.38 7/221 14448
/proc/meminfo: memFree=26393132/32872528 swapFree=1505436/1685308
[pid=14426] ppid=14423 vsize=9824732 CPUtime=7.7 cores=1,3,5,7
/proc/14426/stat : 14426 (java) S 14423 14426 7329 0 -1 4202496 16265 0 1 0 757 13 0 0 20 0 22 0 24336064 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140737419412112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14426/statm: 2456183 61244 2277 9 0 2446860 0
[pid=14426/tid=14428] ppid=14423 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/14426/task/14428/stat : 14428 (java) S 14423 14426 7329 0 -1 4202560 2489 0 1 0 65 2 0 0 20 0 22 0 24336065 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064886477688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14429] ppid=14423 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14426/task/14429/stat : 14429 (java) S 14423 14426 7329 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 24336066 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064858929960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14430] ppid=14423 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14426/task/14430/stat : 14430 (java) S 14423 14426 7329 0 -1 4202560 114 0 0 0 2 1 0 0 20 0 22 0 24336066 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064857877160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14431] ppid=14423 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14426/task/14431/stat : 14431 (java) S 14423 14426 7329 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 22 0 24336066 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064727804968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14432] ppid=14423 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/14426/task/14432/stat : 14432 (java) S 14423 14426 7329 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 24336066 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064726752168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14433] ppid=14423 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14426/task/14433/stat : 14433 (java) S 14423 14426 7329 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 24336066 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064725698856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14434] ppid=14423 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14426/task/14434/stat : 14434 (java) S 14423 14426 7329 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 24336066 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064724646056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14435] ppid=14423 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14426/task/14435/stat : 14435 (java) S 14423 14426 7329 0 -1 4202560 102 0 0 0 1 1 0 0 20 0 22 0 24336066 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064723593768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14436] ppid=14423 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14426/task/14436/stat : 14436 (java) S 14423 14426 7329 0 -1 4202560 109 0 0 0 3 1 0 0 20 0 22 0 24336066 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064252225960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14437] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14437/stat : 14437 (java) S 14423 14426 7329 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 24336067 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064240028392 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14438] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24336068 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064238974456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24336068 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064237922056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064236870544 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/14426/task/14441/stat : 14441 (java) S 14423 14426 7329 0 -1 4202560 6064 0 0 0 109 0 0 0 20 0 22 0 24336070 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064235817144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14442] ppid=14423 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/14426/task/14442/stat : 14442 (java) S 14423 14426 7329 0 -1 4202560 5807 0 0 0 94 0 0 0 20 0 22 0 24336070 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064234764344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14443] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14443/stat : 14443 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064233712248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14444] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14444/stat : 14444 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064232659656 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14445] ppid=14423 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/14426/task/14445/stat : 14445 (java) R 14423 14426 7329 0 -1 4202560 25 0 0 0 226 0 0 0 20 0 22 0 24336141 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064231506984 140064739788375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14446] ppid=14423 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/14426/task/14446/stat : 14446 (java) R 14423 14426 7329 0 -1 4202560 25 0 0 0 227 0 0 0 20 0 22 0 24336141 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064230453864 140064739840957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14447] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14447/stat : 14447 (java) S 14423 14426 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24336142 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064229402280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14448] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14448/stat : 14448 (java) S 14423 14426 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24336142 10060525568 61244 33554432000 1073741824 1073778376 140737419420976 140064228349480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.68 4.47 4.37 5/221 14448
/proc/meminfo: memFree=26209316/32872528 swapFree=1505436/1685308
[pid=14426] ppid=14423 vsize=9824732 CPUtime=14.41 cores=1,3,5,7
/proc/14426/stat : 14426 (java) S 14423 14426 7329 0 -1 4202496 16625 0 1 0 1416 25 0 0 20 0 22 0 24336064 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140737419412112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14426/statm: 2456183 106912 2282 9 0 2446860 0
[pid=14426/tid=14428] ppid=14423 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/14426/task/14428/stat : 14428 (java) S 14423 14426 7329 0 -1 4202560 2489 0 1 0 65 2 0 0 20 0 22 0 24336065 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064886477688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14429] ppid=14423 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14426/task/14429/stat : 14429 (java) S 14423 14426 7329 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 22 0 24336066 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064858929960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14430] ppid=14423 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/14426/task/14430/stat : 14430 (java) S 14423 14426 7329 0 -1 4202560 157 0 0 0 7 3 0 0 20 0 22 0 24336066 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064857877160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14431] ppid=14423 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/14426/task/14431/stat : 14431 (java) S 14423 14426 7329 0 -1 4202560 136 0 0 0 6 3 0 0 20 0 22 0 24336066 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064727804968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14432] ppid=14423 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/14426/task/14432/stat : 14432 (java) S 14423 14426 7329 0 -1 4202560 48 0 0 0 4 3 0 0 20 0 22 0 24336066 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064726752168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14433] ppid=14423 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/14426/task/14433/stat : 14433 (java) S 14423 14426 7329 0 -1 4202560 59 0 0 0 6 3 0 0 20 0 22 0 24336066 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064725698856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14434] ppid=14423 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14426/task/14434/stat : 14434 (java) S 14423 14426 7329 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 24336066 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064724646056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14435] ppid=14423 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14426/task/14435/stat : 14435 (java) S 14423 14426 7329 0 -1 4202560 108 0 0 0 2 1 0 0 20 0 22 0 24336066 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064723593768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14436] ppid=14423 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/14426/task/14436/stat : 14436 (java) S 14423 14426 7329 0 -1 4202560 119 0 0 0 4 2 0 0 20 0 22 0 24336066 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064252225960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14437] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14437/stat : 14437 (java) S 14423 14426 7329 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 24336067 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064240028392 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14438] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24336068 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064238974456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24336068 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064237922056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 106912 33554432000 1073741824 1073778376 140737419420976 140064236870544 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9824732 CPUtime=1.18 cores=1,3,5,7

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

/proc/14426/task/14431/stat : 14431 (java) S 14423 14426 7329 0 -1 4202560 10439 0 0 0 260 53 0 0 20 0 22 0 24336066 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064727804968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14432] ppid=14423 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/14426/task/14432/stat : 14432 (java) S 14423 14426 7329 0 -1 4202560 6711 0 0 0 225 40 0 0 20 0 22 0 24336066 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064726752168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14433] ppid=14423 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/14426/task/14433/stat : 14433 (java) S 14423 14426 7329 0 -1 4202560 8222 0 0 0 249 51 0 0 20 0 22 0 24336066 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064725698856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14434] ppid=14423 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/14426/task/14434/stat : 14434 (java) S 14423 14426 7329 0 -1 4202560 9348 0 0 0 242 50 0 0 20 0 22 0 24336066 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064724646056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14435] ppid=14423 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/14426/task/14435/stat : 14435 (java) S 14423 14426 7329 0 -1 4202560 8782 0 0 0 245 51 0 0 20 0 22 0 24336066 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064723593768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14436] ppid=14423 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/14426/task/14436/stat : 14436 (java) S 14423 14426 7329 0 -1 4202560 10351 0 0 0 256 50 0 0 20 0 22 0 24336066 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064252225960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14437] ppid=14423 vsize=9824732 CPUtime=8.63 cores=1,3,5,7
/proc/14426/task/14437/stat : 14437 (java) S 14423 14426 7329 0 -1 4202560 3287 0 0 0 860 3 0 0 20 0 22 0 24336067 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064240028392 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14438] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24336068 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064238974456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24336068 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064237922056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064236870544 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/14426/task/14441/stat : 14441 (java) S 14423 14426 7329 0 -1 4202560 6076 0 0 0 145 0 0 0 20 0 22 0 24336070 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064235817144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14442] ppid=14423 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/14426/task/14442/stat : 14442 (java) S 14423 14426 7329 0 -1 4202560 6579 0 0 0 139 1 0 0 20 0 22 0 24336070 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064234764344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14443] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14443/stat : 14443 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064233712248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14444] ppid=14423 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/14426/task/14444/stat : 14444 (java) S 14423 14426 7329 0 -1 4202560 51 0 0 0 12 14 0 0 20 0 22 0 24336070 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064232659656 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14445] ppid=14423 vsize=9824732 CPUtime=864.32 cores=1,3,5,7
/proc/14426/task/14445/stat : 14445 (java) R 14423 14426 7329 0 -1 4202560 903 0 0 0 86414 18 0 0 20 0 22 0 24336141 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064231504816 140064739788445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14446] ppid=14423 vsize=9824732 CPUtime=864.32 cores=1,3,5,7
/proc/14426/task/14446/stat : 14446 (java) R 14423 14426 7329 0 -1 4202560 586 0 0 0 86409 23 0 0 20 0 22 0 24336141 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064230452480 140064740129497 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14447] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14447/stat : 14447 (java) S 14423 14426 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24336142 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064229402280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14448] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14448/stat : 14448 (java) S 14423 14426 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24336142 10060525568 1142902 33554432000 1073741824 1073778376 140737419420976 140064228349480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1769.26
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.501 s]
/proc/loadavg: 2.38 2.72 3.50 4/193 14504
/proc/meminfo: memFree=25614552/32872528 swapFree=1505436/1685308
[pid=14426] ppid=14423 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/14426/stat : 14426 (java) S 14423 14426 7329 0 -1 4202496 90558 0 1 0 179550 451 0 0 20 0 22 0 24336064 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140737419412112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14426/statm: 2456183 1142955 2291 9 0 2446860 0
[pid=14426/tid=14428] ppid=14423 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/14426/task/14428/stat : 14428 (java) S 14423 14426 7329 0 -1 4202560 2513 0 1 0 67 4 0 0 20 0 22 0 24336065 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064886477688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14429] ppid=14423 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/14426/task/14429/stat : 14429 (java) S 14423 14426 7329 0 -1 4202560 5862 0 0 0 243 53 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064858929960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14430] ppid=14423 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/14426/task/14430/stat : 14430 (java) S 14423 14426 7329 0 -1 4202560 9530 0 0 0 258 66 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064857877160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14431] ppid=14423 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/14426/task/14431/stat : 14431 (java) S 14423 14426 7329 0 -1 4202560 10443 0 0 0 270 53 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064727804968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14432] ppid=14423 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/14426/task/14432/stat : 14432 (java) S 14423 14426 7329 0 -1 4202560 6711 0 0 0 234 40 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064726752168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14433] ppid=14423 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/14426/task/14433/stat : 14433 (java) S 14423 14426 7329 0 -1 4202560 8222 0 0 0 258 51 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064725698856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14434] ppid=14423 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/14426/task/14434/stat : 14434 (java) S 14423 14426 7329 0 -1 4202560 9397 0 0 0 252 50 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064724646056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14435] ppid=14423 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/14426/task/14435/stat : 14435 (java) S 14423 14426 7329 0 -1 4202560 8782 0 0 0 251 51 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064723593768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14436] ppid=14423 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/14426/task/14436/stat : 14436 (java) S 14423 14426 7329 0 -1 4202560 10351 0 0 0 275 50 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064252225960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14437] ppid=14423 vsize=9824732 CPUtime=8.63 cores=1,3,5,7
/proc/14426/task/14437/stat : 14437 (java) S 14423 14426 7329 0 -1 4202560 3287 0 0 0 860 3 0 0 20 0 22 0 24336067 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064240028392 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14438] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24336068 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064238974456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24336068 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064237922056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064236870544 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/14426/task/14441/stat : 14441 (java) S 14423 14426 7329 0 -1 4202560 6076 0 0 0 145 0 0 0 20 0 22 0 24336070 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064235817144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14442] ppid=14423 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/14426/task/14442/stat : 14442 (java) S 14423 14426 7329 0 -1 4202560 6579 0 0 0 139 1 0 0 20 0 22 0 24336070 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064234764344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14443] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14443/stat : 14443 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064233712248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14444] ppid=14423 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/14426/task/14444/stat : 14444 (java) S 14423 14426 7329 0 -1 4202560 51 0 0 0 12 14 0 0 20 0 22 0 24336070 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064232659656 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14445] ppid=14423 vsize=9824732 CPUtime=879.28 cores=1,3,5,7
/proc/14426/task/14445/stat : 14445 (java) R 14423 14426 7329 0 -1 4202560 903 0 0 0 87910 18 0 0 20 0 22 0 24336141 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064231504656 140064739889269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14446] ppid=14423 vsize=9824732 CPUtime=879.28 cores=1,3,5,7
/proc/14426/task/14446/stat : 14446 (java) R 14423 14426 7329 0 -1 4202560 586 0 0 0 87905 23 0 0 20 0 22 0 24336141 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064230452592 140064739647311 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14447] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14447/stat : 14447 (java) S 14423 14426 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24336142 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064229402280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14448] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14448/stat : 14448 (java) S 14423 14426 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24336142 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064228349480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 14426 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.501 s]
/proc/loadavg: 2.38 2.72 3.50 4/193 14504
/proc/meminfo: memFree=25614552/32872528 swapFree=1505436/1685308
[pid=14426] ppid=14423 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/14426/stat : 14426 (java) S 14423 14426 7329 0 -1 4202496 90558 0 1 0 179550 451 0 0 20 0 22 0 24336064 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140737419412112 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14426/statm: 2456183 1142955 2291 9 0 2446860 0
[pid=14426/tid=14428] ppid=14423 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/14426/task/14428/stat : 14428 (java) S 14423 14426 7329 0 -1 4202560 2513 0 1 0 67 4 0 0 20 0 22 0 24336065 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064886477688 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14429] ppid=14423 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/14426/task/14429/stat : 14429 (java) S 14423 14426 7329 0 -1 4202560 5862 0 0 0 243 53 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064858929960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14430] ppid=14423 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/14426/task/14430/stat : 14430 (java) S 14423 14426 7329 0 -1 4202560 9530 0 0 0 258 66 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064857877160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14431] ppid=14423 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/14426/task/14431/stat : 14431 (java) S 14423 14426 7329 0 -1 4202560 10443 0 0 0 270 53 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064727804968 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14432] ppid=14423 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/14426/task/14432/stat : 14432 (java) S 14423 14426 7329 0 -1 4202560 6711 0 0 0 234 40 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064726752168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14433] ppid=14423 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/14426/task/14433/stat : 14433 (java) S 14423 14426 7329 0 -1 4202560 8222 0 0 0 258 51 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064725698856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14434] ppid=14423 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/14426/task/14434/stat : 14434 (java) S 14423 14426 7329 0 -1 4202560 9397 0 0 0 252 50 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064724646056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14435] ppid=14423 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/14426/task/14435/stat : 14435 (java) S 14423 14426 7329 0 -1 4202560 8782 0 0 0 251 51 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064723593768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14436] ppid=14423 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/14426/task/14436/stat : 14436 (java) S 14423 14426 7329 0 -1 4202560 10351 0 0 0 275 50 0 0 20 0 22 0 24336066 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064252225960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14437] ppid=14423 vsize=9824732 CPUtime=8.63 cores=1,3,5,7
/proc/14426/task/14437/stat : 14437 (java) S 14423 14426 7329 0 -1 4202560 3287 0 0 0 860 3 0 0 20 0 22 0 24336067 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064240028392 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14438] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14438/stat : 14438 (java) S 14423 14426 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24336068 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064238974456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14439] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14439/stat : 14439 (java) S 14423 14426 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24336068 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064237922056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14440] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14440/stat : 14440 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064236870544 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14441] ppid=14423 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/14426/task/14441/stat : 14441 (java) S 14423 14426 7329 0 -1 4202560 6076 0 0 0 145 0 0 0 20 0 22 0 24336070 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064235817144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14426/tid=14442] ppid=14423 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/14426/task/14442/stat : 14442 (java) S 14423 14426 7329 0 -1 4202560 6579 0 0 0 139 1 0 0 20 0 22 0 24336070 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064234764344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14443] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14443/stat : 14443 (java) S 14423 14426 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24336070 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064233712248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14444] ppid=14423 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/14426/task/14444/stat : 14444 (java) S 14423 14426 7329 0 -1 4202560 51 0 0 0 12 14 0 0 20 0 22 0 24336070 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064232659656 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14445] ppid=14423 vsize=9824732 CPUtime=879.28 cores=1,3,5,7
/proc/14426/task/14445/stat : 14445 (java) R 14423 14426 7329 0 -1 4202560 903 0 0 0 87910 18 0 0 20 0 22 0 24336141 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064231504656 140064739889269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14426/tid=14446] ppid=14423 vsize=9824732 CPUtime=879.28 cores=1,3,5,7
/proc/14426/task/14446/stat : 14446 (java) R 14423 14426 7329 0 -1 4202560 586 0 0 0 87905 23 0 0 20 0 22 0 24336141 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064230452592 140064739647311 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14426/tid=14447] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14447/stat : 14447 (java) S 14423 14426 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24336142 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064229402280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14426/tid=14448] ppid=14423 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14426/task/14448/stat : 14448 (java) S 14423 14426 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24336142 10060525568 1142955 33554432000 1073741824 1073778376 140737419420976 140064228349480 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14426 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=38720
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=962245
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.566
CPU time (s): 1800.01
CPU user time (s): 1795.5
CPU system time (s): 4.51
CPU usage (%): 200.543
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.04
system time used= 4.96225
maximum resident set size= 4639044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90609
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24442
involuntary context switches= 23386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38503 second user time and 5.00724 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 06:08:21
IDJOB=4103406
IDBENCH=2350
IDSOLVER=2543
FILE ID=node135/4103406-1466222901
RUNJOBID= node135-1466206056-7346
PBS_JOBID= 19918142
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103406-1466222901/watcher-4103406-1466222901 -o /tmp/evaluation-result-4103406-1466222901/solver-4103406-1466222901 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103406-1466222901.opb

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

MD5SUM BENCH= 1de7e61bcf99a935d7a04a775cb5b14f
RANDOM SEED=1762355245

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        26630184 kB
Buffers:          107444 kB
Cached:           161320 kB
SwapCached:          712 kB
Active:          3615432 kB
Inactive:         200744 kB
Active(anon):    3548324 kB
Inactive(anon):     1484 kB
Active(file):      67108 kB
Inactive(file):   199260 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100440 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:       5303348 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             600528 kB
SReclaimable:      44484 kB
SUnreclaim:       556044 kB
KernelStack:        1824 kB
PageTables:        14416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5504256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3743744 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= 71700 MiB
End job on node135 at 2016-06-18 06:23:19