Trace number 4100938

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-ship04s.opb
MD5SUMfe1a2bbeb11180a9cf7bf3ad481e98b1
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables43740
Total number of constraints348
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints348
Minimum length of a constraint30
Maximum length of a constraint1980
Number of terms in the objective function 43740
Biggest coefficient in the objective function 3749
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 560502
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 560502
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4100938-1466211908.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
1.97/0.94	c ... done. Wall clock time 0.809s.
1.97/0.94	c declared #vars     43740
1.97/0.94	c #constraints  660
1.97/0.94	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.97/0.94	c constraints type 
1.97/0.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 217
1.97/0.94	c org.sat4j.specs.Constr$1 => 56
1.97/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 387
1.97/0.94	c 660 constraints processed.
1.97/0.94	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.97/0.94	c constraints type 
1.97/0.94	c org.sat4j.specs.Constr$1 => 56
1.97/0.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 217
1.97/0.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 387
1.97/0.94	c 660 constraints processed.
1.97/0.94	c objective function length is 43740 literals
5.57/2.26	c cleaning 2483 clauses out of 5000 with flag 11871/5000
8.64/3.54	c cleaning 4259 clauses out of 8517 with flag 25821/11000
11.67/5.08	c cleaning 5617 clauses out of 11260 with flag 41686/18002
15.28/6.87	c cleaning 6803 clauses out of 13641 with flag 60121/26000
19.64/8.97	c cleaning 7906 clauses out of 15838 with flag 80842/35000
24.26/11.24	c cleaning 8946 clauses out of 17932 with flag 103506/45000
29.58/13.81	c cleaning 9981 clauses out of 19987 with flag 127949/56001
35.32/16.64	c cleaning 10986 clauses out of 22005 with flag 155230/68000
41.53/19.73	c cleaning 11988 clauses out of 24021 with flag 184674/81002
48.71/23.24	c cleaning 13000 clauses out of 26031 with flag 216763/95000
56.10/26.95	c cleaning 14000 clauses out of 28036 with flag 251020/110005
64.76/31.08	c cleaning 14999 clauses out of 30031 with flag 287701/126000
73.18/35.23	c cleaning 15997 clauses out of 32032 with flag 326248/143000
81.98/39.66	c cleaning 17003 clauses out of 34035 with flag 366665/161000
92.00/44.52	c cleaning 17992 clauses out of 36032 with flag 408960/180000
102.05/49.59	c cleaning 19007 clauses out of 38040 with flag 454269/200000
113.54/55.18	c cleaning 20005 clauses out of 40036 with flag 500774/221003
125.12/60.95	c cleaning 20994 clauses out of 42028 with flag 551250/243000
137.32/67.07	c cleaning 21991 clauses out of 44035 with flag 603842/266001
149.72/73.21	c cleaning 23002 clauses out of 46045 with flag 658000/290002
162.53/79.67	c cleaning 24003 clauses out of 48041 with flag 713483/315000
176.33/86.56	c cleaning 25003 clauses out of 50038 with flag 771333/341000
193.09/95.15	c cleaning 26000 clauses out of 52038 with flag 832572/368003
207.90/102.52	c cleaning 26997 clauses out of 54035 with flag 895727/396000
223.30/110.20	c cleaning 27997 clauses out of 56038 with flag 960160/425000
240.27/118.53	c cleaning 29005 clauses out of 58043 with flag 1027495/455002
257.48/127.19	c cleaning 29999 clauses out of 60037 with flag 1097759/486001
275.27/136.03	c cleaning 30999 clauses out of 62037 with flag 1169445/518000
294.47/145.62	c cleaning 32007 clauses out of 64039 with flag 1244847/551001
315.47/156.00	c cleaning 33002 clauses out of 66033 with flag 1322154/585002
336.08/166.26	c cleaning 33995 clauses out of 68029 with flag 1400870/620000
357.26/176.85	c cleaning 35003 clauses out of 70034 with flag 1481689/656000
382.53/190.04	c cleaning 36006 clauses out of 72037 with flag 1565486/693006
406.13/201.87	c cleaning 36998 clauses out of 74026 with flag 1651083/731001
432.49/214.84	c cleaning 37992 clauses out of 76029 with flag 1740548/770002
459.89/228.57	c cleaning 39004 clauses out of 78035 with flag 1830756/810000
488.68/242.95	c cleaning 40010 clauses out of 80031 with flag 1922681/851000
517.26/257.15	c cleaning 41006 clauses out of 82022 with flag 2017955/893001
546.05/271.58	c cleaning 42001 clauses out of 84016 with flag 2114036/936001
576.73/286.74	c cleaning 43000 clauses out of 86014 with flag 2212347/980000
608.34/302.56	c cleaning 43997 clauses out of 88014 with flag 2313256/1025000
641.30/318.88	c cleaning 44998 clauses out of 90020 with flag 2416463/1071003
675.01/335.59	c cleaning 46011 clauses out of 92022 with flag 2521999/1118003
710.86/353.42	c cleaning 47000 clauses out of 94008 with flag 2629784/1166000
749.01/372.27	c cleaning 48001 clauses out of 96008 with flag 2740981/1215000
788.78/391.93	c cleaning 48999 clauses out of 98007 with flag 2854758/1265000
831.35/414.16	c cleaning 49996 clauses out of 100008 with flag 2970355/1316000
874.71/435.50	c cleaning 50999 clauses out of 102012 with flag 3089318/1368000
902.25/449.15	c cleaning 0 clauses out of 5000 with flag 0/5000
917.99/456.83	c cleaning 52003 clauses out of 104015 with flag 3209932/1421002
959.43/477.32	c cleaning 53006 clauses out of 106013 with flag 3330536/1475003
1002.93/498.87	c cleaning 53995 clauses out of 108007 with flag 3454067/1530003
1049.42/521.46	c cleaning 55004 clauses out of 110009 with flag 3579609/1586000
1094.14/543.52	c cleaning 55984 clauses out of 112005 with flag 3707008/1643000
1144.75/570.61	c cleaning 57008 clauses out of 114023 with flag 3837313/1701002
1192.76/594.55	c cleaning 57999 clauses out of 116014 with flag 3970049/1760001
1242.61/619.34	c cleaning 59002 clauses out of 118014 with flag 4105569/1820000
1295.11/645.41	c cleaning 59998 clauses out of 120016 with flag 4244682/1881004
1350.38/672.66	c cleaning 60992 clauses out of 122015 with flag 4386233/1943001
1406.50/700.40	c cleaning 62003 clauses out of 124022 with flag 4529789/2006000
1458.52/726.17	c cleaning 62999 clauses out of 126019 with flag 4673941/2070000
1514.12/753.54	c cleaning 64003 clauses out of 128020 with flag 4821251/2135000
1571.53/781.50	c cleaning 64998 clauses out of 130019 with flag 4969700/2201002
1633.78/811.32	c cleaning 66005 clauses out of 132019 with flag 5121074/2268000
1700.12/845.81	c cleaning 67000 clauses out of 134014 with flag 5276212/2336000
1762.20/876.58	c cleaning 67997 clauses out of 136014 with flag 5432523/2405000
1800.10/895.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/895.30	c starts		: 6
1800.10/895.30	c conflicts		: 2451559
1800.10/895.30	c decisions		: 4734234
1800.10/895.30	c propagations		: 173956249
1800.10/895.30	c inspects		: 5416165658
1800.10/895.30	c shortcuts		: 0
1800.10/895.30	c learnt literals	: 0
1800.10/895.30	c learnt binary clauses	: 0
1800.10/895.30	c learnt ternary clauses	: 0
1800.10/895.30	c learnt constraints	: 2451559
1800.10/895.30	c ignored constraints	: 0
1800.10/895.30	c root simplifications	: 0
1800.10/895.30	c removed literals (reason simplification)	: 12197235
1800.10/895.30	c reason swapping (by a shorter reason)	: 0
1800.10/895.30	c Calls to reduceDB	: 65
1800.10/895.30	c Number of update (reduction) of LBD	: 488848
1800.10/895.30	c Imported unit clauses	: 0
1800.10/895.30	c number of reductions to clauses (during analyze)	: 0
1800.10/895.30	c number of learned constraints concerned by reduction	: 0
1800.10/895.30	c number of learning phase by resolution	: 0
1800.10/895.30	c number of learning phase by cutting planes	: 0
1800.10/895.30	c speed (assignments/second)	: 194524.05548237325
1800.10/895.30	c non guided choices	5651
1800.10/895.33	c learnt constraints type 
1800.10/895.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114576
1800.10/895.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/895.33	c starts		: 33
1800.10/895.33	c conflicts		: 9739
1800.10/895.33	c decisions		: 116526
1800.10/895.33	c propagations		: 366792
1800.10/895.33	c inspects		: 125328144
1800.10/895.33	c shortcuts		: 0
1800.10/895.33	c learnt literals	: 0
1800.10/895.33	c learnt binary clauses	: 0
1800.10/895.33	c learnt ternary clauses	: 0
1800.10/895.33	c learnt constraints	: 9738
1800.10/895.33	c ignored constraints	: 0
1800.10/895.33	c root simplifications	: 0
1800.10/895.33	c removed literals (reason simplification)	: 0
1800.10/895.33	c reason swapping (by a shorter reason)	: 0
1800.10/895.33	c Calls to reduceDB	: 1
1800.10/895.33	c Number of update (reduction) of LBD	: 0
1800.10/895.33	c Imported unit clauses	: 0
1800.10/895.33	c number of reductions to clauses (during analyze)	: 0
1800.10/895.33	c number of learned constraints concerned by reduction	: 0
1800.10/895.33	c number of learning phase by resolution	: 0
1800.10/895.33	c number of learning phase by cutting planes	: 0
1800.10/895.33	c speed (assignments/second)	: 410.1479158932429
1800.10/895.33	c non guided choices	0
1800.10/895.34	c learnt constraints type 
1800.10/895.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1043
1800.10/895.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8695
1800.10/895.34	s UNKNOWN
1800.10/895.34	c Total wall clock time (in seconds): 895.208

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-4100938-1466211908/watcher-4100938-1466211908 -o /tmp/evaluation-result-4100938-1466211908/solver-4100938-1466211908 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15726 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100938-1466211908.opb 

