Trace number 4089891

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.13 894.563

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v071-n1.opb
MD5SUMb197cfdff1812a3f64e223cd01f565dd
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.51077
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4089891-1466020881.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.031s.
0.09/0.15	c declared #vars     213
0.09/0.15	c #constraints  142
0.09/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 71
0.09/0.15	c 142 constraints processed.
0.09/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 71
0.09/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 71
0.09/0.15	c 142 constraints processed.
2.67/0.87	c cleaning 2496 clauses out of 5000 with flag 38595/5000
4.70/1.46	c cleaning 4245 clauses out of 8504 with flag 97681/11000
6.27/2.14	c cleaning 5620 clauses out of 11259 with flag 187631/18000
8.13/3.01	c cleaning 6814 clauses out of 13639 with flag 303000/26000
10.38/4.12	c cleaning 7904 clauses out of 15825 with flag 420662/35000
13.30/5.50	c cleaning 8954 clauses out of 17922 with flag 570906/45001
16.76/7.16	c cleaning 9976 clauses out of 19968 with flag 730026/56001
20.58/9.09	c cleaning 10985 clauses out of 21991 with flag 897896/68000
25.43/11.46	c cleaning 11994 clauses out of 24006 with flag 1095090/81000
30.83/14.16	c cleaning 12998 clauses out of 26012 with flag 1282673/95000
36.67/17.08	c cleaning 13996 clauses out of 28014 with flag 1491666/110000
43.71/20.59	c cleaning 15005 clauses out of 30019 with flag 1712808/126001
51.50/24.42	c cleaning 15994 clauses out of 32013 with flag 1935610/143000
58.76/28.02	c cleaning 0 clauses out of 5000 with flag 0/5000
62.11/29.53	c cleaning 17003 clauses out of 34019 with flag 2226562/161000
73.86/35.38	c cleaning 18000 clauses out of 36017 with flag 2498210/180001
85.89/41.34	c cleaning 18997 clauses out of 38016 with flag 2761091/200000
98.54/47.65	c cleaning 20002 clauses out of 40021 with flag 3077542/221002
112.59/54.69	c cleaning 20992 clauses out of 42018 with flag 3386839/243001
129.62/63.18	c cleaning 22005 clauses out of 44026 with flag 3701926/266001
147.64/72.18	c cleaning 22998 clauses out of 46021 with flag 4040650/290001
167.87/82.23	c cleaning 24001 clauses out of 48022 with flag 4338445/315000
189.94/93.21	c cleaning 25004 clauses out of 50022 with flag 4689567/341001
213.41/104.95	c cleaning 25993 clauses out of 52018 with flag 5076147/368001
239.87/118.14	c cleaning 26998 clauses out of 54025 with flag 5541442/396001
268.51/132.48	c cleaning 27996 clauses out of 56026 with flag 5979402/425000
293.95/145.20	c cleaning 0 clauses out of 11000 with flag 0/11000
299.17/147.72	c cleaning 28999 clauses out of 58030 with flag 6472248/455000
332.04/164.18	c cleaning 30005 clauses out of 60031 with flag 6932390/486000
367.31/181.71	c cleaning 31004 clauses out of 62028 with flag 7391589/518002
400.61/198.40	c cleaning 31997 clauses out of 64022 with flag 7828905/551000
436.55/216.27	c cleaning 33005 clauses out of 66027 with flag 8303088/585002
475.40/235.55	c cleaning 33999 clauses out of 68020 with flag 8811289/620000
513.85/254.61	c cleaning 35004 clauses out of 70022 with flag 9329543/656001
558.27/276.75	c cleaning 35998 clauses out of 72018 with flag 9927152/693001
601.53/298.30	c cleaning 36995 clauses out of 74019 with flag 10520979/731000
645.85/320.20	c cleaning 38000 clauses out of 76024 with flag 11111176/770000
693.35/343.88	c cleaning 39002 clauses out of 78025 with flag 11732345/810001
744.66/369.36	c cleaning 40000 clauses out of 80025 with flag 12430852/851003
771.25/382.56	c cleaning 0 clauses out of 18001 with flag 0/18001
795.04/394.33	c cleaning 41003 clauses out of 82023 with flag 13114645/893001
848.72/421.02	c cleaning 41996 clauses out of 84020 with flag 13789874/936001
903.44/448.29	c cleaning 43008 clauses out of 86026 with flag 14419929/980003
960.05/476.51	c cleaning 43989 clauses out of 88019 with flag 15093420/1025004
1023.59/508.20	c cleaning 45003 clauses out of 90029 with flag 15819328/1071003
1092.78/542.52	c cleaning 45995 clauses out of 92023 with flag 16489450/1118000
1163.91/577.96	c cleaning 46993 clauses out of 94028 with flag 17178266/1166000
1245.35/618.49	c cleaning 48004 clauses out of 96036 with flag 17927737/1215001
1324.40/657.74	c cleaning 49001 clauses out of 98031 with flag 18649836/1265000
1412.89/701.75	c cleaning 49997 clauses out of 100032 with flag 19440229/1316002
1502.17/746.33	c cleaning 51002 clauses out of 102034 with flag 20230578/1368001
1593.83/791.98	c cleaning 51999 clauses out of 104035 with flag 21007258/1421004
1611.58/800.80	c cleaning 0 clauses out of 26002 with flag 0/26002
1687.61/838.56	c cleaning 53004 clauses out of 106032 with flag 21808299/1475000
1785.05/887.04	c cleaning 54000 clauses out of 108028 with flag 22624604/1530000
1800.13/894.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/894.50	c starts		: 58
1800.13/894.50	c conflicts		: 1543610
1800.13/894.50	c decisions		: 1740464
1800.13/894.50	c propagations		: 48329431
1800.13/894.50	c inspects		: 11571970958
1800.13/894.50	c shortcuts		: 0
1800.13/894.50	c learnt literals	: 0
1800.13/894.50	c learnt binary clauses	: 0
1800.13/894.50	c learnt ternary clauses	: 0
1800.13/894.50	c learnt constraints	: 1543610
1800.13/894.50	c ignored constraints	: 0
1800.13/894.50	c root simplifications	: 0
1800.13/894.50	c removed literals (reason simplification)	: 20149027
1800.13/894.50	c reason swapping (by a shorter reason)	: 0
1800.13/894.50	c Calls to reduceDB	: 51
1800.13/894.50	c Number of update (reduction) of LBD	: 574323
1800.13/894.50	c Imported unit clauses	: 0
1800.13/894.50	c number of reductions to clauses (during analyze)	: 0
1800.13/894.50	c number of learned constraints concerned by reduction	: 0
1800.13/894.50	c number of learning phase by resolution	: 0
1800.13/894.50	c number of learning phase by cutting planes	: 0
1800.13/894.50	c speed (assignments/second)	: 54038.80596681154
1800.13/894.50	c non guided choices	64
1800.13/894.53	c learnt constraints type 
1800.13/894.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67639
1800.13/894.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/894.53	c starts		: 54
1800.13/894.53	c conflicts		: 27282
1800.13/894.53	c decisions		: 33623
1800.13/894.53	c propagations		: 423969
1800.13/894.53	c inspects		: 1095863361
1800.13/894.53	c shortcuts		: 0
1800.13/894.53	c learnt literals	: 0
1800.13/894.53	c learnt binary clauses	: 0
1800.13/894.53	c learnt ternary clauses	: 0
1800.13/894.53	c learnt constraints	: 27282
1800.13/894.53	c ignored constraints	: 0
1800.13/894.53	c root simplifications	: 0
1800.13/894.53	c removed literals (reason simplification)	: 0
1800.13/894.53	c reason swapping (by a shorter reason)	: 0
1800.13/894.53	c Calls to reduceDB	: 4
1800.13/894.53	c Number of update (reduction) of LBD	: 0
1800.13/894.53	c Imported unit clauses	: 0
1800.13/894.53	c number of reductions to clauses (during analyze)	: 0
1800.13/894.53	c number of learned constraints concerned by reduction	: 0
1800.13/894.53	c number of learning phase by resolution	: 0
1800.13/894.53	c number of learning phase by cutting planes	: 0
1800.13/894.53	c speed (assignments/second)	: 474.0410611220809
1800.13/894.53	c non guided choices	64
1800.13/894.55	c learnt constraints type 
1800.13/894.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 274
1800.13/894.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.13/894.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27001
1800.13/894.55	s UNKNOWN
1800.13/894.55	c Total wall clock time (in seconds): 894.427

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-4089891-1466020881/watcher-4089891-1466020881 -o /tmp/evaluation-result-4089891-1466020881/solver-4089891-1466020881 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089891-1466020881.opb 

