Trace number 4101530

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.91 895.355

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-khb05250.opb
MD5SUM0abc7673c35064c54cd6e972f16047d8
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables38297
Total number of constraints102
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints102
Minimum length of a constraint23
Maximum length of a constraint1530
Number of terms in the objective function 37494
Biggest coefficient in the objective function 580
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 555190
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 260900
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 555190
Number of bits of the biggest sum of numbers20
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4101530-1466214410.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
1.76/0.86	c ... done. Wall clock time 0.732s.
1.76/0.86	c declared #vars     38297
1.76/0.86	c #constraints  179
1.76/0.87	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.76/0.87	c constraints type 
1.76/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5
1.76/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 174
1.76/0.87	c 179 constraints processed.
1.76/0.87	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.76/0.87	c constraints type 
1.76/0.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5
1.76/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 174
1.76/0.87	c 179 constraints processed.
1.76/0.87	c objective function length is 37494 literals
8.63/3.43	c cleaning 2499 clauses out of 5000 with flag 10125/5000
12.75/5.39	c cleaning 4250 clauses out of 8501 with flag 22437/11000
15.96/6.93	c cleaning 5613 clauses out of 11252 with flag 40896/18001
20.19/9.06	c cleaning 6811 clauses out of 13639 with flag 64558/26001
24.83/11.39	c cleaning 7903 clauses out of 15829 with flag 91061/35002
28.64/13.29	c cleaning 8960 clauses out of 17925 with flag 113064/45001
34.33/16.09	c cleaning 9965 clauses out of 19964 with flag 135283/56000
43.13/20.46	c cleaning 10995 clauses out of 22000 with flag 159317/68001
51.93/24.80	c cleaning 11997 clauses out of 24004 with flag 185318/81000
62.06/29.87	c cleaning 12998 clauses out of 26007 with flag 213318/95000
72.44/35.08	c cleaning 13998 clauses out of 28011 with flag 243866/110002
84.84/41.28	c cleaning 14998 clauses out of 30012 with flag 276686/126001
98.84/48.13	c cleaning 15996 clauses out of 32015 with flag 310982/143002
111.84/54.67	c cleaning 17000 clauses out of 34019 with flag 348010/161002
124.85/61.13	c cleaning 18003 clauses out of 36019 with flag 386712/180002
139.64/68.58	c cleaning 18996 clauses out of 38016 with flag 429531/200002
158.40/77.83	c cleaning 20000 clauses out of 40018 with flag 472899/221000
176.81/87.09	c cleaning 20994 clauses out of 42018 with flag 518710/243000
194.00/95.70	c cleaning 22004 clauses out of 44024 with flag 566425/266000
215.80/106.52	c cleaning 23006 clauses out of 46022 with flag 617216/290002
237.47/117.42	c cleaning 23994 clauses out of 48014 with flag 668419/315000
255.90/126.69	c cleaning 25003 clauses out of 50020 with flag 721768/341000
282.30/139.85	c cleaning 26002 clauses out of 52018 with flag 780081/368001
304.71/151.04	c cleaning 26994 clauses out of 54015 with flag 839284/396000
328.41/162.80	c cleaning 28007 clauses out of 56023 with flag 900289/425002
343.95/170.68	c cleaning 28980 clauses out of 58014 with flag 970783/455000
359.99/178.60	c cleaning 30003 clauses out of 60035 with flag 1045518/486001
377.19/187.24	c cleaning 30986 clauses out of 62031 with flag 1123039/518000
396.78/196.94	c cleaning 32003 clauses out of 64051 with flag 1201195/551006
419.46/208.55	c cleaning 32997 clauses out of 66042 with flag 1285384/585000
439.46/218.56	c cleaning 34001 clauses out of 68045 with flag 1369957/620000
462.03/229.65	c cleaning 35003 clauses out of 70045 with flag 1455122/656001
485.32/241.20	c cleaning 36001 clauses out of 72041 with flag 1543993/693000
509.91/253.48	c cleaning 37001 clauses out of 74040 with flag 1634981/731000
537.71/267.83	c cleaning 37998 clauses out of 76039 with flag 1729427/770000
564.50/281.22	c cleaning 39001 clauses out of 78041 with flag 1823400/810000
593.91/295.91	c cleaning 39996 clauses out of 80040 with flag 1921136/851000
624.23/311.02	c cleaning 41001 clauses out of 82045 with flag 2018794/893001
661.43/329.66	c cleaning 42011 clauses out of 84043 with flag 2117513/936000
752.85/375.22	c cleaning 43006 clauses out of 86032 with flag 2213742/980000
851.61/424.35	c cleaning 44014 clauses out of 88034 with flag 2310943/1025008
891.17/443.98	c cleaning 44992 clauses out of 90007 with flag 2419187/1071001
942.26/469.33	c cleaning 45992 clauses out of 92019 with flag 2516376/1118005
994.40/495.23	c cleaning 46995 clauses out of 94022 with flag 2616337/1166000
1052.75/524.28	c cleaning 48001 clauses out of 96027 with flag 2719616/1215000
1125.39/560.50	c cleaning 48995 clauses out of 98026 with flag 2822659/1265000
1199.22/597.16	c cleaning 50004 clauses out of 100032 with flag 2928426/1316001
1262.77/628.69	c cleaning 50997 clauses out of 102028 with flag 3035059/1368001
1340.58/666.71	c cleaning 52000 clauses out of 104031 with flag 3144506/1421001
1418.91/705.64	c cleaning 52999 clauses out of 106031 with flag 3254412/1475001
1483.12/737.58	c cleaning 0 clauses out of 5000 with flag 0/5000
1495.10/743.43	c cleaning 53997 clauses out of 108031 with flag 3370004/1530000
1575.92/784.56	c cleaning 55003 clauses out of 110037 with flag 3486517/1586003
1665.44/828.95	c cleaning 56002 clauses out of 112034 with flag 3604048/1643003
1754.72/872.97	c cleaning 56998 clauses out of 114030 with flag 3723220/1701001
1800.15/895.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/895.30	c starts		: 19
1800.15/895.30	c conflicts		: 1738094
1800.15/895.30	c decisions		: 2891465
1800.15/895.30	c propagations		: 421782830
1800.15/895.30	c inspects		: 6604501652
1800.15/895.30	c shortcuts		: 0
1800.15/895.30	c learnt literals	: 6
1800.15/895.30	c learnt binary clauses	: 3
1800.15/895.30	c learnt ternary clauses	: 2
1800.15/895.30	c learnt constraints	: 1738088
1800.15/895.30	c ignored constraints	: 0
1800.15/895.30	c root simplifications	: 0
1800.15/895.30	c removed literals (reason simplification)	: 3010211
1800.15/895.30	c reason swapping (by a shorter reason)	: 0
1800.15/895.30	c Calls to reduceDB	: 54
1800.15/895.30	c Number of update (reduction) of LBD	: 194163
1800.15/895.30	c Imported unit clauses	: 0
1800.15/895.30	c number of reductions to clauses (during analyze)	: 0
1800.15/895.30	c number of learned constraints concerned by reduction	: 0
1800.15/895.30	c number of learning phase by resolution	: 0
1800.15/895.30	c number of learning phase by cutting planes	: 0
1800.15/895.30	c speed (assignments/second)	: 471610.3510274547
1800.15/895.30	c non guided choices	107762
1800.15/895.33	c learnt constraints type 
1800.15/895.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.15/895.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 94123
1800.15/895.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.15/895.33	c starts		: 27
1800.15/895.33	c conflicts		: 7417
1800.15/895.33	c decisions		: 690325
1800.15/895.33	c propagations		: 2089949
1800.15/895.33	c inspects		: 287501157
1800.15/895.33	c shortcuts		: 0
1800.15/895.33	c learnt literals	: 0
1800.15/895.33	c learnt binary clauses	: 0
1800.15/895.33	c learnt ternary clauses	: 0
1800.15/895.33	c learnt constraints	: 7416
1800.15/895.33	c ignored constraints	: 0
1800.15/895.33	c root simplifications	: 0
1800.15/895.33	c removed literals (reason simplification)	: 0
1800.15/895.33	c reason swapping (by a shorter reason)	: 0
1800.15/895.33	c Calls to reduceDB	: 1
1800.15/895.33	c Number of update (reduction) of LBD	: 0
1800.15/895.33	c Imported unit clauses	: 0
1800.15/895.33	c number of reductions to clauses (during analyze)	: 0
1800.15/895.33	c number of learned constraints concerned by reduction	: 0
1800.15/895.33	c number of learning phase by resolution	: 0
1800.15/895.33	c number of learning phase by cutting planes	: 0
1800.15/895.33	c speed (assignments/second)	: 2336.7808213817307
1800.15/895.33	c non guided choices	2496
1800.15/895.33	c learnt constraints type 
1800.15/895.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 368
1800.15/895.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7048
1800.15/895.33	s UNKNOWN
1800.15/895.33	c Total wall clock time (in seconds): 895.201

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-4101530-1466214410/watcher-4101530-1466214410 -o /tmp/evaluation-result-4101530-1466214410/solver-4101530-1466214410 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101530-1466214410.opb 

