Trace number 4081100

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.19 889.184

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
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 -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
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-4081100-1465219538.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
28.42/18.14	c ... done. Wall clock time 18.022s.
28.42/18.14	c declared #vars     1041679
28.42/18.14	c #constraints  161851
28.42/18.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
28.42/18.14	c constraints type 
28.42/18.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1563
28.42/18.14	c org.sat4j.specs.Constr$1 => 1655
28.42/18.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1643
28.42/18.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
28.42/18.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 155612
28.42/18.14	c 161851 constraints processed.
28.42/18.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
28.42/18.14	c constraints type 
28.42/18.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
28.42/18.14	c org.sat4j.specs.Constr$1 => 1655
28.42/18.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1563
28.42/18.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1643
28.42/18.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
28.42/18.14	c 161851 constraints processed.
28.42/18.14	c objective function length is 1611 literals
33.63/19.81	c cleaning 2497 clauses out of 5001 with flag 10635/5001
37.23/21.10	c cleaning 4246 clauses out of 8503 with flag 23670/11000
40.41/22.55	c cleaning 5629 clauses out of 11258 with flag 38174/18001
44.22/24.27	c cleaning 6813 clauses out of 13629 with flag 54396/26001
48.26/26.15	c cleaning 7907 clauses out of 15816 with flag 72561/35001
53.43/28.30	c cleaning 8949 clauses out of 17908 with flag 93001/45000
59.07/30.86	c cleaning 9975 clauses out of 19959 with flag 115242/56000
64.71/33.48	c cleaning 10993 clauses out of 21985 with flag 140227/68001
71.24/36.43	c cleaning 11996 clauses out of 23991 with flag 168151/81000
78.40/39.78	c cleaning 12997 clauses out of 25996 with flag 196763/95001
81.33/41.12	c cleaning 0 clauses out of 5013 with flag 0/5013
85.19/42.98	c cleaning 13994 clauses out of 27998 with flag 227734/110000
95.13/47.60	c cleaning 15003 clauses out of 30005 with flag 264313/126001
104.24/52.09	c cleaning 16001 clauses out of 32002 with flag 301493/143001
114.46/57.05	c cleaning 16998 clauses out of 34000 with flag 340840/161000
125.79/62.58	c cleaning 17999 clauses out of 36002 with flag 385419/180000
138.91/68.82	c cleaning 18999 clauses out of 38003 with flag 436313/200000
150.66/74.66	c cleaning 19998 clauses out of 40005 with flag 484777/221001
152.59/75.58	c cleaning 0 clauses out of 11001 with flag 0/11001
167.53/82.74	c cleaning 21001 clauses out of 42006 with flag 535693/243000
183.50/90.51	c cleaning 22002 clauses out of 44006 with flag 586943/266001
202.72/99.99	c cleaning 23001 clauses out of 46004 with flag 644884/290001
222.20/109.59	c cleaning 23995 clauses out of 48002 with flag 705858/315000
237.90/117.17	c cleaning 25002 clauses out of 50007 with flag 763575/341000
237.90/117.17	c cleaning 0 clauses out of 18000 with flag 0/18000
251.20/123.50	c cleaning 26001 clauses out of 52006 with flag 819440/368001
264.81/130.19	c cleaning 27003 clauses out of 54005 with flag 878345/396001
278.15/136.76	c cleaning 27995 clauses out of 56001 with flag 939225/425000
293.41/144.21	c cleaning 29002 clauses out of 58007 with flag 1004877/455001
307.76/151.27	c cleaning 29998 clauses out of 60005 with flag 1070034/486001
327.00/160.58	c cleaning 31000 clauses out of 62008 with flag 1136700/518002
346.57/170.13	c cleaning 32005 clauses out of 64009 with flag 1205896/551003
362.50/177.97	c cleaning 32998 clauses out of 66002 with flag 1276913/585001
362.70/178.09	c cleaning 0 clauses out of 26000 with flag 0/26000
380.30/186.79	c cleaning 33999 clauses out of 68004 with flag 1349976/620001
398.90/195.97	c cleaning 35002 clauses out of 70005 with flag 1429220/656001
420.71/206.78	c cleaning 35998 clauses out of 72003 with flag 1509509/693001
444.97/218.78	c cleaning 37000 clauses out of 74004 with flag 1596618/731000
471.38/231.81	c cleaning 37999 clauses out of 76004 with flag 1698923/770000
500.25/246.13	c cleaning 38998 clauses out of 78006 with flag 1801954/810001
524.07/258.00	c cleaning 40001 clauses out of 80008 with flag 1891682/851001
547.36/269.43	c cleaning 41001 clauses out of 82006 with flag 1981433/893000
576.20/283.72	c cleaning 42002 clauses out of 84006 with flag 2073987/936001
596.41/293.79	c cleaning 43001 clauses out of 86005 with flag 2167001/980002
620.54/305.70	c cleaning 0 clauses out of 35000 with flag 0/35000
623.56/307.11	c cleaning 43996 clauses out of 88003 with flag 2262739/1025001
644.43/317.46	c cleaning 45000 clauses out of 90006 with flag 2358604/1071000
671.26/330.79	c cleaning 46002 clauses out of 92007 with flag 2459293/1118001
697.71/343.72	c cleaning 46994 clauses out of 94004 with flag 2559457/1166000
732.00/360.33	c cleaning 48002 clauses out of 96011 with flag 2663334/1215001
758.53/373.27	c cleaning 49004 clauses out of 98009 with flag 2770219/1265001
791.51/389.13	c cleaning 0 clauses out of 45000 with flag 0/45000
795.78/391.23	c cleaning 50000 clauses out of 100006 with flag 2884148/1316002
829.97/407.83	c cleaning 51001 clauses out of 102005 with flag 2999651/1368001
865.03/424.99	c cleaning 52001 clauses out of 104007 with flag 3124040/1421004
900.03/442.12	c cleaning 52999 clauses out of 106002 with flag 3245310/1475000
936.07/459.94	c cleaning 53996 clauses out of 108003 with flag 3367091/1530000
964.08/473.76	c cleaning 55005 clauses out of 110011 with flag 3491120/1586004
994.26/488.63	c cleaning 55997 clauses out of 112002 with flag 3613752/1643000
1016.05/499.34	c cleaning 0 clauses out of 56000 with flag 0/56000
1028.29/505.39	c cleaning 56999 clauses out of 114006 with flag 3737127/1701001
1068.71/525.30	c cleaning 57992 clauses out of 116006 with flag 3862318/1760000
1100.83/541.12	c cleaning 59004 clauses out of 118015 with flag 3987254/1820001
1140.79/560.99	c cleaning 60004 clauses out of 120011 with flag 4118569/1881001
1187.55/584.05	c cleaning 60998 clauses out of 122006 with flag 4260513/1943000
1230.47/605.25	c cleaning 61979 clauses out of 124008 with flag 4400597/2006000
1268.38/624.05	c cleaning 63013 clauses out of 126030 with flag 4532935/2070001
1313.30/646.39	c cleaning 64004 clauses out of 128017 with flag 4672710/2135001
1351.26/665.15	c cleaning 65003 clauses out of 130013 with flag 4811206/2201001
1392.73/685.62	c cleaning 66002 clauses out of 132010 with flag 4952107/2268001
1428.49/703.31	c cleaning 67000 clauses out of 134007 with flag 5093684/2336000
1468.74/723.12	c cleaning 68001 clauses out of 136007 with flag 5242410/2405000
1511.82/744.42	c cleaning 68996 clauses out of 138006 with flag 5398279/2475000
1548.98/762.84	c cleaning 69999 clauses out of 140010 with flag 5550371/2546000
1584.90/780.62	c cleaning 0 clauses out of 68001 with flag 0/68001
1598.10/787.13	c cleaning 71002 clauses out of 142012 with flag 5699311/2618001
1688.26/831.50	c cleaning 72003 clauses out of 144009 with flag 5853368/2691000
1740.36/857.32	c cleaning 73003 clauses out of 146007 with flag 6010896/2765001
1797.37/887.72	c cleaning 74002 clauses out of 148007 with flag 6169955/2840004
1800.19/889.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/889.10	c starts		: 8257
1800.19/889.10	c conflicts		: 2846610
1800.19/889.10	c decisions		: 8653916
1800.19/889.10	c propagations		: 183228233
1800.19/889.10	c inspects		: 5512949893
1800.19/889.10	c shortcuts		: 0
1800.19/889.10	c learnt literals	: 0
1800.19/889.10	c learnt binary clauses	: 429
1800.19/889.10	c learnt ternary clauses	: 160
1800.19/889.10	c learnt constraints	: 2846610
1800.19/889.10	c ignored constraints	: 0
1800.19/889.10	c root simplifications	: 0
1800.19/889.10	c removed literals (reason simplification)	: 2569301
1800.19/889.10	c reason swapping (by a shorter reason)	: 0
1800.19/889.10	c Calls to reduceDB	: 71
1800.19/889.10	c Number of update (reduction) of LBD	: 16181
1800.19/889.10	c Imported unit clauses	: 0
1800.19/889.10	c number of reductions to clauses (during analyze)	: 0
1800.19/889.10	c number of learned constraints concerned by reduction	: 0
1800.19/889.10	c number of learning phase by resolution	: 0
1800.19/889.10	c number of learning phase by cutting planes	: 0
1800.19/889.10	c speed (assignments/second)	: 210403.29083428357
1800.19/889.10	c non guided choices	4966099
1800.19/889.13	c learnt constraints type 
1800.19/889.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 429
1800.19/889.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80182
1800.19/889.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/889.13	c starts		: 75
1800.19/889.13	c conflicts		: 71236
1800.19/889.13	c decisions		: 647507
1800.19/889.13	c propagations		: 16328605
1800.19/889.13	c inspects		: 916488411
1800.19/889.13	c shortcuts		: 0
1800.19/889.13	c learnt literals	: 0
1800.19/889.13	c learnt binary clauses	: 0
1800.19/889.13	c learnt ternary clauses	: 0
1800.19/889.13	c learnt constraints	: 71235
1800.19/889.13	c ignored constraints	: 0
1800.19/889.13	c root simplifications	: 0
1800.19/889.13	c removed literals (reason simplification)	: 0
1800.19/889.13	c reason swapping (by a shorter reason)	: 0
1800.19/889.13	c Calls to reduceDB	: 8
1800.19/889.13	c Number of update (reduction) of LBD	: 0
1800.19/889.13	c Imported unit clauses	: 0
1800.19/889.13	c number of reductions to clauses (during analyze)	: 0
1800.19/889.13	c number of learned constraints concerned by reduction	: 0
1800.19/889.13	c number of learning phase by resolution	: 0
1800.19/889.13	c number of learning phase by cutting planes	: 0
1800.19/889.13	c speed (assignments/second)	: 18749.826322503897
1800.19/889.13	c non guided choices	489811
1800.19/889.16	c learnt constraints type 
1800.19/889.16	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7622
1800.19/889.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 63613
1800.19/889.16	s UNKNOWN
1800.19/889.16	c Total wall clock time (in seconds): 889.042

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-4081100-1465219538/watcher-4081100-1465219538 -o /tmp/evaluation-result-4081100-1465219538/solver-4081100-1465219538 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32164 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081100-1465219538.opb 

