Trace number 4103530

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.69 896.356

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-vtp.base.opb
MD5SUM5b3e28beae15a1c34f0e545c98eeb705
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4524
Total number of constraints257
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 constraints257
Minimum length of a constraint11
Maximum length of a constraint1080
Number of terms in the objective function 181
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 7516192762
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 198568686125056
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 12817928787879752
Number of bits of the biggest sum of numbers54
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103530-1466242951.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.88/0.48	c ... done. Wall clock time 0.371s.
0.88/0.48	c declared #vars     4524
0.88/0.48	c #constraints  312
0.88/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.88/0.48	c constraints type 
0.88/0.48	c org.sat4j.specs.Constr$1 => 40
0.88/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 272
0.88/0.48	c 312 constraints processed.
0.88/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.88/0.48	c constraints type 
0.88/0.48	c org.sat4j.specs.Constr$1 => 40
0.88/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 272
0.88/0.48	c 312 constraints processed.
0.88/0.48	c objective function length is 181 literals
4.04/1.34	c cleaning 2493 clauses out of 4999 with flag 15829/5000
5.30/1.83	c cleaning 4254 clauses out of 8507 with flag 32433/11001
6.83/2.55	c cleaning 5626 clauses out of 11252 with flag 48452/18000
8.46/3.36	c cleaning 6812 clauses out of 13626 with flag 67260/26000
10.47/4.35	c cleaning 7908 clauses out of 15815 with flag 86279/35001
13.15/5.67	c cleaning 8954 clauses out of 17907 with flag 106294/45001
16.54/7.32	c cleaning 9976 clauses out of 19952 with flag 128381/56000
20.63/9.32	c cleaning 10989 clauses out of 21977 with flag 152602/68001
22.63/10.33	c cleaning 11991 clauses out of 23987 with flag 188141/81000
25.22/11.69	c cleaning 12988 clauses out of 25996 with flag 232419/95000
28.16/13.01	c cleaning 13998 clauses out of 28008 with flag 277320/110000
31.15/14.50	c cleaning 15000 clauses out of 30011 with flag 327863/126001
34.15/16.01	c cleaning 15997 clauses out of 32010 with flag 371973/143000
37.15/17.60	c cleaning 17003 clauses out of 34014 with flag 414619/161001
40.43/19.19	c cleaning 17984 clauses out of 36011 with flag 466360/180001
43.84/20.81	c cleaning 19002 clauses out of 38024 with flag 517774/200000
47.84/22.85	c cleaning 20004 clauses out of 40022 with flag 561711/221000
56.83/27.35	c cleaning 21006 clauses out of 42018 with flag 605807/243000
62.96/30.38	c cleaning 22003 clauses out of 44013 with flag 655000/266001
67.56/32.65	c cleaning 22992 clauses out of 46010 with flag 710234/290001
75.17/36.49	c cleaning 24002 clauses out of 48017 with flag 788533/315000
80.93/39.24	c cleaning 24974 clauses out of 50015 with flag 875843/341000
88.73/43.18	c cleaning 26009 clauses out of 52040 with flag 974088/368000
95.92/46.73	c cleaning 27016 clauses out of 54033 with flag 1064260/396002
102.72/50.14	c cleaning 27996 clauses out of 56015 with flag 1142129/425000
116.36/56.88	c cleaning 28997 clauses out of 58020 with flag 1251611/455001
124.95/61.12	c cleaning 29992 clauses out of 60022 with flag 1355273/486000
137.76/67.55	c cleaning 30996 clauses out of 62030 with flag 1477679/518000
145.16/71.26	c cleaning 32002 clauses out of 64034 with flag 1576451/551000
154.92/76.01	c cleaning 32996 clauses out of 66033 with flag 1663692/585001
171.10/84.20	c cleaning 34009 clauses out of 68036 with flag 1804942/620000
181.12/89.19	c cleaning 34999 clauses out of 70027 with flag 1903240/656000
200.91/98.91	c cleaning 36013 clauses out of 72028 with flag 1986340/693000
218.11/107.57	c cleaning 37001 clauses out of 74015 with flag 2141791/731000
237.52/117.28	c cleaning 37998 clauses out of 76015 with flag 2298075/770001
263.61/130.24	c cleaning 38999 clauses out of 78016 with flag 2476574/810000
278.84/137.81	c cleaning 0 clauses out of 5001 with flag 0/5001
289.04/143.06	c cleaning 39995 clauses out of 80017 with flag 2656198/851000
315.27/156.12	c cleaning 41002 clauses out of 82022 with flag 2838126/893000
335.90/166.46	c cleaning 42009 clauses out of 84021 with flag 3018689/936001
357.09/177.04	c cleaning 42987 clauses out of 86010 with flag 3165420/980000
369.76/183.36	c cleaning 44011 clauses out of 88024 with flag 3287440/1025001
387.35/192.03	c cleaning 45001 clauses out of 90016 with flag 3440271/1071005
414.59/205.66	c cleaning 45999 clauses out of 92012 with flag 3612447/1118002
433.38/215.05	c cleaning 47000 clauses out of 94012 with flag 3754747/1166001
450.63/223.65	c cleaning 48003 clauses out of 96011 with flag 3881991/1215000
473.24/234.94	c cleaning 48991 clauses out of 98008 with flag 4035801/1265000
496.71/246.62	c cleaning 50001 clauses out of 100017 with flag 4174907/1316000
512.50/254.55	c cleaning 50999 clauses out of 102017 with flag 4312047/1368001
528.38/262.42	c cleaning 52009 clauses out of 104019 with flag 4460332/1421002
561.51/278.99	c cleaning 52999 clauses out of 106009 with flag 4641316/1475001
585.81/291.01	c cleaning 53991 clauses out of 108009 with flag 4802155/1530000
600.60/298.41	c cleaning 54993 clauses out of 110016 with flag 4980819/1586000
614.47/305.35	c cleaning 55996 clauses out of 112023 with flag 5142709/1643000
632.67/314.48	c cleaning 57005 clauses out of 114030 with flag 5294027/1701003
712.14/354.00	c cleaning 58003 clauses out of 116023 with flag 5412036/1760001
794.66/395.16	c cleaning 58997 clauses out of 118019 with flag 5532087/1820000
880.73/438.07	c cleaning 59999 clauses out of 120022 with flag 5654151/1881000
963.43/479.22	c cleaning 61005 clauses out of 122025 with flag 5780103/1943002
1022.15/508.49	c cleaning 62002 clauses out of 124019 with flag 5944009/2006001
1043.04/518.86	c cleaning 62998 clauses out of 126015 with flag 6140645/2070001
1078.94/536.79	c cleaning 64005 clauses out of 128016 with flag 6388212/2135000
1113.49/553.91	c cleaning 65005 clauses out of 130012 with flag 6622323/2201001
1160.23/577.21	c cleaning 65987 clauses out of 132006 with flag 6856579/2268000
1208.81/601.41	c cleaning 67001 clauses out of 134022 with flag 7097438/2336003
1271.17/632.46	c cleaning 68004 clauses out of 136017 with flag 7357859/2405000
1329.61/661.56	c cleaning 68986 clauses out of 138014 with flag 7611874/2475001
1381.01/687.14	c cleaning 70002 clauses out of 140027 with flag 7862936/2546000
1423.61/708.40	c cleaning 71010 clauses out of 142026 with flag 8052152/2618001
1456.73/724.81	c cleaning 72002 clauses out of 144015 with flag 8288356/2691000
1499.42/746.09	c cleaning 72997 clauses out of 146014 with flag 8554460/2765001
1551.66/772.41	c cleaning 74001 clauses out of 148016 with flag 8850936/2840000
1578.00/785.57	c cleaning 74999 clauses out of 150016 with flag 9036215/2916001
1607.88/800.47	c cleaning 75998 clauses out of 152014 with flag 9277806/2993000
1672.92/832.83	c cleaning 77002 clauses out of 154016 with flag 9442481/3071000
1791.91/892.24	c cleaning 78005 clauses out of 156015 with flag 9600626/3150001
1800.12/896.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/896.30	c starts		: 6575
1800.12/896.30	c conflicts		: 3174198
1800.12/896.30	c decisions		: 4523322
1800.12/896.30	c propagations		: 46806896
1800.12/896.30	c inspects		: 10810212920
1800.12/896.30	c shortcuts		: 0
1800.12/896.30	c learnt literals	: 13
1800.12/896.30	c learnt binary clauses	: 24
1800.12/896.30	c learnt ternary clauses	: 53
1800.12/896.30	c learnt constraints	: 3174185
1800.12/896.30	c ignored constraints	: 0
1800.12/896.30	c root simplifications	: 0
1800.12/896.30	c removed literals (reason simplification)	: 19933961
1800.12/896.30	c reason swapping (by a shorter reason)	: 0
1800.12/896.30	c Calls to reduceDB	: 75
1800.12/896.30	c Number of update (reduction) of LBD	: 335655
1800.12/896.30	c Imported unit clauses	: 0
1800.12/896.30	c number of reductions to clauses (during analyze)	: 0
1800.12/896.30	c number of learned constraints concerned by reduction	: 0
1800.12/896.30	c number of learning phase by resolution	: 0
1800.12/896.30	c number of learning phase by cutting planes	: 0
1800.12/896.30	c speed (assignments/second)	: 52252.26086111988
1800.12/896.30	c non guided choices	192925
1800.12/896.33	c learnt constraints type 
1800.12/896.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
1800.12/896.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102183
1800.12/896.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/896.33	c starts		: 21
1800.12/896.33	c conflicts		: 10519
1800.12/896.33	c decisions		: 123149
1800.12/896.33	c propagations		: 340119
1800.12/896.33	c inspects		: 345346849
1800.12/896.33	c shortcuts		: 0
1800.12/896.33	c learnt literals	: 0
1800.12/896.33	c learnt binary clauses	: 0
1800.12/896.33	c learnt ternary clauses	: 0
1800.12/896.33	c learnt constraints	: 10519
1800.12/896.33	c ignored constraints	: 0
1800.12/896.33	c root simplifications	: 0
1800.12/896.33	c removed literals (reason simplification)	: 0
1800.12/896.33	c reason swapping (by a shorter reason)	: 0
1800.12/896.33	c Calls to reduceDB	: 1
1800.12/896.33	c Number of update (reduction) of LBD	: 0
1800.12/896.33	c Imported unit clauses	: 0
1800.12/896.33	c number of reductions to clauses (during analyze)	: 0
1800.12/896.33	c number of learned constraints concerned by reduction	: 0
1800.12/896.33	c number of learning phase by resolution	: 0
1800.12/896.33	c number of learning phase by cutting planes	: 0
1800.12/896.33	c speed (assignments/second)	: 379.68057709116846
1800.12/896.33	c non guided choices	86
1800.12/896.33	c learnt constraints type 
1800.12/896.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10519
1800.12/896.33	s UNKNOWN
1800.12/896.33	c Total wall clock time (in seconds): 896.223

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

