Trace number 4103894

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.17 893.17

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
MD5SUM72b327feddced7495a083616b5e4ecd7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13898
Total number of constraints672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint7
Maximum length of a constraint1500
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 13421772800
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 53690300878
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103894-1466249123.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.25/0.63	c ... done. Wall clock time 0.518s.
1.25/0.63	c declared #vars     13898
1.25/0.63	c #constraints  816
1.25/0.63	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.25/0.63	c constraints type 
1.25/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1.25/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 784
1.25/0.63	c 816 constraints processed.
1.25/0.63	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.25/0.63	c constraints type 
1.25/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 32
1.25/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 784
1.25/0.63	c 816 constraints processed.
1.25/0.63	c objective function length is 30 literals
7.91/3.03	c cleaning 2501 clauses out of 5001 with flag 15539/5001
10.90/4.43	c cleaning 4247 clauses out of 8500 with flag 34266/11001
14.63/6.21	c cleaning 5627 clauses out of 11254 with flag 55914/18002
19.49/8.44	c cleaning 6798 clauses out of 13626 with flag 74544/26001
24.41/10.65	c cleaning 7903 clauses out of 15828 with flag 95306/35001
28.21/12.55	c cleaning 8947 clauses out of 17925 with flag 134041/45001
32.74/14.70	c cleaning 9978 clauses out of 19978 with flag 191452/56001
37.56/17.16	c cleaning 10983 clauses out of 21999 with flag 253076/68000
42.88/19.80	c cleaning 11995 clauses out of 24016 with flag 323489/81000
48.68/22.68	c cleaning 13000 clauses out of 26021 with flag 381353/95000
55.28/25.95	c cleaning 14003 clauses out of 28024 with flag 428389/110003
62.79/29.66	c cleaning 14997 clauses out of 30018 with flag 479172/126000
71.40/33.94	c cleaning 15993 clauses out of 32022 with flag 534740/143001
80.68/38.52	c cleaning 17006 clauses out of 34029 with flag 596719/161001
90.47/43.48	c cleaning 17997 clauses out of 36022 with flag 661119/180000
102.32/49.36	c cleaning 19001 clauses out of 38028 with flag 723485/200003
115.80/56.08	c cleaning 19992 clauses out of 40024 with flag 787591/221000
119.20/57.76	c cleaning 0 clauses out of 5000 with flag 0/5000
131.45/63.80	c cleaning 20999 clauses out of 42032 with flag 852662/243000
150.76/73.25	c cleaning 21999 clauses out of 44033 with flag 923573/266000
171.76/83.78	c cleaning 22999 clauses out of 46034 with flag 995238/290000
190.86/93.56	c cleaning 24014 clauses out of 48035 with flag 1068095/315000
205.65/100.97	c cleaning 24994 clauses out of 50022 with flag 1121135/341001
221.86/109.02	c cleaning 26006 clauses out of 52028 with flag 1191735/368001
237.74/116.99	c cleaning 26999 clauses out of 54024 with flag 1287258/396003
258.76/127.41	c cleaning 28000 clauses out of 56025 with flag 1386469/425003
280.33/138.10	c cleaning 28994 clauses out of 58022 with flag 1450828/455000
305.54/150.79	c cleaning 30008 clauses out of 60028 with flag 1549778/486000
326.06/160.96	c cleaning 30999 clauses out of 62021 with flag 1658312/518001
342.85/169.33	c cleaning 32004 clauses out of 64023 with flag 1767906/551002
367.47/181.60	c cleaning 32999 clauses out of 66018 with flag 1868259/585001
379.59/188.02	c cleaning 0 clauses out of 11002 with flag 0/11002
389.42/192.90	c cleaning 33999 clauses out of 68018 with flag 1945761/620000
414.21/205.35	c cleaning 35004 clauses out of 70019 with flag 2035498/656000
432.28/214.39	c cleaning 35992 clauses out of 72015 with flag 2163947/693000
463.27/229.86	c cleaning 36994 clauses out of 74023 with flag 2280565/731000
493.90/245.09	c cleaning 37999 clauses out of 76029 with flag 2400474/770000
520.05/257.97	c cleaning 39008 clauses out of 78030 with flag 2521834/810000
543.05/269.49	c cleaning 39999 clauses out of 80022 with flag 2682193/851000
572.65/284.08	c cleaning 40995 clauses out of 82023 with flag 2860359/893000
597.32/296.28	c cleaning 41996 clauses out of 84028 with flag 3000210/936000
624.32/309.78	c cleaning 43003 clauses out of 86037 with flag 3180925/980005
673.42/334.16	c cleaning 43998 clauses out of 88030 with flag 3413229/1025001
731.14/362.64	c cleaning 44998 clauses out of 90031 with flag 3663037/1071000
786.82/390.23	c cleaning 46002 clauses out of 92033 with flag 3911497/1118000
846.11/419.75	c cleaning 46998 clauses out of 94032 with flag 4164020/1166001
914.99/453.85	c cleaning 47988 clauses out of 96033 with flag 4453683/1215000
957.56/474.99	c cleaning 0 clauses out of 18000 with flag 0/18000
991.36/491.63	c cleaning 49005 clauses out of 98048 with flag 4770621/1265003
1032.76/512.12	c cleaning 50010 clauses out of 100041 with flag 4938782/1316001
1077.27/535.01	c cleaning 50998 clauses out of 102030 with flag 5163349/1368000
1123.20/557.96	c cleaning 52007 clauses out of 104035 with flag 5417370/1421003
1169.52/581.05	c cleaning 53011 clauses out of 106025 with flag 5642631/1475000
1224.07/608.14	c cleaning 53998 clauses out of 108016 with flag 5772862/1530002
1317.13/654.43	c cleaning 54996 clauses out of 110018 with flag 5903311/1586002
1399.67/695.41	c cleaning 55995 clauses out of 112021 with flag 6038277/1643001
1460.00/725.24	c cleaning 57000 clauses out of 114025 with flag 6182577/1701000
1497.93/744.04	c cleaning 57995 clauses out of 116026 with flag 6425011/1760001
1579.44/784.36	c cleaning 58999 clauses out of 118030 with flag 6721468/1820000
1629.29/809.00	c cleaning 60007 clauses out of 120032 with flag 6939510/1881001
1671.46/829.58	c cleaning 60996 clauses out of 122024 with flag 7141540/1943000
1732.65/859.74	c cleaning 61986 clauses out of 124028 with flag 7386837/2006000
1782.64/884.58	c cleaning 63001 clauses out of 126043 with flag 7590472/2070001
1800.17/893.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/893.10	c starts		: 2965
1800.17/893.10	c conflicts		: 2088652
1800.17/893.10	c decisions		: 3607643
1800.17/893.10	c propagations		: 86366224
1800.17/893.10	c inspects		: 6604219492
1800.17/893.10	c shortcuts		: 0
1800.17/893.10	c learnt literals	: 0
1800.17/893.10	c learnt binary clauses	: 344
1800.17/893.10	c learnt ternary clauses	: 268
1800.17/893.10	c learnt constraints	: 2088652
1800.17/893.10	c ignored constraints	: 0
1800.17/893.10	c root simplifications	: 0
1800.17/893.10	c removed literals (reason simplification)	: 4858837
1800.17/893.10	c reason swapping (by a shorter reason)	: 0
1800.17/893.10	c Calls to reduceDB	: 60
1800.17/893.10	c Number of update (reduction) of LBD	: 377554
1800.17/893.10	c Imported unit clauses	: 0
1800.17/893.10	c number of reductions to clauses (during analyze)	: 0
1800.17/893.10	c number of learned constraints concerned by reduction	: 0
1800.17/893.10	c number of learning phase by resolution	: 0
1800.17/893.10	c number of learning phase by cutting planes	: 0
1800.17/893.10	c speed (assignments/second)	: 96778.65716731733
1800.17/893.10	c non guided choices	35922
1800.17/893.13	c learnt constraints type 
1800.17/893.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 344
1800.17/893.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81350
1800.17/893.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/893.13	c starts		: 45
1800.17/893.13	c conflicts		: 23388
1800.17/893.13	c decisions		: 83705
1800.17/893.13	c propagations		: 447578
1800.17/893.13	c inspects		: 272068980
1800.17/893.13	c shortcuts		: 0
1800.17/893.13	c learnt literals	: 0
1800.17/893.13	c learnt binary clauses	: 0
1800.17/893.13	c learnt ternary clauses	: 0
1800.17/893.13	c learnt constraints	: 23387
1800.17/893.13	c ignored constraints	: 0
1800.17/893.13	c root simplifications	: 0
1800.17/893.13	c removed literals (reason simplification)	: 0
1800.17/893.13	c reason swapping (by a shorter reason)	: 0
1800.17/893.13	c Calls to reduceDB	: 3
1800.17/893.13	c Number of update (reduction) of LBD	: 0
1800.17/893.13	c Imported unit clauses	: 0
1800.17/893.13	c number of reductions to clauses (during analyze)	: 0
1800.17/893.13	c number of learned constraints concerned by reduction	: 0
1800.17/893.13	c number of learning phase by resolution	: 0
1800.17/893.13	c number of learning phase by cutting planes	: 0
1800.17/893.13	c speed (assignments/second)	: 501.5312245426216
1800.17/893.13	c non guided choices	1581
1800.17/893.14	c learnt constraints type 
1800.17/893.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 299
1800.17/893.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23088
1800.17/893.14	s UNKNOWN
1800.17/893.14	c Total wall clock time (in seconds): 893.028

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-4103894-1466249123/watcher-4103894-1466249123 -o /tmp/evaluation-result-4103894-1466249123/solver-4103894-1466249123 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103894-1466249123.opb 