pid=14526
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.06 4.17 4.19 4/198 14529
/proc/meminfo: memFree=28586976/32872528 swapFree=1073728/1155488
[pid=14529] ppid=14526 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/14529/stat : 14529 (java) R 14526 14529 5545 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 4137381 9445376 93 33554432000 1073741824 1073778376 140736408724496 140736408721624 219504752055 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14529/statm: 2306 94 75 9 0 38 0

[startup+0.100159 s]
/proc/loadavg: 4.06 4.17 4.19 4/198 14529
/proc/meminfo: memFree=28586976/32872528 swapFree=1073728/1155488
[pid=14529] ppid=14526 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14529/stat : 14529 (java) S 14526 14529 5545 0 -1 4202496 4416 0 1 0 8 1 0 0 20 0 18 0 4137381 9787879424 6046 33554432000 1073741824 1073778376 140736408724496 140736408715632 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14529/statm: 2389619 6046 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 4.06 4.17 4.19 4/198 14529
/proc/meminfo: memFree=28586976/32872528 swapFree=1073728/1155488
[pid=14529] ppid=14526 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/14529/stat : 14529 (java) S 14526 14529 5545 0 -1 4202496 6131 0 1 0 26 2 0 0 20 0 22 0 4137381 10060525568 8763 33554432000 1073741824 1073778376 140736408724496 140736408715632 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14529/statm: 2456183 8763 2207 9 0 2446860 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.300213 s]
/proc/loadavg: 4.06 4.17 4.19 4/198 14529
/proc/meminfo: memFree=28586976/32872528 swapFree=1073728/1155488
[pid=14529] ppid=14526 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/14529/stat : 14529 (java) S 14526 14529 5545 0 -1 4202496 9394 0 1 0 66 2 0 0 20 0 22 0 4137381 10060525568 10753 33554432000 1073741824 1073778376 140736408724496 140736408715632 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14529/statm: 2456183 10755 2232 9 0 2446860 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9824732