pid=3622
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.53 4.26 3.84 4/197 3625
/proc/meminfo: memFree=27544580/32872528 swapFree=12208/1156848
[pid=3625] ppid=3622 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/3625/stat : 3625 (java) R 3622 3625 32147 0 -1 4202496 429 0 0 0 0 0 0 0 20 0 1 0 103888465 9445376 97 33554432000 1073741824 1073778376 140736379122000 140736379119128 219504799623 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3625/statm: 2290 91 69 9 0 38 0

[startup+0.100091 s]
/proc/loadavg: 4.53 4.26 3.84 4/197 3625
/proc/meminfo: memFree=27544580/32872528 swapFree=12208/1156848
[pid=3625] ppid=3622 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/3625/stat : 3625 (java) S 3622 3625 32147 0 -1 4202496 4409 0 1 0 9 0 0 0 20 0 18 0 103888465 9787879424 6033 33554432000 1073741824 1073778376 140736379122000 140736379113136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3625/statm: 2389619 6033 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 4.53 4.26 3.84 4/197 3625
/proc/meminfo: memFree=27544580/32872528 swapFree=12208/1156848
[pid=3625] ppid=3622 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/3625/stat : 3625 (java) S 3622 3625 32147 0 -1 4202496 4891 0 1 0 24 1 0 0 20 0 18 0 103888465 9787879424 18671 33554432000 1073741824 1073778376 140736379122000 140736379113136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3625/statm: 2389619 18671 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300324 s]
/proc/loadavg: 4.53 4.26 3.84 4/197 3625
/proc/meminfo: memFree=27544580/32872528 swapFree=12208/1156848
[pid=3625] ppid=3622 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/3625/stat : 3625 (java) S 3622 3625 32147 0 -1 4202496 6380 0 1 0 50 1 0 0 20 0 18 0 103888465 9787879424 21511 33554432000 1073741824 1073778376 140736379122000 140736379113136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3625/statm: 2389619 21511 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700298 s]
/proc/loadavg: 4.53 4.26 3.84 4/197 3625
/proc/meminfo: memFree=27544580/32872528 swapFree=12208/1156848
[pid=3625] ppid=3622 vsize=9558476 CPUtime=1.58 cores=1,3,5,7
/proc/3625/stat : 3625 (java) S 3622 3625 32147 0 -1 4202496 26630 0 1 0 147 11 0 0 20 0 18 0 103888465 9787879424 72679 33554432000 1073741824 1073778376 140736379122000 140736379113136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3625/statm: 2389619 72680 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 4.53 4.26 3.84 6/215 3643
/proc/meminfo: memFree=27196996/32872528 swapFree=12208/1156848
[pid=3625] ppid=3622 vsize=9558476 CPUtime=3.74 cores=1,3,5,7
/proc/3625/stat : 3625 (java) S 3622 3625 32147 0 -1 4202496 33497 0 1 0 345 29 0 0 20 0 18 0 103888465 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 140736379113136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3625/statm: 2389619 143780 2264 9 0 2380296 0
[pid=3625/tid=3627] ppid=3622 vsize=9558476 CPUtime=1.15 cores=1,3,5,7
/proc/3625/task/3627/stat : 3627 (java) R 3622 3625 32147 0 -1 4202560 2521 0 1 0 112 3 0 0 20 0 18 0 103888466 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724910948320 219517347085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3628] ppid=3622 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/3625/task/3628/stat : 3628 (java) S 3622 3625 32147 0 -1 4202560 387 0 0 0 8 2 0 0 20 0 18 0 103888467 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724754299816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3629] ppid=3622 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/3625/task/3629/stat : 3629 (java) S 3622 3625 32147 0 -1 4202560 65 0 0 0 9 3 0 0 20 0 18 0 103888468 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724753247272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3630] ppid=3622 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/3625/task/3630/stat : 3630 (java) S 3622 3625 32147 0 -1 4202560 235 0 0 0 11 4 0 0 20 0 18 0 103888468 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724752194216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3631] ppid=3622 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/3625/task/3631/stat : 3631 (java) S 3622 3625 32147 0 -1 4202560 244 0 0 0 10 3 0 0 20 0 18 0 103888468 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724751141672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3632] ppid=3622 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/3625/task/3632/stat : 3632 (java) S 3622 3625 32147 0 -1 4202560 386 0 0 0 8 2 0 0 20 0 18 0 103888468 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724750088616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3633] ppid=3622 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/3625/task/3633/stat : 3633 (java) S 3622 3625 32147 0 -1 4202560 206 0 0 0 9 2 0 0 20 0 18 0 103888468 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724412938792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3634] ppid=3622 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/3625/task/3634/stat : 3634 (java) S 3622 3625 32147 0 -1 4202560 66 0 0 0 10 4 0 0 20 0 18 0 103888468 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724411885736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3635] ppid=3622 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/3625/task/3635/stat : 3635 (java) S 3622 3625 32147 0 -1 4202560 56 0 0 0 11 2 0 0 20 0 18 0 103888468 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724410833192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3636] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3636/stat : 3636 (java) S 3622 3625 32147 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 103888469 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724398635880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3637] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3637/stat : 3637 (java) S 3622 3625 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 103888469 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724397582200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3638] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3638/stat : 3638 (java) S 3622 3625 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 103888469 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724396529032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3639] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3639/stat : 3639 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103888471 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724395477776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3640] ppid=3622 vsize=9558476 CPUtime=0.74 cores=1,3,5,7
/proc/3625/task/3640/stat : 3640 (java) S 3622 3625 32147 0 -1 4202560 14474 0 0 0 70 4 0 0 20 0 18 0 103888471 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724394424632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3641] ppid=3622 vsize=9558476 CPUtime=0.75 cores=1,3,5,7
/proc/3625/task/3641/stat : 3641 (java) S 3622 3625 32147 0 -1 4202560 13410 0 0 0 72 3 0 0 20 0 18 0 103888471 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724393372088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3642] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3642/stat : 3642 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103888471 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724392319224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3643] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3643/stat : 3643 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103888472 9787879424 143780 33554432000 1073741824 1073778376 140736379122000 139724391266888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 4.53 4.26 3.84 4/215 3643
/proc/meminfo: memFree=26859104/32872528 swapFree=12208/1156848
[pid=3625] ppid=3622 vsize=9558476 CPUtime=5.81 cores=1,3,5,7
/proc/3625/stat : 3625 (java) S 3622 3625 32147 0 -1 4202496 35019 0 1 0 538 43 0 0 20 0 18 0 103888465 9787879424 205941 33554432000 1073741824 1073778376 140736379122000 140736379113136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3625/statm: 2389619 205941 2275 9 0 2380296 0
[pid=3625/tid=3627] ppid=3622 vsize=9558476 CPUtime=2.01 cores=1,3,5,7
/proc/3625/task/3627/stat : 3627 (java) R 3622 3625 32147 0 -1 4202560 2758 0 1 0 196 5 0 0 20 0 18 0 103888466 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724910948320 219517347085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3628] ppid=3622 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/3625/task/3628/stat : 3628 (java) S 3622 3625 32147 0 -1 4202560 434 0 0 0 14 4 0 0 20 0 18 0 103888467 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724754299816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3629] ppid=3622 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/3625/task/3629/stat : 3629 (java) S 3622 3625 32147 0 -1 4202560 120 0 0 0 19 5 0 0 20 0 18 0 103888468 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724753247272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3630] ppid=3622 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/3625/task/3630/stat : 3630 (java) S 3622 3625 32147 0 -1 4202560 261 0 0 0 15 5 0 0 20 0 18 0 103888468 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724752194216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3631] ppid=3622 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/3625/task/3631/stat : 3631 (java) S 3622 3625 32147 0 -1 4202560 607 0 0 0 14 4 0 0 20 0 18 0 103888468 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724751141672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3632] ppid=3622 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/3625/task/3632/stat : 3632 (java) S 3622 3625 32147 0 -1 4202560 454 0 0 0 20 5 0 0 20 0 18 0 103888468 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724750088616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3633] ppid=3622 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/3625/task/3633/stat : 3633 (java) S 3622 3625 32147 0 -1 4202560 262 0 0 0 14 4 0 0 20 0 18 0 103888468 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724412938792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3634] ppid=3622 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/3625/task/3634/stat : 3634 (java) S 3622 3625 32147 0 -1 4202560 92 0 0 0 15 5 0 0 20 0 18 0 103888468 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724411885736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3635] ppid=3622 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/3625/task/3635/stat : 3635 (java) S 3622 3625 32147 0 -1 4202560 420 0 0 0 14 3 0 0 20 0 18 0 103888468 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724410833192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3636] ppid=3622 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/3625/task/3636/stat : 3636 (java) S 3622 3625 32147 0 -1 4202560 477 0 0 0 56 0 0 0 20 0 18 0 103888469 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724398635880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3637] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3637/stat : 3637 (java) S 3622 3625 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 103888469 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724397582200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3638] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3638/stat : 3638 (java) S 3622 3625 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 103888469 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724396529032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3639] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3639/stat : 3639 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103888471 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724395477776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3640] ppid=3622 vsize=9558476 CPUtime=0.74 cores=1,3,5,7
/proc/3625/task/3640/stat : 3640 (java) S 3622 3625 32147 0 -1 4202560 14474 0 0 0 70 4 0 0 20 0 18 0 103888471 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724394424632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3641] ppid=3622 vsize=9558476 CPUtime=0.75 cores=1,3,5,7
/proc/3625/task/3641/stat : 3641 (java) S 3622 3625 32147 0 -1 4202560 13410 0 0 0 72 3 0 0 20 0 18 0 103888471 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724393372088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3642] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3642/stat : 3642 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103888471 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724392319224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3643] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3643/stat : 3643 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103888472 9787879424 206453 33554432000 1073741824 1073778376 140736379122000 139724391266888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 9558476

