Trace number 4103146

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.54 898.858

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3702.opb
MD5SUMd696f4100af4494c851a4f1a4044ecb8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4827154397
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29701186548799
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29701186548799
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4103146-1466219722.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
3.68/2.20	c ... done. Wall clock time 2.074s.
3.68/2.20	c declared #vars     155000
3.68/2.20	c #constraints  5300
3.68/2.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.68/2.21	c constraints type 
3.68/2.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
3.68/2.21	c 5300 constraints processed.
3.68/2.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.68/2.21	c constraints type 
3.68/2.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
3.68/2.21	c 5300 constraints processed.
3.68/2.21	c objective function length is 155000 literals
21.71/10.47	c cleaning 2495 clauses out of 5002 with flag 13890/5002
28.15/13.57	c cleaning 4243 clauses out of 8505 with flag 26001/11000
32.70/15.75	c cleaning 5624 clauses out of 11266 with flag 40009/18004
37.70/18.24	c cleaning 6811 clauses out of 13639 with flag 56003/26001
44.13/21.31	c cleaning 7905 clauses out of 15829 with flag 74005/35002
51.33/24.96	c cleaning 8952 clauses out of 17925 with flag 94007/45003
59.52/29.06	c cleaning 9964 clauses out of 19977 with flag 116015/56007
68.93/33.64	c cleaning 10989 clauses out of 22006 with flag 140001/68000
78.73/38.59	c cleaning 11978 clauses out of 24020 with flag 166007/81003
90.15/44.21	c cleaning 12998 clauses out of 26047 with flag 194017/95008
103.53/50.91	c cleaning 13994 clauses out of 28047 with flag 224013/110006
118.93/58.61	c cleaning 15007 clauses out of 30051 with flag 256009/126004
133.72/66.05	c cleaning 16001 clauses out of 32040 with flag 290001/143000
151.14/74.70	c cleaning 16976 clauses out of 34039 with flag 326001/161000
168.00/83.08	c cleaning 18013 clauses out of 36065 with flag 364005/180002
184.81/91.42	c cleaning 19002 clauses out of 38050 with flag 404001/200000
203.01/100.52	c cleaning 19994 clauses out of 40050 with flag 446005/221002
222.23/110.19	c cleaning 21007 clauses out of 42054 with flag 490001/243000
244.23/121.47	c cleaning 22010 clauses out of 44057 with flag 536021/266010
265.65/132.19	c cleaning 22994 clauses out of 46039 with flag 584005/290002
289.04/143.89	c cleaning 23989 clauses out of 48047 with flag 634009/315004
315.24/157.00	c cleaning 24997 clauses out of 50054 with flag 686001/341000
344.40/171.32	c cleaning 26006 clauses out of 52057 with flag 740001/368000
375.41/186.81	c cleaning 27001 clauses out of 54057 with flag 796013/396006
413.41/206.13	c cleaning 28004 clauses out of 56051 with flag 854003/425001
454.02/226.46	c cleaning 29003 clauses out of 58051 with flag 914011/455005
496.82/247.83	c cleaning 29985 clauses out of 60044 with flag 976003/486001
542.44/270.69	c cleaning 31004 clauses out of 62062 with flag 1040009/518004
595.23/296.92	c cleaning 31998 clauses out of 64054 with flag 1106001/551000
652.78/326.08	c cleaning 33003 clauses out of 66056 with flag 1174001/585000
708.88/354.07	c cleaning 34001 clauses out of 68054 with flag 1244003/620001
763.48/381.33	c cleaning 34997 clauses out of 70053 with flag 1316003/656001
825.20/412.11	c cleaning 36001 clauses out of 72061 with flag 1390013/693006
893.89/446.49	c cleaning 36988 clauses out of 74056 with flag 1466005/731002
975.44/487.06	c cleaning 38001 clauses out of 76068 with flag 1544005/770002
1062.60/531.41	c cleaning 38987 clauses out of 78065 with flag 1624001/810000
1136.21/568.21	c cleaning 40011 clauses out of 80079 with flag 1706003/851001
1216.43/608.21	c cleaning 41015 clauses out of 82069 with flag 1790005/893002
1304.67/652.07	c cleaning 41999 clauses out of 84055 with flag 1876007/936003
1405.67/702.23	c cleaning 43004 clauses out of 86057 with flag 1964009/980004
1514.43/755.43	c cleaning 44003 clauses out of 88050 with flag 2054003/1025001
1615.97/806.45	c cleaning 44989 clauses out of 90048 with flag 2146005/1071002
1723.39/859.62	c cleaning 45993 clauses out of 92057 with flag 2240001/1118000
1800.09/898.81	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/898.81	c starts		: 45
1800.09/898.81	c conflicts		: 1154344
1800.09/898.81	c decisions		: 1621451
1800.09/898.81	c propagations		: 13479485
1800.09/898.81	c inspects		: 7513588366
1800.09/898.81	c shortcuts		: 0
1800.09/898.81	c learnt literals	: 0
1800.09/898.81	c learnt binary clauses	: 0
1800.09/898.81	c learnt ternary clauses	: 0
1800.09/898.81	c learnt constraints	: 1154344
1800.09/898.81	c ignored constraints	: 0
1800.09/898.81	c root simplifications	: 0
1800.09/898.81	c removed literals (reason simplification)	: 9648373
1800.09/898.81	c reason swapping (by a shorter reason)	: 0
1800.09/898.81	c Calls to reduceDB	: 43
1800.09/898.81	c Number of update (reduction) of LBD	: 352
1800.09/898.81	c Imported unit clauses	: 0
1800.09/898.81	c number of reductions to clauses (during analyze)	: 0
1800.09/898.81	c number of learned constraints concerned by reduction	: 0
1800.09/898.81	c number of learning phase by resolution	: 0
1800.09/898.81	c number of learning phase by cutting planes	: 0
1800.09/898.81	c speed (assignments/second)	: 15036.331753417047
1800.09/898.81	c non guided choices	99071
1800.09/898.83	c learnt constraints type 
1800.09/898.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82408
1800.09/898.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/898.83	c starts		: 19
1800.09/898.83	c conflicts		: 4741
1800.09/898.83	c decisions		: 1110633
1800.09/898.83	c propagations		: 11413551
1800.09/898.83	c inspects		: 171557941
1800.09/898.83	c shortcuts		: 0
1800.09/898.83	c learnt literals	: 0
1800.09/898.83	c learnt binary clauses	: 0
1800.09/898.83	c learnt ternary clauses	: 0
1800.09/898.83	c learnt constraints	: 4740
1800.09/898.83	c ignored constraints	: 0
1800.09/898.83	c root simplifications	: 0
1800.09/898.83	c removed literals (reason simplification)	: 0
1800.09/898.83	c reason swapping (by a shorter reason)	: 0
1800.09/898.83	c Calls to reduceDB	: 0
1800.09/898.83	c Number of update (reduction) of LBD	: 0
1800.09/898.83	c Imported unit clauses	: 0
1800.09/898.83	c number of reductions to clauses (during analyze)	: 0
1800.09/898.83	c number of learned constraints concerned by reduction	: 0
1800.09/898.83	c number of learning phase by resolution	: 0
1800.09/898.83	c number of learning phase by cutting planes	: 0
1800.09/898.83	c speed (assignments/second)	: 12731.446705745217
1800.09/898.83	c non guided choices	0
1800.09/898.84	c learnt constraints type 
1800.09/898.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 118
1800.09/898.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4622
1800.09/898.84	s UNKNOWN
1800.09/898.84	c Total wall clock time (in seconds): 898.706

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-4103146-1466219722/watcher-4103146-1466219722 -o /tmp/evaluation-result-4103146-1466219722/solver-4103146-1466219722 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103146-1466219722.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.13 4.18 4.13 4/197 19406
/proc/meminfo: memFree=29521884/32872528 swapFree=338416/354768
[pid=19406] ppid=19403 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/19406/stat : 19406 (java) D 19403 19406 14474 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 24018957 2560000 46 33554432000 1073741824 1073778376 140735210760352 140735210757480 242158234919 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/19406/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 4.13 4.18 4.13 4/197 19406
/proc/meminfo: memFree=29521884/32872528 swapFree=338416/354768
[pid=19406] ppid=19403 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/19406/stat : 19406 (java) S 19403 19406 14474 0 -1 4202496 4375 0 1 0 7 1 0 0 20 0 18 0 24018957 9787879424 4987 33554432000 1073741824 1073778376 140735210760352 140735210751488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19406/statm: 2389619 4987 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 4.13 4.18 4.13 4/197 19406
/proc/meminfo: memFree=29521884/32872528 swapFree=338416/354768
[pid=19406] ppid=19403 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/19406/stat : 19406 (java) S 19403 19406 14474 0 -1 4202496 5143 0 1 0 27 1 0 0 20 0 18 0 24018957 9787879424 8183 33554432000 1073741824 1073778376 140735210760352 140735210751488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19406/statm: 2389619 8183 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 4.13 4.18 4.13 4/197 19406
/proc/meminfo: memFree=29521884/32872528 swapFree=338416/354768
[pid=19406] ppid=19403 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/19406/stat : 19406 (java) S 19403 19406 14474 0 -1 4202496 6042 0 1 0 46 2 0 0 20 0 18 0 24018957 9787879424 12290 33554432000 1073741824 1073778376 140735210760352 140735210751488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19406/statm: 2389619 12290 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 4.13 4.18 4.13 4/197 19406
/proc/meminfo: memFree=29521884/32872528 swapFree=338416/354768
[pid=19406] ppid=19403 vsize=9558476 CPUtime=1.18 cores=0,2,4,6
/proc/19406/stat : 19406 (java) S 19403 19406 14474 0 -1 4202496 6465 0 1 0 111 7 0 0 20 0 18 0 24018957 9787879424 47724 33554432000 1073741824 1073778376 140735210760352 140735210751488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19406/statm: 2389619 47724 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 4.13 4.18 4.13 4/215 19424
/proc/meminfo: memFree=29269716/32872528 swapFree=338416/354768
[pid=19406] ppid=19403 vsize=9558476 CPUtime=2.29 cores=0,2,4,6
/proc/19406/stat : 19406 (java) S 19403 19406 14474 0 -1 4202496 7467 0 1 0 213 16 0 0 20 0 18 0 24018957 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 140735210751488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19406/statm: 2389619 84165 2263 9 0 2380296 0
[pid=19406/tid=19408] ppid=19403 vsize=9558476 CPUtime=1.32 cores=0,2,4,6
/proc/19406/task/19408/stat : 19408 (java) R 19403 19406 14474 0 -1 4202560 2561 0 1 0 127 5 0 0 20 0 18 0 24018958 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750850580448 242170782989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19409] ppid=19403 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/19406/task/19409/stat : 19409 (java) S 19403 19406 14474 0 -1 4202560 171 0 0 0 4 1 0 0 20 0 18 0 24018959 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750789318952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19410] ppid=19403 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/19406/task/19410/stat : 19410 (java) S 19403 19406 14474 0 -1 4202560 296 0 0 0 3 2 0 0 20 0 18 0 24018959 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750788266152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19411] ppid=19403 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/19406/task/19411/stat : 19411 (java) S 19403 19406 14474 0 -1 4202560 85 0 0 0 3 0 0 0 20 0 18 0 24018959 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750692043304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19412] ppid=19403 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/19406/task/19412/stat : 19412 (java) S 19403 19406 14474 0 -1 4202560 60 0 0 0 5 2 0 0 20 0 18 0 24018959 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750690990504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19413] ppid=19403 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/19406/task/19413/stat : 19413 (java) S 19403 19406 14474 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 18 0 24018959 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750689938216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19414] ppid=19403 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/19406/task/19414/stat : 19414 (java) S 19403 19406 14474 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 24018959 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750688885416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19415] ppid=19403 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/19406/task/19415/stat : 19415 (java) S 19403 19406 14474 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 18 0 24018959 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750687833128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19416] ppid=19403 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/19406/task/19416/stat : 19416 (java) S 19403 19406 14474 0 -1 4202560 64 0 0 0 5 3 0 0 20 0 18 0 24018959 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750686780328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19417] ppid=19403 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19417/stat : 19417 (java) S 19403 19406 14474 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 24018960 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750674581736 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19418] ppid=19403 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19418/stat : 19418 (java) S 19403 19406 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24018961 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750673527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19419] ppid=19403 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19419/stat : 19419 (java) S 19403 19406 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24018961 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750672475400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19420] ppid=19403 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19420/stat : 19420 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24018964 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750671423888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19421] ppid=19403 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/19406/task/19421/stat : 19421 (java) S 19403 19406 14474 0 -1 4202560 1344 0 0 0 20 0 0 0 20 0 18 0 24018964 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750670371512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19422] ppid=19403 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/19406/task/19422/stat : 19422 (java) S 19403 19406 14474 0 -1 4202560 1488 0 0 0 21 0 0 0 20 0 18 0 24018964 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750669318712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19423] ppid=19403 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19423/stat : 19423 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24018964 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750668266616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19424] ppid=19403 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19424/stat : 19424 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24018964 9787879424 84165 33554432000 1073741824 1073778376 140735210760352 139750667214024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 4.13 4.18 4.13 5/217 19426
/proc/meminfo: memFree=29047680/32872528 swapFree=338416/354768
[pid=19406] ppid=19403 vsize=9824732 CPUtime=6.63 cores=0,2,4,6
/proc/19406/stat : 19406 (java) S 19403 19406 14474 0 -1 4202496 18016 0 1 0 626 37 0 0 20 0 22 0 24018957 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 140735210751488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19406/statm: 2456183 134962 2285 9 0 2446860 0
[pid=19406/tid=19408] ppid=19403 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/19406/task/19408/stat : 19408 (java) S 19403 19406 14474 0 -1 4202560 2591 0 1 0 183 6 0 0 20 0 22 0 24018958 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750850589560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19409] ppid=19403 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/19406/task/19409/stat : 19409 (java) S 19403 19406 14474 0 -1 4202560 328 0 0 0 12 4 0 0 20 0 22 0 24018959 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750789318952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19410] ppid=19403 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/19406/task/19410/stat : 19410 (java) S 19403 19406 14474 0 -1 4202560 359 0 0 0 8 4 0 0 20 0 22 0 24018959 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750788266152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19411] ppid=19403 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/19406/task/19411/stat : 19411 (java) S 19403 19406 14474 0 -1 4202560 119 0 0 0 11 3 0 0 20 0 22 0 24018959 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750692043304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19412] ppid=19403 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/19406/task/19412/stat : 19412 (java) S 19403 19406 14474 0 -1 4202560 135 0 0 0 18 5 0 0 20 0 22 0 24018959 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750690990504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19413] ppid=19403 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/19406/task/19413/stat : 19413 (java) S 19403 19406 14474 0 -1 4202560 62 0 0 0 9 3 0 0 20 0 22 0 24018959 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750689938216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19414] ppid=19403 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/19406/task/19414/stat : 19414 (java) S 19403 19406 14474 0 -1 4202560 87 0 0 0 11 3 0 0 20 0 22 0 24018959 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750688885416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19415] ppid=19403 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/19406/task/19415/stat : 19415 (java) S 19403 19406 14474 0 -1 4202560 266 0 0 0 11 2 0 0 20 0 22 0 24018959 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750687833128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19416] ppid=19403 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/19406/task/19416/stat : 19416 (java) S 19403 19406 14474 0 -1 4202560 121 0 0 0 15 4 0 0 20 0 22 0 24018959 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750686780328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19417] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19417/stat : 19417 (java) S 19403 19406 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 24018960 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750674581736 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19418] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19418/stat : 19418 (java) S 19403 19406 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24018961 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750673527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19419] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19419/stat : 19419 (java) S 19403 19406 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24018961 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750672475400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19420] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19420/stat : 19420 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24018964 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750671423888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19421] ppid=19403 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/19406/task/19421/stat : 19421 (java) S 19403 19406 14474 0 -1 4202560 4961 0 0 0 79 2 0 0 20 0 22 0 24018964 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750670371512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19422] ppid=19403 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/19406/task/19422/stat : 19422 (java) S 19403 19406 14474 0 -1 4202560 7473 0 0 0 92 2 0 0 20 0 22 0 24018964 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750669318712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19423] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19423/stat : 19423 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24018964 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750668266616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19424] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19424/stat : 19424 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24018964 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750667214024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19425] ppid=19403 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/19406/task/19425/stat : 19425 (java) R 19403 19406 14474 0 -1 4202560 27 0 0 0 79 0 0 0 20 0 22 0 24019178 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750666158736 139750791172708 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19426] ppid=19403 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/19406/task/19426/stat : 19426 (java) R 19403 19406 14474 0 -1 4202560 24 0 0 0 80 0 0 0 20 0 22 0 24019178 10060525568 134962 33554432000 1073741824 1073778376 140735210760352 139750665105448 139750791055040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 4.20 4.19 4.13 5/219 19428
/proc/meminfo: memFree=28834176/32872528 swapFree=338416/354768
[pid=19406] ppid=19403 vsize=9824732 CPUtime=13.37 cores=0,2,4,6
/proc/19406/stat : 19406 (java) S 19403 19406 14474 0 -1 4202496 20704 0 1 0 1297 40 0 0 20 0 22 0 24018957 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 140735210751488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19406/statm: 2456183 179881 2286 9 0 2446860 0
[pid=19406/tid=19408] ppid=19403 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/19406/task/19408/stat : 19408 (java) S 19403 19406 14474 0 -1 4202560 2591 0 1 0 183 6 0 0 20 0 22 0 24018958 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750850589560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19409] ppid=19403 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/19406/task/19409/stat : 19409 (java) S 19403 19406 14474 0 -1 4202560 328 0 0 0 12 4 0 0 20 0 22 0 24018959 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750789318952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19410] ppid=19403 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/19406/task/19410/stat : 19410 (java) S 19403 19406 14474 0 -1 4202560 359 0 0 0 8 4 0 0 20 0 22 0 24018959 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750788266152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19411] ppid=19403 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/19406/task/19411/stat : 19411 (java) S 19403 19406 14474 0 -1 4202560 119 0 0 0 11 3 0 0 20 0 22 0 24018959 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750692043304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19412] ppid=19403 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/19406/task/19412/stat : 19412 (java) S 19403 19406 14474 0 -1 4202560 135 0 0 0 18 5 0 0 20 0 22 0 24018959 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750690990504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19413] ppid=19403 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/19406/task/19413/stat : 19413 (java) S 19403 19406 14474 0 -1 4202560 62 0 0 0 9 3 0 0 20 0 22 0 24018959 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750689938216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19414] ppid=19403 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/19406/task/19414/stat : 19414 (java) S 19403 19406 14474 0 -1 4202560 87 0 0 0 11 3 0 0 20 0 22 0 24018959 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750688885416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19415] ppid=19403 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/19406/task/19415/stat : 19415 (java) S 19403 19406 14474 0 -1 4202560 266 0 0 0 11 2 0 0 20 0 22 0 24018959 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750687833128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19416] ppid=19403 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/19406/task/19416/stat : 19416 (java) S 19403 19406 14474 0 -1 4202560 121 0 0 0 15 4 0 0 20 0 22 0 24018959 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750686780328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19417] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19417/stat : 19417 (java) S 19403 19406 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 24018960 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750674581736 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19418] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19418/stat : 19418 (java) S 19403 19406 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24018961 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750673527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19419] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19419/stat : 19419 (java) S 19403 19406 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24018961 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750672475400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19420] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19420/stat : 19420 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24018964 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750671423888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19421] ppid=19403 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/19406/task/19421/stat : 19421 (java) S 19403 19406 14474 0 -1 4202560 6817 0 0 0 99 2 0 0 20 0 22 0 24018964 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750670371512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19422] ppid=19403 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/19406/task/19422/stat : 19422 (java) S 19403 19406 14474 0 -1 4202560 8039 0 0 0 110 2 0 0 20 0 22 0 24018964 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750669318712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19423] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19423/stat : 19423 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24018964 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750668266616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19424] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19424/stat : 19424 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24018964 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750667214024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19425] ppid=19403 vsize=9824732 CPUtime=3.96 cores=0,2,4,6
/proc/19406/task/19425/stat : 19425 (java) R 19403 19406 14474 0 -1 4202560 53 0 0 0 395 1 0 0 20 0 22 0 24019178 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750666158264 139750790342190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19426] ppid=19403 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/19406/task/19426/stat : 19426 (java) R 19403 19406 14474 0 -1 4202560 264 0 0 0 396 2 0 0 20 0 22 0 24019178 10060525568 179881 33554432000 1073741824 1073778376 140735210760352 139750665105064 139750791303498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19427] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[startup+882.301 s]
/proc/loadavg: 4.12 4.18 4.14 5/220 19526
/proc/meminfo: memFree=23672728/32872528 swapFree=338416/354768
[pid=19406] ppid=19403 vsize=9824732 CPUtime=1769.12 cores=0,2,4,6
/proc/19406/stat : 19406 (java) S 19403 19406 14474 0 -1 4202496 34956 0 1 0 176642 270 0 0 20 0 22 0 24018957 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 140735210751488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19406/statm: 2456183 1044870 2298 9 0 2446860 0
[pid=19406/tid=19408] ppid=19403 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/19406/task/19408/stat : 19408 (java) S 19403 19406 14474 0 -1 4202560 2601 0 1 0 187 6 0 0 20 0 22 0 24018958 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750850589560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19409] ppid=19403 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/19406/task/19409/stat : 19409 (java) S 19403 19406 14474 0 -1 4202560 883 0 0 0 217 27 0 0 20 0 22 0 24018959 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750789318952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19410] ppid=19403 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/19406/task/19410/stat : 19410 (java) S 19403 19406 14474 0 -1 4202560 906 0 0 0 267 25 0 0 20 0 22 0 24018959 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750788266152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19411] ppid=19403 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/19406/task/19411/stat : 19411 (java) S 19403 19406 14474 0 -1 4202560 623 0 0 0 238 22 0 0 20 0 22 0 24018959 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750692043304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19412] ppid=19403 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/19406/task/19412/stat : 19412 (java) S 19403 19406 14474 0 -1 4202560 1008 0 0 0 272 33 0 0 20 0 22 0 24018959 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750690990504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19413] ppid=19403 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/19406/task/19413/stat : 19413 (java) S 19403 19406 14474 0 -1 4202560 924 0 0 0 199 22 0 0 20 0 22 0 24018959 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750689938216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19414] ppid=19403 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/19406/task/19414/stat : 19414 (java) S 19403 19406 14474 0 -1 4202560 826 0 0 0 264 26 0 0 20 0 22 0 24018959 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750688885416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19415] ppid=19403 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/19406/task/19415/stat : 19415 (java) S 19403 19406 14474 0 -1 4202560 680 0 0 0 244 22 0 0 20 0 22 0 24018959 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750687833128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19416] ppid=19403 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/19406/task/19416/stat : 19416 (java) S 19403 19406 14474 0 -1 4202560 1090 0 0 0 257 31 0 0 20 0 22 0 24018959 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750686780328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19417] ppid=19403 vsize=9824732 CPUtime=6.72 cores=0,2,4,6
/proc/19406/task/19417/stat : 19417 (java) S 19403 19406 14474 0 -1 4202560 2772 0 0 0 667 5 0 0 20 0 22 0 24018960 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750674581736 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19418] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19418/stat : 19418 (java) S 19403 19406 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24018961 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750673527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19419] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19419/stat : 19419 (java) S 19403 19406 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24018961 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750672475400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19420] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19420/stat : 19420 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24018964 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750671423888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19421] ppid=19403 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/19406/task/19421/stat : 19421 (java) S 19403 19406 14474 0 -1 4202560 11725 0 0 0 165 3 0 0 20 0 22 0 24018964 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750670371512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19422] ppid=19403 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/19406/task/19422/stat : 19422 (java) S 19403 19406 14474 0 -1 4202560 8067 0 0 0 127 2 0 0 20 0 22 0 24018964 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750669318712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19423] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19423/stat : 19423 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24018964 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750668266616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19424] ppid=19403 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/19406/task/19424/stat : 19424 (java) S 19403 19406 14474 0 -1 4202560 51 0 0 0 16 18 0 0 20 0 22 0 24018964 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750667214024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19425] ppid=19403 vsize=9824732 CPUtime=867.66 cores=0,2,4,6
/proc/19406/task/19425/stat : 19425 (java) R 19403 19406 14474 0 -1 4202560 213 0 0 0 86743 23 0 0 20 0 22 0 24019178 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750666156512 139750791103367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19426] ppid=19403 vsize=9824732 CPUtime=867.85 cores=0,2,4,6
/proc/19406/task/19426/stat : 19426 (java) R 19403 19406 14474 0 -1 4202560 1322 0 0 0 86751 34 0 0 20 0 22 0 24019178 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750665104416 139750791257276 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19427] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19427/stat : 19427 (java) S 19403 19406 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24019192 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750664053928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19428] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19428/stat : 19428 (java) S 19403 19406 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24019192 10060525568 1044870 33554432000 1073741824 1073778376 140735210760352 139750663001128 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1769.12
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.801 s]
/proc/loadavg: 4.09 4.17 4.14 5/220 19526
/proc/meminfo: memFree=23619184/32872528 swapFree=338416/354768
[pid=19406] ppid=19403 vsize=9824732 CPUtime=1800.09 cores=0,2,4,6
/proc/19406/stat : 19406 (java) S 19403 19406 14474 0 -1 4202496 35304 0 1 0 179735 274 0 0 20 0 22 0 24018957 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 140735210751488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19406/statm: 2456183 1058207 2298 9 0 2446860 0
[pid=19406/tid=19408] ppid=19403 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/19406/task/19408/stat : 19408 (java) S 19403 19406 14474 0 -1 4202560 2602 0 1 0 187 6 0 0 20 0 22 0 24018958 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750850589560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19409] ppid=19403 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/19406/task/19409/stat : 19409 (java) S 19403 19406 14474 0 -1 4202560 906 0 0 0 224 28 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750789318952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19410] ppid=19403 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/19406/task/19410/stat : 19410 (java) S 19403 19406 14474 0 -1 4202560 930 0 0 0 277 26 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750788266152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19411] ppid=19403 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/19406/task/19411/stat : 19411 (java) S 19403 19406 14474 0 -1 4202560 632 0 0 0 244 23 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750692043304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19412] ppid=19403 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/19406/task/19412/stat : 19412 (java) S 19403 19406 14474 0 -1 4202560 1014 0 0 0 275 33 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750690990504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19413] ppid=19403 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/19406/task/19413/stat : 19413 (java) S 19403 19406 14474 0 -1 4202560 932 0 0 0 204 22 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750689938216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19414] ppid=19403 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/19406/task/19414/stat : 19414 (java) S 19403 19406 14474 0 -1 4202560 837 0 0 0 269 27 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750688885416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19415] ppid=19403 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/19406/task/19415/stat : 19415 (java) S 19403 19406 14474 0 -1 4202560 683 0 0 0 246 23 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750687833128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19416] ppid=19403 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/19406/task/19416/stat : 19416 (java) S 19403 19406 14474 0 -1 4202560 1096 0 0 0 260 31 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750686780328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19417] ppid=19403 vsize=9824732 CPUtime=8.97 cores=0,2,4,6
/proc/19406/task/19417/stat : 19417 (java) S 19403 19406 14474 0 -1 4202560 3026 0 0 0 892 5 0 0 20 0 22 0 24018960 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750674581736 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19418] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19418/stat : 19418 (java) S 19403 19406 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24018961 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750673527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19419] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19419/stat : 19419 (java) S 19403 19406 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24018961 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750672475400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19420] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19420/stat : 19420 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24018964 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750671423888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19421] ppid=19403 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/19406/task/19421/stat : 19421 (java) S 19403 19406 14474 0 -1 4202560 11725 0 0 0 165 3 0 0 20 0 22 0 24018964 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750670371512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19422] ppid=19403 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/19406/task/19422/stat : 19422 (java) S 19403 19406 14474 0 -1 4202560 8067 0 0 0 127 2 0 0 20 0 22 0 24018964 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750669318712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19423] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19423/stat : 19423 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24018964 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750668266616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19424] ppid=19403 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/19406/task/19424/stat : 19424 (java) S 19403 19406 14474 0 -1 4202560 53 0 0 0 17 18 0 0 20 0 22 0 24018964 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750667214024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19425] ppid=19403 vsize=9824732 CPUtime=881.8 cores=0,2,4,6
/proc/19406/task/19425/stat : 19425 (java) R 19403 19406 14474 0 -1 4202560 213 0 0 0 88157 23 0 0 20 0 22 0 24019178 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750666156304 139750790812711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19426] ppid=19403 vsize=9824732 CPUtime=881.98 cores=0,2,4,6
/proc/19406/task/19426/stat : 19426 (java) R 19403 19406 14474 0 -1 4202560 1323 0 0 0 88164 34 0 0 20 0 22 0 24019178 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750665104496 139750791404516 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19427] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19427/stat : 19427 (java) S 19403 19406 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24019192 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750664053928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19428] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19428/stat : 19428 (java) S 19403 19406 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24019192 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750663001128 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 19406 sig 9
??? kill -19406 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.801 s]
/proc/loadavg: 4.09 4.17 4.14 5/220 19526
/proc/meminfo: memFree=23619184/32872528 swapFree=338416/354768
[pid=19406] ppid=19403 vsize=9824732 CPUtime=1800.09 cores=0,2,4,6
/proc/19406/stat : 19406 (java) S 19403 19406 14474 0 -1 4202496 35304 0 1 0 179735 274 0 0 20 0 22 0 24018957 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 140735210751488 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19406/statm: 2456183 1058207 2298 9 0 2446860 0
[pid=19406/tid=19408] ppid=19403 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/19406/task/19408/stat : 19408 (java) S 19403 19406 14474 0 -1 4202560 2602 0 1 0 187 6 0 0 20 0 22 0 24018958 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750850589560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19409] ppid=19403 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/19406/task/19409/stat : 19409 (java) S 19403 19406 14474 0 -1 4202560 906 0 0 0 224 28 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750789318952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19410] ppid=19403 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/19406/task/19410/stat : 19410 (java) S 19403 19406 14474 0 -1 4202560 930 0 0 0 277 26 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750788266152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19411] ppid=19403 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/19406/task/19411/stat : 19411 (java) S 19403 19406 14474 0 -1 4202560 632 0 0 0 244 23 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750692043304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19412] ppid=19403 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/19406/task/19412/stat : 19412 (java) S 19403 19406 14474 0 -1 4202560 1014 0 0 0 275 33 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750690990504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19413] ppid=19403 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/19406/task/19413/stat : 19413 (java) S 19403 19406 14474 0 -1 4202560 932 0 0 0 204 22 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750689938216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19414] ppid=19403 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/19406/task/19414/stat : 19414 (java) S 19403 19406 14474 0 -1 4202560 837 0 0 0 269 27 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750688885416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19415] ppid=19403 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/19406/task/19415/stat : 19415 (java) S 19403 19406 14474 0 -1 4202560 683 0 0 0 246 23 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750687833128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19416] ppid=19403 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/19406/task/19416/stat : 19416 (java) S 19403 19406 14474 0 -1 4202560 1096 0 0 0 260 31 0 0 20 0 22 0 24018959 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750686780328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19417] ppid=19403 vsize=9824732 CPUtime=8.97 cores=0,2,4,6
/proc/19406/task/19417/stat : 19417 (java) S 19403 19406 14474 0 -1 4202560 3026 0 0 0 892 5 0 0 20 0 22 0 24018960 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750674581736 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19406/tid=19418] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19418/stat : 19418 (java) S 19403 19406 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24018961 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750673527800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19419] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19419/stat : 19419 (java) S 19403 19406 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24018961 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750672475400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19420] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19420/stat : 19420 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24018964 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750671423888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19421] ppid=19403 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/19406/task/19421/stat : 19421 (java) S 19403 19406 14474 0 -1 4202560 11725 0 0 0 165 3 0 0 20 0 22 0 24018964 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750670371512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19422] ppid=19403 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/19406/task/19422/stat : 19422 (java) S 19403 19406 14474 0 -1 4202560 8067 0 0 0 127 2 0 0 20 0 22 0 24018964 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750669318712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19423] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19423/stat : 19423 (java) S 19403 19406 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24018964 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750668266616 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19424] ppid=19403 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/19406/task/19424/stat : 19424 (java) S 19403 19406 14474 0 -1 4202560 53 0 0 0 17 18 0 0 20 0 22 0 24018964 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750667214024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19425] ppid=19403 vsize=9824732 CPUtime=881.8 cores=0,2,4,6
/proc/19406/task/19425/stat : 19425 (java) R 19403 19406 14474 0 -1 4202560 213 0 0 0 88157 23 0 0 20 0 22 0 24019178 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750666156304 139750790812711 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19406/tid=19426] ppid=19403 vsize=9824732 CPUtime=881.98 cores=0,2,4,6
/proc/19406/task/19426/stat : 19426 (java) R 19403 19406 14474 0 -1 4202560 1323 0 0 0 88164 34 0 0 20 0 22 0 24019178 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750665104496 139750791404516 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19406/tid=19427] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19427/stat : 19427 (java) S 19403 19406 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24019192 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750664053928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19406/tid=19428] ppid=19403 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19406/task/19428/stat : 19428 (java) S 19403 19406 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24019192 10060525568 1058207 33554432000 1073741824 1073778376 140735210760352 139750663001128 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.858
CPU time (s): 1800.54
CPU user time (s): 1797.33
CPU system time (s): 3.21151
CPU usage (%): 200.314
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.33
system time used= 3.21151
maximum resident set size= 4233748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35355
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22577
involuntary context switches= 19906

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9131 second user time and 7.12492 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 05:15:22
IDJOB=4103146
IDBENCH=2281
IDSOLVER=2543
FILE ID=node126/4103146-1466219722
RUNJOBID= node126-1466206074-14490
PBS_JOBID= 19918151
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= d696f4100af4494c851a4f1a4044ecb8
RANDOM SEED=601350612

node126.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.121
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.24
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.121
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.121
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.121
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.121
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.121
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.121
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.121
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:        29522528 kB
Buffers:          103236 kB
Cached:           115780 kB
SwapCached:         1076 kB
Active:          2107248 kB
Inactive:         150020 kB
Active(anon):    2039680 kB
Inactive(anon):     1004 kB
Active(file):      67568 kB
Inactive(file):   149016 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:              9416 kB
Writeback:             0 kB
AnonPages:       2392744 kB
Mapped:            15456 kB
Shmem:                 0 kB
Slab:             601976 kB
SReclaimable:      46020 kB
SUnreclaim:       555956 kB
KernelStack:        1656 kB
PageTables:         9684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2601376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1992704 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= 71720 MiB
End job on node126 at 2016-06-18 05:30:21