[startup+0.70019 s]
/proc/loadavg: 4.06 4.17 4.19 4/198 14529
/proc/meminfo: memFree=28586976/32872528 swapFree=1073728/1155488
[pid=14529] ppid=14526 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/14529/stat : 14529 (java) S 14526 14529 5545 0 -1 4202496 17573 0 1 0 223 4 0 0 20 0 22 0 4137381 10060525568 25184 33554432000 1073741824 1073778376 140736408724496 140736408715632 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14529/statm: 2456183 25184 2243 9 0 2446860 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9824732

[startup+1.50095 s]
/proc/loadavg: 4.06 4.17 4.19 7/220 14551
/proc/meminfo: memFree=28405776/32872528 swapFree=1073728/1155488
[pid=14529] ppid=14526 vsize=9824732 CPUtime=4.9 cores=0,2,4,6
/proc/14529/stat : 14529 (java) S 14526 14529 5545 0 -1 4202496 25466 0 1 0 483 7 0 0 20 0 22 0 4137381 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140736408715632 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14529/statm: 2456183 49920 2277 9 0 2446860 0
[pid=14529/tid=14531] ppid=14526 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14529/task/14531/stat : 14531 (java) S 14526 14529 5545 0 -1 4202560 2406 0 1 0 11 1 0 0 20 0 22 0 4137382 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335251080056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14532] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14532/stat : 14532 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137383 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335240141736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14533] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14533/stat : 14533 (java) S 14526 14529 5545 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 4137383 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335239089192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14534] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14534/stat : 14534 (java) S 14526 14529 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4137383 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335092808360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14535] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14535/stat : 14535 (java) S 14526 14529 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4137383 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335091755816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14536] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14536/stat : 14536 (java) S 14526 14529 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4137383 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335090702760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14537] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14537/stat : 14537 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137383 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335089650216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14538] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14538/stat : 14538 (java) S 14526 14529 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4137383 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335088597160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14539] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14539/stat : 14539 (java) S 14526 14529 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4137383 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335087544616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14540] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14540/stat : 14540 (java) S 14526 14529 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 4137384 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335075347304 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14541] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14541/stat : 14541 (java) S 14526 14529 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4137385 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335074293624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14542] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14542/stat : 14542 (java) S 14526 14529 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4137385 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335073240456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14543] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14543/stat : 14543 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335072189200 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14544] ppid=14526 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/14529/task/14544/stat : 14544 (java) S 14526 14529 5545 0 -1 4202560 12853 0 0 0 106 2 0 0 20 0 22 0 4137387 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335071136056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14545] ppid=14526 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/14529/task/14545/stat : 14545 (java) S 14526 14529 5545 0 -1 4202560 8682 0 0 0 98 1 0 0 20 0 22 0 4137387 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335070083512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14546] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14546/stat : 14546 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335069030648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14547] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14547/stat : 14547 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335067978312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14548] ppid=14526 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/14529/task/14548/stat : 14548 (java) R 14526 14529 5545 0 -1 4202560 25 0 0 0 127 0 0 0 20 0 22 0 4137397 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335066873064 140335120992389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14549] ppid=14526 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/14529/task/14549/stat : 14549 (java) R 14526 14529 5545 0 -1 4202560 109 0 0 0 128 2 0 0 20 0 22 0 4137397 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335065821736 140335120977855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14550] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14550/stat : 14550 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137397 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335064769832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14551] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14551/stat : 14551 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137397 10060525568 49920 33554432000 1073741824 1073778376 140736408724496 140335063717288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.06 4.17 4.19 5/220 14551
/proc/meminfo: memFree=28374684/32872528 swapFree=1073728/1155488
[pid=14529] ppid=14526 vsize=9824732 CPUtime=8.37 cores=0,2,4,6
/proc/14529/stat : 14529 (java) S 14526 14529 5545 0 -1 4202496 25733 0 1 0 822 15 0 0 20 0 22 0 4137381 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140736408715632 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14529/statm: 2456183 89467 2277 9 0 2446860 0
[pid=14529/tid=14531] ppid=14526 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14529/task/14531/stat : 14531 (java) S 14526 14529 5545 0 -1 4202560 2406 0 1 0 11 1 0 0 20 0 22 0 4137382 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335251080056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14532] ppid=14526 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14529/task/14532/stat : 14532 (java) S 14526 14529 5545 0 -1 4202560 26 0 0 0 1 2 0 0 20 0 22 0 4137383 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335240141736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14533] ppid=14526 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14529/task/14533/stat : 14533 (java) S 14526 14529 5545 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 4137383 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335239089192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14534] ppid=14526 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14529/task/14534/stat : 14534 (java) S 14526 14529 5545 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 4137383 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335092808360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14535] ppid=14526 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14529/task/14535/stat : 14535 (java) S 14526 14529 5545 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 4137383 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335091755816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14536] ppid=14526 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14529/task/14536/stat : 14536 (java) S 14526 14529 5545 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 4137383 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335090702760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14537] ppid=14526 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14529/task/14537/stat : 14537 (java) S 14526 14529 5545 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 4137383 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335089650216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14538] ppid=14526 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14529/task/14538/stat : 14538 (java) S 14526 14529 5545 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 4137383 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335088597160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14539] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14539/stat : 14539 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137383 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335087544616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14540] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14540/stat : 14540 (java) S 14526 14529 5545 0 -1 4202560 192 0 0 0 0 0 0 0 20 0 22 0 4137384 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335075347304 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14541] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14541/stat : 14541 (java) S 14526 14529 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4137385 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335074293624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14542] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14542/stat : 14542 (java) S 14526 14529 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4137385 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335073240456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14543] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14543/stat : 14543 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335072189200 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14544] ppid=14526 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/14529/task/14544/stat : 14544 (java) S 14526 14529 5545 0 -1 4202560 12853 0 0 0 114 2 0 0 20 0 22 0 4137387 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335071136056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14545] ppid=14526 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/14529/task/14545/stat : 14545 (java) S 14526 14529 5545 0 -1 4202560 8682 0 0 0 108 2 0 0 20 0 22 0 4137387 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335070083512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14546] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14546/stat : 14546 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335069030648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14547] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14547/stat : 14547 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335067978312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14548] ppid=14526 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/14529/task/14548/stat : 14548 (java) R 14526 14529 5545 0 -1 4202560 26 0 0 0 280 0 0 0 20 0 22 0 4137397 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335066872944 140335120902702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14549] ppid=14526 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/14529/task/14549/stat : 14549 (java) R 14526 14529 5545 0 -1 4202560 164 0 0 0 279 3 0 0 20 0 22 0 4137397 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335065821056 140335121052593 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14550] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14550/stat : 14550 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137397 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335064769832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14551] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14551/stat : 14551 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137397 10060525568 89467 33554432000 1073741824 1073778376 140736408724496 140335063717288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 4.06 4.17 4.19 5/220 14551
/proc/meminfo: memFree=27994532/32872528 swapFree=1073728/1155488
[pid=14529] ppid=14526 vsize=9824732 CPUtime=15.16 cores=0,2,4,6
/proc/14529/stat : 14529 (java) S 14526 14529 5545 0 -1 4202496 26715 0 1 0 1494 22 0 0 20 0 22 0 4137381 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140736408715632 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14529/statm: 2456183 153731 2277 9 0 2446860 0
[pid=14529/tid=14531] ppid=14526 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14529/task/14531/stat : 14531 (java) S 14526 14529 5545 0 -1 4202560 2406 0 1 0 11 1 0 0 20 0 22 0 4137382 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335251080056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14532] ppid=14526 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14529/task/14532/stat : 14532 (java) S 14526 14529 5545 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 4137383 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335240141736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14533] ppid=14526 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14529/task/14533/stat : 14533 (java) S 14526 14529 5545 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 4137383 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335239089192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14534] ppid=14526 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14529/task/14534/stat : 14534 (java) S 14526 14529 5545 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 22 0 4137383 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335092808360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14535] ppid=14526 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/14529/task/14535/stat : 14535 (java) S 14526 14529 5545 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 4137383 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335091755816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14536] ppid=14526 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14529/task/14536/stat : 14536 (java) S 14526 14529 5545 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 4137383 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335090702760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14537] ppid=14526 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/14529/task/14537/stat : 14537 (java) S 14526 14529 5545 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 22 0 4137383 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335089650216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14538] ppid=14526 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/14529/task/14538/stat : 14538 (java) S 14526 14529 5545 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 4137383 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335088597160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14539] ppid=14526 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14529/task/14539/stat : 14539 (java) S 14526 14529 5545 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 4137383 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335087544616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14540] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14540/stat : 14540 (java) S 14526 14529 5545 0 -1 4202560 442 0 0 0 0 0 0 0 20 0 22 0 4137384 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335075347304 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14541] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14541/stat : 14541 (java) S 14526 14529 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4137385 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335074293624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14542] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14542/stat : 14542 (java) S 14526 14529 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4137385 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335073240456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14543] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14543/stat : 14543 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 153731 33554432000 1073741824 1073778376 140736408724496 140335072189200 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14544] ppid=14526 vsize=9824732 CPUtime=1.46 cores=0,2,4,6

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