[startup+6.30083 s]
/proc/loadavg: 4.41 4.24 3.84 4/215 3643
/proc/meminfo: memFree=26123152/32872528 swapFree=12208/1156848
[pid=3625] ppid=3622 vsize=9558476 CPUtime=12.21 cores=1,3,5,7
/proc/3625/stat : 3625 (java) S 3622 3625 32147 0 -1 4202496 41202 0 1 0 1117 104 0 0 20 0 18 0 103888465 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 140736379113136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3625/statm: 2389619 446222 2278 9 0 2380296 0
[pid=3625/tid=3627] ppid=3622 vsize=9558476 CPUtime=3.1 cores=1,3,5,7
/proc/3625/task/3627/stat : 3627 (java) S 3622 3625 32147 0 -1 4202560 3444 0 1 0 299 11 0 0 20 0 18 0 103888466 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724910955544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3628] ppid=3622 vsize=9558476 CPUtime=0.66 cores=1,3,5,7
/proc/3625/task/3628/stat : 3628 (java) R 3622 3625 32147 0 -1 4202560 687 0 0 0 56 10 0 0 20 0 18 0 103888467 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724754299688 139724913428153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3629] ppid=3622 vsize=9558476 CPUtime=0.83 cores=1,3,5,7
/proc/3625/task/3629/stat : 3629 (java) R 3622 3625 32147 0 -1 4202560 731 0 0 0 72 11 0 0 20 0 18 0 103888468 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724753247448 139724914714140 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3630] ppid=3622 vsize=9558476 CPUtime=0.78 cores=1,3,5,7
/proc/3625/task/3630/stat : 3630 (java) R 3622 3625 32147 0 -1 4202560 1434 0 0 0 66 12 0 0 20 0 18 0 103888468 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724752194096 139724913428153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3631] ppid=3622 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/3625/task/3631/stat : 3631 (java) R 3622 3625 32147 0 -1 4202560 1257 0 0 0 50 9 0 0 20 0 18 0 103888468 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724751141544 139724913515824 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3632] ppid=3622 vsize=9558476 CPUtime=0.9 cores=1,3,5,7
/proc/3625/task/3632/stat : 3632 (java) R 3622 3625 32147 0 -1 4202560 786 0 0 0 78 12 0 0 20 0 18 0 103888468 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724750088376 139724915118726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3633] ppid=3622 vsize=9558476 CPUtime=0.72 cores=1,3,5,7
/proc/3625/task/3633/stat : 3633 (java) R 3622 3625 32147 0 -1 4202560 684 0 0 0 62 10 0 0 20 0 18 0 103888468 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724412938816 139724917855442 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3634] ppid=3622 vsize=9558476 CPUtime=0.7 cores=1,3,5,7
/proc/3625/task/3634/stat : 3634 (java) R 3622 3625 32147 0 -1 4202560 1018 0 0 0 59 11 0 0 20 0 18 0 103888468 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724411885912 139724914714077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3635] ppid=3622 vsize=9558476 CPUtime=0.69 cores=1,3,5,7
/proc/3625/task/3635/stat : 3635 (java) R 3622 3625 32147 0 -1 4202560 610 0 0 0 60 9 0 0 20 0 18 0 103888468 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724410833368 139724917853100 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3636] ppid=3622 vsize=9558476 CPUtime=1.56 cores=1,3,5,7
/proc/3625/task/3636/stat : 3636 (java) S 3622 3625 32147 0 -1 4202560 1416 0 0 0 156 0 0 0 20 0 18 0 103888469 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724398634760 219517334588 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3637] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3637/stat : 3637 (java) S 3622 3625 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 103888469 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724397582200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3638] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3638/stat : 3638 (java) S 3622 3625 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 103888469 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724396529032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3639] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3639/stat : 3639 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103888471 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724395477776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3640] ppid=3622 vsize=9558476 CPUtime=0.75 cores=1,3,5,7
/proc/3625/task/3640/stat : 3640 (java) S 3622 3625 32147 0 -1 4202560 14474 0 0 0 71 4 0 0 20 0 18 0 103888471 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724394424632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3641] ppid=3622 vsize=9558476 CPUtime=0.75 cores=1,3,5,7
/proc/3625/task/3641/stat : 3641 (java) S 3622 3625 32147 0 -1 4202560 13410 0 0 0 72 3 0 0 20 0 18 0 103888471 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724393372088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3642] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3642/stat : 3642 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103888471 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724392319224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3643] ppid=3622 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3643/stat : 3643 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103888472 9787879424 446222 33554432000 1073741824 1073778376 140736379122000 139724391266888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 4.30 4.22 3.83 4/215 3643
/proc/meminfo: memFree=24444068/32872528 swapFree=12208/1156848
[pid=3625] ppid=3622 vsize=9558476 CPUtime=21.29 cores=1,3,5,7
/proc/3625/stat : 3625 (java) S 3622 3625 32147 0 -1 4202496 48946 0 1 0 1980 149 0 0 20 0 18 0 103888465 9787879424 775621 33554432000 1073741824 1073778376 140736379122000 140736379113136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3625/statm: 2389619 775621 2285 9 0 2380296 0

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

