Trace number 4096429

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1801.05 894.565

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_35.opb
MD5SUM1c7739d3bdb1cde8694d50958f1c85c6
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1640
Total number of constraints7845
Number of constraints which are clauses7840
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 75
Number of bits of the biggest sum of numbers7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4096429-1466112472.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.80/0.41	c ... done. Wall clock time 0.303s.
0.80/0.41	c declared #vars     1640
0.80/0.41	c #constraints  7849
0.80/0.41	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.80/0.41	c constraints type 
0.80/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4680
0.80/0.41	c org.sat4j.specs.Constr$1 => 4
0.80/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.80/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.80/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3159
0.80/0.41	c 7849 constraints processed.
0.80/0.41	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.80/0.41	c constraints type 
0.80/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3159
0.80/0.41	c org.sat4j.specs.Constr$1 => 4
0.80/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4680
0.80/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.80/0.41	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.80/0.41	c 7849 constraints processed.
4.34/1.41	c cleaning 2498 clauses out of 5000 with flag 25558/5000
6.23/2.19	c cleaning 4246 clauses out of 8502 with flag 60567/11000
8.07/3.05	c cleaning 5624 clauses out of 11258 with flag 93569/18002
10.52/4.21	c cleaning 6810 clauses out of 13633 with flag 132044/26001
13.35/5.68	c cleaning 7908 clauses out of 15822 with flag 191378/35000
17.08/7.49	c cleaning 8951 clauses out of 17914 with flag 257944/45000
20.87/9.33	c cleaning 9979 clauses out of 19965 with flag 312378/56002
25.28/11.59	c cleaning 10988 clauses out of 21985 with flag 374789/68001
30.29/14.03	c cleaning 11994 clauses out of 23997 with flag 432668/81001
35.69/16.77	c cleaning 12992 clauses out of 26004 with flag 501427/95002
41.10/19.49	c cleaning 13996 clauses out of 28010 with flag 575388/110000
46.92/22.35	c cleaning 14999 clauses out of 30016 with flag 646258/126002
53.31/25.52	c cleaning 16005 clauses out of 32016 with flag 728036/143001
53.51/25.62	c cleaning 0 clauses out of 5000 with flag 0/5000
60.23/28.81	c cleaning 17004 clauses out of 34012 with flag 820689/161002
67.52/32.42	c cleaning 18000 clauses out of 36009 with flag 926884/180003
75.73/36.54	c cleaning 18998 clauses out of 38007 with flag 1042709/200001
84.55/40.93	c cleaning 20001 clauses out of 40008 with flag 1158519/221000
94.75/46.00	c cleaning 20996 clauses out of 42007 with flag 1292207/243000
105.58/51.49	c cleaning 22002 clauses out of 44011 with flag 1433879/266000
118.37/57.86	c cleaning 22997 clauses out of 46009 with flag 1599240/290000
130.60/63.93	c cleaning 23995 clauses out of 48013 with flag 1749218/315001
146.81/72.02	c cleaning 25001 clauses out of 50017 with flag 1917903/341000
160.84/79.08	c cleaning 26004 clauses out of 52016 with flag 2083245/368000
176.88/87.01	c cleaning 27000 clauses out of 54013 with flag 2258424/396001
196.15/96.68	c cleaning 27999 clauses out of 56012 with flag 2472214/425000
216.25/106.68	c cleaning 29003 clauses out of 58013 with flag 2687937/455000
234.91/115.96	c cleaning 29998 clauses out of 60010 with flag 2889874/486000
255.21/126.09	c cleaning 30996 clauses out of 62012 with flag 3100194/518000
276.97/136.81	c cleaning 32001 clauses out of 64016 with flag 3310374/551000
289.44/143.01	c cleaning 0 clauses out of 11000 with flag 0/11000
301.88/149.24	c cleaning 33004 clauses out of 66015 with flag 3554730/585000
325.11/160.88	c cleaning 33998 clauses out of 68011 with flag 3758491/620000
351.86/174.18	c cleaning 35001 clauses out of 70015 with flag 3986852/656002
379.43/187.83	c cleaning 35997 clauses out of 72013 with flag 4213649/693001
411.15/203.69	c cleaning 37001 clauses out of 74018 with flag 4453866/731003
442.63/219.38	c cleaning 37999 clauses out of 76014 with flag 4695855/770000
476.99/236.41	c cleaning 39000 clauses out of 78015 with flag 4901774/810000
512.63/254.12	c cleaning 39999 clauses out of 80015 with flag 5131308/851000
550.86/273.10	c cleaning 41002 clauses out of 82017 with flag 5375460/893001
588.03/291.62	c cleaning 41998 clauses out of 84014 with flag 5618161/936000
628.68/311.87	c cleaning 43000 clauses out of 86017 with flag 5895306/980001
670.07/332.44	c cleaning 44000 clauses out of 88017 with flag 6168146/1025001
714.93/354.79	c cleaning 44996 clauses out of 90016 with flag 6465006/1071000
762.38/378.39	c cleaning 46002 clauses out of 92020 with flag 6789333/1118000
815.45/404.79	c cleaning 47004 clauses out of 94022 with flag 7126014/1166004
867.92/430.85	c cleaning 48003 clauses out of 96015 with flag 7440157/1215001
918.41/455.98	c cleaning 49001 clauses out of 98013 with flag 7717609/1265002
971.49/482.31	c cleaning 49996 clauses out of 100010 with flag 7999205/1316000
1020.20/506.51	c cleaning 0 clauses out of 18002 with flag 0/18002
1028.43/510.62	c cleaning 50999 clauses out of 102014 with flag 8313530/1368000
1089.95/541.25	c cleaning 52001 clauses out of 104018 with flag 8658286/1421003
1148.09/570.18	c cleaning 52999 clauses out of 106015 with flag 8993772/1475001
1211.20/601.55	c cleaning 53999 clauses out of 108015 with flag 9327264/1530000
1281.39/636.46	c cleaning 55003 clauses out of 110020 with flag 9692809/1586004
1350.74/670.97	c cleaning 56000 clauses out of 112013 with flag 10080581/1643000
1419.51/705.20	c cleaning 57002 clauses out of 114013 with flag 10429243/1701000
1494.54/742.43	c cleaning 57999 clauses out of 116012 with flag 10804908/1760001
1573.40/781.65	c cleaning 58998 clauses out of 118013 with flag 11217735/1820001
1655.25/822.30	c cleaning 59995 clauses out of 120014 with flag 11615456/1881000
1737.10/863.02	c cleaning 60998 clauses out of 122019 with flag 12021931/1943000
1800.02/894.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.50	c starts		: 145
1800.02/894.50	c conflicts		: 1994050
1800.02/894.50	c decisions		: 2276592
1800.02/894.50	c propagations		: 226569122
1800.02/894.50	c inspects		: 10819776436
1800.02/894.50	c shortcuts		: 0
1800.02/894.50	c learnt literals	: 0
1800.02/894.50	c learnt binary clauses	: 0
1800.02/894.50	c learnt ternary clauses	: 9
1800.02/894.50	c learnt constraints	: 1994050
1800.02/894.50	c ignored constraints	: 0
1800.02/894.50	c root simplifications	: 0
1800.02/894.50	c removed literals (reason simplification)	: 20020444
1800.02/894.50	c reason swapping (by a shorter reason)	: 0
1800.02/894.50	c Calls to reduceDB	: 58
1800.02/894.50	c Number of update (reduction) of LBD	: 411619
1800.02/894.50	c Imported unit clauses	: 0
1800.02/894.50	c number of reductions to clauses (during analyze)	: 0
1800.02/894.50	c number of learned constraints concerned by reduction	: 0
1800.02/894.50	c number of learning phase by resolution	: 0
1800.02/894.50	c number of learning phase by cutting planes	: 0
1800.02/894.50	c speed (assignments/second)	: 253408.6452533649
1800.02/894.50	c non guided choices	157
1800.02/894.53	c learnt constraints type 
1800.02/894.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 112071
1800.02/894.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.53	c starts		: 52
1800.02/894.53	c conflicts		: 23505
1800.02/894.53	c decisions		: 28408
1800.02/894.53	c propagations		: 3819058
1800.02/894.53	c inspects		: 1226669067
1800.02/894.53	c shortcuts		: 0
1800.02/894.53	c learnt literals	: 0
1800.02/894.53	c learnt binary clauses	: 0
1800.02/894.53	c learnt ternary clauses	: 4
1800.02/894.53	c learnt constraints	: 23504
1800.02/894.53	c ignored constraints	: 0
1800.02/894.53	c root simplifications	: 0
1800.02/894.53	c removed literals (reason simplification)	: 0
1800.02/894.53	c reason swapping (by a shorter reason)	: 0
1800.02/894.53	c Calls to reduceDB	: 3
1800.02/894.53	c Number of update (reduction) of LBD	: 0
1800.02/894.53	c Imported unit clauses	: 0
1800.02/894.53	c number of reductions to clauses (during analyze)	: 0
1800.02/894.53	c number of learned constraints concerned by reduction	: 0
1800.02/894.53	c number of learning phase by resolution	: 0
1800.02/894.53	c number of learning phase by cutting planes	: 0
1800.02/894.53	c speed (assignments/second)	: 4271.337068133446
1800.02/894.53	c non guided choices	157
1800.02/894.54	c learnt constraints type 
1800.02/894.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5670
1800.02/894.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 287
1800.02/894.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17547
1800.02/894.54	s UNKNOWN
1800.02/894.54	c Total wall clock time (in seconds): 894.436

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-4096429-1466112472/watcher-4096429-1466112472 -o /tmp/evaluation-result-4096429-1466112472/solver-4096429-1466112472 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466112183-7573 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4096429-1466112472.opb 