pid=24407
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: 2.57 2.54 2.93 3/196 24410
/proc/meminfo: memFree=27078108/32872528 swapFree=1459628/1655852
[pid=24410] ppid=24407 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/24410/stat : 24410 (java) S 24407 24410 22091 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 26957871 95129600 927 33554432000 1073741824 1073778376 140737406755200 140737406746336 239876472893 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 23225 927 703 9 0 16769 0
[pid=24410/tid=24411] ppid=24407 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24411/stat : 24411 (java) D 24407 24410 22091 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 26957872 95129600 927 33554432000 1073741824 1073778376 140737406755200 140619329863208 239863950631 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.57 2.54 2.93 3/196 24410
/proc/meminfo: memFree=27078108/32872528 swapFree=1459628/1655852
[pid=24410] ppid=24407 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/24410/stat : 24410 (java) S 24407 24410 22091 0 -1 4202496 4416 0 1 0 9 1 0 0 20 0 18 0 26957871 9787879424 6049 33554432000 1073741824 1073778376 140737406755200 140737406746336 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2389619 6049 2141 9 0 2380296 0
[pid=24410/tid=24411] ppid=24407 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24410/task/24411/stat : 24411 (java) R 24407 24410 22091 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 26957872 9787879424 6049 33554432000 1073741824 1073778376 140737406755200 140619329866656 140619192329648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 2.57 2.54 2.93 3/196 24410
/proc/meminfo: memFree=27078108/32872528 swapFree=1459628/1655852
[pid=24410] ppid=24407 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/24410/stat : 24410 (java) S 24407 24410 22091 0 -1 4202496 5059 0 1 0 27 1 0 0 20 0 18 0 26957871 9787879424 8079 33554432000 1073741824 1073778376 140737406755200 140737406746336 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2389619 8080 2216 9 0 2380296 0
[pid=24410/tid=24411] ppid=24407 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/24410/task/24411/stat : 24411 (java) R 24407 24410 22091 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 18 0 26957872 9787879424 8080 33554432000 1073741824 1073778376 140737406755200 140619329866656 140619192317673 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300332 s]
/proc/loadavg: 2.57 2.54 2.93 3/196 24410
/proc/meminfo: memFree=27078108/32872528 swapFree=1459628/1655852
[pid=24410] ppid=24407 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/24410/stat : 24410 (java) S 24407 24410 22091 0 -1 4202496 13187 0 1 0 56 2 0 0 20 0 18 0 26957871 9787879424 14000 33554432000 1073741824 1073778376 140737406755200 140737406746336 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2389619 14000 2226 9 0 2380296 0
[pid=24410/tid=24411] ppid=24407 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/24410/task/24411/stat : 24411 (java) R 24407 24410 22091 0 -1 4202560 2401 0 1 0 27 0 0 0 20 0 18 0 26957872 9787879424 14000 33554432000 1073741824 1073778376 140737406755200 140619329867592 140619333153687 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.70407 s]
/proc/loadavg: 2.57 2.54 2.93 3/196 24410
/proc/meminfo: memFree=27078108/32872528 swapFree=1459628/1655852
[pid=24410] ppid=24407 vsize=9692632 CPUtime=1.54 cores=0,2,4,6
/proc/24410/stat : 24410 (java) S 24407 24410 22091 0 -1 4202496 13378 0 1 0 150 4 0 0 20 0 21 0 26957871 9925255168 38207 33554432000 1073741824 1073778376 140737406755200 140737406746336 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2423158 38207 2257 9 0 2413835 0
[pid=24410/tid=24411] ppid=24407 vsize=9692632 CPUtime=0.61 cores=0,2,4,6
/proc/24410/task/24411/stat : 24411 (java) S 24407 24410 22091 0 -1 4202560 2464 0 1 0 58 3 0 0 20 0 21 0 26957872 9925255168 38207 33554432000 1073741824 1073778376 140737406755200 140619329868664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9692632

