Trace number 4080531

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) 1800.83 895.777

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K156.opb
MD5SUMb01d5fef61cfdf78caaec08ee0d21bae
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 variables18564
Total number of constraints18878
Number of constraints which are clauses18722
Number of constraints which are cardinality constraints (but not clauses)156
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint156
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 157
Number of bits of the biggest sum of numbers8
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080531-1465281482.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.89/0.88	c ... done. Wall clock time 0.759s.
1.89/0.88	c declared #vars     18564
1.89/0.88	c #constraints  18878
1.89/0.88	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.89/0.88	c constraints type 
1.89/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16705
1.89/0.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 156
1.89/0.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.89/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
1.89/0.88	c 18878 constraints processed.
1.89/0.88	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.89/0.88	c constraints type 
1.89/0.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2015
1.89/0.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16705
1.89/0.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 156
1.89/0.88	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.89/0.88	c 18878 constraints processed.
9.23/3.53	c cleaning 2424 clauses out of 4994 with flag 24657/5000
15.09/6.33	c cleaning 4255 clauses out of 8564 with flag 56160/11000
21.58/9.59	c cleaning 5641 clauses out of 11304 with flag 93020/18000
29.79/13.70	c cleaning 6794 clauses out of 13663 with flag 137324/26003
38.20/17.74	c cleaning 7897 clauses out of 15864 with flag 185420/35000
48.50/22.82	c cleaning 8504 clauses out of 17959 with flag 234947/45001
60.46/28.75	c cleaning 9091 clauses out of 20453 with flag 287562/56004
73.62/35.30	c cleaning 9898 clauses out of 23356 with flag 346743/68000
89.39/43.05	c cleaning 10682 clauses out of 26457 with flag 414246/81000
104.81/50.72	c cleaning 11390 clauses out of 29773 with flag 486161/95000
121.09/58.82	c cleaning 12225 clauses out of 33378 with flag 561232/110001
138.78/67.68	c cleaning 12902 clauses out of 37151 with flag 645213/126001
156.39/76.49	c cleaning 13822 clauses out of 41246 with flag 733625/143002
174.38/85.46	c cleaning 14847 clauses out of 45422 with flag 825167/161004
196.58/96.45	c cleaning 15535 clauses out of 49564 with flag 920902/180001
219.50/108.25	c cleaning 16517 clauses out of 54025 with flag 1025220/200000
244.26/120.57	c cleaning 17333 clauses out of 58507 with flag 1137653/221000
270.59/133.60	c cleaning 17998 clauses out of 63172 with flag 1256900/243000
296.91/146.73	c cleaning 18788 clauses out of 68168 with flag 1375762/266000
327.12/161.71	c cleaning 19707 clauses out of 73378 with flag 1502470/290001
357.56/176.87	c cleaning 20364 clauses out of 78669 with flag 1632452/315002
390.87/193.33	c cleaning 21281 clauses out of 84299 with flag 1771173/341000
400.48/198.17	c cleaning 0 clauses out of 5000 with flag 0/5000
427.73/211.42	c cleaning 22263 clauses out of 90015 with flag 1915434/368000
463.82/229.32	c cleaning 22684 clauses out of 95750 with flag 2073158/396000
502.58/248.55	c cleaning 23797 clauses out of 102063 with flag 2230074/425001
541.43/267.84	c cleaning 24855 clauses out of 108264 with flag 2393437/455001
583.37/289.25	c cleaning 25680 clauses out of 114403 with flag 2572314/486000
628.40/311.63	c cleaning 26668 clauses out of 120722 with flag 2745841/518000
677.96/336.28	c cleaning 27176 clauses out of 127054 with flag 2930013/551002
724.25/359.27	c cleaning 28042 clauses out of 133875 with flag 3121548/585000
772.62/383.35	c cleaning 28945 clauses out of 140833 with flag 3319742/620000
827.66/410.61	c cleaning 29693 clauses out of 147889 with flag 3524951/656003
875.57/434.40	c cleaning 30889 clauses out of 155192 with flag 3742327/693002
927.64/460.37	c cleaning 31762 clauses out of 162298 with flag 3951928/731000
982.87/487.61	c cleaning 32702 clauses out of 169537 with flag 4179272/770001
1044.82/518.82	c cleaning 33117 clauses out of 176833 with flag 4430918/810001
1105.21/548.92	c cleaning 34395 clauses out of 184714 with flag 4678433/851000
1167.36/579.88	c cleaning 34840 clauses out of 192317 with flag 4932195/893000
1235.25/613.69	c cleaning 36328 clauses out of 200477 with flag 5197384/936000
1306.02/648.73	c cleaning 37324 clauses out of 208150 with flag 5462377/980005
1373.08/682.21	c cleaning 38014 clauses out of 215818 with flag 5736637/1025000
1446.93/718.94	c cleaning 38632 clauses out of 223804 with flag 6025628/1071001
1525.88/758.17	c cleaning 39588 clauses out of 232170 with flag 6321835/1118000
1606.96/798.41	c cleaning 40235 clauses out of 240578 with flag 6621489/1166000
1691.39/840.31	c cleaning 41280 clauses out of 249342 with flag 6929044/1215000
1777.79/884.66	c cleaning 42786 clauses out of 258062 with flag 7244013/1265000
1800.07/895.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.70	c starts		: 7647
1800.07/895.70	c conflicts		: 1278742
1800.07/895.70	c decisions		: 38252380
1800.07/895.70	c propagations		: 1139948243
1800.07/895.70	c inspects		: 3003930400
1800.07/895.70	c shortcuts		: 0
1800.07/895.70	c learnt literals	: 134
1800.07/895.70	c learnt binary clauses	: 94213
1800.07/895.70	c learnt ternary clauses	: 83091
1800.07/895.70	c learnt constraints	: 1278608
1800.07/895.70	c ignored constraints	: 0
1800.07/895.70	c root simplifications	: 0
1800.07/895.70	c removed literals (reason simplification)	: 9535112
1800.07/895.70	c reason swapping (by a shorter reason)	: 0
1800.07/895.70	c Calls to reduceDB	: 46
1800.07/895.70	c Number of update (reduction) of LBD	: 880344
1800.07/895.70	c Imported unit clauses	: 0
1800.07/895.70	c number of reductions to clauses (during analyze)	: 0
1800.07/895.70	c number of learned constraints concerned by reduction	: 0
1800.07/895.70	c number of learning phase by resolution	: 0
1800.07/895.70	c number of learning phase by cutting planes	: 0
1800.07/895.70	c speed (assignments/second)	: 1273984.111355737
1800.07/895.70	c non guided choices	24063
1800.07/895.75	c learnt constraints type 
1800.07/895.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 94213
1800.07/895.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134805
1800.07/895.76	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/895.76	c starts		: 33
1800.07/895.76	c conflicts		: 9433
1800.07/895.76	c decisions		: 219715
1800.07/895.76	c propagations		: 11893784
1800.07/895.76	c inspects		: 792079953
1800.07/895.76	c shortcuts		: 0
1800.07/895.76	c learnt literals	: 0
1800.07/895.76	c learnt binary clauses	: 0
1800.07/895.76	c learnt ternary clauses	: 24
1800.07/895.76	c learnt constraints	: 9433
1800.07/895.76	c ignored constraints	: 0
1800.07/895.76	c root simplifications	: 0
1800.07/895.76	c removed literals (reason simplification)	: 0
1800.07/895.76	c reason swapping (by a shorter reason)	: 0
1800.07/895.76	c Calls to reduceDB	: 1
1800.07/895.76	c Number of update (reduction) of LBD	: 0
1800.07/895.76	c Imported unit clauses	: 0
1800.07/895.76	c number of reductions to clauses (during analyze)	: 0
1800.07/895.76	c number of learned constraints concerned by reduction	: 0
1800.07/895.76	c number of learning phase by resolution	: 0
1800.07/895.76	c number of learning phase by cutting planes	: 0
1800.07/895.76	c speed (assignments/second)	: 13291.416297981667
1800.07/895.76	c non guided choices	4902
1800.07/895.76	c learnt constraints type 
1800.07/895.76	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 506
1800.07/895.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1925
1800.07/895.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7002
1800.07/895.76	s UNKNOWN
1800.07/895.76	c Total wall clock time (in seconds): 895.639

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-4080531-1465281482/watcher-4080531-1465281482 -o /tmp/evaluation-result-4080531-1465281482/solver-4080531-1465281482 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465279688-19203 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080531-1465281482.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.98 3.98 3.85 4/197 19504
/proc/meminfo: memFree=28180720/32872528 swapFree=9100/9100
[pid=19504] ppid=19501 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/19504/stat : 19504 (java) R 19501 19504 14331 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 110079312 9515008 185 33554432000 1073741824 1073778376 140735335952672 140735335935400 243756264743 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/19504/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 3.98 3.98 3.85 4/197 19504
/proc/meminfo: memFree=28180720/32872528 swapFree=9100/9100
[pid=19504] ppid=19501 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19504/stat : 19504 (java) S 19501 19504 14331 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 110079312 9787879424 6042 33554432000 1073741824 1073778376 140735335952672 140735335943808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19504/statm: 2389619 6042 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 3.98 3.98 3.85 4/197 19504
/proc/meminfo: memFree=28180720/32872528 swapFree=9100/9100
[pid=19504] ppid=19501 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/19504/stat : 19504 (java) S 19501 19504 14331 0 -1 4202496 6561 0 1 0 25 2 0 0 20 0 18 0 110079312 9787879424 8554 33554432000 1073741824 1073778376 140735335952672 140735335943808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19504/statm: 2389619 8555 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 3.98 3.98 3.85 4/197 19504
/proc/meminfo: memFree=28180720/32872528 swapFree=9100/9100
[pid=19504] ppid=19501 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/19504/stat : 19504 (java) S 19501 19504 14331 0 -1 4202496 7300 0 1 0 54 2 0 0 20 0 18 0 110079312 9787879424 11774 33554432000 1073741824 1073778376 140735335952672 140735335943808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19504/statm: 2389619 11774 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 3.98 3.98 3.85 4/197 19504
/proc/meminfo: memFree=28180720/32872528 swapFree=9100/9100
[pid=19504] ppid=19501 vsize=9558476 CPUtime=1.59 cores=0,2,4,6
/proc/19504/stat : 19504 (java) S 19501 19504 14331 0 -1 4202496 20884 0 1 0 153 6 0 0 20 0 18 0 110079312 9787879424 41371 33554432000 1073741824 1073778376 140735335952672 140735335943808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19504/statm: 2389619 41371 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 3.98 3.98 3.85 7/219 19526
/proc/meminfo: memFree=27982248/32872528 swapFree=9100/9100
[pid=19504] ppid=19501 vsize=9824732 CPUtime=4.62 cores=0,2,4,6
/proc/19504/stat : 19504 (java) S 19501 19504 14331 0 -1 4202496 22722 0 1 0 454 8 0 0 20 0 22 0 110079312 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 140735335943808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19504/statm: 2456183 52449 2285 9 0 2446860 0
[pid=19504/tid=19506] ppid=19501 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/19504/task/19506/stat : 19506 (java) S 19501 19504 14331 0 -1 4202560 2488 0 1 0 78 4 0 0 20 0 22 0 110079313 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961945465720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19507] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19507/stat : 19507 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079314 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961917918248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19508] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19508/stat : 19508 (java) S 19501 19504 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 110079314 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961916865448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19509] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19509/stat : 19509 (java) S 19501 19504 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 110079314 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961915812648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19510] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19510/stat : 19510 (java) S 19501 19504 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 110079314 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961914759848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19511] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19511/stat : 19511 (java) S 19501 19504 14331 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110079314 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961913707048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19512] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19512/stat : 19512 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079314 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961912654248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19513] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19513/stat : 19513 (java) S 19501 19504 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 110079314 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961782806824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19514] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19514/stat : 19514 (java) S 19501 19504 14331 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110079314 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961781754024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19515] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19515/stat : 19515 (java) S 19501 19504 14331 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110079315 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961298807784 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19516] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19516/stat : 19516 (java) S 19501 19504 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110079316 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961297753848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19517] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19517/stat : 19517 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079316 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961296700936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19518] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19518/stat : 19518 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961295649424 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19519] ppid=19501 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/19504/task/19519/stat : 19519 (java) R 19501 19504 14331 0 -1 4202560 11502 0 0 0 118 2 0 0 20 0 22 0 110079318 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961294583280 139961951312416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19520] ppid=19501 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/19504/task/19520/stat : 19520 (java) R 19501 19504 14331 0 -1 4202560 7301 0 0 0 122 1 0 0 20 0 22 0 110079318 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961293536456 139961949558161 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19521] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19521/stat : 19521 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961292491128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19522] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19522/stat : 19522 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961291438536 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19523] ppid=19501 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/19504/task/19523/stat : 19523 (java) R 19501 19504 14331 0 -1 4202560 15 0 0 0 60 0 0 0 20 0 22 0 110079401 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961290383280 139961794342277 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19524] ppid=19501 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/19504/task/19524/stat : 19524 (java) R 19501 19504 14331 0 -1 4202560 32 0 0 0 59 0 0 0 20 0 22 0 110079401 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961289330744 139961794956086 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19525] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19525/stat : 19525 (java) S 19501 19504 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110079403 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961288279464 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19526] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19526/stat : 19526 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079403 10060525568 52449 33554432000 1073741824 1073778376 140735335952672 139961287226664 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 3.99 3.98 3.85 6/215 19591
/proc/meminfo: memFree=31442092/32872528 swapFree=9100/9100
[pid=19504] ppid=19501 vsize=9824732 CPUtime=8.28 cores=0,2,4,6
/proc/19504/stat : 19504 (java) S 19501 19504 14331 0 -1 4202496 22818 0 1 0 816 12 0 0 20 0 22 0 110079312 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 140735335943808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19504/statm: 2456183 83830 2288 9 0 2446860 0
[pid=19504/tid=19506] ppid=19501 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/19504/task/19506/stat : 19506 (java) S 19501 19504 14331 0 -1 4202560 2489 0 1 0 78 4 0 0 20 0 22 0 110079313 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961945465720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19507] ppid=19501 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19504/task/19507/stat : 19507 (java) S 19501 19504 14331 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 110079314 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961917918248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19508] ppid=19501 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19504/task/19508/stat : 19508 (java) S 19501 19504 14331 0 -1 4202560 2 0 0 0 1 0 0 0 20 0 22 0 110079314 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961916865448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19509] ppid=19501 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19504/task/19509/stat : 19509 (java) S 19501 19504 14331 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 110079314 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961915812648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19510] ppid=19501 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19504/task/19510/stat : 19510 (java) S 19501 19504 14331 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 110079314 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961914759848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19511] ppid=19501 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19504/task/19511/stat : 19511 (java) S 19501 19504 14331 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 110079314 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961913707048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19512] ppid=19501 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19504/task/19512/stat : 19512 (java) S 19501 19504 14331 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 110079314 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961912654248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19513] ppid=19501 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19504/task/19513/stat : 19513 (java) S 19501 19504 14331 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 110079314 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961782806824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19514] ppid=19501 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19504/task/19514/stat : 19514 (java) S 19501 19504 14331 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 110079314 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961781754024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19515] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19515/stat : 19515 (java) S 19501 19504 14331 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110079315 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961298807784 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19516] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19516/stat : 19516 (java) S 19501 19504 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110079316 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961297753848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19517] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19517/stat : 19517 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079316 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961296700936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19518] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19518/stat : 19518 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961295649424 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19519] ppid=19501 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/19504/task/19519/stat : 19519 (java) S 19501 19504 14331 0 -1 4202560 11504 0 0 0 137 3 0 0 20 0 22 0 110079318 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961294596536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19520] ppid=19501 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/19504/task/19520/stat : 19520 (java) S 19501 19504 14331 0 -1 4202560 7302 0 0 0 148 2 0 0 20 0 22 0 110079318 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961293543736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19521] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19521/stat : 19521 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961292491128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19522] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19522/stat : 19522 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961291438536 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19523] ppid=19501 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/19504/task/19523/stat : 19523 (java) R 19501 19504 14331 0 -1 4202560 15 0 0 0 217 0 0 0 20 0 22 0 110079401 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961290382840 139961794859808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19524] ppid=19501 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/19504/task/19524/stat : 19524 (java) R 19501 19504 14331 0 -1 4202560 88 0 0 0 211 2 0 0 20 0 22 0 110079401 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961289330120 139961795142022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19525] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19525/stat : 19525 (java) S 19501 19504 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110079403 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961288279464 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19526] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19526/stat : 19526 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079403 10060525568 83830 33554432000 1073741824 1073778376 140735335952672 139961287226664 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 3.99 3.98 3.85 5/219 19595
/proc/meminfo: memFree=30863400/32872528 swapFree=9100/9100
[pid=19504] ppid=19501 vsize=9824732 CPUtime=15.09 cores=0,2,4,6
/proc/19504/stat : 19504 (java) S 19501 19504 14331 0 -1 4202496 23560 0 1 0 1483 26 0 0 20 0 22 0 110079312 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 140735335943808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19504/statm: 2456183 159086 2292 9 0 2446860 0
[pid=19504/tid=19506] ppid=19501 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/19504/task/19506/stat : 19506 (java) S 19501 19504 14331 0 -1 4202560 2489 0 1 0 78 4 0 0 20 0 22 0 110079313 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961945465720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19507] ppid=19501 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19504/task/19507/stat : 19507 (java) S 19501 19504 14331 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 22 0 110079314 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961917918248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19508] ppid=19501 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19504/task/19508/stat : 19508 (java) S 19501 19504 14331 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 22 0 110079314 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961916865448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19509] ppid=19501 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19504/task/19509/stat : 19509 (java) S 19501 19504 14331 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 110079314 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961915812648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19510] ppid=19501 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19504/task/19510/stat : 19510 (java) S 19501 19504 14331 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 110079314 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961914759848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19511] ppid=19501 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19504/task/19511/stat : 19511 (java) S 19501 19504 14331 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 22 0 110079314 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961913707048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19512] ppid=19501 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19504/task/19512/stat : 19512 (java) S 19501 19504 14331 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 110079314 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961912654248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19513] ppid=19501 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19504/task/19513/stat : 19513 (java) S 19501 19504 14331 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 110079314 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961782806824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19514] ppid=19501 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19504/task/19514/stat : 19514 (java) S 19501 19504 14331 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 22 0 110079314 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961781754024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19515] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19515/stat : 19515 (java) S 19501 19504 14331 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 110079315 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961298807784 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19516] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19516/stat : 19516 (java) S 19501 19504 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110079316 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961297753848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19517] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19517/stat : 19517 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079316 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961296700936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19518] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19518/stat : 19518 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 159086 33554432000 1073741824 1073778376 140735335952672 139961295649424 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19519] ppid=19501 vsize=9824732 CPUtime=1.51 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 3.99 4.06 3.96 5/219 19618
/proc/meminfo: memFree=24119148/32872528 swapFree=9100/9100
[pid=19504] ppid=19501 vsize=9824732 CPUtime=1773.2 cores=0,2,4,6
/proc/19504/stat : 19504 (java) S 19501 19504 14331 0 -1 4202496 33293 0 1 0 177100 220 0 0 20 0 22 0 110079312 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 140735335943808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19504/statm: 2456183 967322 2301 9 0 2446860 0
[pid=19504/tid=19506] ppid=19501 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/19504/task/19506/stat : 19506 (java) S 19501 19504 14331 0 -1 4202560 2500 0 1 0 81 5 0 0 20 0 22 0 110079313 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961945465720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19507] ppid=19501 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/19504/task/19507/stat : 19507 (java) S 19501 19504 14331 0 -1 4202560 812 0 0 0 282 21 0 0 20 0 22 0 110079314 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961917918248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19508] ppid=19501 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/19504/task/19508/stat : 19508 (java) S 19501 19504 14331 0 -1 4202560 902 0 0 0 313 19 0 0 20 0 22 0 110079314 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961916865448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19509] ppid=19501 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/19504/task/19509/stat : 19509 (java) S 19501 19504 14331 0 -1 4202560 748 0 0 0 315 22 0 0 20 0 22 0 110079314 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961915812648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19510] ppid=19501 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/19504/task/19510/stat : 19510 (java) S 19501 19504 14331 0 -1 4202560 831 0 0 0 312 19 0 0 20 0 22 0 110079314 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961914759848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19511] ppid=19501 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/19504/task/19511/stat : 19511 (java) S 19501 19504 14331 0 -1 4202560 651 0 0 0 323 19 0 0 20 0 22 0 110079314 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961913707048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19512] ppid=19501 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/19504/task/19512/stat : 19512 (java) S 19501 19504 14331 0 -1 4202560 825 0 0 0 311 21 0 0 20 0 22 0 110079314 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961912654248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19513] ppid=19501 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/19504/task/19513/stat : 19513 (java) S 19501 19504 14331 0 -1 4202560 905 0 0 0 311 19 0 0 20 0 22 0 110079314 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961782806824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19514] ppid=19501 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/19504/task/19514/stat : 19514 (java) S 19501 19504 14331 0 -1 4202560 568 0 0 0 275 17 0 0 20 0 22 0 110079314 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961781754024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19515] ppid=19501 vsize=9824732 CPUtime=6.35 cores=0,2,4,6
/proc/19504/task/19515/stat : 19515 (java) S 19501 19504 14331 0 -1 4202560 2435 0 0 0 630 5 0 0 20 0 22 0 110079315 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961298807784 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19516] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19516/stat : 19516 (java) S 19501 19504 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110079316 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961297753848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19517] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19517/stat : 19517 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079316 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961296700936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19518] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19518/stat : 19518 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961295649424 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19519] ppid=19501 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/19504/task/19519/stat : 19519 (java) S 19501 19504 14331 0 -1 4202560 11534 0 0 0 186 3 0 0 20 0 22 0 110079318 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961294596536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19520] ppid=19501 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/19504/task/19520/stat : 19520 (java) S 19501 19504 14331 0 -1 4202560 7307 0 0 0 170 2 0 0 20 0 22 0 110079318 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961293543736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19521] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19521/stat : 19521 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961292491128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19522] ppid=19501 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/19504/task/19522/stat : 19522 (java) S 19501 19504 14331 0 -1 4202560 51 0 0 0 11 19 0 0 20 0 22 0 110079318 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961291438536 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19523] ppid=19501 vsize=9824732 CPUtime=868.2 cores=0,2,4,6
/proc/19504/task/19523/stat : 19523 (java) R 19501 19504 14331 0 -1 4202560 68 0 0 0 86805 15 0 0 20 0 22 0 110079401 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961290384656 139961794860514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19524] ppid=19501 vsize=9824732 CPUtime=868.17 cores=0,2,4,6
/proc/19504/task/19524/stat : 19524 (java) R 19501 19504 14331 0 -1 4202560 1891 0 0 0 86770 47 0 0 20 0 22 0 110079401 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961289330544 139961794514544 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19525] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19525/stat : 19525 (java) S 19501 19504 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110079403 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961288279464 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19526] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19526/stat : 19526 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079403 10060525568 967322 33554432000 1073741824 1073778376 140735335952672 139961287226664 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1773.2
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.701 s]
/proc/loadavg: 3.99 4.06 3.96 5/219 19618
/proc/meminfo: memFree=24119028/32872528 swapFree=9100/9100
[pid=19504] ppid=19501 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/19504/stat : 19504 (java) S 19501 19504 14331 0 -1 4202496 33295 0 1 0 179786 221 0 0 20 0 22 0 110079312 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 140735335943808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19504/statm: 2456183 967321 2301 9 0 2446860 0
[pid=19504/tid=19506] ppid=19501 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/19504/task/19506/stat : 19506 (java) S 19501 19504 14331 0 -1 4202560 2500 0 1 0 81 5 0 0 20 0 22 0 110079313 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961945465720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19507] ppid=19501 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/19504/task/19507/stat : 19507 (java) S 19501 19504 14331 0 -1 4202560 812 0 0 0 285 21 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961917918248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19508] ppid=19501 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/19504/task/19508/stat : 19508 (java) S 19501 19504 14331 0 -1 4202560 902 0 0 0 317 19 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961916865448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19509] ppid=19501 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/19504/task/19509/stat : 19509 (java) S 19501 19504 14331 0 -1 4202560 748 0 0 0 318 22 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961915812648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19510] ppid=19501 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/19504/task/19510/stat : 19510 (java) S 19501 19504 14331 0 -1 4202560 831 0 0 0 316 19 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961914759848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19511] ppid=19501 vsize=9824732 CPUtime=3.46 cores=0,2,4,6
/proc/19504/task/19511/stat : 19511 (java) S 19501 19504 14331 0 -1 4202560 651 0 0 0 327 19 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961913707048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19512] ppid=19501 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/19504/task/19512/stat : 19512 (java) S 19501 19504 14331 0 -1 4202560 825 0 0 0 315 21 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961912654248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19513] ppid=19501 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/19504/task/19513/stat : 19513 (java) S 19501 19504 14331 0 -1 4202560 905 0 0 0 313 19 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961782806824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19514] ppid=19501 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/19504/task/19514/stat : 19514 (java) S 19501 19504 14331 0 -1 4202560 568 0 0 0 279 17 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961781754024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19515] ppid=19501 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/19504/task/19515/stat : 19515 (java) S 19501 19504 14331 0 -1 4202560 2435 0 0 0 630 6 0 0 20 0 22 0 110079315 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961298807784 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19516] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19516/stat : 19516 (java) S 19501 19504 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110079316 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961297753848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19517] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19517/stat : 19517 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079316 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961296700936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19518] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19518/stat : 19518 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961295649424 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19519] ppid=19501 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/19504/task/19519/stat : 19519 (java) S 19501 19504 14331 0 -1 4202560 11534 0 0 0 186 3 0 0 20 0 22 0 110079318 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961294596536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19520] ppid=19501 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/19504/task/19520/stat : 19520 (java) S 19501 19504 14331 0 -1 4202560 7307 0 0 0 170 2 0 0 20 0 22 0 110079318 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961293543736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19521] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19521/stat : 19521 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961292491128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19522] ppid=19501 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/19504/task/19522/stat : 19522 (java) S 19501 19504 14331 0 -1 4202560 51 0 0 0 11 20 0 0 20 0 22 0 110079318 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961291438536 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19523] ppid=19501 vsize=9824732 CPUtime=881.49 cores=0,2,4,6
/proc/19504/task/19523/stat : 19523 (java) R 19501 19504 14331 0 -1 4202560 68 0 0 0 88134 15 0 0 20 0 22 0 110079401 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961290382640 139961794952060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19524] ppid=19501 vsize=9824732 CPUtime=881.47 cores=0,2,4,6
/proc/19504/task/19524/stat : 19524 (java) R 19501 19504 14331 0 -1 4202560 1893 0 0 0 88100 47 0 0 20 0 22 0 110079401 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961289330560 139961794517673 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19525] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19525/stat : 19525 (java) S 19501 19504 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110079403 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961288279464 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19526] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19526/stat : 19526 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079403 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961287226664 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 19504 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.701 s]
/proc/loadavg: 3.99 4.06 3.96 5/219 19618
/proc/meminfo: memFree=24119028/32872528 swapFree=9100/9100
[pid=19504] ppid=19501 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/19504/stat : 19504 (java) S 19501 19504 14331 0 -1 4202496 33295 0 1 0 179786 221 0 0 20 0 22 0 110079312 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 140735335943808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19504/statm: 2456183 967321 2301 9 0 2446860 0
[pid=19504/tid=19506] ppid=19501 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/19504/task/19506/stat : 19506 (java) S 19501 19504 14331 0 -1 4202560 2500 0 1 0 81 5 0 0 20 0 22 0 110079313 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961945465720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19507] ppid=19501 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/19504/task/19507/stat : 19507 (java) S 19501 19504 14331 0 -1 4202560 812 0 0 0 285 21 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961917918248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19508] ppid=19501 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/19504/task/19508/stat : 19508 (java) S 19501 19504 14331 0 -1 4202560 902 0 0 0 317 19 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961916865448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19509] ppid=19501 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/19504/task/19509/stat : 19509 (java) S 19501 19504 14331 0 -1 4202560 748 0 0 0 318 22 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961915812648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19510] ppid=19501 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/19504/task/19510/stat : 19510 (java) S 19501 19504 14331 0 -1 4202560 831 0 0 0 316 19 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961914759848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19511] ppid=19501 vsize=9824732 CPUtime=3.46 cores=0,2,4,6
/proc/19504/task/19511/stat : 19511 (java) S 19501 19504 14331 0 -1 4202560 651 0 0 0 327 19 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961913707048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19512] ppid=19501 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/19504/task/19512/stat : 19512 (java) S 19501 19504 14331 0 -1 4202560 825 0 0 0 315 21 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961912654248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19513] ppid=19501 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/19504/task/19513/stat : 19513 (java) S 19501 19504 14331 0 -1 4202560 905 0 0 0 313 19 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961782806824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19514] ppid=19501 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/19504/task/19514/stat : 19514 (java) S 19501 19504 14331 0 -1 4202560 568 0 0 0 279 17 0 0 20 0 22 0 110079314 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961781754024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19515] ppid=19501 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/19504/task/19515/stat : 19515 (java) S 19501 19504 14331 0 -1 4202560 2435 0 0 0 630 6 0 0 20 0 22 0 110079315 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961298807784 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19516] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19516/stat : 19516 (java) S 19501 19504 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110079316 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961297753848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19517] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19517/stat : 19517 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079316 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961296700936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19518] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19518/stat : 19518 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961295649424 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19519] ppid=19501 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/19504/task/19519/stat : 19519 (java) S 19501 19504 14331 0 -1 4202560 11534 0 0 0 186 3 0 0 20 0 22 0 110079318 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961294596536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19504/tid=19520] ppid=19501 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/19504/task/19520/stat : 19520 (java) S 19501 19504 14331 0 -1 4202560 7307 0 0 0 170 2 0 0 20 0 22 0 110079318 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961293543736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19521] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19521/stat : 19521 (java) S 19501 19504 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110079318 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961292491128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19504/tid=19522] ppid=19501 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/19504/task/19522/stat : 19522 (java) S 19501 19504 14331 0 -1 4202560 51 0 0 0 11 20 0 0 20 0 22 0 110079318 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961291438536 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19523] ppid=19501 vsize=9824732 CPUtime=881.49 cores=0,2,4,6
/proc/19504/task/19523/stat : 19523 (java) R 19501 19504 14331 0 -1 4202560 68 0 0 0 88134 15 0 0 20 0 22 0 110079401 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961290382640 139961794952060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19504/tid=19524] ppid=19501 vsize=9824732 CPUtime=881.47 cores=0,2,4,6
/proc/19504/task/19524/stat : 19524 (java) R 19501 19504 14331 0 -1 4202560 1893 0 0 0 88100 47 0 0 20 0 22 0 110079401 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961289330560 139961794517673 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19525] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19525/stat : 19525 (java) S 19501 19504 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110079403 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961288279464 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19504/tid=19526] ppid=19501 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19504/task/19526/stat : 19526 (java) S 19501 19504 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110079403 10060525568 967321 33554432000 1073741824 1073778376 140735335952672 139961287226664 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.777
CPU time (s): 1800.83
CPU user time (s): 1798.1
CPU system time (s): 2.73158
CPU usage (%): 201.036
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.73158
maximum resident set size= 3869404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33328
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23909
involuntary context switches= 27593

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.83211 second user time and 7.27389 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 08:38:02
IDJOB=4080531
IDBENCH=90181
IDSOLVER=2543
FILE ID=node151/4080531-1465281482
RUNJOBID= node151-1465279688-19203
PBS_JOBID= 19843295
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K156.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080531-1465281482/watcher-4080531-1465281482 -o /tmp/evaluation-result-4080531-1465281482/solver-4080531-1465281482 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465279688-19203 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080531-1465281482.opb

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

MD5SUM BENCH= b01d5fef61cfdf78caaec08ee0d21bae
RANDOM SEED=1773682144

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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:        28181100 kB
Buffers:           89608 kB
Cached:           245800 kB
SwapCached:         2184 kB
Active:          3694456 kB
Inactive:         236196 kB
Active(anon):    3596044 kB
Inactive(anon):     1680 kB
Active(file):      98412 kB
Inactive(file):   234516 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:              1992 kB
Writeback:             0 kB
AnonPages:       3662380 kB
Mapped:            16512 kB
Shmem:                 0 kB
Slab:             611748 kB
SReclaimable:      55464 kB
SUnreclaim:       556284 kB
KernelStack:        1808 kB
PageTables:        11656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3905644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3586048 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= 71744 MiB
End job on node151 at 2016-06-07 08:52:57