pid=18572
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.00 4.14 4.16 4/198 18575
/proc/meminfo: memFree=26436944/32872528 swapFree=1534436/1655032
[pid=18575] ppid=18572 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18575/stat : 18575 (java) D 18572 18575 15709 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 23239229 9515008 176 33554432000 1073741824 1073778376 140733929913728 140733929896456 217410519952 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/18575/statm: 2323 176 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.00 4.14 4.16 4/198 18575
/proc/meminfo: memFree=26436944/32872528 swapFree=1534436/1655032
[pid=18575] ppid=18572 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 15709 0 -1 4202496 4308 0 1 0 7 1 0 0 20 0 18 0 23239229 9787879424 5428 33554432000 1073741824 1073778376 140736765702176 140736765693312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18575/statm: 2389619 5428 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 4.00 4.14 4.16 4/198 18575
/proc/meminfo: memFree=26436944/32872528 swapFree=1534436/1655032
[pid=18575] ppid=18572 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 15709 0 -1 4202496 4989 0 1 0 25 1 0 0 20 0 18 0 23239229 9787879424 7452 33554432000 1073741824 1073778376 140736765702176 140736765693312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18575/statm: 2389619 7452 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300242 s]
/proc/loadavg: 4.00 4.14 4.16 4/198 18575
/proc/meminfo: memFree=26436944/32872528 swapFree=1534436/1655032
[pid=18575] ppid=18572 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 15709 0 -1 4202496 5345 0 1 0 42 2 0 0 20 0 18 0 23239229 9787879424 12285 33554432000 1073741824 1073778376 140736765702176 140736765693312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18575/statm: 2389619 12285 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700217 s]
/proc/loadavg: 4.00 4.14 4.16 4/198 18575
/proc/meminfo: memFree=26436944/32872528 swapFree=1534436/1655032
[pid=18575] ppid=18572 vsize=9558476 CPUtime=1.59 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 15709 0 -1 4202496 19095 0 1 0 154 5 0 0 20 0 18 0 23239229 9787879424 39838 33554432000 1073741824 1073778376 140736765702176 140736765693312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18575/statm: 2389619 39838 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.00 4.14 4.16 7/220 18597
/proc/meminfo: memFree=26224636/32872528 swapFree=1534436/1655032
[pid=18575] ppid=18572 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 15709 0 -1 4202496 21175 0 1 0 384 11 0 0 20 0 22 0 23239229 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140736765693312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18575/statm: 2456183 57261 2277 9 0 2446860 0
[pid=18575/tid=18577] ppid=18572 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/18575/task/18577/stat : 18577 (java) S 18572 18575 15709 0 -1 4202560 2478 0 1 0 81 3 0 0 20 0 22 0 23239230 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071446791032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18575/tid=18578] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18578/stat : 18578 (java) S 18572 18575 15709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23239232 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071435851944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18579] ppid=18572 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18575/task/18579/stat : 18579 (java) S 18572 18575 15709 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23239232 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071434799400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18580] ppid=18572 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18575/task/18580/stat : 18580 (java) S 18572 18575 15709 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23239232 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071287863720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18575/tid=18581] ppid=18572 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18575/task/18581/stat : 18581 (java) S 18572 18575 15709 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 23239232 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071286811176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18582] ppid=18572 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18575/task/18582/stat : 18582 (java) S 18572 18575 15709 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23239232 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071285758632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18575/tid=18583] ppid=18572 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18575/task/18583/stat : 18583 (java) S 18572 18575 15709 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23239232 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071284706088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18584] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18584/stat : 18584 (java) S 18572 18575 15709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23239232 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071283653544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18585] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18585/stat : 18585 (java) S 18572 18575 15709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23239232 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071282601000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18586] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18586/stat : 18586 (java) S 18572 18575 15709 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071270402152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18587] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18587/stat : 18587 (java) S 18572 18575 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071269348472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18588] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18588/stat : 18588 (java) S 18572 18575 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071268295816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18589] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18589/stat : 18589 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071267244560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18590] ppid=18572 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/18575/task/18590/stat : 18590 (java) R 18572 18575 15709 0 -1 4202560 6965 0 0 0 85 0 0 0 20 0 22 0 23239236 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071266179216 140071452770290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18591] ppid=18572 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/18575/task/18591/stat : 18591 (java) R 18572 18575 15709 0 -1 4202560 10252 0 0 0 88 2 0 0 20 0 22 0 23239236 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071265139384 140071452635591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18592] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18592/stat : 18592 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071264087032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18593] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18593/stat : 18593 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071263034696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18594] ppid=18572 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/18575/task/18594/stat : 18594 (java) R 18572 18575 15709 0 -1 4202560 22 0 0 0 54 0 0 0 20 0 22 0 23239323 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071261978536 140071316393866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18575/tid=18595] ppid=18572 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/18575/task/18595/stat : 18595 (java) R 18572 18575 15709 0 -1 4202560 25 0 0 0 52 0 0 0 20 0 22 0 23239323 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071260923776 140071316453937 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18575/tid=18596] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18596/stat : 18596 (java) S 18572 18575 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23239333 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071259874344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18597] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18597/stat : 18597 (java) S 18572 18575 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23239333 10060525568 57261 33554432000 1073741824 1073778376 140736765702176 140071258821800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.00 4.14 4.16 5/220 18597
/proc/meminfo: memFree=26220512/32872528 swapFree=1534436/1655032
[pid=18575] ppid=18572 vsize=9824732 CPUtime=7.7 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 15709 0 -1 4202496 21650 0 1 0 753 17 0 0 20 0 22 0 23239229 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140736765693312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18575/statm: 2456183 69419 2282 9 0 2446860 0
[pid=18575/tid=18577] ppid=18572 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/18575/task/18577/stat : 18577 (java) S 18572 18575 15709 0 -1 4202560 2478 0 1 0 81 3 0 0 20 0 22 0 23239230 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071446791032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18575/tid=18578] ppid=18572 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18575/task/18578/stat : 18578 (java) S 18572 18575 15709 0 -1 4202560 44 0 0 0 2 2 0 0 20 0 22 0 23239232 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071435851944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18579] ppid=18572 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18575/task/18579/stat : 18579 (java) S 18572 18575 15709 0 -1 4202560 115 0 0 0 2 1 0 0 20 0 22 0 23239232 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071434799400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18580] ppid=18572 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18575/task/18580/stat : 18580 (java) S 18572 18575 15709 0 -1 4202560 66 0 0 0 2 2 0 0 20 0 22 0 23239232 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071287863720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18575/tid=18581] ppid=18572 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18575/task/18581/stat : 18581 (java) S 18572 18575 15709 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 23239232 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071286811176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18582] ppid=18572 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18575/task/18582/stat : 18582 (java) S 18572 18575 15709 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 22 0 23239232 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071285758632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18575/tid=18583] ppid=18572 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18575/task/18583/stat : 18583 (java) S 18572 18575 15709 0 -1 4202560 135 0 0 0 4 2 0 0 20 0 22 0 23239232 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071284706088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18584] ppid=18572 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18575/task/18584/stat : 18584 (java) S 18572 18575 15709 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 23239232 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071283653544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18585] ppid=18572 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18575/task/18585/stat : 18585 (java) S 18572 18575 15709 0 -1 4202560 125 0 0 0 2 0 0 0 20 0 22 0 23239232 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071282601000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18586] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18586/stat : 18586 (java) S 18572 18575 15709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071270402152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18587] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18587/stat : 18587 (java) S 18572 18575 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071269348472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18588] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18588/stat : 18588 (java) S 18572 18575 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071268295816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18589] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18589/stat : 18589 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071267244560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18590] ppid=18572 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/18575/task/18590/stat : 18590 (java) S 18572 18575 15709 0 -1 4202560 6968 0 0 0 103 0 0 0 20 0 22 0 23239236 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071266191928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18591] ppid=18572 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/18575/task/18591/stat : 18591 (java) R 18572 18575 15709 0 -1 4202560 10256 0 0 0 118 2 0 0 20 0 22 0 23239236 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071265139384 140071452751584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18592] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18592/stat : 18592 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071264087032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18593] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18593/stat : 18593 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071263034696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18594] ppid=18572 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/18575/task/18594/stat : 18594 (java) R 18572 18575 15709 0 -1 4202560 24 0 0 0 207 0 0 0 20 0 22 0 23239323 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071261978688 140071315548311 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18575/tid=18595] ppid=18572 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/18575/task/18595/stat : 18595 (java) R 18572 18575 15709 0 -1 4202560 26 0 0 0 204 0 0 0 20 0 22 0 23239323 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071260926096 140071316415871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18596] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18596/stat : 18596 (java) S 18572 18575 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23239333 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071259874344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18597] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18597/stat : 18597 (java) S 18572 18575 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23239333 10060525568 69419 33554432000 1073741824 1073778376 140736765702176 140071258821800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.00 4.13 4.16 5/220 18597
/proc/meminfo: memFree=26154824/32872528 swapFree=1534436/1655032
[pid=18575] ppid=18572 vsize=9824732 CPUtime=14.28 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 15709 0 -1 4202496 21683 0 1 0 1410 18 0 0 20 0 22 0 23239229 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140736765693312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18575/statm: 2456183 84604 2282 9 0 2446860 0
[pid=18575/tid=18577] ppid=18572 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/18575/task/18577/stat : 18577 (java) S 18572 18575 15709 0 -1 4202560 2478 0 1 0 81 3 0 0 20 0 22 0 23239230 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071446791032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18578] ppid=18572 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18575/task/18578/stat : 18578 (java) S 18572 18575 15709 0 -1 4202560 44 0 0 0 2 2 0 0 20 0 22 0 23239232 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071435851944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18579] ppid=18572 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18575/task/18579/stat : 18579 (java) S 18572 18575 15709 0 -1 4202560 115 0 0 0 2 1 0 0 20 0 22 0 23239232 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071434799400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18580] ppid=18572 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18575/task/18580/stat : 18580 (java) S 18572 18575 15709 0 -1 4202560 66 0 0 0 2 2 0 0 20 0 22 0 23239232 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071287863720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18575/tid=18581] ppid=18572 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18575/task/18581/stat : 18581 (java) S 18572 18575 15709 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 23239232 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071286811176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18582] ppid=18572 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18575/task/18582/stat : 18582 (java) S 18572 18575 15709 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 22 0 23239232 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071285758632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18575/tid=18583] ppid=18572 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18575/task/18583/stat : 18583 (java) S 18572 18575 15709 0 -1 4202560 135 0 0 0 4 2 0 0 20 0 22 0 23239232 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071284706088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18584] ppid=18572 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18575/task/18584/stat : 18584 (java) S 18572 18575 15709 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 23239232 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071283653544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18585] ppid=18572 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18575/task/18585/stat : 18585 (java) S 18572 18575 15709 0 -1 4202560 125 0 0 0 2 0 0 0 20 0 22 0 23239232 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071282601000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18586] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18586/stat : 18586 (java) S 18572 18575 15709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071270402152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18587] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18587/stat : 18587 (java) S 18572 18575 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071269348472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18588] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18588/stat : 18588 (java) S 18572 18575 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071268295816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18589] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18589/stat : 18589 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 84604 33554432000 1073741824 1073778376 140736765702176 140071267244560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18590] ppid=18572 vsize=9824732 CPUtime=1.1 cores=1,3,5,7

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

