Trace number 4080536

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.2 896.585

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K168.opb
MD5SUM4a002b4e44699cf4cd35a469f7223c94
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 variables19992
Total number of constraints20330
Number of constraints which are clauses20162
Number of constraints which are cardinality constraints (but not clauses)168
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint168
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 169
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.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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080536-1465283445.opb
0.11/0.11	c reading problem ... 
0.11/0.12	c  no objective function found
1.89/0.89	c ... done. Wall clock time 0.781s.
1.89/0.89	c declared #vars     19992
1.89/0.89	c #constraints  20330
2.20/0.90	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.20/0.90	c constraints type 
2.20/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17989
2.20/0.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 168
2.20/0.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
2.20/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2171
2.20/0.90	c 20330 constraints processed.
2.20/0.90	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.20/0.90	c constraints type 
2.20/0.90	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2171
2.20/0.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17989
2.20/0.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 168
2.20/0.90	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.20/0.90	c 20330 constraints processed.
10.05/3.96	c cleaning 2476 clauses out of 4987 with flag 24707/5000
16.36/6.93	c cleaning 4253 clauses out of 8506 with flag 56828/11001
24.05/10.78	c cleaning 5590 clauses out of 11249 with flag 93588/18001
33.17/15.18	c cleaning 6788 clauses out of 13658 with flag 136070/26003
42.97/20.07	c cleaning 7935 clauses out of 15869 with flag 181488/35004
54.13/25.59	c cleaning 8051 clauses out of 17922 with flag 231594/45000
66.94/31.95	c cleaning 9003 clauses out of 20868 with flag 289329/56000
80.87/38.82	c cleaning 9807 clauses out of 23862 with flag 346205/68002
96.07/46.37	c cleaning 10711 clauses out of 27052 with flag 413895/81000
110.26/53.46	c cleaning 11404 clauses out of 30339 with flag 485717/95000
126.87/61.73	c cleaning 12115 clauses out of 33931 with flag 565075/110000
145.25/70.90	c cleaning 12823 clauses out of 37806 with flag 646377/126002
164.77/80.66	c cleaning 13889 clauses out of 41981 with flag 734818/143000
186.38/91.46	c cleaning 14430 clauses out of 46090 with flag 827770/161000
210.40/103.36	c cleaning 15554 clauses out of 50654 with flag 928274/180000
243.13/119.96	c cleaning 16443 clauses out of 55098 with flag 1033151/200000
269.86/133.23	c cleaning 17025 clauses out of 59653 with flag 1143650/221001
298.59/147.54	c cleaning 17937 clauses out of 64620 with flag 1261106/243001
328.71/162.50	c cleaning 18613 clauses out of 69676 with flag 1382321/266000
358.23/177.26	c cleaning 19549 clauses out of 75063 with flag 1511190/290000
392.82/194.49	c cleaning 20259 clauses out of 80514 with flag 1650631/315000
424.37/210.69	c cleaning 0 clauses out of 5002 with flag 0/5002
427.76/212.20	c cleaning 21232 clauses out of 86238 with flag 1790722/341000
466.49/231.48	c cleaning 21862 clauses out of 92003 with flag 1936089/368000
506.36/251.25	c cleaning 22772 clauses out of 98139 with flag 2084847/396000
545.57/270.73	c cleaning 23816 clauses out of 104363 with flag 2243500/425000
586.76/291.23	c cleaning 24167 clauses out of 110543 with flag 2410148/455000
625.73/310.69	c cleaning 25604 clauses out of 117368 with flag 2582964/486000
668.72/332.16	c cleaning 26259 clauses out of 123761 with flag 2761085/518000
714.93/355.28	c cleaning 26714 clauses out of 130502 with flag 2955881/551001
768.91/382.15	c cleaning 28002 clauses out of 137782 with flag 3151643/585000
821.56/408.22	c cleaning 28646 clauses out of 144778 with flag 3352699/620000
880.51/438.01	c cleaning 29452 clauses out of 152133 with flag 3564881/656002
932.62/464.01	c cleaning 30726 clauses out of 159676 with flag 3771454/693000
990.61/492.87	c cleaning 31307 clauses out of 166951 with flag 3989078/731001
1052.48/523.68	c cleaning 32346 clauses out of 174640 with flag 4216495/770000
1116.28/555.36	c cleaning 33137 clauses out of 182292 with flag 4444666/810000
1178.84/586.42	c cleaning 34136 clauses out of 190153 with flag 4683138/851000
1245.64/619.61	c cleaning 35072 clauses out of 198016 with flag 4928343/893000
1315.46/654.35	c cleaning 35789 clauses out of 205944 with flag 5188363/936000
1388.85/690.80	c cleaning 36734 clauses out of 214156 with flag 5447293/980002
1462.60/727.59	c cleaning 37370 clauses out of 222417 with flag 5721446/1025000
1540.34/767.23	c cleaning 38372 clauses out of 231048 with flag 6002175/1071002
1613.56/803.70	c cleaning 39299 clauses out of 239674 with flag 6282469/1118000
1689.34/841.50	c cleaning 40537 clauses out of 248375 with flag 6568153/1166001
1764.48/878.85	c cleaning 40927 clauses out of 256839 with flag 6872177/1215003
1800.20/896.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.20/896.51	c starts		: 7333
1800.20/896.51	c conflicts		: 1238055
1800.20/896.51	c decisions		: 43228562
1800.20/896.51	c propagations		: 1202019357
1800.20/896.51	c inspects		: 2981415395
1800.20/896.51	c shortcuts		: 0
1800.20/896.51	c learnt literals	: 158
1800.20/896.51	c learnt binary clauses	: 101020
1800.20/896.51	c learnt ternary clauses	: 83796
1800.20/896.51	c learnt constraints	: 1237897
1800.20/896.51	c ignored constraints	: 0
1800.20/896.51	c root simplifications	: 0
1800.20/896.51	c removed literals (reason simplification)	: 8568837
1800.20/896.51	c reason swapping (by a shorter reason)	: 0
1800.20/896.51	c Calls to reduceDB	: 45
1800.20/896.51	c Number of update (reduction) of LBD	: 822863
1800.20/896.51	c Imported unit clauses	: 0
1800.20/896.51	c number of reductions to clauses (during analyze)	: 0
1800.20/896.51	c number of learned constraints concerned by reduction	: 0
1800.20/896.51	c number of learning phase by resolution	: 0
1800.20/896.51	c number of learning phase by cutting planes	: 0
1800.20/896.51	c speed (assignments/second)	: 1342164.4839171802
1800.20/896.51	c non guided choices	29594
1800.20/896.56	c learnt constraints type 
1800.20/896.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 101020
1800.20/896.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 137944
1800.20/896.56	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.20/896.56	c starts		: 30
1800.20/896.56	c conflicts		: 9195
1800.20/896.56	c decisions		: 203928
1800.20/896.56	c propagations		: 12118196
1800.20/896.56	c inspects		: 608215322
1800.20/896.56	c shortcuts		: 0
1800.20/896.56	c learnt literals	: 0
1800.20/896.56	c learnt binary clauses	: 0
1800.20/896.56	c learnt ternary clauses	: 29
1800.20/896.56	c learnt constraints	: 9194
1800.20/896.56	c ignored constraints	: 0
1800.20/896.56	c root simplifications	: 0
1800.20/896.56	c removed literals (reason simplification)	: 0
1800.20/896.56	c reason swapping (by a shorter reason)	: 0
1800.20/896.56	c Calls to reduceDB	: 1
1800.20/896.56	c Number of update (reduction) of LBD	: 0
1800.20/896.56	c Imported unit clauses	: 0
1800.20/896.56	c number of reductions to clauses (during analyze)	: 0
1800.20/896.56	c number of learned constraints concerned by reduction	: 0
1800.20/896.56	c number of learning phase by resolution	: 0
1800.20/896.56	c number of learning phase by cutting planes	: 0
1800.20/896.56	c speed (assignments/second)	: 13530.329421012202
1800.20/896.56	c non guided choices	2635
1800.20/896.56	c learnt constraints type 
1800.20/896.56	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 570
1800.20/896.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2059
1800.20/896.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6565
1800.20/896.56	s UNKNOWN
1800.20/896.56	c Total wall clock time (in seconds): 896.448

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-4080536-1465283445/watcher-4080536-1465283445 -o /tmp/evaluation-result-4080536-1465283445/solver-4080536-1465283445 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27594 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080536-1465283445.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.18 4.23 4.25 4/198 29035
/proc/meminfo: memFree=28874704/32872528 swapFree=16636/1570076
[pid=29035] ppid=29032 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29035/stat : 29035 (java) S 29032 29035 27578 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 110276817 98570240 978 33554432000 1073741824 1073778376 140735858082848 140735858073984 213422997565 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29035/statm: 24065 978 744 9 0 16771 0
[pid=29035/tid=29036] ppid=29032 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29036/stat : 29036 (java) R 29032 29035 27578 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 110276817 98570240 978 33554432000 1073741824 1073778376 140735858082848 140037930622504 213419640192 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 4.18 4.23 4.25 4/198 29035
/proc/meminfo: memFree=28874704/32872528 swapFree=16636/1570076
[pid=29035] ppid=29032 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/29035/stat : 29035 (java) S 29032 29035 27578 0 -1 4202496 4408 0 1 0 10 1 0 0 20 0 18 0 110276817 9787879424 6046 33554432000 1073741824 1073778376 140735858082848 140735858073984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29035/statm: 2389619 6048 2132 9 0 2380296 0
[pid=29035/tid=29036] ppid=29032 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/29035/task/29036/stat : 29036 (java) R 29032 29035 27578 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 110276817 9787879424 6050 33554432000 1073741824 1073778376 140735858082848 140037930625952 213423023373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200323 s]
/proc/loadavg: 4.18 4.23 4.25 4/198 29035
/proc/meminfo: memFree=28874704/32872528 swapFree=16636/1570076
[pid=29035] ppid=29032 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/29035/stat : 29035 (java) S 29032 29035 27578 0 -1 4202496 6648 0 1 0 28 1 0 0 20 0 18 0 110276817 9787879424 8627 33554432000 1073741824 1073778376 140735858082848 140735858073984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29035/statm: 2389619 8628 2208 9 0 2380296 0
[pid=29035/tid=29036] ppid=29032 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/29035/task/29036/stat : 29036 (java) R 29032 29035 27578 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 18 0 110276817 9787879424 8628 33554432000 1073741824 1073778376 140735858082848 140037930625952 140037933912983 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300338 s]
/proc/loadavg: 4.18 4.23 4.25 4/198 29035
/proc/meminfo: memFree=28874704/32872528 swapFree=16636/1570076
[pid=29035] ppid=29032 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/29035/stat : 29035 (java) S 29032 29035 27578 0 -1 4202496 7300 0 1 0 56 1 0 0 20 0 18 0 110276817 9787879424 11734 33554432000 1073741824 1073778376 140735858082848 140735858073984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29035/statm: 2389619 11734 2234 9 0 2380296 0
[pid=29035/tid=29036] ppid=29032 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/29035/task/29036/stat : 29036 (java) R 29032 29035 27578 0 -1 4202560 2404 0 1 0 26 1 0 0 20 0 18 0 110276817 9787879424 11734 33554432000 1073741824 1073778376 140735858082848 140037930625952 140037761425684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700288 s]
/proc/loadavg: 4.18 4.23 4.25 4/198 29035
/proc/meminfo: memFree=28874704/32872528 swapFree=16636/1570076
[pid=29035] ppid=29032 vsize=9558476 CPUtime=1.59 cores=0,2,4,6
/proc/29035/stat : 29035 (java) S 29032 29035 27578 0 -1 4202496 20830 0 1 0 154 5 0 0 20 0 18 0 110276817 9787879424 40346 33554432000 1073741824 1073778376 140735858082848 140735858073984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29035/statm: 2389619 40346 2251 9 0 2380296 0
[pid=29035/tid=29036] ppid=29032 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/29035/task/29036/stat : 29036 (java) R 29032 29035 27578 0 -1 4202560 2448 0 1 0 65 2 0 0 20 0 18 0 110276817 9787879424 40346 33554432000 1073741824 1073778376 140735858082848 140037930618800 140037933912983 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.18 4.23 4.25 7/220 29057
/proc/meminfo: memFree=28675480/32872528 swapFree=16636/1570076
[pid=29035] ppid=29032 vsize=9824732 CPUtime=4.57 cores=0,2,4,6
/proc/29035/stat : 29035 (java) S 29032 29035 27578 0 -1 4202496 26475 0 1 0 448 9 0 0 20 0 22 0 110276817 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140735858073984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29035/statm: 2456183 54163 2285 9 0 2446860 0
[pid=29035/tid=29036] ppid=29032 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/29035/task/29036/stat : 29036 (java) S 29032 29035 27578 0 -1 4202560 2477 0 1 0 82 4 0 0 20 0 22 0 110276817 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037930627960 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29038] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29038/stat : 29038 (java) S 29032 29035 27578 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 110276818 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037892119208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29039] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29039/stat : 29039 (java) S 29032 29035 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110276818 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037891066664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29040] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29040/stat : 29040 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276818 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037890014120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29035/tid=29041] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29041/stat : 29041 (java) S 29032 29035 27578 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110276818 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037888961576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29042] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110276818 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037887908008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29035/tid=29043] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110276818 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037886855464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29044] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 110276818 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037885802920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29045] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110276818 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037884750376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29046] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29046/stat : 29046 (java) S 29032 29035 27578 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110276819 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037754686056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29047] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29047/stat : 29047 (java) S 29032 29035 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110276819 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037753632376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29048] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29048/stat : 29048 (java) S 29032 29035 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110276819 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037752579720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29049] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29049/stat : 29049 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276822 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037751528464 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29050] ppid=29032 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/29035/task/29050/stat : 29050 (java) R 29032 29035 27578 0 -1 4202560 10475 0 0 0 117 3 0 0 20 0 22 0 110276822 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037750460760 140037932418706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29051] ppid=29032 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/29035/task/29051/stat : 29051 (java) R 29032 29035 27578 0 -1 4202560 12096 0 0 0 124 1 0 0 20 0 22 0 110276822 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037749409408 140037933099040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29052] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29052/stat : 29052 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276822 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037748369912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29053] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29053/stat : 29053 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276822 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037747317576 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29054] ppid=29032 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/29035/task/29054/stat : 29054 (java) R 29032 29035 27578 0 -1 4202560 20 0 0 0 57 0 0 0 20 0 22 0 110276907 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140037746261296 140037761096769 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29035/tid=29055] ppid=29032 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/29035/task/29055/stat : 29055 (java) R 29032 29035 27578 0 -1 4202560 27 0 0 0 58 0 0 0 20 0 22 0 110276907 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140036603369888 140037761926125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29056] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29056/stat : 29056 (java) S 29032 29035 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110276910 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140036602320424 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29057] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29057/stat : 29057 (java) S 29032 29035 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110276910 10060525568 54163 33554432000 1073741824 1073778376 140735858082848 140036601267880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 4.18 4.23 4.25 5/220 29057
/proc/meminfo: memFree=28655652/32872528 swapFree=16636/1570076
[pid=29035] ppid=29032 vsize=9824732 CPUtime=8.43 cores=0,2,4,6
/proc/29035/stat : 29035 (java) S 29032 29035 27578 0 -1 4202496 27145 0 1 0 827 16 0 0 20 0 22 0 110276817 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140735858073984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29035/statm: 2456183 92116 2288 9 0 2446860 0
[pid=29035/tid=29036] ppid=29032 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/29035/task/29036/stat : 29036 (java) S 29032 29035 27578 0 -1 4202560 2477 0 1 0 82 4 0 0 20 0 22 0 110276817 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037930627960 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29038] ppid=29032 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/29035/task/29038/stat : 29038 (java) S 29032 29035 27578 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 110276818 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037892119208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29039] ppid=29032 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/29035/task/29039/stat : 29039 (java) S 29032 29035 27578 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 110276818 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037891066664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29040] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29040/stat : 29040 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276818 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037890014120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29041] ppid=29032 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/29035/task/29041/stat : 29041 (java) S 29032 29035 27578 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 110276818 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037888961576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29042] ppid=29032 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 27578 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 110276818 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037887908008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29043] ppid=29032 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 27578 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 110276818 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037886855464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29035/tid=29044] ppid=29032 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 27578 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 22 0 110276818 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037885802920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29045] ppid=29032 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 27578 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 110276818 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037884750376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29035/tid=29046] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29046/stat : 29046 (java) S 29032 29035 27578 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 110276819 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037754686056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29047] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29047/stat : 29047 (java) S 29032 29035 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110276819 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037753632376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29048] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29048/stat : 29048 (java) S 29032 29035 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110276819 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037752579720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29049] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29049/stat : 29049 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276822 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037751528464 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29050] ppid=29032 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/29035/task/29050/stat : 29050 (java) S 29032 29035 27578 0 -1 4202560 10477 0 0 0 146 3 0 0 20 0 22 0 110276822 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037750474808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29051] ppid=29032 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/29035/task/29051/stat : 29051 (java) S 29032 29035 27578 0 -1 4202560 12481 0 0 0 148 1 0 0 20 0 22 0 110276822 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037749422264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29052] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29052/stat : 29052 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276822 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037748369912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29053] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29053/stat : 29053 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276822 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037747317576 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29054] ppid=29032 vsize=9824732 CPUtime=2.08 cores=0,2,4,6
/proc/29035/task/29054/stat : 29054 (java) R 29032 29035 27578 0 -1 4202560 20 0 0 0 208 0 0 0 20 0 22 0 110276907 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140037746261032 140037761581022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29055] ppid=29032 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/29035/task/29055/stat : 29055 (java) R 29032 29035 27578 0 -1 4202560 86 0 0 0 209 1 0 0 20 0 22 0 110276907 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140036603371248 140037761673415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29056] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29056/stat : 29056 (java) S 29032 29035 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110276910 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140036602320424 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29057] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29057/stat : 29057 (java) S 29032 29035 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110276910 10060525568 92116 33554432000 1073741824 1073778376 140735858082848 140036601267880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.17 4.22 4.25 5/220 29057
/proc/meminfo: memFree=27714304/32872528 swapFree=16636/1570076
[pid=29035] ppid=29032 vsize=9824732 CPUtime=15.16 cores=0,2,4,6
/proc/29035/stat : 29035 (java) S 29032 29035 27578 0 -1 4202496 27729 0 1 0 1489 27 0 0 20 0 22 0 110276817 10060525568 160728 33554432000 1073741824 1073778376 140735858082848 140735858073984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29035/statm: 2456183 160728 2292 9 0 2446860 0
[pid=29035/tid=29036] ppid=29032 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/29035/task/29036/stat : 29036 (java) S 29032 29035 27578 0 -1 4202560 2477 0 1 0 82 4 0 0 20 0 22 0 110276817 10060525568 160728 33554432000 1073741824 1073778376 140735858082848 140037930627960 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29038] ppid=29032 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/29035/task/29038/stat : 29038 (java) S 29032 29035 27578 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 22 0 110276818 10060525568 160728 33554432000 1073741824 1073778376 140735858082848 140037892119208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29039] ppid=29032 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/29035/task/29039/stat : 29039 (java) S 29032 29035 27578 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 110276818 10060525568 160728 33554432000 1073741824 1073778376 140735858082848 140037891066664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29040] ppid=29032 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/29035/task/29040/stat : 29040 (java) S 29032 29035 27578 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 110276818 10060525568 160728 33554432000 1073741824 1073778376 140735858082848 140037890014120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29041] ppid=29032 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/29035/task/29041/stat : 29041 (java) S 29032 29035 27578 0 -1 4202560 66 0 0 0 6 3 0 0 20 0 22 0 110276818 10060525568 160728 33554432000 1073741824 1073778376 140735858082848 140037888961576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29042] ppid=29032 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 27578 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 110276818 10060525568 160728 33554432000 1073741824 1073778376 140735858082848 140037887908008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29043] ppid=29032 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 27578 0 -1 4202560 41 0 0 0 4 1 0 0 20 0 22 0 110276818 10060525568 160728 33554432000 1073741824 1073778376 140735858082848 140037886855464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29044] ppid=29032 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 27578 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 110276818 10060525568 160728 33554432000 1073741824 1073778376 140735858082848 140037885802920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29045] ppid=29032 vsize=9824732 CPUtime=0.08 cores=0,2,4,6

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