[startup+1.5009 s]
/proc/loadavg: 2.61 2.55 2.93 6/218 24432
/proc/meminfo: memFree=26885264/32872528 swapFree=1459628/1655852
[pid=24410] ppid=24407 vsize=9824732 CPUtime=4.46 cores=0,2,4,6
/proc/24410/stat : 24410 (java) S 24407 24410 22091 0 -1 4202496 15663 0 1 0 436 10 0 0 20 0 22 0 26957871 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140737406746336 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2456183 56677 2277 9 0 2446860 0
[pid=24410/tid=24411] ppid=24407 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/24410/task/24411/stat : 24411 (java) S 24407 24410 22091 0 -1 4202560 2464 0 1 0 58 3 0 0 20 0 22 0 26957872 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619329868664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24413] ppid=24407 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24410/task/24413/stat : 24413 (java) R 24407 24410 22091 0 -1 4202560 142 0 0 0 3 0 0 0 20 0 22 0 26957872 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619318930216 239873068167 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24414] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24414/stat : 24414 (java) R 24407 24410 22091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26957872 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619317877544 239873068167 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24415] ppid=24407 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24410/task/24415/stat : 24415 (java) R 24407 24410 22091 0 -1 4202560 62 0 0 0 1 0 0 0 20 0 22 0 26957872 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619316825304 140619336764332 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24416] ppid=24407 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24410/task/24416/stat : 24416 (java) R 24407 24410 22091 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 26957872 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619315772456 239873068167 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24417] ppid=24407 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24410/task/24417/stat : 24417 (java) R 24407 24410 22091 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 26957872 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619314719192 140619333624985 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24418] ppid=24407 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24410/task/24418/stat : 24418 (java) R 24407 24410 22091 0 -1 4202560 65 0 0 0 3 0 0 0 20 0 22 0 26957872 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619313666216 239873068167 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24419] ppid=24407 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24410/task/24419/stat : 24419 (java) R 24407 24410 22091 0 -1 4202560 145 0 0 0 3 0 0 0 20 0 22 0 26957872 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619312613928 239873068167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24420] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24420/stat : 24420 (java) R 24407 24410 22091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26957872 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619311561256 239873068167 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24421] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24421/stat : 24421 (java) S 24407 24410 22091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26957873 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619153483400 239876486204 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24422] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24422/stat : 24422 (java) S 24407 24410 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26957874 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619152430584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24423] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24423/stat : 24423 (java) S 24407 24410 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26957874 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619151378184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24424] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24424/stat : 24424 (java) S 24407 24410 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26957876 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619150326672 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24425] ppid=24407 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/24410/task/24425/stat : 24425 (java) S 24407 24410 22091 0 -1 4202560 5958 0 0 0 101 0 0 0 20 0 22 0 26957876 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619149273272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24426] ppid=24407 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/24410/task/24426/stat : 24426 (java) S 24407 24410 22091 0 -1 4202560 5379 0 0 0 98 0 0 0 20 0 22 0 26957876 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619148220472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24427] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24427/stat : 24427 (java) S 24407 24410 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26957876 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619147168376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24428] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24428/stat : 24428 (java) S 24407 24410 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26957876 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619146115784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24429] ppid=24407 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/24410/task/24429/stat : 24429 (java) S 24407 24410 22091 0 -1 4202560 23 0 0 0 77 0 0 0 20 0 22 0 26957935 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619145059240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24430] ppid=24407 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/24410/task/24430/stat : 24430 (java) S 24407 24410 22091 0 -1 4202560 36 0 0 0 77 0 0 0 20 0 22 0 26957935 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619144007128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24431] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24431/stat : 24431 (java) S 24407 24410 22091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26957941 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619142956712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24432] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24432/stat : 24432 (java) S 24407 24410 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26957942 10060525568 56677 33554432000 1073741824 1073778376 140737406755200 140619141903912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 2.61 2.55 2.93 5/218 24432
/proc/meminfo: memFree=26727632/32872528 swapFree=1459628/1655852
[pid=24410] ppid=24407 vsize=9824732 CPUtime=8.13 cores=0,2,4,6
/proc/24410/stat : 24410 (java) S 24407 24410 22091 0 -1 4202496 19272 0 1 0 793 20 0 0 20 0 22 0 26957871 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140737406746336 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2456183 96821 2283 9 0 2446860 0
[pid=24410/tid=24411] ppid=24407 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/24410/task/24411/stat : 24411 (java) S 24407 24410 22091 0 -1 4202560 2464 0 1 0 58 3 0 0 20 0 22 0 26957872 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619329868664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24413] ppid=24407 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/24410/task/24413/stat : 24413 (java) S 24407 24410 22091 0 -1 4202560 178 0 0 0 8 3 0 0 20 0 22 0 26957872 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619318930216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24414] ppid=24407 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24410/task/24414/stat : 24414 (java) S 24407 24410 22091 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 22 0 26957872 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619317877416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24415] ppid=24407 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24410/task/24415/stat : 24415 (java) S 24407 24410 22091 0 -1 4202560 71 0 0 0 2 1 0 0 20 0 22 0 26957872 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619316825128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24416] ppid=24407 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/24410/task/24416/stat : 24416 (java) S 24407 24410 22091 0 -1 4202560 55 0 0 0 7 3 0 0 20 0 22 0 26957872 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619315772328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24417] ppid=24407 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24410/task/24417/stat : 24417 (java) S 24407 24410 22091 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 26957872 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619314719016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24418] ppid=24407 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24410/task/24418/stat : 24418 (java) S 24407 24410 22091 0 -1 4202560 77 0 0 0 4 2 0 0 20 0 22 0 26957872 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619313666216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24419] ppid=24407 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24410/task/24419/stat : 24419 (java) S 24407 24410 22091 0 -1 4202560 162 0 0 0 3 2 0 0 20 0 22 0 26957872 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619312613928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24420] ppid=24407 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24410/task/24420/stat : 24420 (java) S 24407 24410 22091 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 22 0 26957872 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619311561128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24421] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24421/stat : 24421 (java) S 24407 24410 22091 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26957873 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619153484520 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24422] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24422/stat : 24422 (java) S 24407 24410 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26957874 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619152430584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24423] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24423/stat : 24423 (java) S 24407 24410 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26957874 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619151378184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24424] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24424/stat : 24424 (java) S 24407 24410 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26957876 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619150326672 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24425] ppid=24407 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/24410/task/24425/stat : 24425 (java) S 24407 24410 22091 0 -1 4202560 9204 0 0 0 122 2 0 0 20 0 22 0 26957876 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619149273272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24426] ppid=24407 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/24410/task/24426/stat : 24426 (java) S 24407 24410 22091 0 -1 4202560 5382 0 0 0 108 0 0 0 20 0 22 0 26957876 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619148220472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24427] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24427/stat : 24427 (java) S 24407 24410 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26957876 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619147168376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24428] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24428/stat : 24428 (java) S 24407 24410 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26957876 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619146115784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24429] ppid=24407 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/24410/task/24429/stat : 24429 (java) R 24407 24410 22091 0 -1 4202560 31 0 0 0 227 0 0 0 20 0 22 0 26957935 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619145052448 140619193051935 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24430] ppid=24407 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/24410/task/24430/stat : 24430 (java) R 24407 24410 22091 0 -1 4202560 86 0 0 0 227 2 0 0 20 0 22 0 26957935 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619144008600 140619193246104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24431] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24431/stat : 24431 (java) S 24407 24410 22091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26957941 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619142956712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24432] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24432/stat : 24432 (java) S 24407 24410 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26957942 10060525568 96821 33554432000 1073741824 1073778376 140737406755200 140619141903912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 2.72 2.57 2.93 4/218 24432
/proc/meminfo: memFree=26425524/32872528 swapFree=1459628/1655852
[pid=24410] ppid=24407 vsize=9824732 CPUtime=14.95 cores=0,2,4,6
/proc/24410/stat : 24410 (java) S 24407 24410 22091 0 -1 4202496 23516 0 1 0 1464 31 0 0 20 0 22 0 26957871 10060525568 225778 33554432000 1073741824 1073778376 140737406755200 140737406746336 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2456183 225778 2283 9 0 2446860 0
[pid=24410/tid=24411] ppid=24407 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/24410/task/24411/stat : 24411 (java) S 24407 24410 22091 0 -1 4202560 2464 0 1 0 58 3 0 0 20 0 22 0 26957872 10060525568 225778 33554432000 1073741824 1073778376 140737406755200 140619329868664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24413] ppid=24407 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/24410/task/24413/stat : 24413 (java) S 24407 24410 22091 0 -1 4202560 200 0 0 0 13 4 0 0 20 0 22 0 26957872 10060525568 225778 33554432000 1073741824 1073778376 140737406755200 140619318930216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24414] ppid=24407 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24410/task/24414/stat : 24414 (java) S 24407 24410 22091 0 -1 4202560 47 0 0 0 5 1 0 0 20 0 22 0 26957872 10060525568 225778 33554432000 1073741824 1073778376 140737406755200 140619317877416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24415] ppid=24407 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24410/task/24415/stat : 24415 (java) S 24407 24410 22091 0 -1 4202560 119 0 0 0 3 2 0 0 20 0 22 0 26957872 10060525568 225778 33554432000 1073741824 1073778376 140737406755200 140619316825128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24416] ppid=24407 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/24410/task/24416/stat : 24416 (java) S 24407 24410 22091 0 -1 4202560 123 0 0 0 11 4 0 0 20 0 22 0 26957872 10060525568 225778 33554432000 1073741824 1073778376 140737406755200 140619315772328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24417] ppid=24407 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24410/task/24417/stat : 24417 (java) S 24407 24410 22091 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 26957872 10060525568 225778 33554432000 1073741824 1073778376 140737406755200 140619314719016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24418] ppid=24407 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/24410/task/24418/stat : 24418 (java) S 24407 24410 22091 0 -1 4202560 109 0 0 0 8 2 0 0 20 0 22 0 26957872 10060525568 225778 33554432000 1073741824 1073778376 140737406755200 140619313666216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24419] ppid=24407 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/24410/task/24419/stat : 24419 (java) S 24407 24410 22091 0 -1 4202560 177 0 0 0 7 3 0 0 20 0 22 0 26957872 10060525568 225778 33554432000 1073741824 1073778376 140737406755200 140619312613928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24420] ppid=24407 vsize=9824732 CPUtime=0.1 cores=0,2,4,6

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