pid=19582
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.38 4.25 4.05 4/197 19585
/proc/meminfo: memFree=28628196/32872528 swapFree=1286400/1433568
[pid=19585] ppid=19582 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/19585/stat : 19585 (java) S 19582 19585 18358 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 26341890 95129600 927 33554432000 1073741824 1073778376 140735577122096 140735577113232 214373007421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19585/statm: 23225 927 703 9 0 16769 0
[pid=19585/tid=19586] ppid=19582 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19586/stat : 19586 (java) D 19582 19585 18358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 26341891 95129600 927 33554432000 1073741824 1073778376 140735577122096 140662750051880 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 4.38 4.25 4.05 4/197 19585
/proc/meminfo: memFree=28628196/32872528 swapFree=1286400/1433568
[pid=19585] ppid=19582 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/19585/stat : 19585 (java) S 19582 19585 18358 0 -1 4202496 4453 0 1 0 9 1 0 0 20 0 18 0 26341890 9787879424 6086 33554432000 1073741824 1073778376 140735577122096 140735577113232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19585/statm: 2389619 6086 2141 9 0 2380296 0
[pid=19585/tid=19586] ppid=19582 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19585/task/19586/stat : 19586 (java) R 19582 19585 18358 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 26341891 9787879424 6086 33554432000 1073741824 1073778376 140735577122096 140662750055328 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200379 s]
/proc/loadavg: 4.38 4.25 4.05 4/197 19585
/proc/meminfo: memFree=28628196/32872528 swapFree=1286400/1433568
[pid=19585] ppid=19582 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/19585/stat : 19585 (java) S 19582 19585 18358 0 -1 4202496 4799 0 1 0 27 1 0 0 20 0 18 0 26341890 9787879424 7378 33554432000 1073741824 1073778376 140735577122096 140735577113232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19585/statm: 2389619 7378 2216 9 0 2380296 0
[pid=19585/tid=19586] ppid=19582 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/19585/task/19586/stat : 19586 (java) R 19582 19585 18358 0 -1 4202560 2405 0 1 0 17 0 0 0 20 0 18 0 26341891 9787879424 7378 33554432000 1073741824 1073778376 140735577122096 140662750055328 140662611754303 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300402 s]
/proc/loadavg: 4.38 4.25 4.05 4/197 19585
/proc/meminfo: memFree=28628196/32872528 swapFree=1286400/1433568
[pid=19585] ppid=19582 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/19585/stat : 19585 (java) S 19582 19585 18358 0 -1 4202496 13065 0 1 0 56 2 0 0 20 0 18 0 26341890 9787879424 13788 33554432000 1073741824 1073778376 140735577122096 140735577113232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19585/statm: 2389619 13790 2233 9 0 2380296 0
[pid=19585/tid=19586] ppid=19582 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/19585/task/19586/stat : 19586 (java) R 19582 19585 18358 0 -1 4202560 2407 0 1 0 27 0 0 0 20 0 18 0 26341891 9787879424 13792 33554432000 1073741824 1073778376 140735577122096 140662750048160 140662611720679 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700231 s]
/proc/loadavg: 4.38 4.25 4.05 4/197 19585
/proc/meminfo: memFree=28628196/32872528 swapFree=1286400/1433568
[pid=19585] ppid=19582 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/19585/stat : 19585 (java) S 19582 19585 18358 0 -1 4202496 17377 0 1 0 195 3 0 0 20 0 22 0 26341890 10060525568 21468 33554432000 1073741824 1073778376 140735577122096 140735577113232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19585/statm: 2456183 21468 2271 9 0 2446860 0
[pid=19585/tid=19586] ppid=19582 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/19585/task/19586/stat : 19586 (java) S 19582 19585 18358 0 -1 4202560 2431 0 1 0 46 0 0 0 20 0 22 0 26341891 10060525568 21468 33554432000 1073741824 1073778376 140735577122096 140662750057336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 4.38 4.25 4.05 6/219 19607
/proc/meminfo: memFree=28506332/32872528 swapFree=1286400/1433568
[pid=19585] ppid=19582 vsize=9824732 CPUtime=4.55 cores=1,3,5,7
/proc/19585/stat : 19585 (java) S 19582 19585 18358 0 -1 4202496 22929 0 1 0 448 7 0 0 20 0 22 0 26341890 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140735577113232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19585/statm: 2456183 47675 2292 9 0 2446860 0
[pid=19585/tid=19586] ppid=19582 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/19585/task/19586/stat : 19586 (java) S 19582 19585 18358 0 -1 4202560 2431 0 1 0 46 0 0 0 20 0 22 0 26341891 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662750057336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19588] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19588/stat : 19588 (java) S 19582 19585 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26341891 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662739119016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19589] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19589/stat : 19589 (java) S 19582 19585 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26341891 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662738066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19590] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19590/stat : 19590 (java) S 19582 19585 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26341892 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662737013416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19591] ppid=19582 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19585/task/19591/stat : 19591 (java) S 19582 19585 18358 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 26341892 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662735960872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19592] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19592/stat : 19592 (java) S 19582 19585 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26341892 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662734907816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19593] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19593/stat : 19593 (java) S 19582 19585 18358 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 26341892 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662733855272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19594] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19594/stat : 19594 (java) S 19582 19585 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26341892 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662732802216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19595] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19595/stat : 19595 (java) S 19582 19585 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26341892 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662731749672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19596] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19596/stat : 19596 (java) S 19582 19585 18358 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26341893 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662573972328 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19597] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19597/stat : 19597 (java) S 19582 19585 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26341893 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662572918648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19598] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19598/stat : 19598 (java) S 19582 19585 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26341893 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662571865480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19599] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19599/stat : 19599 (java) S 19582 19585 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26341895 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662570814224 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19600] ppid=19582 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/19585/task/19600/stat : 19600 (java) S 19582 19585 18358 0 -1 4202560 8365 0 0 0 99 2 0 0 20 0 22 0 26341895 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662569761080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19601] ppid=19582 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/19585/task/19601/stat : 19601 (java) S 19582 19585 18358 0 -1 4202560 10635 0 0 0 102 2 0 0 20 0 22 0 26341895 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662568708536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19602] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19602/stat : 19602 (java) S 19582 19585 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26341895 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662567655672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19603] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19603/stat : 19603 (java) S 19582 19585 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26341895 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662566603336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19604] ppid=19582 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/19585/task/19604/stat : 19604 (java) R 19582 19585 18358 0 -1 4202560 30 0 0 0 95 0 0 0 20 0 22 0 26341939 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662565547040 140662612506684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19605] ppid=19582 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/19585/task/19605/stat : 19605 (java) R 19582 19585 18358 0 -1 4202560 73 0 0 0 91 1 0 0 20 0 22 0 26341939 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662564494904 140662612518578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19606] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19606/stat : 19606 (java) S 19582 19585 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26341942 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662563444008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19607] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19607/stat : 19607 (java) S 19582 19585 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26341943 10060525568 47675 33554432000 1073741824 1073778376 140735577122096 140662562391464 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.38 4.25 4.05 5/219 19607
/proc/meminfo: memFree=28444344/32872528 swapFree=1286400/1433568
[pid=19585] ppid=19582 vsize=9824732 CPUtime=8.05 cores=1,3,5,7
/proc/19585/stat : 19585 (java) S 19582 19585 18358 0 -1 4202496 24045 0 1 0 794 11 0 0 20 0 22 0 26341890 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140735577113232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19585/statm: 2456183 52841 2292 9 0 2446860 0
[pid=19585/tid=19586] ppid=19582 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/19585/task/19586/stat : 19586 (java) S 19582 19585 18358 0 -1 4202560 2431 0 1 0 46 0 0 0 20 0 22 0 26341891 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662750057336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19588] ppid=19582 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19585/task/19588/stat : 19588 (java) S 19582 19585 18358 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 26341891 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662739119016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19589] ppid=19582 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19585/task/19589/stat : 19589 (java) S 19582 19585 18358 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 26341891 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662738066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19590] ppid=19582 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19585/task/19590/stat : 19590 (java) S 19582 19585 18358 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 26341892 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662737013416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19591] ppid=19582 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19585/task/19591/stat : 19591 (java) S 19582 19585 18358 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 26341892 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662735960872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19592] ppid=19582 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19585/task/19592/stat : 19592 (java) S 19582 19585 18358 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 22 0 26341892 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662734907816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19593] ppid=19582 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19585/task/19593/stat : 19593 (java) S 19582 19585 18358 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 26341892 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662733855272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19594] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19594/stat : 19594 (java) S 19582 19585 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 26341892 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662732802216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19595] ppid=19582 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19585/task/19595/stat : 19595 (java) S 19582 19585 18358 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 26341892 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662731749672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19596] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19596/stat : 19596 (java) S 19582 19585 18358 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26341893 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662573972328 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19597] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19597/stat : 19597 (java) S 19582 19585 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26341893 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662572918648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19598] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19598/stat : 19598 (java) S 19582 19585 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26341893 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662571865480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19599] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19599/stat : 19599 (java) S 19582 19585 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26341895 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662570814224 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19600] ppid=19582 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/19585/task/19600/stat : 19600 (java) S 19582 19585 18358 0 -1 4202560 8365 0 0 0 111 2 0 0 20 0 22 0 26341895 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662569761080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19601] ppid=19582 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/19585/task/19601/stat : 19601 (java) S 19582 19585 18358 0 -1 4202560 11667 0 0 0 113 2 0 0 20 0 22 0 26341895 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662568708536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19602] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19602/stat : 19602 (java) S 19582 19585 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26341895 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662567655672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19603] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19603/stat : 19603 (java) S 19582 19585 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26341895 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662566603336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19604] ppid=19582 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/19585/task/19604/stat : 19604 (java) R 19582 19585 18358 0 -1 4202560 30 0 0 0 252 0 0 0 20 0 22 0 26341939 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662565549080 140662612473738 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19605] ppid=19582 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/19585/task/19605/stat : 19605 (java) R 19582 19585 18358 0 -1 4202560 74 0 0 0 248 2 0 0 20 0 22 0 26341939 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662564496392 140662612493999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19606] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19606/stat : 19606 (java) S 19582 19585 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26341942 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662563444008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19607] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19607/stat : 19607 (java) S 19582 19585 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26341943 10060525568 52841 33554432000 1073741824 1073778376 140735577122096 140662562391464 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.35 4.25 4.05 5/219 19607
/proc/meminfo: memFree=28280844/32872528 swapFree=1286400/1433568
[pid=19585] ppid=19582 vsize=9824732 CPUtime=14.54 cores=1,3,5,7
/proc/19585/stat : 19585 (java) S 19582 19585 18358 0 -1 4202496 24288 0 1 0 1437 17 0 0 20 0 22 0 26341890 10060525568 88620 33554432000 1073741824 1073778376 140735577122096 140735577113232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19585/statm: 2456183 88620 2292 9 0 2446860 0
[pid=19585/tid=19586] ppid=19582 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/19585/task/19586/stat : 19586 (java) S 19582 19585 18358 0 -1 4202560 2431 0 1 0 46 0 0 0 20 0 22 0 26341891 10060525568 88620 33554432000 1073741824 1073778376 140735577122096 140662750057336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19588] ppid=19582 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19585/task/19588/stat : 19588 (java) S 19582 19585 18358 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 22 0 26341891 10060525568 88620 33554432000 1073741824 1073778376 140735577122096 140662739119016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19589] ppid=19582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19585/task/19589/stat : 19589 (java) S 19582 19585 18358 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 26341891 10060525568 88620 33554432000 1073741824 1073778376 140735577122096 140662738066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19590] ppid=19582 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19585/task/19590/stat : 19590 (java) S 19582 19585 18358 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 26341892 10060525568 88620 33554432000 1073741824 1073778376 140735577122096 140662737013416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19591] ppid=19582 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19585/task/19591/stat : 19591 (java) S 19582 19585 18358 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 26341892 10060525568 88620 33554432000 1073741824 1073778376 140735577122096 140662735960872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19592] ppid=19582 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19585/task/19592/stat : 19592 (java) S 19582 19585 18358 0 -1 4202560 22 0 0 0 1 2 0 0 20 0 22 0 26341892 10060525568 88620 33554432000 1073741824 1073778376 140735577122096 140662734907816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19593] ppid=19582 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19585/task/19593/stat : 19593 (java) S 19582 19585 18358 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 22 0 26341892 10060525568 88620 33554432000 1073741824 1073778376 140735577122096 140662733855272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19594] ppid=19582 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19585/task/19594/stat : 19594 (java) S 19582 19585 18358 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 26341892 10060525568 88620 33554432000 1073741824 1073778376 140735577122096 140662732802216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19595] ppid=19582 vsize=9824732 CPUtime=0.06 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.31 4.33 4.23 6/219 19696
/proc/meminfo: memFree=24726020/32872528 swapFree=1286400/1433568
[pid=19585] ppid=19582 vsize=9824732 CPUtime=1772.1 cores=1,3,5,7
/proc/19585/stat : 19585 (java) S 19582 19585 18358 0 -1 4202496 43404 0 1 0 176979 231 0 0 20 0 22 0 26341890 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140735577113232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19585/statm: 2456183 399826 2301 9 0 2446860 0
[pid=19585/tid=19586] ppid=19582 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/19585/task/19586/stat : 19586 (java) S 19582 19585 18358 0 -1 4202560 2445 0 1 0 48 3 0 0 20 0 22 0 26341891 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662750057336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19588] ppid=19582 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/19585/task/19588/stat : 19588 (java) S 19582 19585 18358 0 -1 4202560 664 0 0 0 176 21 0 0 20 0 22 0 26341891 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662739119016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19589] ppid=19582 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/19585/task/19589/stat : 19589 (java) S 19582 19585 18358 0 -1 4202560 962 0 0 0 190 27 0 0 20 0 22 0 26341891 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662738066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19590] ppid=19582 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/19585/task/19590/stat : 19590 (java) S 19582 19585 18358 0 -1 4202560 651 0 0 0 161 17 0 0 20 0 22 0 26341892 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662737013416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19591] ppid=19582 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/19585/task/19591/stat : 19591 (java) S 19582 19585 18358 0 -1 4202560 792 0 0 0 176 20 0 0 20 0 22 0 26341892 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662735960872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19592] ppid=19582 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/19585/task/19592/stat : 19592 (java) S 19582 19585 18358 0 -1 4202560 767 0 0 0 169 21 0 0 20 0 22 0 26341892 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662734907816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19593] ppid=19582 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/19585/task/19593/stat : 19593 (java) S 19582 19585 18358 0 -1 4202560 623 0 0 0 145 19 0 0 20 0 22 0 26341892 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662733855272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19594] ppid=19582 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/19585/task/19594/stat : 19594 (java) S 19582 19585 18358 0 -1 4202560 765 0 0 0 146 18 0 0 20 0 22 0 26341892 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662732802216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19595] ppid=19582 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/19585/task/19595/stat : 19595 (java) S 19582 19585 18358 0 -1 4202560 715 0 0 0 169 23 0 0 20 0 22 0 26341892 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662731749672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19596] ppid=19582 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/19585/task/19596/stat : 19596 (java) S 19582 19585 18358 0 -1 4202560 2105 0 0 0 164 12 0 0 20 0 22 0 26341893 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662573972328 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19597] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19597/stat : 19597 (java) S 19582 19585 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26341893 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662572918648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19598] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19598/stat : 19598 (java) S 19582 19585 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26341893 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662571865480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19599] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19599/stat : 19599 (java) S 19582 19585 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26341895 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662570814224 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19600] ppid=19582 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/19585/task/19600/stat : 19600 (java) S 19582 19585 18358 0 -1 4202560 8374 0 0 0 114 2 0 0 20 0 22 0 26341895 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662569761080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19601] ppid=19582 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/19585/task/19601/stat : 19601 (java) S 19582 19585 18358 0 -1 4202560 20700 0 0 0 186 4 0 0 20 0 22 0 26341895 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662568708536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19602] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19602/stat : 19602 (java) S 19582 19585 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26341895 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662567655672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19603] ppid=19582 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/19585/task/19603/stat : 19603 (java) S 19582 19585 18358 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 26341895 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662566603336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19604] ppid=19582 vsize=9824732 CPUtime=875.8 cores=1,3,5,7
/proc/19585/task/19604/stat : 19604 (java) R 19582 19585 18358 0 -1 4202560 570 0 0 0 87562 18 0 0 20 0 22 0 26341939 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662565547136 140662612473738 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19605] ppid=19582 vsize=9824732 CPUtime=875.77 cores=1,3,5,7
/proc/19585/task/19605/stat : 19605 (java) R 19582 19585 18358 0 -1 4202560 1954 0 0 0 87531 46 0 0 20 0 22 0 26341939 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662564495376 140662612411953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19606] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19606/stat : 19606 (java) S 19582 19585 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26341942 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662563444008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19607] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19607/stat : 19607 (java) S 19582 19585 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26341943 10060525568 399826 33554432000 1073741824 1073778376 140735577122096 140662562391464 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1772.1
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 4.39 4.35 4.24 5/219 19697
/proc/meminfo: memFree=24795888/32872528 swapFree=1286400/1433568
[pid=19585] ppid=19582 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/19585/stat : 19585 (java) S 19582 19585 18358 0 -1 4202496 43406 0 1 0 179781 231 0 0 20 0 22 0 26341890 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140735577113232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19585/statm: 2456183 380749 2301 9 0 2446860 0
[pid=19585/tid=19586] ppid=19582 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/19585/task/19586/stat : 19586 (java) S 19582 19585 18358 0 -1 4202560 2445 0 1 0 49 3 0 0 20 0 22 0 26341891 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662750057336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19588] ppid=19582 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/19585/task/19588/stat : 19588 (java) S 19582 19585 18358 0 -1 4202560 664 0 0 0 178 21 0 0 20 0 22 0 26341891 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662739119016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19589] ppid=19582 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/19585/task/19589/stat : 19589 (java) S 19582 19585 18358 0 -1 4202560 962 0 0 0 192 27 0 0 20 0 22 0 26341891 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662738066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19590] ppid=19582 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/19585/task/19590/stat : 19590 (java) S 19582 19585 18358 0 -1 4202560 651 0 0 0 163 17 0 0 20 0 22 0 26341892 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662737013416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19591] ppid=19582 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/19585/task/19591/stat : 19591 (java) S 19582 19585 18358 0 -1 4202560 792 0 0 0 178 20 0 0 20 0 22 0 26341892 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662735960872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19592] ppid=19582 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/19585/task/19592/stat : 19592 (java) S 19582 19585 18358 0 -1 4202560 767 0 0 0 170 21 0 0 20 0 22 0 26341892 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662734907816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19593] ppid=19582 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/19585/task/19593/stat : 19593 (java) S 19582 19585 18358 0 -1 4202560 623 0 0 0 147 19 0 0 20 0 22 0 26341892 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662733855272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19594] ppid=19582 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/19585/task/19594/stat : 19594 (java) S 19582 19585 18358 0 -1 4202560 765 0 0 0 147 18 0 0 20 0 22 0 26341892 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662732802216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19595] ppid=19582 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/19585/task/19595/stat : 19595 (java) S 19582 19585 18358 0 -1 4202560 715 0 0 0 169 23 0 0 20 0 22 0 26341892 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662731749672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19596] ppid=19582 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/19585/task/19596/stat : 19596 (java) S 19582 19585 18358 0 -1 4202560 2105 0 0 0 165 12 0 0 20 0 22 0 26341893 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662573972328 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19597] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19597/stat : 19597 (java) S 19582 19585 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26341893 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662572918648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19598] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19598/stat : 19598 (java) S 19582 19585 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26341893 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662571865480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19599] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19599/stat : 19599 (java) S 19582 19585 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26341895 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662570814224 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19600] ppid=19582 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/19585/task/19600/stat : 19600 (java) S 19582 19585 18358 0 -1 4202560 8374 0 0 0 114 2 0 0 20 0 22 0 26341895 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662569761080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19601] ppid=19582 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/19585/task/19601/stat : 19601 (java) S 19582 19585 18358 0 -1 4202560 20700 0 0 0 186 4 0 0 20 0 22 0 26341895 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662568708536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19602] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19602/stat : 19602 (java) S 19582 19585 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26341895 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662567655672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19603] ppid=19582 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/19585/task/19603/stat : 19603 (java) S 19582 19585 18358 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 26341895 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662566603336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19604] ppid=19582 vsize=9824732 CPUtime=889.75 cores=1,3,5,7
/proc/19585/task/19604/stat : 19604 (java) R 19582 19585 18358 0 -1 4202560 572 0 0 0 88957 18 0 0 20 0 22 0 26341939 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662565547904 140662612392148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19605] ppid=19582 vsize=9824732 CPUtime=889.72 cores=1,3,5,7
/proc/19585/task/19605/stat : 19605 (java) R 19582 19585 18358 0 -1 4202560 1954 0 0 0 88926 46 0 0 20 0 22 0 26341939 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662564494464 140662612414880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19606] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19606/stat : 19606 (java) S 19582 19585 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26341942 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662563444008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19607] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19607/stat : 19607 (java) S 19582 19585 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26341943 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662562391464 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 19585 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 4.39 4.35 4.24 5/219 19697
/proc/meminfo: memFree=24795888/32872528 swapFree=1286400/1433568
[pid=19585] ppid=19582 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/19585/stat : 19585 (java) S 19582 19585 18358 0 -1 4202496 43406 0 1 0 179781 231 0 0 20 0 22 0 26341890 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140735577113232 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19585/statm: 2456183 380749 2301 9 0 2446860 0
[pid=19585/tid=19586] ppid=19582 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/19585/task/19586/stat : 19586 (java) S 19582 19585 18358 0 -1 4202560 2445 0 1 0 49 3 0 0 20 0 22 0 26341891 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662750057336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19588] ppid=19582 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/19585/task/19588/stat : 19588 (java) S 19582 19585 18358 0 -1 4202560 664 0 0 0 178 21 0 0 20 0 22 0 26341891 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662739119016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19589] ppid=19582 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/19585/task/19589/stat : 19589 (java) S 19582 19585 18358 0 -1 4202560 962 0 0 0 192 27 0 0 20 0 22 0 26341891 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662738066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19590] ppid=19582 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/19585/task/19590/stat : 19590 (java) S 19582 19585 18358 0 -1 4202560 651 0 0 0 163 17 0 0 20 0 22 0 26341892 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662737013416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19591] ppid=19582 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/19585/task/19591/stat : 19591 (java) S 19582 19585 18358 0 -1 4202560 792 0 0 0 178 20 0 0 20 0 22 0 26341892 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662735960872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19592] ppid=19582 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/19585/task/19592/stat : 19592 (java) S 19582 19585 18358 0 -1 4202560 767 0 0 0 170 21 0 0 20 0 22 0 26341892 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662734907816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19593] ppid=19582 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/19585/task/19593/stat : 19593 (java) S 19582 19585 18358 0 -1 4202560 623 0 0 0 147 19 0 0 20 0 22 0 26341892 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662733855272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19594] ppid=19582 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/19585/task/19594/stat : 19594 (java) S 19582 19585 18358 0 -1 4202560 765 0 0 0 147 18 0 0 20 0 22 0 26341892 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662732802216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19595] ppid=19582 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/19585/task/19595/stat : 19595 (java) S 19582 19585 18358 0 -1 4202560 715 0 0 0 169 23 0 0 20 0 22 0 26341892 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662731749672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19596] ppid=19582 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/19585/task/19596/stat : 19596 (java) S 19582 19585 18358 0 -1 4202560 2105 0 0 0 165 12 0 0 20 0 22 0 26341893 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662573972328 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19597] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19597/stat : 19597 (java) S 19582 19585 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26341893 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662572918648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19598] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19598/stat : 19598 (java) S 19582 19585 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26341893 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662571865480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19599] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19599/stat : 19599 (java) S 19582 19585 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26341895 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662570814224 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19600] ppid=19582 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/19585/task/19600/stat : 19600 (java) S 19582 19585 18358 0 -1 4202560 8374 0 0 0 114 2 0 0 20 0 22 0 26341895 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662569761080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19601] ppid=19582 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/19585/task/19601/stat : 19601 (java) S 19582 19585 18358 0 -1 4202560 20700 0 0 0 186 4 0 0 20 0 22 0 26341895 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662568708536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19602] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19602/stat : 19602 (java) S 19582 19585 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26341895 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662567655672 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19585/tid=19603] ppid=19582 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/19585/task/19603/stat : 19603 (java) S 19582 19585 18358 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 26341895 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662566603336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19604] ppid=19582 vsize=9824732 CPUtime=889.75 cores=1,3,5,7
/proc/19585/task/19604/stat : 19604 (java) R 19582 19585 18358 0 -1 4202560 572 0 0 0 88957 18 0 0 20 0 22 0 26341939 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662565547904 140662612392148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19585/tid=19605] ppid=19582 vsize=9824732 CPUtime=889.72 cores=1,3,5,7
/proc/19585/task/19605/stat : 19605 (java) R 19582 19585 18358 0 -1 4202560 1954 0 0 0 88926 46 0 0 20 0 22 0 26341939 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662564494464 140662612414880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19585/tid=19606] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19606/stat : 19606 (java) S 19582 19585 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26341942 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662563444008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19585/tid=19607] ppid=19582 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19585/task/19607/stat : 19607 (java) S 19582 19585 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26341943 10060525568 380749 33554432000 1073741824 1073778376 140735577122096 140662562391464 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.356
CPU time (s): 1800.69
CPU user time (s): 1797.79
CPU system time (s): 2.90156
CPU usage (%): 200.89
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.79
system time used= 2.90156
maximum resident set size= 2913652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43440
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23410
involuntary context switches= 27637

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.83396 second user time and 6.49501 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 11:42:31
IDJOB=4103530
IDBENCH=2387
IDSOLVER=2543
FILE ID=node130/4103530-1466242951
RUNJOBID= node130-1466240252-18375
PBS_JOBID= 19918180
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-vtp.base.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103530-1466242951/watcher-4103530-1466242951 -o /tmp/evaluation-result-4103530-1466242951/solver-4103530-1466242951 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466240252-18375 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103530-1466242951.opb

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

MD5SUM BENCH= 5b3e28beae15a1c34f0e545c98eeb705
RANDOM SEED=1100448032

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        28628352 kB
Buffers:            6724 kB
Cached:            73364 kB
SwapCached:         1720 kB
Active:          2031536 kB
Inactive:          40776 kB
Active(anon):    1992876 kB
Inactive(anon):     1968 kB
Active(file):      38660 kB
Inactive(file):    38808 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098032 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:       3427556 kB
Mapped:            14532 kB
Shmem:                 0 kB
Slab:             597416 kB
SReclaimable:      40728 kB
SUnreclaim:       556688 kB
KernelStack:        1624 kB
PageTables:        11900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3574748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2099200 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= 71728 MiB
End job on node130 at 2016-06-18 11:57:28