/proc/14529/task/14534/stat : 14534 (java) S 14526 14529 5545 0 -1 4202560 387 0 0 0 280 7 0 0 20 0 22 0 4137383 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335092808360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14535] ppid=14526 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/14529/task/14535/stat : 14535 (java) S 14526 14529 5545 0 -1 4202560 363 0 0 0 262 7 0 0 20 0 22 0 4137383 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335091755816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14536] ppid=14526 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/14529/task/14536/stat : 14536 (java) S 14526 14529 5545 0 -1 4202560 351 0 0 0 293 6 0 0 20 0 22 0 4137383 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335090702760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14537] ppid=14526 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/14529/task/14537/stat : 14537 (java) S 14526 14529 5545 0 -1 4202560 373 0 0 0 279 7 0 0 20 0 22 0 4137383 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335089650216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14538] ppid=14526 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/14529/task/14538/stat : 14538 (java) S 14526 14529 5545 0 -1 4202560 345 0 0 0 268 6 0 0 20 0 22 0 4137383 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335088597160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14539] ppid=14526 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/14529/task/14539/stat : 14539 (java) S 14526 14529 5545 0 -1 4202560 341 0 0 0 265 7 0 0 20 0 22 0 4137383 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335087544616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14540] ppid=14526 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/14529/task/14540/stat : 14540 (java) S 14526 14529 5545 0 -1 4202560 1418 0 0 0 82 28 0 0 20 0 22 0 4137384 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335075347304 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14541] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14541/stat : 14541 (java) S 14526 14529 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4137385 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335074293624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14542] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14542/stat : 14542 (java) S 14526 14529 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4137385 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335073240456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14543] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14543/stat : 14543 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335072189200 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14544] ppid=14526 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/14529/task/14544/stat : 14544 (java) S 14526 14529 5545 0 -1 4202560 16062 0 0 0 196 2 0 0 20 0 22 0 4137387 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335071136056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14545] ppid=14526 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/14529/task/14545/stat : 14545 (java) S 14526 14529 5545 0 -1 4202560 8682 0 0 0 112 2 0 0 20 0 22 0 4137387 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335070083512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14546] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14546/stat : 14546 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335069030648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14547] ppid=14526 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/14529/task/14547/stat : 14547 (java) S 14526 14529 5545 0 -1 4202560 50 0 0 0 14 19 0 0 20 0 22 0 4137387 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335067978312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14548] ppid=14526 vsize=9824732 CPUtime=872.01 cores=0,2,4,6
/proc/14529/task/14548/stat : 14548 (java) R 14526 14529 5545 0 -1 4202560 250 0 0 0 87185 16 0 0 20 0 22 0 4137397 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335066873744 140335120891935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14549] ppid=14526 vsize=9824732 CPUtime=872.03 cores=0,2,4,6
/proc/14529/task/14549/stat : 14549 (java) R 14526 14529 5545 0 -1 4202560 1442 0 0 0 87149 54 0 0 20 0 22 0 4137397 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335065820352 140335120917013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14550] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14550/stat : 14550 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137397 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335064769832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14551] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14551/stat : 14551 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137397 10060525568 580638 33554432000 1073741824 1073778376 140736408724496 140335063717288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1775.6
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.501 s]
/proc/loadavg: 4.21 4.19 4.18 5/219 14641
/proc/meminfo: memFree=25968024/32872528 swapFree=1073728/1155488
[pid=14529] ppid=14526 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/14529/stat : 14529 (java) S 14526 14529 5545 0 -1 4202496 34510 0 1 0 179868 145 0 0 20 0 22 0 4137381 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140736408715632 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14529/statm: 2456183 578474 2286 9 0 2446860 0
[pid=14529/tid=14531] ppid=14526 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/14529/task/14531/stat : 14531 (java) S 14526 14529 5545 0 -1 4202560 2410 0 1 0 15 2 0 0 20 0 22 0 4137382 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335251080056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14532] ppid=14526 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/14529/task/14532/stat : 14532 (java) S 14526 14529 5545 0 -1 4202560 371 0 0 0 286 8 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335240141736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14533] ppid=14526 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/14529/task/14533/stat : 14533 (java) S 14526 14529 5545 0 -1 4202560 393 0 0 0 285 8 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335239089192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14534] ppid=14526 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/14529/task/14534/stat : 14534 (java) S 14526 14529 5545 0 -1 4202560 387 0 0 0 286 7 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335092808360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14535] ppid=14526 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/14529/task/14535/stat : 14535 (java) S 14526 14529 5545 0 -1 4202560 363 0 0 0 267 7 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335091755816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14536] ppid=14526 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/14529/task/14536/stat : 14536 (java) S 14526 14529 5545 0 -1 4202560 351 0 0 0 296 6 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335090702760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14537] ppid=14526 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/14529/task/14537/stat : 14537 (java) S 14526 14529 5545 0 -1 4202560 373 0 0 0 284 7 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335089650216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14538] ppid=14526 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/14529/task/14538/stat : 14538 (java) S 14526 14529 5545 0 -1 4202560 345 0 0 0 273 6 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335088597160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14539] ppid=14526 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/14529/task/14539/stat : 14539 (java) S 14526 14529 5545 0 -1 4202560 341 0 0 0 269 7 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335087544616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14540] ppid=14526 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/14529/task/14540/stat : 14540 (java) S 14526 14529 5545 0 -1 4202560 1418 0 0 0 82 29 0 0 20 0 22 0 4137384 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335075347304 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14541] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14541/stat : 14541 (java) S 14526 14529 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4137385 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335074293624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14542] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14542/stat : 14542 (java) S 14526 14529 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4137385 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335073240456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14543] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14543/stat : 14543 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335072189200 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14544] ppid=14526 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/14529/task/14544/stat : 14544 (java) S 14526 14529 5545 0 -1 4202560 16062 0 0 0 196 2 0 0 20 0 22 0 4137387 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335071136056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14545] ppid=14526 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/14529/task/14545/stat : 14545 (java) S 14526 14529 5545 0 -1 4202560 8682 0 0 0 112 2 0 0 20 0 22 0 4137387 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335070083512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14546] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14546/stat : 14546 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335069030648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14547] ppid=14526 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/14529/task/14547/stat : 14547 (java) S 14526 14529 5545 0 -1 4202560 50 0 0 0 14 19 0 0 20 0 22 0 4137387 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335067978312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14548] ppid=14526 vsize=9824732 CPUtime=884.05 cores=0,2,4,6
/proc/14529/task/14548/stat : 14548 (java) R 14526 14529 5545 0 -1 4202560 253 0 0 0 88389 16 0 0 20 0 22 0 4137397 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335066873864 140335120879960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14549] ppid=14526 vsize=9824732 CPUtime=884.07 cores=0,2,4,6
/proc/14529/task/14549/stat : 14549 (java) R 14526 14529 5545 0 -1 4202560 1445 0 0 0 88353 54 0 0 20 0 22 0 4137397 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335065820272 140335120941758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14550] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14550/stat : 14550 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137397 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335064769832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14551] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14551/stat : 14551 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137397 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335063717288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 14529 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.501 s]
/proc/loadavg: 4.21 4.19 4.18 5/219 14641
/proc/meminfo: memFree=25968024/32872528 swapFree=1073728/1155488
[pid=14529] ppid=14526 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/14529/stat : 14529 (java) S 14526 14529 5545 0 -1 4202496 34510 0 1 0 179868 145 0 0 20 0 22 0 4137381 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140736408715632 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14529/statm: 2456183 578474 2286 9 0 2446860 0
[pid=14529/tid=14531] ppid=14526 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/14529/task/14531/stat : 14531 (java) S 14526 14529 5545 0 -1 4202560 2410 0 1 0 15 2 0 0 20 0 22 0 4137382 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335251080056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14532] ppid=14526 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/14529/task/14532/stat : 14532 (java) S 14526 14529 5545 0 -1 4202560 371 0 0 0 286 8 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335240141736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14533] ppid=14526 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/14529/task/14533/stat : 14533 (java) S 14526 14529 5545 0 -1 4202560 393 0 0 0 285 8 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335239089192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14534] ppid=14526 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/14529/task/14534/stat : 14534 (java) S 14526 14529 5545 0 -1 4202560 387 0 0 0 286 7 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335092808360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14535] ppid=14526 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/14529/task/14535/stat : 14535 (java) S 14526 14529 5545 0 -1 4202560 363 0 0 0 267 7 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335091755816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14536] ppid=14526 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/14529/task/14536/stat : 14536 (java) S 14526 14529 5545 0 -1 4202560 351 0 0 0 296 6 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335090702760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14537] ppid=14526 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/14529/task/14537/stat : 14537 (java) S 14526 14529 5545 0 -1 4202560 373 0 0 0 284 7 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335089650216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14538] ppid=14526 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/14529/task/14538/stat : 14538 (java) S 14526 14529 5545 0 -1 4202560 345 0 0 0 273 6 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335088597160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14539] ppid=14526 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/14529/task/14539/stat : 14539 (java) S 14526 14529 5545 0 -1 4202560 341 0 0 0 269 7 0 0 20 0 22 0 4137383 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335087544616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14540] ppid=14526 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/14529/task/14540/stat : 14540 (java) S 14526 14529 5545 0 -1 4202560 1418 0 0 0 82 29 0 0 20 0 22 0 4137384 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335075347304 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14541] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14541/stat : 14541 (java) S 14526 14529 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4137385 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335074293624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14542] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14542/stat : 14542 (java) S 14526 14529 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4137385 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335073240456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14543] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14543/stat : 14543 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335072189200 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14544] ppid=14526 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/14529/task/14544/stat : 14544 (java) S 14526 14529 5545 0 -1 4202560 16062 0 0 0 196 2 0 0 20 0 22 0 4137387 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335071136056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14529/tid=14545] ppid=14526 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/14529/task/14545/stat : 14545 (java) S 14526 14529 5545 0 -1 4202560 8682 0 0 0 112 2 0 0 20 0 22 0 4137387 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335070083512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14546] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14546/stat : 14546 (java) S 14526 14529 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4137387 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335069030648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14529/tid=14547] ppid=14526 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/14529/task/14547/stat : 14547 (java) S 14526 14529 5545 0 -1 4202560 50 0 0 0 14 19 0 0 20 0 22 0 4137387 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335067978312 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14548] ppid=14526 vsize=9824732 CPUtime=884.05 cores=0,2,4,6
/proc/14529/task/14548/stat : 14548 (java) R 14526 14529 5545 0 -1 4202560 253 0 0 0 88389 16 0 0 20 0 22 0 4137397 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335066873864 140335120879960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14529/tid=14549] ppid=14526 vsize=9824732 CPUtime=884.07 cores=0,2,4,6
/proc/14529/task/14549/stat : 14549 (java) R 14526 14529 5545 0 -1 4202560 1445 0 0 0 88353 54 0 0 20 0 22 0 4137397 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335065820272 140335120941758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14550] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14550/stat : 14550 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137397 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335064769832 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14529/tid=14551] ppid=14526 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14529/task/14551/stat : 14551 (java) S 14526 14529 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4137397 10060525568 578474 33554432000 1073741824 1073778376 140736408724496 140335063717288 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14529 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=328220
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=972700
# CPU time returned by wait4() is 1796.3
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.563
CPU time (s): 1800.13
CPU user time (s): 1798.68
CPU system time (s): 1.45
CPU usage (%): 201.23
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.33
system time used= 1.9727
maximum resident set size= 2844616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34554
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= 33190
involuntary context switches= 44428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.30319 second user time and 7.64684 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 22:01:22
IDJOB=4089891
IDBENCH=107471
IDSOLVER=2543
FILE ID=node114/4089891-1466020881
RUNJOBID= node114-1466008022-5561
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v071-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089891-1466020881/watcher-4089891-1466020881 -o /tmp/evaluation-result-4089891-1466020881/solver-4089891-1466020881 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089891-1466020881.opb

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

MD5SUM BENCH= b197cfdff1812a3f64e223cd01f565dd
RANDOM SEED=1480883088

node114.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.761
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.52
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.761
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.56
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.761
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.54
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.761
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.761
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.761
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.761
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.761
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:        28587504 kB
Buffers:           22592 kB
Cached:            45140 kB
SwapCached:        33296 kB
Active:          2350652 kB
Inactive:          74072 kB
Active(anon):    2326060 kB
Inactive(anon):    33292 kB
Active(file):      24592 kB
Inactive(file):    40780 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       3480212 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             566280 kB
SReclaimable:      10100 kB
SUnreclaim:       556180 kB
KernelStack:        1616 kB
PageTables:        11540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3623624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2357248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node114 at 2016-06-15 22:16:16