pid=8496
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.14 2.94 2.18 4/197 8499
/proc/meminfo: memFree=29387348/32872528 swapFree=1243920/1391088
[pid=8499] ppid=8496 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8499/stat : 8499 (java) S 8496 8499 7556 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13295845 98570240 978 33554432000 1073741824 1073778376 140733561005152 140733560996288 272889839677 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8499/statm: 24065 978 744 9 0 16771 0
[pid=8499/tid=8500] ppid=8496 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8500/stat : 8500 (java) R 8496 8499 7556 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13295846 98570240 978 33554432000 1073741824 1073778376 140733561005152 140216993812008 272886482304 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 4.14 2.94 2.18 4/197 8499
/proc/meminfo: memFree=29387348/32872528 swapFree=1243920/1391088
[pid=8499] ppid=8496 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8499/stat : 8499 (java) S 8496 8499 7556 0 -1 4202496 4548 0 1 0 9 2 0 0 20 0 18 0 13295845 9787879424 5658 33554432000 1073741824 1073778376 140733561005152 140733560996288 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8499/statm: 2389619 5658 2156 9 0 2380296 0
[pid=8499/tid=8500] ppid=8496 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8499/task/8500/stat : 8500 (java) R 8496 8499 7556 0 -1 4202560 2438 0 1 0 6 1 0 0 20 0 18 0 13295846 9787879424 5658 33554432000 1073741824 1073778376 140733561005152 140216993815176 272889865485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200372 s]
/proc/loadavg: 4.14 2.94 2.18 4/197 8499
/proc/meminfo: memFree=29387348/32872528 swapFree=1243920/1391088
[pid=8499] ppid=8496 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/8499/stat : 8499 (java) S 8496 8499 7556 0 -1 4202496 5051 0 1 0 26 2 0 0 20 0 18 0 13295845 9787879424 6577 33554432000 1073741824 1073778376 140733561005152 140733560996288 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8499/statm: 2389619 6577 2216 9 0 2380296 0
[pid=8499/tid=8500] ppid=8496 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/8499/task/8500/stat : 8500 (java) R 8496 8499 7556 0 -1 4202560 2450 0 1 0 16 1 0 0 20 0 18 0 13295846 9787879424 6577 33554432000 1073741824 1073778376 140733561005152 140216993815176 140216865821473 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.300374 s]
/proc/loadavg: 4.14 2.94 2.18 4/197 8499
/proc/meminfo: memFree=29387348/32872528 swapFree=1243920/1391088
[pid=8499] ppid=8496 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/8499/stat : 8499 (java) S 8496 8499 7556 0 -1 4202496 6057 0 1 0 51 2 0 0 20 0 18 0 13295845 9787879424 9130 33554432000 1073741824 1073778376 140733561005152 140733560996288 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8499/statm: 2389619 9130 2234 9 0 2380296 0
[pid=8499/tid=8500] ppid=8496 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8499/task/8500/stat : 8500 (java) R 8496 8499 7556 0 -1 4202560 2454 0 1 0 26 1 0 0 20 0 18 0 13295846 9787879424 9130 33554432000 1073741824 1073778376 140733561005152 140216993808288 140216865720966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 4.14 2.94 2.18 4/197 8499
/proc/meminfo: memFree=29387348/32872528 swapFree=1243920/1391088
[pid=8499] ppid=8496 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/8499/stat : 8499 (java) S 8496 8499 7556 0 -1 4202496 15088 0 1 0 195 3 0 0 20 0 22 0 13295845 10060525568 19861 33554432000 1073741824 1073778376 140733561005152 140733560996288 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8499/statm: 2456183 19861 2266 9 0 2446860 0
[pid=8499/tid=8500] ppid=8496 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/8499/task/8500/stat : 8500 (java) S 8496 8499 7556 0 -1 4202560 2475 0 1 0 38 1 0 0 20 0 22 0 13295846 10060525568 19861 33554432000 1073741824 1073778376 140733561005152 140216993817464 272889853865 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.50087 s]
/proc/loadavg: 4.14 2.94 2.18 7/219 8521
/proc/meminfo: memFree=29254280/32872528 swapFree=1243920/1391088
[pid=8499] ppid=8496 vsize=9824732 CPUtime=4.68 cores=1,3,5,7
/proc/8499/stat : 8499 (java) S 8496 8499 7556 0 -1 4202496 28447 0 1 0 461 7 0 0 20 0 22 0 13295845 10060525568 49482 33554432000 1073741824 1073778376 140733561005152 140733560996288 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8499/statm: 2456183 49482 2289 9 0 2446860 0
[pid=8499/tid=8500] ppid=8496 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/8499/task/8500/stat : 8500 (java) S 8496 8499 7556 0 -1 4202560 2475 0 1 0 38 1 0 0 20 0 22 0 13295846 10060525568 49482 33554432000 1073741824 1073778376 140733561005152 140216993817464 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8502] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8502/stat : 8502 (java) S 8496 8499 7556 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 49482 33554432000 1073741824 1073778376 140733561005152 140216837335720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8503] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8503/stat : 8503 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 49482 33554432000 1073741824 1073778376 140733561005152 140216836283176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8504] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8504/stat : 8504 (java) S 8496 8499 7556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 49482 33554432000 1073741824 1073778376 140733561005152 140216835230632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8505] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8505/stat : 8505 (java) S 8496 8499 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 49482 33554432000 1073741824 1073778376 140733561005152 140216834178088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8506] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8506/stat : 8506 (java) S 8496 8499 7556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 49482 33554432000 1073741824 1073778376 140733561005152 140216833124520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8507] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8507/stat : 8507 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 49482 33554432000 1073741824 1073778376 140733561005152 140216832071976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8508] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8508/stat : 8508 (java) S 8496 8499 7556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 49482 33554432000 1073741824 1073778376 140733561005152 140216831019432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8509] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8509/stat : 8509 (java) S 8496 8499 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 49482 33554432000 1073741824 1073778376 140733561005152 140216829966888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8510] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8510/stat : 8510 (java) S 8496 8499 7556 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13295847 10060525568 49340 33554432000 1073741824 1073778376 140733561005152 140216817769064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8511] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8511/stat : 8511 (java) S 8496 8499 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13295848 10060525568 49340 33554432000 1073741824 1073778376 140733561005152 140216816715384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8512] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8512/stat : 8512 (java) S 8496 8499 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13295848 10060525568 49340 33554432000 1073741824 1073778376 140733561005152 140216815662728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8513] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8513/stat : 8513 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295850 10060525568 49340 33554432000 1073741824 1073778376 140733561005152 140216814611472 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8514] ppid=8496 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/8499/task/8514/stat : 8514 (java) R 8496 8499 7556 0 -1 4202560 13657 0 0 0 102 2 0 0 20 0 22 0 13295850 10060525568 49340 33554432000 1073741824 1073778376 140733561005152 140216813535928 140217000800999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8515] ppid=8496 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/8499/task/8515/stat : 8515 (java) R 8496 8499 7556 0 -1 4202560 10835 0 0 0 104 1 0 0 20 0 22 0 13295850 10060525568 49340 33554432000 1073741824 1073778376 140733561005152 140216812505272 272886522999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8516] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8516/stat : 8516 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295850 10060525568 49340 33554432000 1073741824 1073778376 140733561005152 140216811452920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8517] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8517/stat : 8517 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295850 10060525568 49340 33554432000 1073741824 1073778376 140733561005152 140216810400584 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8518] ppid=8496 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/8499/task/8518/stat : 8518 (java) R 8496 8499 7556 0 -1 4202560 25 0 0 0 104 0 0 0 20 0 22 0 13295887 10060525568 49340 33554432000 1073741824 1073778376 140733561005152 140216808975048 140216866354656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8519] ppid=8496 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/8499/task/8519/stat : 8519 (java) R 8496 8499 7556 0 -1 4202560 82 0 0 0 103 2 0 0 20 0 22 0 13295887 10060525568 49340 33554432000 1073741824 1073778376 140733561005152 140216807923280 140216866545241 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8520] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8520/stat : 8520 (java) S 8496 8499 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13295887 10060525568 49340 33554432000 1073741824 1073778376 140733561005152 140216806872616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8521] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8521/stat : 8521 (java) S 8496 8499 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13295887 10060525568 49340 33554432000 1073741824 1073778376 140733561005152 140216805820072 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.14 2.94 2.18 5/219 8521
/proc/meminfo: memFree=29199168/32872528 swapFree=1243920/1391088
[pid=8499] ppid=8496 vsize=9824732 CPUtime=8.3 cores=1,3,5,7
/proc/8499/stat : 8499 (java) S 8496 8499 7556 0 -1 4202496 30990 0 1 0 817 13 0 0 20 0 22 0 13295845 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140733560996288 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8499/statm: 2456183 82776 2292 9 0 2446860 0
[pid=8499/tid=8500] ppid=8496 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/8499/task/8500/stat : 8500 (java) S 8496 8499 7556 0 -1 4202560 2475 0 1 0 38 1 0 0 20 0 22 0 13295846 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216993817464 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8502] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8502/stat : 8502 (java) S 8496 8499 7556 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216837335720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8503] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8503/stat : 8503 (java) S 8496 8499 7556 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216836283176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8504] ppid=8496 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8499/task/8504/stat : 8504 (java) S 8496 8499 7556 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 13295846 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216835230632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8505] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8505/stat : 8505 (java) S 8496 8499 7556 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216834178088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8506] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8506/stat : 8506 (java) S 8496 8499 7556 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216833124520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8507] ppid=8496 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8499/task/8507/stat : 8507 (java) S 8496 8499 7556 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 22 0 13295846 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216832071976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8508] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8508/stat : 8508 (java) S 8496 8499 7556 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216831019432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8509] ppid=8496 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8499/task/8509/stat : 8509 (java) S 8496 8499 7556 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 13295846 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216829966888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8510] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8510/stat : 8510 (java) S 8496 8499 7556 0 -1 4202560 185 0 0 0 0 0 0 0 20 0 22 0 13295847 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216817769064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8511] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8511/stat : 8511 (java) S 8496 8499 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13295848 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216816715384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8512] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8512/stat : 8512 (java) S 8496 8499 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13295848 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216815662728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8513] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8513/stat : 8513 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295850 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216814611472 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8514] ppid=8496 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/8499/task/8514/stat : 8514 (java) S 8496 8499 7556 0 -1 4202560 13692 0 0 0 124 3 0 0 20 0 22 0 13295850 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216813557816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8515] ppid=8496 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/8499/task/8515/stat : 8515 (java) S 8496 8499 7556 0 -1 4202560 13048 0 0 0 120 2 0 0 20 0 22 0 13295850 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216812505272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8516] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8516/stat : 8516 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295850 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216811452920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8517] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8517/stat : 8517 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295850 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216810400584 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8518] ppid=8496 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/8499/task/8518/stat : 8518 (java) R 8496 8499 7556 0 -1 4202560 27 0 0 0 261 0 0 0 20 0 22 0 13295887 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216808975128 140216866354704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8519] ppid=8496 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/8499/task/8519/stat : 8519 (java) R 8496 8499 7556 0 -1 4202560 141 0 0 0 257 4 0 0 20 0 22 0 13295887 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216807923376 140216866504009 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8520] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8520/stat : 8520 (java) S 8496 8499 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13295887 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216806872616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8521] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8521/stat : 8521 (java) S 8496 8499 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13295887 10060525568 82776 33554432000 1073741824 1073778376 140733561005152 140216805820072 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.12 2.95 2.19 5/219 8521
/proc/meminfo: memFree=28804452/32872528 swapFree=1243920/1391088
[pid=8499] ppid=8496 vsize=9824732 CPUtime=14.75 cores=1,3,5,7
/proc/8499/stat : 8499 (java) S 8496 8499 7556 0 -1 4202496 31898 0 1 0 1455 20 0 0 20 0 22 0 13295845 10060525568 156429 33554432000 1073741824 1073778376 140733561005152 140733560996288 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8499/statm: 2456183 156429 2292 9 0 2446860 0
[pid=8499/tid=8500] ppid=8496 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/8499/task/8500/stat : 8500 (java) S 8496 8499 7556 0 -1 4202560 2475 0 1 0 38 1 0 0 20 0 22 0 13295846 10060525568 156429 33554432000 1073741824 1073778376 140733561005152 140216993817464 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8502] ppid=8496 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8499/task/8502/stat : 8502 (java) S 8496 8499 7556 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 22 0 13295846 10060525568 156429 33554432000 1073741824 1073778376 140733561005152 140216837335720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8503] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8503/stat : 8503 (java) S 8496 8499 7556 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 156429 33554432000 1073741824 1073778376 140733561005152 140216836283176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8504] ppid=8496 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8499/task/8504/stat : 8504 (java) S 8496 8499 7556 0 -1 4202560 44 0 0 0 2 1 0 0 20 0 22 0 13295846 10060525568 156429 33554432000 1073741824 1073778376 140733561005152 140216835230632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8505] ppid=8496 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8499/task/8505/stat : 8505 (java) S 8496 8499 7556 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 13295846 10060525568 156429 33554432000 1073741824 1073778376 140733561005152 140216834178088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8506] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8506/stat : 8506 (java) S 8496 8499 7556 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 156429 33554432000 1073741824 1073778376 140733561005152 140216833124520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8507] ppid=8496 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8499/task/8507/stat : 8507 (java) S 8496 8499 7556 0 -1 4202560 55 0 0 0 3 0 0 0 20 0 22 0 13295846 10060525568 156429 33554432000 1073741824 1073778376 140733561005152 140216832071976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8508] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8508/stat : 8508 (java) S 8496 8499 7556 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13295846 10060525568 156429 33554432000 1073741824 1073778376 140733561005152 140216831019432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8509] ppid=8496 vsize=9824732 CPUtime=0.01 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.42 4.38 3.52 6/219 9556
/proc/meminfo: memFree=27517728/32872528 swapFree=1243920/1391088
[pid=8499] ppid=8496 vsize=9824732 CPUtime=1775.52 cores=1,3,5,7
/proc/8499/stat : 8499 (java) S 8496 8499 7556 0 -1 4202496 38381 0 1 0 177426 126 0 0 20 0 22 0 13295845 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140733560996288 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8499/statm: 2456183 359823 2301 9 0 2446860 0
[pid=8499/tid=8500] ppid=8496 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/8499/task/8500/stat : 8500 (java) S 8496 8499 7556 0 -1 4202560 2485 0 1 0 41 4 0 0 20 0 22 0 13295846 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216993817464 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8502] ppid=8496 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/8499/task/8502/stat : 8502 (java) S 8496 8499 7556 0 -1 4202560 362 0 0 0 297 5 0 0 20 0 22 0 13295846 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216837335720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8503] ppid=8496 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/8499/task/8503/stat : 8503 (java) S 8496 8499 7556 0 -1 4202560 340 0 0 0 299 5 0 0 20 0 22 0 13295846 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216836283176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8504] ppid=8496 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/8499/task/8504/stat : 8504 (java) S 8496 8499 7556 0 -1 4202560 355 0 0 0 304 5 0 0 20 0 22 0 13295846 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216835230632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8505] ppid=8496 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/8499/task/8505/stat : 8505 (java) S 8496 8499 7556 0 -1 4202560 328 0 0 0 303 5 0 0 20 0 22 0 13295846 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216834178088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8506] ppid=8496 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/8499/task/8506/stat : 8506 (java) S 8496 8499 7556 0 -1 4202560 331 0 0 0 295 5 0 0 20 0 22 0 13295846 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216833124520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8507] ppid=8496 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/8499/task/8507/stat : 8507 (java) S 8496 8499 7556 0 -1 4202560 322 0 0 0 296 5 0 0 20 0 22 0 13295846 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216832071976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8508] ppid=8496 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/8499/task/8508/stat : 8508 (java) S 8496 8499 7556 0 -1 4202560 304 0 0 0 304 4 0 0 20 0 22 0 13295846 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216831019432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8509] ppid=8496 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/8499/task/8509/stat : 8509 (java) S 8496 8499 7556 0 -1 4202560 320 0 0 0 301 6 0 0 20 0 22 0 13295846 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216829966888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8510] ppid=8496 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/8499/task/8510/stat : 8510 (java) S 8496 8499 7556 0 -1 4202560 808 0 0 0 43 32 0 0 20 0 22 0 13295847 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216817769064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8511] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8511/stat : 8511 (java) S 8496 8499 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13295848 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216816715384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8512] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8512/stat : 8512 (java) S 8496 8499 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13295848 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216815662728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8513] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8513/stat : 8513 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295850 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216814611472 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8514] ppid=8496 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/8499/task/8514/stat : 8514 (java) S 8496 8499 7556 0 -1 4202560 13701 0 0 0 135 3 0 0 20 0 22 0 13295850 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216813557816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8515] ppid=8496 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/8499/task/8515/stat : 8515 (java) S 8496 8499 7556 0 -1 4202560 15620 0 0 0 171 2 0 0 20 0 22 0 13295850 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216812505272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8516] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8516/stat : 8516 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295850 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216811452920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8517] ppid=8496 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/8499/task/8517/stat : 8517 (java) S 8496 8499 7556 0 -1 4202560 50 0 0 0 17 21 0 0 20 0 22 0 13295850 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216810400584 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8518] ppid=8496 vsize=9824732 CPUtime=873.48 cores=1,3,5,7
/proc/8499/task/8518/stat : 8518 (java) R 8496 8499 7556 0 -1 4202560 365 0 0 0 87329 19 0 0 20 0 22 0 13295887 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216808976048 140216866354704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8519] ppid=8496 vsize=9824732 CPUtime=873.56 cores=1,3,5,7
/proc/8499/task/8519/stat : 8519 (java) R 8496 8499 7556 0 -1 4202560 1425 0 0 0 87315 41 0 0 20 0 22 0 13295887 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216807922592 140216866545237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8520] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8520/stat : 8520 (java) S 8496 8499 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13295887 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216806872616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8521] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8521/stat : 8521 (java) S 8496 8499 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13295887 10060525568 359823 33554432000 1073741824 1073778376 140733561005152 140216805820072 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1775.52
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.501 s]
/proc/loadavg: 4.40 4.38 3.54 5/219 9557
/proc/meminfo: memFree=27525084/32872528 swapFree=1243920/1391088
[pid=8499] ppid=8496 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/8499/stat : 8499 (java) S 8496 8499 7556 0 -1 4202496 38392 0 1 0 179875 127 0 0 20 0 22 0 13295845 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140733560996288 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8499/statm: 2456183 358172 2301 9 0 2446860 0
[pid=8499/tid=8500] ppid=8496 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/8499/task/8500/stat : 8500 (java) S 8496 8499 7556 0 -1 4202560 2485 0 1 0 41 4 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216993817464 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8502] ppid=8496 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/8499/task/8502/stat : 8502 (java) S 8496 8499 7556 0 -1 4202560 362 0 0 0 302 5 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216837335720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8503] ppid=8496 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/8499/task/8503/stat : 8503 (java) S 8496 8499 7556 0 -1 4202560 340 0 0 0 302 5 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216836283176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8504] ppid=8496 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/8499/task/8504/stat : 8504 (java) S 8496 8499 7556 0 -1 4202560 355 0 0 0 308 5 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216835230632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8505] ppid=8496 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/8499/task/8505/stat : 8505 (java) S 8496 8499 7556 0 -1 4202560 328 0 0 0 307 5 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216834178088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8506] ppid=8496 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/8499/task/8506/stat : 8506 (java) S 8496 8499 7556 0 -1 4202560 331 0 0 0 298 5 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216833124520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8507] ppid=8496 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/8499/task/8507/stat : 8507 (java) S 8496 8499 7556 0 -1 4202560 322 0 0 0 302 5 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216832071976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8508] ppid=8496 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/8499/task/8508/stat : 8508 (java) S 8496 8499 7556 0 -1 4202560 304 0 0 0 308 4 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216831019432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8509] ppid=8496 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/8499/task/8509/stat : 8509 (java) S 8496 8499 7556 0 -1 4202560 320 0 0 0 304 6 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216829966888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8510] ppid=8496 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/8499/task/8510/stat : 8510 (java) S 8496 8499 7556 0 -1 4202560 810 0 0 0 43 32 0 0 20 0 22 0 13295847 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216817769064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8511] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8511/stat : 8511 (java) S 8496 8499 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13295848 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216816715384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8512] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8512/stat : 8512 (java) S 8496 8499 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13295848 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216815662728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8513] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8513/stat : 8513 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295850 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216814611472 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8514] ppid=8496 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/8499/task/8514/stat : 8514 (java) S 8496 8499 7556 0 -1 4202560 13701 0 0 0 135 3 0 0 20 0 22 0 13295850 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216813557816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8515] ppid=8496 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/8499/task/8515/stat : 8515 (java) S 8496 8499 7556 0 -1 4202560 15620 0 0 0 171 2 0 0 20 0 22 0 13295850 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216812505272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8516] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8516/stat : 8516 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295850 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216811452920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8517] ppid=8496 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/8499/task/8517/stat : 8517 (java) S 8496 8499 7556 0 -1 4202560 52 0 0 0 17 21 0 0 20 0 22 0 13295850 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216810400584 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8518] ppid=8496 vsize=9824732 CPUtime=885.58 cores=1,3,5,7
/proc/8499/task/8518/stat : 8518 (java) R 8496 8499 7556 0 -1 4202560 370 0 0 0 88539 19 0 0 20 0 22 0 13295887 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216808976032 140216866583361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8519] ppid=8496 vsize=9824732 CPUtime=885.66 cores=1,3,5,7
/proc/8499/task/8519/stat : 8519 (java) R 8496 8499 7556 0 -1 4202560 1427 0 0 0 88525 41 0 0 20 0 22 0 13295887 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216807922592 140216866340249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8520] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8520/stat : 8520 (java) S 8496 8499 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13295887 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216806872616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8521] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8521/stat : 8521 (java) S 8496 8499 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13295887 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216805820072 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 8499 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.501 s]
/proc/loadavg: 4.40 4.38 3.54 5/219 9557
/proc/meminfo: memFree=27525084/32872528 swapFree=1243920/1391088
[pid=8499] ppid=8496 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/8499/stat : 8499 (java) S 8496 8499 7556 0 -1 4202496 38392 0 1 0 179875 127 0 0 20 0 22 0 13295845 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140733560996288 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8499/statm: 2456183 358172 2301 9 0 2446860 0
[pid=8499/tid=8500] ppid=8496 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/8499/task/8500/stat : 8500 (java) S 8496 8499 7556 0 -1 4202560 2485 0 1 0 41 4 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216993817464 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8502] ppid=8496 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/8499/task/8502/stat : 8502 (java) S 8496 8499 7556 0 -1 4202560 362 0 0 0 302 5 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216837335720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8503] ppid=8496 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/8499/task/8503/stat : 8503 (java) S 8496 8499 7556 0 -1 4202560 340 0 0 0 302 5 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216836283176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8504] ppid=8496 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/8499/task/8504/stat : 8504 (java) S 8496 8499 7556 0 -1 4202560 355 0 0 0 308 5 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216835230632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8505] ppid=8496 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/8499/task/8505/stat : 8505 (java) S 8496 8499 7556 0 -1 4202560 328 0 0 0 307 5 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216834178088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8506] ppid=8496 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/8499/task/8506/stat : 8506 (java) S 8496 8499 7556 0 -1 4202560 331 0 0 0 298 5 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216833124520 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8507] ppid=8496 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/8499/task/8507/stat : 8507 (java) S 8496 8499 7556 0 -1 4202560 322 0 0 0 302 5 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216832071976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8499/tid=8508] ppid=8496 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/8499/task/8508/stat : 8508 (java) S 8496 8499 7556 0 -1 4202560 304 0 0 0 308 4 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216831019432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8509] ppid=8496 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/8499/task/8509/stat : 8509 (java) S 8496 8499 7556 0 -1 4202560 320 0 0 0 304 6 0 0 20 0 22 0 13295846 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216829966888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8510] ppid=8496 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/8499/task/8510/stat : 8510 (java) S 8496 8499 7556 0 -1 4202560 810 0 0 0 43 32 0 0 20 0 22 0 13295847 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216817769064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8511] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8511/stat : 8511 (java) S 8496 8499 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13295848 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216816715384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8512] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8512/stat : 8512 (java) S 8496 8499 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13295848 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216815662728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8513] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8513/stat : 8513 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295850 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216814611472 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8514] ppid=8496 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/8499/task/8514/stat : 8514 (java) S 8496 8499 7556 0 -1 4202560 13701 0 0 0 135 3 0 0 20 0 22 0 13295850 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216813557816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8515] ppid=8496 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/8499/task/8515/stat : 8515 (java) S 8496 8499 7556 0 -1 4202560 15620 0 0 0 171 2 0 0 20 0 22 0 13295850 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216812505272 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8516] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8516/stat : 8516 (java) S 8496 8499 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13295850 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216811452920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8499/tid=8517] ppid=8496 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/8499/task/8517/stat : 8517 (java) S 8496 8499 7556 0 -1 4202560 52 0 0 0 17 21 0 0 20 0 22 0 13295850 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216810400584 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8518] ppid=8496 vsize=9824732 CPUtime=885.58 cores=1,3,5,7
/proc/8499/task/8518/stat : 8518 (java) R 8496 8499 7556 0 -1 4202560 370 0 0 0 88539 19 0 0 20 0 22 0 13295887 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216808976032 140216866583361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8499/tid=8519] ppid=8496 vsize=9824732 CPUtime=885.66 cores=1,3,5,7
/proc/8499/task/8519/stat : 8519 (java) R 8496 8499 7556 0 -1 4202560 1427 0 0 0 88525 41 0 0 20 0 22 0 13295887 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216807922592 140216866340249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8520] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8520/stat : 8520 (java) S 8496 8499 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13295887 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216806872616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8499/tid=8521] ppid=8496 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8499/task/8521/stat : 8521 (java) S 8496 8499 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13295887 10060525568 358172 33554432000 1073741824 1073778376 140733561005152 140216805820072 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 894.565
CPU time (s): 1801.05
CPU user time (s): 1799.27
CPU system time (s): 1.78173
CPU usage (%): 201.333
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.27
system time used= 1.78173
maximum resident set size= 1723416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38427
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37102
involuntary context switches= 56019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.27289 second user time and 6.05608 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 23:27:52
IDJOB=4096429
IDBENCH=107613
IDSOLVER=2543
FILE ID=node119/4096429-1466112472
RUNJOBID= node119-1466112183-7573
PBS_JOBID= 19904129
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_35.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096429-1466112472/watcher-4096429-1466112472 -o /tmp/evaluation-result-4096429-1466112472/solver-4096429-1466112472 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466112183-7573 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4096429-1466112472.opb

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

MD5SUM BENCH= 1c7739d3bdb1cde8694d50958f1c85c6
RANDOM SEED=870694321

node119.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.456
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.91
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.456
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.456
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.456
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.456
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.54
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.456
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.456
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.456
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:        29387984 kB
Buffers:           61436 kB
Cached:           106472 kB
SwapCached:         1048 kB
Active:          1273188 kB
Inactive:         104128 kB
Active(anon):    1209780 kB
Inactive(anon):     2248 kB
Active(file):      63408 kB
Inactive(file):   101880 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:               920 kB
Writeback:             0 kB
AnonPages:       2559216 kB
Mapped:            15468 kB
Shmem:                 0 kB
Slab:             571624 kB
SReclaimable:      15032 kB
SUnreclaim:       556592 kB
KernelStack:        1808 kB
PageTables:         9772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3359560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1273856 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= 71736 MiB
End job on node119 at 2016-06-16 23:42:47