/proc/24410/task/24415/stat : 24415 (java) S 24407 24410 22091 0 -1 4202560 1711 0 0 0 347 21 0 0 20 0 22 0 26957872 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619316825128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24416] ppid=24407 vsize=9824732 CPUtime=3.92 cores=0,2,4,6
/proc/24410/task/24416/stat : 24416 (java) S 24407 24410 22091 0 -1 4202560 1819 0 0 0 369 23 0 0 20 0 22 0 26957872 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619315772328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24417] ppid=24407 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/24410/task/24417/stat : 24417 (java) S 24407 24410 22091 0 -1 4202560 2696 0 0 0 341 13 0 0 20 0 22 0 26957872 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619314719016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24418] ppid=24407 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/24410/task/24418/stat : 24418 (java) S 24407 24410 22091 0 -1 4202560 1323 0 0 0 333 16 0 0 20 0 22 0 26957872 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619313666216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24419] ppid=24407 vsize=9824732 CPUtime=3.62 cores=0,2,4,6
/proc/24410/task/24419/stat : 24419 (java) S 24407 24410 22091 0 -1 4202560 1515 0 0 0 346 16 0 0 20 0 22 0 26957872 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619312613928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24420] ppid=24407 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/24410/task/24420/stat : 24420 (java) S 24407 24410 22091 0 -1 4202560 2254 0 0 0 342 18 0 0 20 0 22 0 26957872 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619311561128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24421] ppid=24407 vsize=9824732 CPUtime=4.24 cores=0,2,4,6
/proc/24410/task/24421/stat : 24421 (java) S 24407 24410 22091 0 -1 4202560 2496 0 0 0 415 9 0 0 20 0 22 0 26957873 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619153484520 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24422] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24422/stat : 24422 (java) S 24407 24410 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26957874 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619152430584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24423] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24423/stat : 24423 (java) S 24407 24410 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26957874 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619151378184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24424] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24424/stat : 24424 (java) S 24407 24410 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26957876 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619150326672 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24425] ppid=24407 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/24410/task/24425/stat : 24425 (java) S 24407 24410 22091 0 -1 4202560 16232 0 0 0 236 3 0 0 20 0 22 0 26957876 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619149273272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24426] ppid=24407 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/24410/task/24426/stat : 24426 (java) S 24407 24410 22091 0 -1 4202560 9924 0 0 0 164 2 0 0 20 0 22 0 26957876 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619148220472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24427] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24427/stat : 24427 (java) S 24407 24410 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26957876 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619147168376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24428] ppid=24407 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/24410/task/24428/stat : 24428 (java) S 24407 24410 22091 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 26957876 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619146115784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24429] ppid=24407 vsize=9824732 CPUtime=867.18 cores=0,2,4,6
/proc/24410/task/24429/stat : 24429 (java) R 24407 24410 22091 0 -1 4202560 199 0 0 0 86702 16 0 0 20 0 22 0 26957935 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619145059376 140619193051901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24430] ppid=24407 vsize=9824732 CPUtime=867.25 cores=0,2,4,6
/proc/24410/task/24430/stat : 24430 (java) R 24407 24410 22091 0 -1 4202560 2553 0 0 0 86681 44 0 0 20 0 22 0 26957935 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619144007264 140619193073510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24431] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24431/stat : 24431 (java) S 24407 24410 22091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26957941 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619142956712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24432] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24432/stat : 24432 (java) S 24407 24410 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26957942 10060525568 959174 33554432000 1073741824 1073778376 140737406755200 140619141903912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1778.23
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.101 s]
/proc/loadavg: 4.25 4.16 3.71 5/220 24525
/proc/meminfo: memFree=23073884/32872528 swapFree=1459628/1655852
[pid=24410] ppid=24407 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/24410/stat : 24410 (java) S 24407 24410 22091 0 -1 4202496 49979 0 1 0 179789 228 0 0 20 0 22 0 26957871 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140737406746336 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2456183 977150 2292 9 0 2446860 0
[pid=24410/tid=24411] ppid=24407 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/24410/task/24411/stat : 24411 (java) S 24407 24410 22091 0 -1 4202560 2489 0 1 0 61 4 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619329868664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24413] ppid=24407 vsize=9824732 CPUtime=4.36 cores=0,2,4,6
/proc/24410/task/24413/stat : 24413 (java) S 24407 24410 22091 0 -1 4202560 1164 0 0 0 409 27 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619318930216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24414] ppid=24407 vsize=9824732 CPUtime=4.17 cores=0,2,4,6
/proc/24410/task/24414/stat : 24414 (java) S 24407 24410 22091 0 -1 4202560 2139 0 0 0 398 19 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619317877416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24415] ppid=24407 vsize=9824732 CPUtime=3.76 cores=0,2,4,6
/proc/24410/task/24415/stat : 24415 (java) S 24407 24410 22091 0 -1 4202560 1724 0 0 0 355 21 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619316825128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24416] ppid=24407 vsize=9824732 CPUtime=3.97 cores=0,2,4,6
/proc/24410/task/24416/stat : 24416 (java) S 24407 24410 22091 0 -1 4202560 1846 0 0 0 374 23 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619315772328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24417] ppid=24407 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/24410/task/24417/stat : 24417 (java) S 24407 24410 22091 0 -1 4202560 2713 0 0 0 350 14 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619314719016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24418] ppid=24407 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/24410/task/24418/stat : 24418 (java) S 24407 24410 22091 0 -1 4202560 1353 0 0 0 338 17 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619313666216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24419] ppid=24407 vsize=9824732 CPUtime=3.67 cores=0,2,4,6
/proc/24410/task/24419/stat : 24419 (java) S 24407 24410 22091 0 -1 4202560 1545 0 0 0 351 16 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619312613928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24420] ppid=24407 vsize=9824732 CPUtime=3.75 cores=0,2,4,6
/proc/24410/task/24420/stat : 24420 (java) S 24407 24410 22091 0 -1 4202560 2282 0 0 0 356 19 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619311561128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24421] ppid=24407 vsize=9824732 CPUtime=4.24 cores=0,2,4,6
/proc/24410/task/24421/stat : 24421 (java) S 24407 24410 22091 0 -1 4202560 2496 0 0 0 415 9 0 0 20 0 22 0 26957873 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619153484520 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24422] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24422/stat : 24422 (java) S 24407 24410 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26957874 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619152430584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24423] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24423/stat : 24423 (java) S 24407 24410 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26957874 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619151378184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24424] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24424/stat : 24424 (java) S 24407 24410 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26957876 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619150326672 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24425] ppid=24407 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/24410/task/24425/stat : 24425 (java) S 24407 24410 22091 0 -1 4202560 16232 0 0 0 236 3 0 0 20 0 22 0 26957876 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619149273272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24426] ppid=24407 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/24410/task/24426/stat : 24426 (java) S 24407 24410 22091 0 -1 4202560 9924 0 0 0 164 2 0 0 20 0 22 0 26957876 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619148220472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24427] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24427/stat : 24427 (java) S 24407 24410 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26957876 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619147168376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24428] ppid=24407 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/24410/task/24428/stat : 24428 (java) S 24407 24410 22091 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 26957876 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619146115784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24429] ppid=24407 vsize=9824732 CPUtime=877.77 cores=0,2,4,6
/proc/24410/task/24429/stat : 24429 (java) R 24407 24410 22091 0 -1 4202560 199 0 0 0 87761 16 0 0 20 0 22 0 26957935 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619145059232 140619193051057 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24430] ppid=24407 vsize=9824732 CPUtime=877.84 cores=0,2,4,6
/proc/24410/task/24430/stat : 24430 (java) R 24407 24410 22091 0 -1 4202560 2553 0 0 0 87740 44 0 0 20 0 22 0 26957935 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619144007120 140619193167307 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24431] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24431/stat : 24431 (java) S 24407 24410 22091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26957941 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619142956712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24432] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24432/stat : 24432 (java) S 24407 24410 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26957942 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619141903912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 24410 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+893.101 s]
/proc/loadavg: 4.25 4.16 3.71 5/220 24525
/proc/meminfo: memFree=23073884/32872528 swapFree=1459628/1655852
[pid=24410] ppid=24407 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/24410/stat : 24410 (java) S 24407 24410 22091 0 -1 4202496 49979 0 1 0 179789 228 0 0 20 0 22 0 26957871 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140737406746336 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24410/statm: 2456183 977150 2292 9 0 2446860 0
[pid=24410/tid=24411] ppid=24407 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/24410/task/24411/stat : 24411 (java) S 24407 24410 22091 0 -1 4202560 2489 0 1 0 61 4 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619329868664 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24413] ppid=24407 vsize=9824732 CPUtime=4.36 cores=0,2,4,6
/proc/24410/task/24413/stat : 24413 (java) S 24407 24410 22091 0 -1 4202560 1164 0 0 0 409 27 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619318930216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24414] ppid=24407 vsize=9824732 CPUtime=4.17 cores=0,2,4,6
/proc/24410/task/24414/stat : 24414 (java) S 24407 24410 22091 0 -1 4202560 2139 0 0 0 398 19 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619317877416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24415] ppid=24407 vsize=9824732 CPUtime=3.76 cores=0,2,4,6
/proc/24410/task/24415/stat : 24415 (java) S 24407 24410 22091 0 -1 4202560 1724 0 0 0 355 21 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619316825128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24416] ppid=24407 vsize=9824732 CPUtime=3.97 cores=0,2,4,6
/proc/24410/task/24416/stat : 24416 (java) S 24407 24410 22091 0 -1 4202560 1846 0 0 0 374 23 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619315772328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24417] ppid=24407 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/24410/task/24417/stat : 24417 (java) S 24407 24410 22091 0 -1 4202560 2713 0 0 0 350 14 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619314719016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24418] ppid=24407 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/24410/task/24418/stat : 24418 (java) S 24407 24410 22091 0 -1 4202560 1353 0 0 0 338 17 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619313666216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24419] ppid=24407 vsize=9824732 CPUtime=3.67 cores=0,2,4,6
/proc/24410/task/24419/stat : 24419 (java) S 24407 24410 22091 0 -1 4202560 1545 0 0 0 351 16 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619312613928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24420] ppid=24407 vsize=9824732 CPUtime=3.75 cores=0,2,4,6
/proc/24410/task/24420/stat : 24420 (java) S 24407 24410 22091 0 -1 4202560 2282 0 0 0 356 19 0 0 20 0 22 0 26957872 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619311561128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24421] ppid=24407 vsize=9824732 CPUtime=4.24 cores=0,2,4,6
/proc/24410/task/24421/stat : 24421 (java) S 24407 24410 22091 0 -1 4202560 2496 0 0 0 415 9 0 0 20 0 22 0 26957873 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619153484520 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24422] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24422/stat : 24422 (java) S 24407 24410 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26957874 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619152430584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24423] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24423/stat : 24423 (java) S 24407 24410 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26957874 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619151378184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24410/tid=24424] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24424/stat : 24424 (java) S 24407 24410 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26957876 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619150326672 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24425] ppid=24407 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/24410/task/24425/stat : 24425 (java) S 24407 24410 22091 0 -1 4202560 16232 0 0 0 236 3 0 0 20 0 22 0 26957876 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619149273272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24426] ppid=24407 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/24410/task/24426/stat : 24426 (java) S 24407 24410 22091 0 -1 4202560 9924 0 0 0 164 2 0 0 20 0 22 0 26957876 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619148220472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24427] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24427/stat : 24427 (java) S 24407 24410 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26957876 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619147168376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24428] ppid=24407 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/24410/task/24428/stat : 24428 (java) S 24407 24410 22091 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 26957876 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619146115784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24410/tid=24429] ppid=24407 vsize=9824732 CPUtime=877.77 cores=0,2,4,6
/proc/24410/task/24429/stat : 24429 (java) R 24407 24410 22091 0 -1 4202560 199 0 0 0 87761 16 0 0 20 0 22 0 26957935 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619145059232 140619193051057 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24410/tid=24430] ppid=24407 vsize=9824732 CPUtime=877.84 cores=0,2,4,6
/proc/24410/task/24430/stat : 24430 (java) R 24407 24410 22091 0 -1 4202560 2553 0 0 0 87740 44 0 0 20 0 22 0 26957935 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619144007120 140619193167307 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24431] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24431/stat : 24431 (java) S 24407 24410 22091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 26957941 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619142956712 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24410/tid=24432] ppid=24407 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24410/task/24432/stat : 24432 (java) S 24407 24410 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26957942 10060525568 977150 33554432000 1073741824 1073778376 140737406755200 140619141903912 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 893.17
CPU time (s): 1800.17
CPU user time (s): 1797.89
CPU system time (s): 2.28
CPU usage (%): 201.548
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.45
system time used= 2.70259
maximum resident set size= 3908716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50020
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23072
involuntary context switches= 23861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.68713 second user time and 8.45471 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 13:25:24
IDJOB=4103894
IDBENCH=2498
IDSOLVER=2543
FILE ID=node136/4103894-1466249123
RUNJOBID= node136-1466240588-22107
PBS_JOBID= 19918192
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-danoint.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103894-1466249123/watcher-4103894-1466249123 -o /tmp/evaluation-result-4103894-1466249123/solver-4103894-1466249123 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103894-1466249123.opb

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

MD5SUM BENCH= 72b327feddced7495a083616b5e4ecd7
RANDOM SEED=1723478073

node136.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		: 2667.278
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	: 5334.55
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		: 2667.278
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		: 2667.278
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.56
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		: 2667.278
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		: 2667.278
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		: 2667.278
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.56
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		: 2667.278
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.67
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		: 2667.278
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:        27078148 kB
Buffers:           12652 kB
Cached:            95216 kB
SwapCached:        47324 kB
Active:          3312816 kB
Inactive:         114256 kB
Active(anon):    3274408 kB
Inactive(anon):    47248 kB
Active(file):      38408 kB
Inactive(file):    67008 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:              1520 kB
Writeback:             0 kB
AnonPages:       4927552 kB
Mapped:            16856 kB
Shmem:                 0 kB
Slab:             569924 kB
SReclaimable:      13752 kB
SUnreclaim:       556172 kB
KernelStack:        1736 kB
PageTables:        13620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5486328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3411968 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 node136 at 2016-06-18 13:40:17