[pid=29035/tid=29041] ppid=29032 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/29035/task/29041/stat : 29041 (java) S 29032 29035 27578 0 -1 4202560 1142 0 0 0 249 24 0 0 20 0 22 0 110276818 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037888961576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29042] ppid=29032 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 27578 0 -1 4202560 1477 0 0 0 234 18 0 0 20 0 22 0 110276818 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037887908008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29043] ppid=29032 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 27578 0 -1 4202560 929 0 0 0 208 20 0 0 20 0 22 0 110276818 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037886855464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29044] ppid=29032 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 27578 0 -1 4202560 864 0 0 0 226 19 0 0 20 0 22 0 110276818 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037885802920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29045] ppid=29032 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 27578 0 -1 4202560 1101 0 0 0 244 21 0 0 20 0 22 0 110276818 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037884750376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29046] ppid=29032 vsize=9824732 CPUtime=5.05 cores=0,2,4,6
/proc/29035/task/29046/stat : 29046 (java) S 29032 29035 27578 0 -1 4202560 2398 0 0 0 499 6 0 0 20 0 22 0 110276819 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037754686056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29047] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29047/stat : 29047 (java) S 29032 29035 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110276819 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037753632376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29048] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29048/stat : 29048 (java) S 29032 29035 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110276819 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037752579720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29049] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29049/stat : 29049 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276822 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037751528464 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29050] ppid=29032 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/29035/task/29050/stat : 29050 (java) S 29032 29035 27578 0 -1 4202560 10524 0 0 0 195 3 0 0 20 0 22 0 110276822 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037750474808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29051] ppid=29032 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/29035/task/29051/stat : 29051 (java) S 29032 29035 27578 0 -1 4202560 12489 0 0 0 169 2 0 0 20 0 22 0 110276822 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037749422264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29052] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29052/stat : 29052 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276822 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037748369912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29053] ppid=29032 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/29035/task/29053/stat : 29053 (java) S 29032 29035 27578 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 110276822 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037747317576 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29054] ppid=29032 vsize=9824732 CPUtime=868.65 cores=0,2,4,6
/proc/29035/task/29054/stat : 29054 (java) R 29032 29035 27578 0 -1 4202560 125 0 0 0 86851 14 0 0 20 0 22 0 110276907 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140037746253968 140037761797829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29055] ppid=29032 vsize=9824732 CPUtime=868.66 cores=0,2,4,6
/proc/29035/task/29055/stat : 29055 (java) R 29032 29035 27578 0 -1 4202560 2029 0 0 0 86819 47 0 0 20 0 22 0 110276907 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140036603371248 140037761972223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29056] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29056/stat : 29056 (java) S 29032 29035 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110276910 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140036602320424 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29057] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29057/stat : 29057 (java) S 29032 29035 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110276910 10060525568 953619 33554432000 1073741824 1073778376 140735858082848 140036601267880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1771.5
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.501 s]
/proc/loadavg: 4.59 4.35 4.29 6/219 29146
/proc/meminfo: memFree=24904924/32872528 swapFree=16636/1570076
[pid=29035] ppid=29032 vsize=9824732 CPUtime=1800.2 cores=0,2,4,6
/proc/29035/stat : 29035 (java) S 29032 29035 27578 0 -1 4202496 40393 0 1 0 179793 227 0 0 20 0 22 0 110276817 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140735858073984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29035/statm: 2456183 953687 2301 9 0 2446860 0
[pid=29035/tid=29036] ppid=29032 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/29035/task/29036/stat : 29036 (java) S 29032 29035 27578 0 -1 4202560 2483 0 1 0 84 6 0 0 20 0 22 0 110276817 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037930627960 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29038] ppid=29032 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/29035/task/29038/stat : 29038 (java) S 29032 29035 27578 0 -1 4202560 1132 0 0 0 229 20 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037892119208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29035/tid=29039] ppid=29032 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/29035/task/29039/stat : 29039 (java) S 29032 29035 27578 0 -1 4202560 1158 0 0 0 264 19 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037891066664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29040] ppid=29032 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/29035/task/29040/stat : 29040 (java) S 29032 29035 27578 0 -1 4202560 1172 0 0 0 206 19 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037890014120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29041] ppid=29032 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/29035/task/29041/stat : 29041 (java) S 29032 29035 27578 0 -1 4202560 1153 0 0 0 252 24 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037888961576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29042] ppid=29032 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 27578 0 -1 4202560 1482 0 0 0 242 18 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037887908008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29043] ppid=29032 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 27578 0 -1 4202560 937 0 0 0 215 20 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037886855464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29044] ppid=29032 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 27578 0 -1 4202560 875 0 0 0 231 19 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037885802920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29045] ppid=29032 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 27578 0 -1 4202560 1115 0 0 0 254 21 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037884750376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29035/tid=29046] ppid=29032 vsize=9824732 CPUtime=5.06 cores=0,2,4,6
/proc/29035/task/29046/stat : 29046 (java) S 29032 29035 27578 0 -1 4202560 2401 0 0 0 500 6 0 0 20 0 22 0 110276819 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037754686056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29047] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29047/stat : 29047 (java) S 29032 29035 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110276819 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037753632376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29048] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29048/stat : 29048 (java) S 29032 29035 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110276819 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037752579720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29049] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29049/stat : 29049 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276822 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037751528464 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29050] ppid=29032 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/29035/task/29050/stat : 29050 (java) S 29032 29035 27578 0 -1 4202560 10524 0 0 0 195 3 0 0 20 0 22 0 110276822 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037750474808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29051] ppid=29032 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/29035/task/29051/stat : 29051 (java) S 29032 29035 27578 0 -1 4202560 12489 0 0 0 169 2 0 0 20 0 22 0 110276822 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037749422264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29052] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29052/stat : 29052 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276822 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037748369912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29053] ppid=29032 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/29035/task/29053/stat : 29053 (java) S 29032 29035 27578 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 110276822 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037747317576 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29054] ppid=29032 vsize=9824732 CPUtime=882.64 cores=0,2,4,6
/proc/29035/task/29054/stat : 29054 (java) R 29032 29035 27578 0 -1 4202560 125 0 0 0 88250 14 0 0 20 0 22 0 110276907 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037746260592 140037761797469 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29055] ppid=29032 vsize=9824732 CPUtime=882.66 cores=0,2,4,6
/proc/29035/task/29055/stat : 29055 (java) R 29032 29035 27578 0 -1 4202560 2031 0 0 0 88219 47 0 0 20 0 22 0 110276907 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140036603371264 140037761689246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29056] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29056/stat : 29056 (java) S 29032 29035 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110276910 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140036602320424 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29057] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29057/stat : 29057 (java) S 29032 29035 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110276910 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140036601267880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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 29035 sig 9
??? kill -29035 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.501 s]
/proc/loadavg: 4.59 4.35 4.29 6/219 29146
/proc/meminfo: memFree=24904924/32872528 swapFree=16636/1570076
[pid=29035] ppid=29032 vsize=9824732 CPUtime=1800.2 cores=0,2,4,6
/proc/29035/stat : 29035 (java) S 29032 29035 27578 0 -1 4202496 40393 0 1 0 179793 227 0 0 20 0 22 0 110276817 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140735858073984 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29035/statm: 2456183 953687 2301 9 0 2446860 0
[pid=29035/tid=29036] ppid=29032 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/29035/task/29036/stat : 29036 (java) S 29032 29035 27578 0 -1 4202560 2483 0 1 0 84 6 0 0 20 0 22 0 110276817 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037930627960 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29038] ppid=29032 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/29035/task/29038/stat : 29038 (java) S 29032 29035 27578 0 -1 4202560 1132 0 0 0 229 20 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037892119208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29035/tid=29039] ppid=29032 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/29035/task/29039/stat : 29039 (java) S 29032 29035 27578 0 -1 4202560 1158 0 0 0 264 19 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037891066664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29040] ppid=29032 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/29035/task/29040/stat : 29040 (java) S 29032 29035 27578 0 -1 4202560 1172 0 0 0 206 19 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037890014120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29041] ppid=29032 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/29035/task/29041/stat : 29041 (java) S 29032 29035 27578 0 -1 4202560 1153 0 0 0 252 24 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037888961576 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29042] ppid=29032 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/29035/task/29042/stat : 29042 (java) S 29032 29035 27578 0 -1 4202560 1482 0 0 0 242 18 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037887908008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29043] ppid=29032 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/29035/task/29043/stat : 29043 (java) S 29032 29035 27578 0 -1 4202560 937 0 0 0 215 20 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037886855464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29044] ppid=29032 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/29035/task/29044/stat : 29044 (java) S 29032 29035 27578 0 -1 4202560 875 0 0 0 231 19 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037885802920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29045] ppid=29032 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/29035/task/29045/stat : 29045 (java) S 29032 29035 27578 0 -1 4202560 1115 0 0 0 254 21 0 0 20 0 22 0 110276818 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037884750376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29035/tid=29046] ppid=29032 vsize=9824732 CPUtime=5.06 cores=0,2,4,6
/proc/29035/task/29046/stat : 29046 (java) S 29032 29035 27578 0 -1 4202560 2401 0 0 0 500 6 0 0 20 0 22 0 110276819 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037754686056 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29047] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29047/stat : 29047 (java) S 29032 29035 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110276819 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037753632376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29048] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29048/stat : 29048 (java) S 29032 29035 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110276819 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037752579720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29049] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29049/stat : 29049 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276822 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037751528464 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29050] ppid=29032 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/29035/task/29050/stat : 29050 (java) S 29032 29035 27578 0 -1 4202560 10524 0 0 0 195 3 0 0 20 0 22 0 110276822 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037750474808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29051] ppid=29032 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/29035/task/29051/stat : 29051 (java) S 29032 29035 27578 0 -1 4202560 12489 0 0 0 169 2 0 0 20 0 22 0 110276822 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037749422264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29052] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29052/stat : 29052 (java) S 29032 29035 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110276822 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037748369912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29053] ppid=29032 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/29035/task/29053/stat : 29053 (java) S 29032 29035 27578 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 110276822 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037747317576 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29035/tid=29054] ppid=29032 vsize=9824732 CPUtime=882.64 cores=0,2,4,6
/proc/29035/task/29054/stat : 29054 (java) R 29032 29035 27578 0 -1 4202560 125 0 0 0 88250 14 0 0 20 0 22 0 110276907 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140037746260592 140037761797469 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29055] ppid=29032 vsize=9824732 CPUtime=882.66 cores=0,2,4,6
/proc/29035/task/29055/stat : 29055 (java) R 29032 29035 27578 0 -1 4202560 2031 0 0 0 88219 47 0 0 20 0 22 0 110276907 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140036603371264 140037761689246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29035/tid=29056] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29056/stat : 29056 (java) S 29032 29035 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110276910 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140036602320424 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29035/tid=29057] ppid=29032 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29035/task/29057/stat : 29057 (java) S 29032 29035 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110276910 10060525568 953687 33554432000 1073741824 1073778376 140735858082848 140036601267880 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29035 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=519343
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=741583
# CPU time returned by wait4() is 1796.26
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.585
CPU time (s): 1800.2
CPU user time (s): 1797.93
CPU system time (s): 2.27
CPU usage (%): 200.784
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.52
system time used= 2.74158
maximum resident set size= 3822168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40428
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23819
involuntary context switches= 25755

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82211 second user time and 7.28589 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 09:10:45
IDJOB=4080536
IDBENCH=90204
IDSOLVER=2543
FILE ID=node140/4080536-1465283445
RUNJOBID= node140-1465276272-27594
PBS_JOBID= 19843305
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 4a002b4e44699cf4cd35a469f7223c94
RANDOM SEED=273731712

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28874976 kB
Buffers:          127912 kB
Cached:           309040 kB
SwapCached:         1688 kB
Active:          1303816 kB
Inactive:         358168 kB
Active(anon):    1224028 kB
Inactive(anon):     2840 kB
Active(file):      79788 kB
Inactive(file):   355328 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              4048 kB
Writeback:             0 kB
AnonPages:       2914724 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             603784 kB
SReclaimable:      47628 kB
SUnreclaim:       556156 kB
KernelStack:        1816 kB
PageTables:        10152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4261032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2840576 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= 71740 MiB
End job on node140 at 2016-06-07 09:25:41