/proc/18575/task/18580/stat : 18580 (java) S 18572 18575 15709 0 -1 4202560 1118 0 0 0 522 40 0 0 20 0 22 0 23239232 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071287863720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18575/tid=18581] ppid=18572 vsize=9824732 CPUtime=4.67 cores=1,3,5,7
/proc/18575/task/18581/stat : 18581 (java) S 18572 18575 15709 0 -1 4202560 728 0 0 0 433 34 0 0 20 0 22 0 23239232 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071286811176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18575/tid=18582] ppid=18572 vsize=9824732 CPUtime=5.16 cores=1,3,5,7
/proc/18575/task/18582/stat : 18582 (java) S 18572 18575 15709 0 -1 4202560 1002 0 0 0 481 35 0 0 20 0 22 0 23239232 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071285758632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18583] ppid=18572 vsize=9824732 CPUtime=5.07 cores=1,3,5,7
/proc/18575/task/18583/stat : 18583 (java) S 18572 18575 15709 0 -1 4202560 1193 0 0 0 468 39 0 0 20 0 22 0 23239232 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071284706088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18584] ppid=18572 vsize=9824732 CPUtime=4.87 cores=1,3,5,7
/proc/18575/task/18584/stat : 18584 (java) S 18572 18575 15709 0 -1 4202560 985 0 0 0 455 32 0 0 20 0 22 0 23239232 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071283653544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18575/tid=18585] ppid=18572 vsize=9824732 CPUtime=5.51 cores=1,3,5,7
/proc/18575/task/18585/stat : 18585 (java) S 18572 18575 15709 0 -1 4202560 928 0 0 0 516 35 0 0 20 0 22 0 23239232 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071282601000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18575/tid=18586] ppid=18572 vsize=9824732 CPUtime=12.67 cores=1,3,5,7
/proc/18575/task/18586/stat : 18586 (java) S 18572 18575 15709 0 -1 4202560 4997 0 0 0 1260 7 0 0 20 0 22 0 23239233 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071270402152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18587] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18587/stat : 18587 (java) S 18572 18575 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071269348472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18588] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18588/stat : 18588 (java) S 18572 18575 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071268295816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18589] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18589/stat : 18589 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071267244560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18590] ppid=18572 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/18575/task/18590/stat : 18590 (java) S 18572 18575 15709 0 -1 4202560 6980 0 0 0 150 0 0 0 20 0 22 0 23239236 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071266191928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18591] ppid=18572 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/18575/task/18591/stat : 18591 (java) S 18572 18575 15709 0 -1 4202560 10343 0 0 0 218 2 0 0 20 0 22 0 23239236 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071265139384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18592] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18592/stat : 18592 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071264087032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18593] ppid=18572 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/18575/task/18593/stat : 18593 (java) S 18572 18575 15709 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 23239236 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071263034696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18594] ppid=18572 vsize=9824732 CPUtime=855.81 cores=1,3,5,7
/proc/18575/task/18594/stat : 18594 (java) R 18572 18575 15709 0 -1 4202560 168 0 0 0 85565 16 0 0 20 0 22 0 23239323 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071261970064 140071316345066 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18595] ppid=18572 vsize=9824732 CPUtime=856.03 cores=1,3,5,7
/proc/18575/task/18595/stat : 18595 (java) R 18572 18575 15709 0 -1 4202560 1677 0 0 0 85570 33 0 0 20 0 22 0 23239323 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071260925200 140071316453932 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18596] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18596/stat : 18596 (java) S 18572 18575 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23239333 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071259874344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18597] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18597/stat : 18597 (java) S 18572 18575 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23239333 10060525568 1206010 33554432000 1073741824 1073778376 140736765702176 140071258821800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1773.81
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.301 s]
/proc/loadavg: 4.88 4.65 4.39 5/221 18688
/proc/meminfo: memFree=19212796/32872528 swapFree=1534436/1655032
[pid=18575] ppid=18572 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 15709 0 -1 4202496 35653 0 1 0 179672 338 0 0 20 0 22 0 23239229 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140736765693312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18575/statm: 2456183 1221872 2293 9 0 2446860 0
[pid=18575/tid=18577] ppid=18572 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/18575/task/18577/stat : 18577 (java) S 18572 18575 15709 0 -1 4202560 2495 0 1 0 84 4 0 0 20 0 22 0 23239230 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071446791032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18578] ppid=18572 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/18575/task/18578/stat : 18578 (java) S 18572 18575 15709 0 -1 4202560 847 0 0 0 446 29 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071435851944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18579] ppid=18572 vsize=9824732 CPUtime=4.39 cores=1,3,5,7
/proc/18575/task/18579/stat : 18579 (java) S 18572 18575 15709 0 -1 4202560 775 0 0 0 411 28 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071434799400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18580] ppid=18572 vsize=9824732 CPUtime=5.67 cores=1,3,5,7
/proc/18575/task/18580/stat : 18580 (java) S 18572 18575 15709 0 -1 4202560 1125 0 0 0 526 41 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071287863720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18581] ppid=18572 vsize=9824732 CPUtime=4.74 cores=1,3,5,7
/proc/18575/task/18581/stat : 18581 (java) S 18572 18575 15709 0 -1 4202560 737 0 0 0 439 35 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071286811176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18575/tid=18582] ppid=18572 vsize=9824732 CPUtime=5.31 cores=1,3,5,7
/proc/18575/task/18582/stat : 18582 (java) S 18572 18575 15709 0 -1 4202560 1038 0 0 0 494 37 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071285758632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18583] ppid=18572 vsize=9824732 CPUtime=5.23 cores=1,3,5,7
/proc/18575/task/18583/stat : 18583 (java) S 18572 18575 15709 0 -1 4202560 1220 0 0 0 482 41 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071284706088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18584] ppid=18572 vsize=9824732 CPUtime=4.91 cores=1,3,5,7
/proc/18575/task/18584/stat : 18584 (java) S 18572 18575 15709 0 -1 4202560 992 0 0 0 459 32 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071283653544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18585] ppid=18572 vsize=9824732 CPUtime=5.6 cores=1,3,5,7
/proc/18575/task/18585/stat : 18585 (java) S 18572 18575 15709 0 -1 4202560 941 0 0 0 523 37 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071282601000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18575/tid=18586] ppid=18572 vsize=9824732 CPUtime=12.67 cores=1,3,5,7
/proc/18575/task/18586/stat : 18586 (java) S 18572 18575 15709 0 -1 4202560 4997 0 0 0 1260 7 0 0 20 0 22 0 23239233 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071270402152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18587] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18587/stat : 18587 (java) S 18572 18575 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071269348472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18588] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18588/stat : 18588 (java) S 18572 18575 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071268295816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18589] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18589/stat : 18589 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071267244560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18590] ppid=18572 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/18575/task/18590/stat : 18590 (java) S 18572 18575 15709 0 -1 4202560 6980 0 0 0 150 0 0 0 20 0 22 0 23239236 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071266191928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18591] ppid=18572 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/18575/task/18591/stat : 18591 (java) S 18572 18575 15709 0 -1 4202560 10343 0 0 0 218 2 0 0 20 0 22 0 23239236 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071265139384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18592] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18592/stat : 18592 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071264087032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18593] ppid=18572 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/18575/task/18593/stat : 18593 (java) S 18572 18575 15709 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 23239236 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071263034696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18594] ppid=18572 vsize=9824732 CPUtime=868.61 cores=1,3,5,7
/proc/18575/task/18594/stat : 18594 (java) R 18572 18575 15709 0 -1 4202560 169 0 0 0 86845 16 0 0 20 0 22 0 23239323 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071261977792 140071316436112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18595] ppid=18572 vsize=9824732 CPUtime=868.83 cores=1,3,5,7
/proc/18575/task/18595/stat : 18595 (java) R 18572 18575 15709 0 -1 4202560 1678 0 0 0 86850 33 0 0 20 0 22 0 23239323 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071260924096 140071316415582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18575/tid=18596] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18596/stat : 18596 (java) S 18572 18575 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23239333 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071259874344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18597] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18597/stat : 18597 (java) S 18572 18575 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23239333 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071258821800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 18575 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.301 s]
/proc/loadavg: 4.88 4.65 4.39 5/221 18688
/proc/meminfo: memFree=19212796/32872528 swapFree=1534436/1655032
[pid=18575] ppid=18572 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/18575/stat : 18575 (java) S 18572 18575 15709 0 -1 4202496 35653 0 1 0 179672 338 0 0 20 0 22 0 23239229 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140736765693312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18575/statm: 2456183 1221872 2293 9 0 2446860 0
[pid=18575/tid=18577] ppid=18572 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/18575/task/18577/stat : 18577 (java) S 18572 18575 15709 0 -1 4202560 2495 0 1 0 84 4 0 0 20 0 22 0 23239230 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071446791032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18578] ppid=18572 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/18575/task/18578/stat : 18578 (java) S 18572 18575 15709 0 -1 4202560 847 0 0 0 446 29 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071435851944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18579] ppid=18572 vsize=9824732 CPUtime=4.39 cores=1,3,5,7
/proc/18575/task/18579/stat : 18579 (java) S 18572 18575 15709 0 -1 4202560 775 0 0 0 411 28 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071434799400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18580] ppid=18572 vsize=9824732 CPUtime=5.67 cores=1,3,5,7
/proc/18575/task/18580/stat : 18580 (java) S 18572 18575 15709 0 -1 4202560 1125 0 0 0 526 41 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071287863720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18581] ppid=18572 vsize=9824732 CPUtime=4.74 cores=1,3,5,7
/proc/18575/task/18581/stat : 18581 (java) S 18572 18575 15709 0 -1 4202560 737 0 0 0 439 35 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071286811176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18575/tid=18582] ppid=18572 vsize=9824732 CPUtime=5.31 cores=1,3,5,7
/proc/18575/task/18582/stat : 18582 (java) S 18572 18575 15709 0 -1 4202560 1038 0 0 0 494 37 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071285758632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18583] ppid=18572 vsize=9824732 CPUtime=5.23 cores=1,3,5,7
/proc/18575/task/18583/stat : 18583 (java) S 18572 18575 15709 0 -1 4202560 1220 0 0 0 482 41 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071284706088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18584] ppid=18572 vsize=9824732 CPUtime=4.91 cores=1,3,5,7
/proc/18575/task/18584/stat : 18584 (java) S 18572 18575 15709 0 -1 4202560 992 0 0 0 459 32 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071283653544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18585] ppid=18572 vsize=9824732 CPUtime=5.6 cores=1,3,5,7
/proc/18575/task/18585/stat : 18585 (java) S 18572 18575 15709 0 -1 4202560 941 0 0 0 523 37 0 0 20 0 22 0 23239232 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071282601000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18575/tid=18586] ppid=18572 vsize=9824732 CPUtime=12.67 cores=1,3,5,7
/proc/18575/task/18586/stat : 18586 (java) S 18572 18575 15709 0 -1 4202560 4997 0 0 0 1260 7 0 0 20 0 22 0 23239233 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071270402152 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18587] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18587/stat : 18587 (java) S 18572 18575 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071269348472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18588] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18588/stat : 18588 (java) S 18572 18575 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23239233 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071268295816 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18589] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18589/stat : 18589 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071267244560 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18590] ppid=18572 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/18575/task/18590/stat : 18590 (java) S 18572 18575 15709 0 -1 4202560 6980 0 0 0 150 0 0 0 20 0 22 0 23239236 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071266191928 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18591] ppid=18572 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/18575/task/18591/stat : 18591 (java) S 18572 18575 15709 0 -1 4202560 10343 0 0 0 218 2 0 0 20 0 22 0 23239236 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071265139384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18592] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18592/stat : 18592 (java) S 18572 18575 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23239236 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071264087032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18593] ppid=18572 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/18575/task/18593/stat : 18593 (java) S 18572 18575 15709 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 23239236 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071263034696 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18594] ppid=18572 vsize=9824732 CPUtime=868.61 cores=1,3,5,7
/proc/18575/task/18594/stat : 18594 (java) R 18572 18575 15709 0 -1 4202560 169 0 0 0 86845 16 0 0 20 0 22 0 23239323 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071261977792 140071316436112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18575/tid=18595] ppid=18572 vsize=9824732 CPUtime=868.83 cores=1,3,5,7
/proc/18575/task/18595/stat : 18595 (java) R 18572 18575 15709 0 -1 4202560 1678 0 0 0 86850 33 0 0 20 0 22 0 23239323 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071260924096 140071316415582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18575/tid=18596] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18596/stat : 18596 (java) S 18572 18575 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23239333 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071259874344 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18575/tid=18597] ppid=18572 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18575/task/18597/stat : 18597 (java) S 18572 18575 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23239333 10060525568 1221872 33554432000 1073741824 1073778376 140736765702176 140071258821800 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18575 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=241537
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=801422
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.368
CPU time (s): 1800.1
CPU user time (s): 1796.72
CPU system time (s): 3.38
CPU usage (%): 201.046
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.24
system time used= 3.80142
maximum resident set size= 4887604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35693
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22670
involuntary context switches= 29344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.14922 second user time and 4.28135 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 03:05:08
IDJOB=4100938
IDBENCH=1680
IDSOLVER=2543
FILE ID=node122/4100938-1466211908
RUNJOBID= node122-1466206083-15726
PBS_JOBID= 19918155
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-ship04s.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100938-1466211908/watcher-4100938-1466211908 -o /tmp/evaluation-result-4100938-1466211908/solver-4100938-1466211908 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15726 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100938-1466211908.opb

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

MD5SUM BENCH= fe1a2bbeb11180a9cf7bf3ad481e98b1
RANDOM SEED=1403757493

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26437216 kB
Buffers:          126020 kB
Cached:          1622900 kB
SwapCached:            0 kB
Active:          2371176 kB
Inactive:        1662780 kB
Active(anon):    2287844 kB
Inactive(anon):        0 kB
Active(file):      83332 kB
Inactive(file):  1662780 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2012 kB
Writeback:             0 kB
AnonPages:       3952268 kB
Mapped:            21188 kB
Shmem:               204 kB
Slab:             607840 kB
SReclaimable:      51720 kB
SUnreclaim:       556120 kB
KernelStack:        1816 kB
PageTables:        12184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4159496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2361344 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= 71716 MiB
End job on node122 at 2016-06-18 03:20:03