pid=17864
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.03 4.06 4.07 4/197 17867
/proc/meminfo: memFree=28861020/32872528 swapFree=338416/354768
[pid=17867] ppid=17864 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17867/stat : 17867 (java) D 17864 17867 14474 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 23487702 9515008 184 33554432000 1073741824 1073778376 140735451213696 140735451204920 242167213495 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/17867/statm: 2323 184 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.03 4.06 4.07 4/197 17867
/proc/meminfo: memFree=28861020/32872528 swapFree=338416/354768
[pid=17867] ppid=17864 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17867/stat : 17867 (java) S 17864 17867 14474 0 -1 4202496 4315 0 1 0 8 1 0 0 20 0 18 0 23487702 9787879424 5445 33554432000 1073741824 1073778376 140733920431632 140733920422768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2389619 5445 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 4.03 4.06 4.07 4/197 17867
/proc/meminfo: memFree=28861020/32872528 swapFree=338416/354768
[pid=17867] ppid=17864 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17867/stat : 17867 (java) S 17864 17867 14474 0 -1 4202496 4965 0 1 0 26 1 0 0 20 0 18 0 23487702 9787879424 7405 33554432000 1073741824 1073778376 140733920431632 140733920422768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2389619 7405 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 4.03 4.06 4.07 4/197 17867
/proc/meminfo: memFree=28861020/32872528 swapFree=338416/354768
[pid=17867] ppid=17864 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/17867/stat : 17867 (java) S 17864 17867 14474 0 -1 4202496 5374 0 1 0 44 1 0 0 20 0 18 0 23487702 9787879424 11712 33554432000 1073741824 1073778376 140733920431632 140733920422768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2389619 11712 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700204 s]
/proc/loadavg: 4.03 4.06 4.07 4/197 17867
/proc/meminfo: memFree=28861020/32872528 swapFree=338416/354768
[pid=17867] ppid=17864 vsize=9558476 CPUtime=1.58 cores=1,3,5,7
/proc/17867/stat : 17867 (java) S 17864 17867 14474 0 -1 4202496 20442 0 1 0 153 5 0 0 20 0 18 0 23487702 9787879424 38588 33554432000 1073741824 1073778376 140733920431632 140733920422768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2389619 38588 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.03 4.06 4.07 7/219 17889
/proc/meminfo: memFree=28642788/32872528 swapFree=338416/354768
[pid=17867] ppid=17864 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/17867/stat : 17867 (java) S 17864 17867 14474 0 -1 4202496 26030 0 1 0 407 11 0 0 20 0 22 0 23487702 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140733920422768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2456183 57293 2278 9 0 2446860 0
[pid=17867/tid=17869] ppid=17864 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/17867/task/17869/stat : 17869 (java) S 17864 17867 14474 0 -1 4202560 2488 0 1 0 75 3 0 0 20 0 22 0 23487703 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313919644536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17870] ppid=17864 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 14474 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 23487704 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313763150504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17871] ppid=17864 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 14474 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23487704 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313762097960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17872] ppid=17864 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 14474 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23487704 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313761045416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17873] ppid=17864 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 14474 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 23487704 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313759992872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17874] ppid=17864 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 14474 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23487704 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313758939304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17875] ppid=17864 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 14474 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23487704 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313757886760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17876] ppid=17864 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 14474 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23487704 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313756834216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17877] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23487704 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313755781672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17878] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17878/stat : 17878 (java) S 17864 17867 14474 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313743583848 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17879] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17879/stat : 17879 (java) S 17864 17867 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313742530168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17880] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313741477512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17881] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313740426256 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17882] ppid=17864 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/17867/task/17882/stat : 17882 (java) R 17864 17867 14474 0 -1 4202560 10688 0 0 0 99 2 0 0 20 0 22 0 23487708 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313739372600 140313923761624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17883] ppid=17864 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/17867/task/17883/stat : 17883 (java) R 17864 17867 14474 0 -1 4202560 11368 0 0 0 90 2 0 0 20 0 22 0 23487708 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313738297304 140313921453200 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17884] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17884/stat : 17884 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313737267704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17885] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17885/stat : 17885 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313736215368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17886] ppid=17864 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/17867/task/17886/stat : 17886 (java) R 17864 17867 14474 0 -1 4202560 24 0 0 0 60 0 0 0 20 0 22 0 23487789 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313735160536 140313780748612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17887] ppid=17864 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/17867/task/17887/stat : 17887 (java) R 17864 17867 14474 0 -1 4202560 24 0 0 0 61 0 0 0 20 0 22 0 23487789 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313734106088 140313780856300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17888] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17888/stat : 17888 (java) S 17864 17867 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23487798 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313733056040 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17889] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17889/stat : 17889 (java) S 17864 17867 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23487798 10060525568 57293 33554432000 1073741824 1073778376 140733920431632 140313732003496 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.03 4.06 4.07 5/219 17889
/proc/meminfo: memFree=28631028/32872528 swapFree=338416/354768
[pid=17867] ppid=17864 vsize=9824732 CPUtime=7.96 cores=1,3,5,7
/proc/17867/stat : 17867 (java) S 17864 17867 14474 0 -1 4202496 27147 0 1 0 777 19 0 0 20 0 22 0 23487702 10060525568 96639 33554432000 1073741824 1073778376 140733920431632 140733920422768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2456183 96639 2279 9 0 2446860 0
[pid=17867/tid=17869] ppid=17864 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/17867/task/17869/stat : 17869 (java) S 17864 17867 14474 0 -1 4202560 2488 0 1 0 75 3 0 0 20 0 22 0 23487703 10060525568 96639 33554432000 1073741824 1073778376 140733920431632 140313919644536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17870] ppid=17864 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 14474 0 -1 4202560 142 0 0 0 3 2 0 0 20 0 22 0 23487704 10060525568 96639 33554432000 1073741824 1073778376 140733920431632 140313763150504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17871] ppid=17864 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17867/task/17871/stat : 17871 (java) R 17864 17867 14474 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 23487704 10060525568 96639 33554432000 1073741824 1073778376 140733920431632 140313762097960 242170770492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17872] ppid=17864 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17867/task/17872/stat : 17872 (java) R 17864 17867 14474 0 -1 4202560 102 0 0 0 2 2 0 0 20 0 22 0 23487704 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313761045416 140313922115257 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17873] ppid=17864 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 14474 0 -1 4202560 111 0 0 0 3 2 0 0 20 0 22 0 23487704 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313759992872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17874] ppid=17864 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17867/task/17874/stat : 17874 (java) R 17864 17867 14474 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 23487704 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313758939304 140313922115265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17875] ppid=17864 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17867/task/17875/stat : 17875 (java) R 17864 17867 14474 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 23487704 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313757886760 140313922115315 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17876] ppid=17864 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17867/task/17876/stat : 17876 (java) R 17864 17867 14474 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 23487704 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313756834392 140313922115265 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17877] ppid=17864 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17867/task/17877/stat : 17877 (java) R 17864 17867 14474 0 -1 4202560 100 0 0 0 1 1 0 0 20 0 22 0 23487704 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313755781848 140313926539738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17878] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17878/stat : 17878 (java) S 17864 17867 14474 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313743582728 242170770492 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17879] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17879/stat : 17879 (java) S 17864 17867 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313742530168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17880] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313741477512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17881] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313740426256 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17882] ppid=17864 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/17867/task/17882/stat : 17882 (java) S 17864 17867 14474 0 -1 4202560 10848 0 0 0 130 2 0 0 20 0 22 0 23487708 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313739358696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17883] ppid=17864 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/17867/task/17883/stat : 17883 (java) S 17864 17867 14474 0 -1 4202560 11834 0 0 0 108 2 0 0 20 0 22 0 23487708 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313738320056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17884] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17884/stat : 17884 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313737267704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17885] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17885/stat : 17885 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313736215368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17886] ppid=17864 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/17867/task/17886/stat : 17886 (java) S 17864 17867 14474 0 -1 4202560 35 0 0 0 214 0 0 0 20 0 22 0 23487789 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313735159608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17887] ppid=17864 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/17867/task/17887/stat : 17887 (java) S 17864 17867 14474 0 -1 4202560 66 0 0 0 215 1 0 0 20 0 22 0 23487789 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313734105912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17888] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17888/stat : 17888 (java) S 17864 17867 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23487798 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313733056040 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17889] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17889/stat : 17889 (java) S 17864 17867 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23487798 10060525568 97151 33554432000 1073741824 1073778376 140733920431632 140313732003496 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 3.87 4.02 4.06 5/219 17889
/proc/meminfo: memFree=28441012/32872528 swapFree=338416/354768
[pid=17867] ppid=17864 vsize=9824732 CPUtime=14.76 cores=1,3,5,7
/proc/17867/stat : 17867 (java) S 17864 17867 14474 0 -1 4202496 28372 0 1 0 1450 26 0 0 20 0 22 0 23487702 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140733920422768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2456183 113192 2285 9 0 2446860 0
[pid=17867/tid=17869] ppid=17864 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/17867/task/17869/stat : 17869 (java) S 17864 17867 14474 0 -1 4202560 2488 0 1 0 75 3 0 0 20 0 22 0 23487703 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313919644536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17870] ppid=17864 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 14474 0 -1 4202560 183 0 0 0 4 3 0 0 20 0 22 0 23487704 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313763150504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17871] ppid=17864 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 14474 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 23487704 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313762097960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17872] ppid=17864 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 14474 0 -1 4202560 115 0 0 0 5 3 0 0 20 0 22 0 23487704 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313761045416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17873] ppid=17864 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 14474 0 -1 4202560 133 0 0 0 6 4 0 0 20 0 22 0 23487704 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313759992872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17874] ppid=17864 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 14474 0 -1 4202560 38 0 0 0 4 3 0 0 20 0 22 0 23487704 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313758939304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17875] ppid=17864 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 14474 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 22 0 23487704 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313757886760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17876] ppid=17864 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 14474 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 23487704 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313756834216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17877] ppid=17864 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 14474 0 -1 4202560 124 0 0 0 4 2 0 0 20 0 22 0 23487704 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313755781672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17878] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17878/stat : 17878 (java) S 17864 17867 14474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313743583848 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17879] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17879/stat : 17879 (java) S 17864 17867 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313742530168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17880] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313741477512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17881] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 113192 33554432000 1073741824 1073778376 140733920431632 140313740426256 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17882] ppid=17864 vsize=9824732 CPUtime=1.46 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 3.81 4.04 4.06 5/220 18290
/proc/meminfo: memFree=24196680/32872528 swapFree=338416/354768
[pid=17867] ppid=17864 vsize=9824732 CPUtime=1773.85 cores=1,3,5,7
/proc/17867/stat : 17867 (java) S 17864 17867 14474 0 -1 4202496 42878 0 1 0 177073 312 0 0 20 0 22 0 23487702 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140733920422768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2456183 1124626 2294 9 0 2446860 0
[pid=17867/tid=17869] ppid=17864 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/17867/task/17869/stat : 17869 (java) S 17864 17867 14474 0 -1 4202560 2505 0 1 0 78 4 0 0 20 0 22 0 23487703 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313919644536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17870] ppid=17864 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 14474 0 -1 4202560 1196 0 0 0 366 29 0 0 20 0 22 0 23487704 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313763150504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17871] ppid=17864 vsize=9824732 CPUtime=3.51 cores=1,3,5,7
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 14474 0 -1 4202560 815 0 0 0 322 29 0 0 20 0 22 0 23487704 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313762097960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17872] ppid=17864 vsize=9824732 CPUtime=3.94 cores=1,3,5,7
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 14474 0 -1 4202560 1078 0 0 0 358 36 0 0 20 0 22 0 23487704 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313761045416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17873] ppid=17864 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 14474 0 -1 4202560 1096 0 0 0 347 29 0 0 20 0 22 0 23487704 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313759992872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17874] ppid=17864 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 14474 0 -1 4202560 1112 0 0 0 343 37 0 0 20 0 22 0 23487704 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313758939304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17875] ppid=17864 vsize=9824732 CPUtime=3.49 cores=1,3,5,7
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 14474 0 -1 4202560 924 0 0 0 318 31 0 0 20 0 22 0 23487704 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313757886760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17876] ppid=17864 vsize=9824732 CPUtime=3.8 cores=1,3,5,7
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 14474 0 -1 4202560 1255 0 0 0 345 35 0 0 20 0 22 0 23487704 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313756834216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17877] ppid=17864 vsize=9824732 CPUtime=3.87 cores=1,3,5,7
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 14474 0 -1 4202560 914 0 0 0 355 32 0 0 20 0 22 0 23487704 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313755781672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17878] ppid=17864 vsize=9824732 CPUtime=7.51 cores=1,3,5,7
/proc/17867/task/17878/stat : 17878 (java) S 17864 17867 14474 0 -1 4202560 3399 0 0 0 745 6 0 0 20 0 22 0 23487705 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313743583848 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17879] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17879/stat : 17879 (java) S 17864 17867 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313742530168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17880] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313741477512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17881] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313740426256 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17882] ppid=17864 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/17867/task/17882/stat : 17882 (java) S 17864 17867 14474 0 -1 4202560 10889 0 0 0 193 2 0 0 20 0 22 0 23487708 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313739372600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17883] ppid=17864 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/17867/task/17883/stat : 17883 (java) S 17864 17867 14474 0 -1 4202560 14376 0 0 0 148 2 0 0 20 0 22 0 23487708 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313738320056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17884] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17884/stat : 17884 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313737267704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17885] ppid=17864 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/17867/task/17885/stat : 17885 (java) S 17864 17867 14474 0 -1 4202560 52 0 0 0 18 19 0 0 20 0 22 0 23487708 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313736215368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17886] ppid=17864 vsize=9824732 CPUtime=865.95 cores=1,3,5,7
/proc/17867/task/17886/stat : 17886 (java) R 17864 17867 14474 0 -1 4202560 1165 0 0 0 86562 33 0 0 20 0 22 0 23487789 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313735159456 140313780614954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17887] ppid=17864 vsize=9824732 CPUtime=865.97 cores=1,3,5,7
/proc/17867/task/17887/stat : 17887 (java) R 17864 17867 14474 0 -1 4202560 837 0 0 0 86576 21 0 0 20 0 22 0 23487789 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313734105776 140313780832339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17888] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17888/stat : 17888 (java) S 17864 17867 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23487798 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313733056040 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17889] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17889/stat : 17889 (java) S 17864 17867 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23487798 10060525568 1124626 33554432000 1073741824 1073778376 140733920431632 140313732003496 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1773.85
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.301 s]
/proc/loadavg: 3.84 4.03 4.06 5/220 18293
/proc/meminfo: memFree=24169564/32872528 swapFree=338416/354768
[pid=17867] ppid=17864 vsize=9824732 CPUtime=1800.15 cores=1,3,5,7
/proc/17867/stat : 17867 (java) S 17864 17867 14474 0 -1 4202496 43004 0 1 0 179698 317 0 0 20 0 22 0 23487702 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140733920422768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2456183 1131481 2294 9 0 2446860 0
[pid=17867/tid=17869] ppid=17864 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/17867/task/17869/stat : 17869 (java) S 17864 17867 14474 0 -1 4202560 2505 0 1 0 78 5 0 0 20 0 22 0 23487703 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313919644536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17870] ppid=17864 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 14474 0 -1 4202560 1215 0 0 0 375 30 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313763150504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17871] ppid=17864 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 14474 0 -1 4202560 840 0 0 0 327 29 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313762097960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17872] ppid=17864 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 14474 0 -1 4202560 1091 0 0 0 364 36 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313761045416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17873] ppid=17864 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 14474 0 -1 4202560 1109 0 0 0 355 29 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313759992872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17874] ppid=17864 vsize=9824732 CPUtime=3.88 cores=1,3,5,7
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 14474 0 -1 4202560 1120 0 0 0 351 37 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313758939304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17875] ppid=17864 vsize=9824732 CPUtime=3.62 cores=1,3,5,7
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 14474 0 -1 4202560 950 0 0 0 330 32 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313757886760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17876] ppid=17864 vsize=9824732 CPUtime=3.9 cores=1,3,5,7
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 14474 0 -1 4202560 1269 0 0 0 355 35 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313756834216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17877] ppid=17864 vsize=9824732 CPUtime=3.92 cores=1,3,5,7
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 14474 0 -1 4202560 921 0 0 0 360 32 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313755781672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17878] ppid=17864 vsize=9824732 CPUtime=7.52 cores=1,3,5,7
/proc/17867/task/17878/stat : 17878 (java) S 17864 17867 14474 0 -1 4202560 3399 0 0 0 745 7 0 0 20 0 22 0 23487705 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313743583848 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17879] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17879/stat : 17879 (java) S 17864 17867 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313742530168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17880] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313741477512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17881] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313740426256 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17882] ppid=17864 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/17867/task/17882/stat : 17882 (java) S 17864 17867 14474 0 -1 4202560 10889 0 0 0 193 2 0 0 20 0 22 0 23487708 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313739372600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17883] ppid=17864 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/17867/task/17883/stat : 17883 (java) S 17864 17867 14474 0 -1 4202560 14376 0 0 0 148 2 0 0 20 0 22 0 23487708 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313738320056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17884] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17884/stat : 17884 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313737267704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17885] ppid=17864 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/17867/task/17885/stat : 17885 (java) S 17864 17867 14474 0 -1 4202560 52 0 0 0 19 19 0 0 20 0 22 0 23487708 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313736215368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17886] ppid=17864 vsize=9824732 CPUtime=878.77 cores=1,3,5,7
/proc/17867/task/17886/stat : 17886 (java) R 17864 17867 14474 0 -1 4202560 1166 0 0 0 87844 33 0 0 20 0 22 0 23487789 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313735159488 140313780614954 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17887] ppid=17864 vsize=9824732 CPUtime=878.8 cores=1,3,5,7
/proc/17867/task/17887/stat : 17887 (java) R 17864 17867 14474 0 -1 4202560 837 0 0 0 87859 21 0 0 20 0 22 0 23487789 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313734105776 140313780940322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17888] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17888/stat : 17888 (java) S 17864 17867 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23487798 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313733056040 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17889] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17889/stat : 17889 (java) S 17864 17867 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23487798 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313732003496 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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 17867 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.301 s]
/proc/loadavg: 3.84 4.03 4.06 5/220 18293
/proc/meminfo: memFree=24169564/32872528 swapFree=338416/354768
[pid=17867] ppid=17864 vsize=9824732 CPUtime=1800.15 cores=1,3,5,7
/proc/17867/stat : 17867 (java) S 17864 17867 14474 0 -1 4202496 43004 0 1 0 179698 317 0 0 20 0 22 0 23487702 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140733920422768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17867/statm: 2456183 1131481 2294 9 0 2446860 0
[pid=17867/tid=17869] ppid=17864 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/17867/task/17869/stat : 17869 (java) S 17864 17867 14474 0 -1 4202560 2505 0 1 0 78 5 0 0 20 0 22 0 23487703 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313919644536 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17870] ppid=17864 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/17867/task/17870/stat : 17870 (java) S 17864 17867 14474 0 -1 4202560 1215 0 0 0 375 30 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313763150504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17871] ppid=17864 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/17867/task/17871/stat : 17871 (java) S 17864 17867 14474 0 -1 4202560 840 0 0 0 327 29 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313762097960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17872] ppid=17864 vsize=9824732 CPUtime=4 cores=1,3,5,7
/proc/17867/task/17872/stat : 17872 (java) S 17864 17867 14474 0 -1 4202560 1091 0 0 0 364 36 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313761045416 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17873] ppid=17864 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/17867/task/17873/stat : 17873 (java) S 17864 17867 14474 0 -1 4202560 1109 0 0 0 355 29 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313759992872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17874] ppid=17864 vsize=9824732 CPUtime=3.88 cores=1,3,5,7
/proc/17867/task/17874/stat : 17874 (java) S 17864 17867 14474 0 -1 4202560 1120 0 0 0 351 37 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313758939304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17875] ppid=17864 vsize=9824732 CPUtime=3.62 cores=1,3,5,7
/proc/17867/task/17875/stat : 17875 (java) S 17864 17867 14474 0 -1 4202560 950 0 0 0 330 32 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313757886760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17876] ppid=17864 vsize=9824732 CPUtime=3.9 cores=1,3,5,7
/proc/17867/task/17876/stat : 17876 (java) S 17864 17867 14474 0 -1 4202560 1269 0 0 0 355 35 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313756834216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17877] ppid=17864 vsize=9824732 CPUtime=3.92 cores=1,3,5,7
/proc/17867/task/17877/stat : 17877 (java) S 17864 17867 14474 0 -1 4202560 921 0 0 0 360 32 0 0 20 0 22 0 23487704 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313755781672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17878] ppid=17864 vsize=9824732 CPUtime=7.52 cores=1,3,5,7
/proc/17867/task/17878/stat : 17878 (java) S 17864 17867 14474 0 -1 4202560 3399 0 0 0 745 7 0 0 20 0 22 0 23487705 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313743583848 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17879] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17879/stat : 17879 (java) S 17864 17867 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313742530168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17880] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17880/stat : 17880 (java) S 17864 17867 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23487705 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313741477512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17881] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17881/stat : 17881 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313740426256 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17882] ppid=17864 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/17867/task/17882/stat : 17882 (java) S 17864 17867 14474 0 -1 4202560 10889 0 0 0 193 2 0 0 20 0 22 0 23487708 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313739372600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17867/tid=17883] ppid=17864 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/17867/task/17883/stat : 17883 (java) S 17864 17867 14474 0 -1 4202560 14376 0 0 0 148 2 0 0 20 0 22 0 23487708 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313738320056 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17884] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17884/stat : 17884 (java) S 17864 17867 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23487708 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313737267704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17885] ppid=17864 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/17867/task/17885/stat : 17885 (java) S 17864 17867 14474 0 -1 4202560 52 0 0 0 19 19 0 0 20 0 22 0 23487708 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313736215368 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17886] ppid=17864 vsize=9824732 CPUtime=878.77 cores=1,3,5,7
/proc/17867/task/17886/stat : 17886 (java) R 17864 17867 14474 0 -1 4202560 1166 0 0 0 87844 33 0 0 20 0 22 0 23487789 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313735159488 140313780614954 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17867/tid=17887] ppid=17864 vsize=9824732 CPUtime=878.8 cores=1,3,5,7
/proc/17867/task/17887/stat : 17887 (java) R 17864 17867 14474 0 -1 4202560 837 0 0 0 87859 21 0 0 20 0 22 0 23487789 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313734105776 140313780940322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17867/tid=17888] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17888/stat : 17888 (java) S 17864 17867 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23487798 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313733056040 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17867/tid=17889] ppid=17864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17867/task/17889/stat : 17889 (java) S 17864 17867 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23487798 10060525568 1131481 33554432000 1073741824 1073778376 140733920431632 140313732003496 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.355
CPU time (s): 1800.91
CPU user time (s): 1797.25
CPU system time (s): 3.66144
CPU usage (%): 201.139
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.25
system time used= 3.66144
maximum resident set size= 4556032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43046
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23391
involuntary context switches= 19475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.07023 second user time and 4.32734 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 03:46:50
IDJOB=4101530
IDBENCH=1762
IDSOLVER=2543
FILE ID=node126/4101530-1466214410
RUNJOBID= node126-1466206074-14491
PBS_JOBID= 19918151
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-khb05250.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101530-1466214410/watcher-4101530-1466214410 -o /tmp/evaluation-result-4101530-1466214410/solver-4101530-1466214410 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101530-1466214410.opb

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

MD5SUM BENCH= 0abc7673c35064c54cd6e972f16047d8
RANDOM SEED=503660538

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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.121
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.121
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.121
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:        28860912 kB
Buffers:           96416 kB
Cached:           101124 kB
SwapCached:         1076 kB
Active:          2768360 kB
Inactive:         137408 kB
Active(anon):    2709732 kB
Inactive(anon):     1004 kB
Active(file):      58628 kB
Inactive(file):   136404 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:              2004 kB
Writeback:             0 kB
AnonPages:       3074764 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             601348 kB
SReclaimable:      45412 kB
SUnreclaim:       555936 kB
KernelStack:        1624 kB
PageTables:        10516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3420840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2691072 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 node126 at 2016-06-18 04:01:45