/proc/3625/task/3630/stat : 3630 (java) S 3622 3625 32147 0 -1 4202560 1869 0 0 0 912 29 0 0 20 0 22 0 103888468 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724752194216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3631] ppid=3622 vsize=9824732 CPUtime=9.8 cores=1,3,5,7
/proc/3625/task/3631/stat : 3631 (java) S 3622 3625 32147 0 -1 4202560 1704 0 0 0 953 27 0 0 20 0 22 0 103888468 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724751141672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3632] ppid=3622 vsize=9824732 CPUtime=9.65 cores=1,3,5,7
/proc/3625/task/3632/stat : 3632 (java) S 3622 3625 32147 0 -1 4202560 1190 0 0 0 937 28 0 0 20 0 22 0 103888468 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724750088616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3633] ppid=3622 vsize=9824732 CPUtime=9.03 cores=1,3,5,7
/proc/3625/task/3633/stat : 3633 (java) S 3622 3625 32147 0 -1 4202560 1384 0 0 0 879 24 0 0 20 0 22 0 103888468 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724412938792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3634] ppid=3622 vsize=9824732 CPUtime=9.76 cores=1,3,5,7
/proc/3625/task/3634/stat : 3634 (java) S 3622 3625 32147 0 -1 4202560 1852 0 0 0 947 29 0 0 20 0 22 0 103888468 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724411885736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3635] ppid=3622 vsize=9824732 CPUtime=9.63 cores=1,3,5,7
/proc/3625/task/3635/stat : 3635 (java) S 3622 3625 32147 0 -1 4202560 947 0 0 0 936 27 0 0 20 0 22 0 103888468 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724410833192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3636] ppid=3622 vsize=9824732 CPUtime=7.37 cores=1,3,5,7
/proc/3625/task/3636/stat : 3636 (java) R 3622 3625 32147 0 -1 4202560 18211 0 0 0 712 25 0 0 20 0 22 0 103888469 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724398634456 139724917813081 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3637] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3637/stat : 3637 (java) S 3622 3625 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103888469 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724397582200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3638] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3638/stat : 3638 (java) S 3622 3625 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103888469 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724396529032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3639] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3639/stat : 3639 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103888471 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724395477776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3640] ppid=3622 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/3625/task/3640/stat : 3640 (java) S 3622 3625 32147 0 -1 4202560 14609 0 0 0 337 4 0 0 20 0 22 0 103888471 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724394424632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3641] ppid=3622 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/3625/task/3641/stat : 3641 (java) S 3622 3625 32147 0 -1 4202560 18953 0 0 0 242 3 0 0 20 0 22 0 103888471 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724393372088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3642] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3642/stat : 3642 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103888471 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724392319224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3643] ppid=3622 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/3625/task/3643/stat : 3643 (java) S 3622 3625 32147 0 -1 4202560 50 0 0 0 14 22 0 0 20 0 22 0 103888472 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724391266888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3644] ppid=3622 vsize=9824732 CPUtime=840.82 cores=1,3,5,7
/proc/3625/task/3644/stat : 3644 (java) S 3622 3625 32147 0 -1 4202560 159 0 0 0 84068 14 0 0 20 0 22 0 103890280 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724390112552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3645] ppid=3622 vsize=9824732 CPUtime=840.75 cores=1,3,5,7
/proc/3625/task/3645/stat : 3645 (java) S 3622 3625 32147 0 -1 4202560 205 0 0 0 84062 13 0 0 20 0 22 0 103890280 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724389060712 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3646] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3646/stat : 3646 (java) S 3622 3625 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103890292 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724388009256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3647] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3647/stat : 3647 (java) S 3622 3625 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103890292 10060525568 1113120 33554432000 1073741824 1073778376 140736379122000 139724386956712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.52
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+889.101 s]
/proc/loadavg: 4.66 4.46 4.19 5/220 3739
/proc/meminfo: memFree=24263088/32872528 swapFree=12208/1156848
[pid=3625] ppid=3622 vsize=9824732 CPUtime=1800.19 cores=1,3,5,7
/proc/3625/stat : 3625 (java) S 3622 3625 32147 0 -1 4202496 69502 0 1 0 179714 305 0 0 20 0 22 0 103888465 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 140736379113136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3625/statm: 2456183 1099155 2300 9 0 2446860 0
[pid=3625/tid=3627] ppid=3622 vsize=9824732 CPUtime=11.42 cores=1,3,5,7
/proc/3625/task/3627/stat : 3627 (java) S 3622 3625 32147 0 -1 4202560 3998 0 1 0 1113 29 0 0 20 0 22 0 103888466 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724910957432 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3628] ppid=3622 vsize=9824732 CPUtime=10.13 cores=1,3,5,7
/proc/3625/task/3628/stat : 3628 (java) S 3622 3625 32147 0 -1 4202560 1506 0 0 0 982 31 0 0 20 0 22 0 103888467 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724754299816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3629] ppid=3622 vsize=9824732 CPUtime=9.42 cores=1,3,5,7
/proc/3625/task/3629/stat : 3629 (java) S 3622 3625 32147 0 -1 4202560 1058 0 0 0 914 28 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724753247272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3630] ppid=3622 vsize=9824732 CPUtime=9.41 cores=1,3,5,7
/proc/3625/task/3630/stat : 3630 (java) S 3622 3625 32147 0 -1 4202560 1869 0 0 0 912 29 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724752194216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3631] ppid=3622 vsize=9824732 CPUtime=9.81 cores=1,3,5,7
/proc/3625/task/3631/stat : 3631 (java) S 3622 3625 32147 0 -1 4202560 1704 0 0 0 954 27 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724751141672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3632] ppid=3622 vsize=9824732 CPUtime=9.66 cores=1,3,5,7
/proc/3625/task/3632/stat : 3632 (java) S 3622 3625 32147 0 -1 4202560 1190 0 0 0 938 28 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724750088616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3633] ppid=3622 vsize=9824732 CPUtime=9.04 cores=1,3,5,7
/proc/3625/task/3633/stat : 3633 (java) S 3622 3625 32147 0 -1 4202560 1384 0 0 0 880 24 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724412938792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3634] ppid=3622 vsize=9824732 CPUtime=9.77 cores=1,3,5,7
/proc/3625/task/3634/stat : 3634 (java) S 3622 3625 32147 0 -1 4202560 1852 0 0 0 948 29 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724411885736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3635] ppid=3622 vsize=9824732 CPUtime=9.65 cores=1,3,5,7
/proc/3625/task/3635/stat : 3635 (java) S 3622 3625 32147 0 -1 4202560 947 0 0 0 938 27 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724410833192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3636] ppid=3622 vsize=9824732 CPUtime=8.3 cores=1,3,5,7
/proc/3625/task/3636/stat : 3636 (java) S 3622 3625 32147 0 -1 4202560 18753 0 0 0 805 25 0 0 20 0 22 0 103888469 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724398635880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3637] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3637/stat : 3637 (java) S 3622 3625 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103888469 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724397582200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3638] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3638/stat : 3638 (java) S 3622 3625 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103888469 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724396529032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3639] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3639/stat : 3639 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103888471 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724395477776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3640] ppid=3622 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/3625/task/3640/stat : 3640 (java) S 3622 3625 32147 0 -1 4202560 14609 0 0 0 337 4 0 0 20 0 22 0 103888471 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724394424632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3641] ppid=3622 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/3625/task/3641/stat : 3641 (java) S 3622 3625 32147 0 -1 4202560 18953 0 0 0 242 3 0 0 20 0 22 0 103888471 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724393372088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3642] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3642/stat : 3642 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103888471 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724392319224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3643] ppid=3622 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/3625/task/3643/stat : 3643 (java) S 3622 3625 32147 0 -1 4202560 50 0 0 0 14 22 0 0 20 0 22 0 103888472 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724391266888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3644] ppid=3622 vsize=9824732 CPUtime=846.63 cores=1,3,5,7
/proc/3625/task/3644/stat : 3644 (java) R 3622 3625 32147 0 -1 4202560 160 0 0 0 84649 14 0 0 20 0 22 0 103890280 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724390114256 139724766725582 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3645] ppid=3622 vsize=9824732 CPUtime=846.56 cores=1,3,5,7
/proc/3625/task/3645/stat : 3645 (java) R 3622 3625 32147 0 -1 4202560 205 0 0 0 84642 14 0 0 20 0 22 0 103890280 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724389060576 139724765882884 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3646] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3646/stat : 3646 (java) S 3622 3625 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103890292 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724388009256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3647] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3647/stat : 3647 (java) S 3622 3625 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103890292 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724386956712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 3625 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+889.101 s]
/proc/loadavg: 4.66 4.46 4.19 5/220 3739
/proc/meminfo: memFree=24263088/32872528 swapFree=12208/1156848
[pid=3625] ppid=3622 vsize=9824732 CPUtime=1800.19 cores=1,3,5,7
/proc/3625/stat : 3625 (java) S 3622 3625 32147 0 -1 4202496 69502 0 1 0 179714 305 0 0 20 0 22 0 103888465 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 140736379113136 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3625/statm: 2456183 1099155 2300 9 0 2446860 0
[pid=3625/tid=3627] ppid=3622 vsize=9824732 CPUtime=11.42 cores=1,3,5,7
/proc/3625/task/3627/stat : 3627 (java) S 3622 3625 32147 0 -1 4202560 3998 0 1 0 1113 29 0 0 20 0 22 0 103888466 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724910957432 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3628] ppid=3622 vsize=9824732 CPUtime=10.13 cores=1,3,5,7
/proc/3625/task/3628/stat : 3628 (java) S 3622 3625 32147 0 -1 4202560 1506 0 0 0 982 31 0 0 20 0 22 0 103888467 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724754299816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3629] ppid=3622 vsize=9824732 CPUtime=9.42 cores=1,3,5,7
/proc/3625/task/3629/stat : 3629 (java) S 3622 3625 32147 0 -1 4202560 1058 0 0 0 914 28 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724753247272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3630] ppid=3622 vsize=9824732 CPUtime=9.41 cores=1,3,5,7
/proc/3625/task/3630/stat : 3630 (java) S 3622 3625 32147 0 -1 4202560 1869 0 0 0 912 29 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724752194216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3631] ppid=3622 vsize=9824732 CPUtime=9.81 cores=1,3,5,7
/proc/3625/task/3631/stat : 3631 (java) S 3622 3625 32147 0 -1 4202560 1704 0 0 0 954 27 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724751141672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3632] ppid=3622 vsize=9824732 CPUtime=9.66 cores=1,3,5,7
/proc/3625/task/3632/stat : 3632 (java) S 3622 3625 32147 0 -1 4202560 1190 0 0 0 938 28 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724750088616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3633] ppid=3622 vsize=9824732 CPUtime=9.04 cores=1,3,5,7
/proc/3625/task/3633/stat : 3633 (java) S 3622 3625 32147 0 -1 4202560 1384 0 0 0 880 24 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724412938792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3634] ppid=3622 vsize=9824732 CPUtime=9.77 cores=1,3,5,7
/proc/3625/task/3634/stat : 3634 (java) S 3622 3625 32147 0 -1 4202560 1852 0 0 0 948 29 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724411885736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3635] ppid=3622 vsize=9824732 CPUtime=9.65 cores=1,3,5,7
/proc/3625/task/3635/stat : 3635 (java) S 3622 3625 32147 0 -1 4202560 947 0 0 0 938 27 0 0 20 0 22 0 103888468 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724410833192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3636] ppid=3622 vsize=9824732 CPUtime=8.3 cores=1,3,5,7
/proc/3625/task/3636/stat : 3636 (java) S 3622 3625 32147 0 -1 4202560 18753 0 0 0 805 25 0 0 20 0 22 0 103888469 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724398635880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3637] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3637/stat : 3637 (java) S 3622 3625 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103888469 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724397582200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3638] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3638/stat : 3638 (java) S 3622 3625 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103888469 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724396529032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3639] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3639/stat : 3639 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103888471 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724395477776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3640] ppid=3622 vsize=9824732 CPUtime=3.41 cores=1,3,5,7
/proc/3625/task/3640/stat : 3640 (java) S 3622 3625 32147 0 -1 4202560 14609 0 0 0 337 4 0 0 20 0 22 0 103888471 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724394424632 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3641] ppid=3622 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/3625/task/3641/stat : 3641 (java) S 3622 3625 32147 0 -1 4202560 18953 0 0 0 242 3 0 0 20 0 22 0 103888471 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724393372088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3625/tid=3642] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3642/stat : 3642 (java) S 3622 3625 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103888471 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724392319224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3625/tid=3643] ppid=3622 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/3625/task/3643/stat : 3643 (java) S 3622 3625 32147 0 -1 4202560 50 0 0 0 14 22 0 0 20 0 22 0 103888472 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724391266888 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3644] ppid=3622 vsize=9824732 CPUtime=846.63 cores=1,3,5,7
/proc/3625/task/3644/stat : 3644 (java) R 3622 3625 32147 0 -1 4202560 160 0 0 0 84649 14 0 0 20 0 22 0 103890280 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724390114256 139724766725582 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3645] ppid=3622 vsize=9824732 CPUtime=846.56 cores=1,3,5,7
/proc/3625/task/3645/stat : 3645 (java) R 3622 3625 32147 0 -1 4202560 205 0 0 0 84642 14 0 0 20 0 22 0 103890280 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724389060576 139724765882884 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3625/tid=3646] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3646/stat : 3646 (java) S 3622 3625 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103890292 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724388009256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3625/tid=3647] ppid=3622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3625/task/3647/stat : 3647 (java) S 3622 3625 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103890292 10060525568 1099155 33554432000 1073741824 1073778376 140736379122000 139724386956712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 889.184
CPU time (s): 1800.19
CPU user time (s): 1797.14
CPU system time (s): 3.05
CPU usage (%): 202.454
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.98
system time used= 3.51946
maximum resident set size= 4452480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69537
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33082
involuntary context switches= 74568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.62115 second user time and 7.83581 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 15:25:39
IDJOB=4081100
IDBENCH=1845
IDSOLVER=2543
FILE ID=node114/4081100-1465219538
RUNJOBID= node114-1465217569-32164
PBS_JOBID= 19843208
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081100-1465219538/watcher-4081100-1465219538 -o /tmp/evaluation-result-4081100-1465219538/solver-4081100-1465219538 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32164 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081100-1465219538.opb

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

MD5SUM BENCH= 1ef5c8e94b66b7ed63dffc6923ecd901
RANDOM SEED=1966214782

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.54
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.852
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:        27544960 kB
Buffers:           12024 kB
Cached:           164836 kB
SwapCached:         1736 kB
Active:          3348556 kB
Inactive:          81620 kB
Active(anon):    3254624 kB
Inactive(anon):     1200 kB
Active(file):      93932 kB
Inactive(file):    80420 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096588 kB
Dirty:             36592 kB
Writeback:             0 kB
AnonPages:       4446764 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             568608 kB
SReclaimable:      12072 kB
SUnreclaim:       556536 kB
KernelStack:        1608 kB
PageTables:        13060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4892412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4390912 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 node114 at 2016-06-06 15:40:28