Trace number 4100013

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 Resolution PB16? (TO) 1800.04 1782.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3708.opb
MD5SUMd44ccf8fb2d5e43b368613290c78fd1e
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 655014
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 655014
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4100013-1466209708.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
2.00/1.37	c ... done. Wall clock time 1.266s.
2.00/1.37	c declared #vars     155000
2.00/1.37	c #constraints  5300
2.00/1.37	c constraints type 
2.00/1.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
2.00/1.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5273
2.00/1.37	c 5300 constraints processed.
2.00/1.37	c objective function length is 155000 literals
4.88/3.68	c cleaning 2500 clauses out of 5000 with flag 10067/5000
7.31/5.97	c cleaning 4250 clauses out of 8500 with flag 22067/11000
10.11/8.78	c cleaning 5622 clauses out of 11251 with flag 36073/18001
13.76/12.12	c cleaning 6812 clauses out of 13631 with flag 52077/26003
16.88/15.28	c cleaning 7905 clauses out of 15817 with flag 70074/35001
21.28/19.64	c cleaning 8942 clauses out of 17911 with flag 90161/45000
27.67/25.71	c cleaning 9971 clauses out of 19970 with flag 112288/56001
33.46/31.54	c cleaning 10985 clauses out of 21998 with flag 136474/68000
40.61/38.42	c cleaning 11993 clauses out of 24014 with flag 162572/81001
48.22/46.03	c cleaning 12997 clauses out of 26021 with flag 190715/95001
56.52/54.33	c cleaning 13998 clauses out of 28024 with flag 220909/110001
65.13/62.95	c cleaning 14997 clauses out of 30026 with flag 253028/126001
74.99/72.36	c cleaning 15999 clauses out of 32028 with flag 287125/143000
85.30/82.68	c cleaning 16987 clauses out of 34030 with flag 323264/161001
97.32/94.15	c cleaning 18005 clauses out of 36044 with flag 361381/180002
110.42/107.20	c cleaning 19000 clauses out of 38037 with flag 401489/200000
124.82/121.67	c cleaning 20000 clauses out of 40038 with flag 443533/221001
142.72/139.54	c cleaning 21004 clauses out of 42037 with flag 487573/243000
157.93/154.78	c cleaning 22001 clauses out of 44034 with flag 533777/266001
173.99/169.85	c cleaning 23003 clauses out of 46033 with flag 581925/290001
192.20/188.08	c cleaning 24000 clauses out of 48030 with flag 632343/315001
209.40/205.29	c cleaning 25001 clauses out of 50030 with flag 684585/341001
230.39/225.57	c cleaning 26003 clauses out of 52034 with flag 738820/368006
253.61/248.71	c cleaning 26999 clauses out of 54026 with flag 795050/396001
274.40/269.59	c cleaning 27995 clauses out of 56027 with flag 853211/425001
297.62/292.10	c cleaning 28999 clauses out of 58032 with flag 913508/455001
308.32/302.64	c cleaning 30014 clauses out of 60034 with flag 1026179/486002
320.31/314.61	c cleaning 30997 clauses out of 62018 with flag 1125378/518000
330.51/324.86	c cleaning 31986 clauses out of 64022 with flag 1215045/551001
343.91/338.24	c cleaning 32988 clauses out of 66035 with flag 1307567/585000
360.04/354.28	c cleaning 34012 clauses out of 68047 with flag 1388525/620000
374.01/367.95	c cleaning 35010 clauses out of 70039 with flag 1499305/656004
386.32/380.27	c cleaning 35979 clauses out of 72025 with flag 1580153/693000
407.42/401.30	c cleaning 36985 clauses out of 74047 with flag 1698255/731001
427.28/420.91	c cleaning 37994 clauses out of 76066 with flag 1797812/770005
447.59/441.24	c cleaning 38994 clauses out of 78068 with flag 1942170/810001
470.39/464.06	c cleaning 40001 clauses out of 80073 with flag 2084721/851000
495.77/489.25	c cleaning 41004 clauses out of 82072 with flag 2249150/893000
521.39/514.88	c cleaning 41999 clauses out of 84071 with flag 2363882/936003
544.42/537.61	c cleaning 43001 clauses out of 86069 with flag 2525567/980000
566.62/559.83	c cleaning 43996 clauses out of 88069 with flag 2660141/1025001
590.31/583.37	c cleaning 44996 clauses out of 90073 with flag 2768883/1071001
614.93/607.96	c cleaning 46003 clauses out of 92078 with flag 2876746/1118002
641.02/633.88	c cleaning 46998 clauses out of 94075 with flag 2987653/1166002
667.62/660.44	c cleaning 48002 clauses out of 96078 with flag 3122885/1215003
694.45/687.03	c cleaning 49002 clauses out of 98075 with flag 3348857/1265002
723.36/715.53	c cleaning 50002 clauses out of 100072 with flag 3487845/1316001
754.18/745.51	c cleaning 51000 clauses out of 102070 with flag 3763010/1368001
782.47/773.63	c cleaning 51993 clauses out of 104071 with flag 3946021/1421002
811.56/802.73	c cleaning 53003 clauses out of 106078 with flag 4095528/1475002
848.18/839.21	c cleaning 54004 clauses out of 108073 with flag 4293490/1530000
878.77/869.68	c cleaning 54996 clauses out of 110072 with flag 4451813/1586003
911.35/901.90	c cleaning 56004 clauses out of 112073 with flag 4630019/1643000
941.55/932.08	c cleaning 56996 clauses out of 114069 with flag 4772711/1701000
974.31/964.49	c cleaning 58003 clauses out of 116075 with flag 4935224/1760002
1011.08/1000.48	c cleaning 58991 clauses out of 118070 with flag 5093621/1820000
1044.89/1033.77	c cleaning 59998 clauses out of 120079 with flag 5254189/1881000
1087.05/1075.76	c cleaning 61007 clauses out of 122082 with flag 5406869/1943001
1129.95/1118.40	c cleaning 61999 clauses out of 124074 with flag 5555550/2006000
1164.26/1152.46	c cleaning 62995 clauses out of 126078 with flag 5712325/2070003
1209.51/1197.33	c cleaning 64000 clauses out of 128080 with flag 5869611/2135000
1245.63/1233.42	c cleaning 64999 clauses out of 130081 with flag 6028118/2201001
1284.25/1271.89	c cleaning 65999 clauses out of 132081 with flag 6199962/2268000
1330.74/1317.92	c cleaning 67001 clauses out of 134082 with flag 6391739/2336000
1383.74/1370.50	c cleaning 68006 clauses out of 136085 with flag 6576211/2405004
1431.91/1418.08	c cleaning 69005 clauses out of 138076 with flag 6774159/2475001
1482.98/1468.52	c cleaning 69994 clauses out of 140070 with flag 6974181/2546000
1531.07/1516.30	c cleaning 71001 clauses out of 142080 with flag 7180104/2618004
1584.78/1568.96	c cleaning 71996 clauses out of 144075 with flag 7378423/2691000
1641.07/1624.90	c cleaning 73005 clauses out of 146088 with flag 7575819/2765009
1701.72/1684.85	c cleaning 73996 clauses out of 148075 with flag 7774287/2840001
1760.14/1742.96	c cleaning 75005 clauses out of 150078 with flag 7988358/2916000
1800.04/1782.00	c starts		: 11
1800.04/1782.00	c conflicts		: 2974395
1800.04/1782.00	c decisions		: 4301849
1800.04/1782.00	c propagations		: 465756343
1800.04/1782.00	c inspects		: 16328069433
1800.04/1782.00	c shortcuts		: 0
1800.04/1782.00	c learnt literals	: 0
1800.04/1782.00	c learnt binary clauses	: 0
1800.04/1782.00	c learnt ternary clauses	: 0
1800.04/1782.00	c learnt constraints	: 2974395
1800.04/1782.00	c ignored constraints	: 0
1800.04/1782.00	c root simplifications	: 0
1800.04/1782.00	c removed literals (reason simplification)	: 0
1800.04/1782.00	c reason swapping (by a shorter reason)	: 0
1800.04/1782.00	c Calls to reduceDB	: 72
1800.04/1782.00	c Number of update (reduction) of LBD	: 322650
1800.04/1782.00	c Imported unit clauses	: 0
1800.04/1782.00	c number of reductions to clauses (during analyze)	: 0
1800.04/1782.00	c number of learned constraints concerned by reduction	: 0
1800.04/1782.00	c number of learning phase by resolution	: 0
1800.04/1782.00	c number of learning phase by cutting planes	: 0
1800.04/1782.00	c speed (assignments/second)	: 261586.3588292548
1800.04/1782.00	c non guided choices	263749
1800.04/1782.02	c timeout
1800.04/1782.03	c learnt constraints type 
1800.04/1782.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133468
1800.04/1782.03	s UNKNOWN
1800.04/1782.03	c Total wall clock time (in seconds): 1781.928

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-4100013-1466209708/watcher-4100013-1466209708 -o /tmp/evaluation-result-4100013-1466209708/solver-4100013-1466209708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11895 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100013-1466209708.opb 

pid=12641
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.07 2.10 2.06 3/192 12644
/proc/meminfo: memFree=31210968/32872528 swapFree=447868/480572
[pid=12644] ppid=12641 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12644/stat : 12644 (java) S 12641 12644 11879 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23020930 98570240 977 33554432000 1073741824 1073778376 140734048422608 140734048413744 235378081853 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12644/statm: 24065 977 743 9 0 16771 0
[pid=12644/tid=12645] ppid=12641 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12645/stat : 12645 (java) R 12641 12644 11879 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 23020931 98570240 977 33554432000 1073741824 1073778376 140734048422608 139804866604584 235374724480 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100058 s]
/proc/loadavg: 2.07 2.10 2.06 3/192 12644
/proc/meminfo: memFree=31210968/32872528 swapFree=447868/480572
[pid=12644] ppid=12641 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/12644/stat : 12644 (java) S 12641 12644 11879 0 -1 4202496 4503 0 1 0 10 1 0 0 20 0 18 0 23020930 9787879424 6127 33554432000 1073741824 1073778376 140734048422608 140734048413744 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12644/statm: 2389619 6127 2157 9 0 2380296 0
[pid=12644/tid=12645] ppid=12641 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12644/task/12645/stat : 12645 (java) R 12641 12644 11879 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 23020931 9787879424 6127 33554432000 1073741824 1073778376 140734048422608 139804866608032 139804856671749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200257 s]
/proc/loadavg: 2.07 2.10 2.06 3/192 12644
/proc/meminfo: memFree=31210968/32872528 swapFree=447868/480572
[pid=12644] ppid=12641 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/12644/stat : 12644 (java) S 12641 12644 11879 0 -1 4202496 5156 0 1 0 30 1 0 0 20 0 18 0 23020930 9787879424 8002 33554432000 1073741824 1073778376 140734048422608 140734048413744 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12644/statm: 2389619 8002 2227 9 0 2380296 0
[pid=12644/tid=12645] ppid=12641 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12644/task/12645/stat : 12645 (java) R 12641 12644 11879 0 -1 4202560 2391 0 1 0 16 1 0 0 20 0 18 0 23020931 9787879424 8002 33554432000 1073741824 1073778376 140734048422608 139804866608032 139804692345127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300352 s]
/proc/loadavg: 2.07 2.10 2.06 3/192 12644
/proc/meminfo: memFree=31210968/32872528 swapFree=447868/480572
[pid=12644] ppid=12641 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/12644/stat : 12644 (java) S 12641 12644 11879 0 -1 4202496 5480 0 1 0 44 2 0 0 20 0 18 0 23020930 9787879424 15795 33554432000 1073741824 1073778376 140734048422608 140734048413744 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12644/statm: 2389619 15795 2231 9 0 2380296 0
[pid=12644/tid=12645] ppid=12641 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12644/task/12645/stat : 12645 (java) R 12641 12644 11879 0 -1 4202560 2406 0 1 0 25 2 0 0 20 0 18 0 23020931 9787879424 15795 33554432000 1073741824 1073778376 140734048422608 139804866608032 139804692376028 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700273 s]
/proc/loadavg: 2.07 2.10 2.06 3/192 12644
/proc/meminfo: memFree=31210968/32872528 swapFree=447868/480572
[pid=12644] ppid=12641 vsize=9558476 CPUtime=1.19 cores=0,2,4,6
/proc/12644/stat : 12644 (java) S 12641 12644 11879 0 -1 4202496 7427 0 1 0 112 7 0 0 20 0 18 0 23020930 9787879424 46413 33554432000 1073741824 1073778376 140734048422608 140734048413744 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12644/statm: 2389619 46413 2262 9 0 2380296 0
[pid=12644/tid=12645] ppid=12641 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/12644/task/12645/stat : 12645 (java) R 12641 12644 11879 0 -1 4202560 2457 0 1 0 60 4 0 0 20 0 18 0 23020931 9787879424 46413 33554432000 1073741824 1073778376 140734048422608 139804866607144 235378107661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.07 2.10 2.06 3/210 12662
/proc/meminfo: memFree=30977388/32872528 swapFree=447868/480572
[pid=12644] ppid=12641 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/12644/stat : 12644 (java) S 12641 12644 11879 0 -1 4202496 8175 0 1 0 220 15 0 0 20 0 19 0 23020930 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 140734048413744 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12644/statm: 2406260 75523 2271 9 0 2396937 0
[pid=12644/tid=12645] ppid=12641 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/12644/task/12645/stat : 12645 (java) R 12641 12644 11879 0 -1 4202560 2497 0 1 0 132 5 0 0 20 0 19 0 23020931 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804866609792 139804692004267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12647] ppid=12641 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12644/task/12647/stat : 12647 (java) S 12641 12644 11879 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 23020932 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804828101160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12648] ppid=12641 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12644/task/12648/stat : 12648 (java) S 12641 12644 11879 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 23020932 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804827048360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12649] ppid=12641 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12644/task/12649/stat : 12649 (java) S 12641 12644 11879 0 -1 4202560 107 0 0 0 4 0 0 0 20 0 19 0 23020932 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804825995560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12650] ppid=12641 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/12644/task/12650/stat : 12650 (java) S 12641 12644 11879 0 -1 4202560 117 0 0 0 4 3 0 0 20 0 19 0 23020932 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804824942760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12651] ppid=12641 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12644/task/12651/stat : 12651 (java) S 12641 12644 11879 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23020932 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804823890984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12652] ppid=12641 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12644/task/12652/stat : 12652 (java) S 12641 12644 11879 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 23020932 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804822838184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12653] ppid=12641 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/12644/task/12653/stat : 12653 (java) S 12641 12644 11879 0 -1 4202560 123 0 0 0 5 2 0 0 20 0 19 0 23020932 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804821785384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12654] ppid=12641 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12644/task/12654/stat : 12654 (java) S 12641 12644 11879 0 -1 4202560 113 0 0 0 1 0 0 0 20 0 19 0 23020932 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804820732584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12655] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12655/stat : 12655 (java) S 12641 12644 11879 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804690864616 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12656] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12656/stat : 12656 (java) S 12641 12644 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804689810680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12657] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12657/stat : 12657 (java) S 12641 12644 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804688757768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12658] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12658/stat : 12658 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804687706256 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12659] ppid=12641 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/12644/task/12659/stat : 12659 (java) R 12641 12644 11879 0 -1 4202560 935 0 0 0 20 0 0 0 20 0 19 0 23020935 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804686654392 139804873323089 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12660] ppid=12641 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12644/task/12660/stat : 12660 (java) R 12641 12644 11879 0 -1 4202560 2870 0 0 0 34 0 0 0 20 0 19 0 23020935 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804685601592 139804870619866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12661] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12661/stat : 12661 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804684548984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12662] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12662/stat : 12662 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 75523 33554432000 1073741824 1073778376 140734048422608 139804683496392 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.14 2.12 2.07 4/211 12663
/proc/meminfo: memFree=30897264/32872528 swapFree=447868/480572
[pid=12644] ppid=12641 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/12644/stat : 12644 (java) S 12641 12644 11879 0 -1 4202496 10593 0 1 0 409 15 0 0 20 0 19 0 23020930 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 140734048413744 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12644/statm: 2406260 88116 2273 9 0 2396937 0
[pid=12644/tid=12645] ppid=12641 vsize=9625040 CPUtime=2.96 cores=0,2,4,6
/proc/12644/task/12645/stat : 12645 (java) R 12641 12644 11879 0 -1 4202560 2527 0 1 0 291 5 0 0 20 0 19 0 23020931 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804866607360 139804692740404 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12647] ppid=12641 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12644/task/12647/stat : 12647 (java) S 12641 12644 11879 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 23020932 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804828101160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12648] ppid=12641 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12644/task/12648/stat : 12648 (java) S 12641 12644 11879 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 23020932 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804827048360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12649] ppid=12641 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12644/task/12649/stat : 12649 (java) S 12641 12644 11879 0 -1 4202560 107 0 0 0 4 0 0 0 20 0 19 0 23020932 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804825995560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12650] ppid=12641 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/12644/task/12650/stat : 12650 (java) S 12641 12644 11879 0 -1 4202560 117 0 0 0 4 3 0 0 20 0 19 0 23020932 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804824942760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12651] ppid=12641 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12644/task/12651/stat : 12651 (java) S 12641 12644 11879 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 23020932 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804823890984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12652] ppid=12641 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12644/task/12652/stat : 12652 (java) S 12641 12644 11879 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 23020932 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804822838184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12653] ppid=12641 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/12644/task/12653/stat : 12653 (java) S 12641 12644 11879 0 -1 4202560 123 0 0 0 5 2 0 0 20 0 19 0 23020932 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804821785384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12654] ppid=12641 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12644/task/12654/stat : 12654 (java) S 12641 12644 11879 0 -1 4202560 113 0 0 0 1 0 0 0 20 0 19 0 23020932 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804820732584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12655] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12655/stat : 12655 (java) S 12641 12644 11879 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804690864616 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12656] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12656/stat : 12656 (java) S 12641 12644 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804689810680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12657] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12657/stat : 12657 (java) S 12641 12644 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804688757768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12658] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12658/stat : 12658 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804687706256 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12659] ppid=12641 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12644/task/12659/stat : 12659 (java) S 12641 12644 11879 0 -1 4202560 1517 0 0 0 31 0 0 0 20 0 19 0 23020935 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804686654392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12660] ppid=12641 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12644/task/12660/stat : 12660 (java) S 12641 12644 11879 0 -1 4202560 4675 0 0 0 51 1 0 0 20 0 19 0 23020935 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804685601592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12661] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12661/stat : 12661 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804684548984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12662] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12662/stat : 12662 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804683496392 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12663] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12663/stat : 12663 (java) S 12641 12644 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23021080 9856040960 88116 33554432000 1073741824 1073778376 140734048422608 139804682392744 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.14 2.12 2.07 5/211 12663
/proc/meminfo: memFree=30752296/32872528 swapFree=447868/480572
[pid=12644] ppid=12641 vsize=9625040 CPUtime=7.71 cores=0,2,4,6
/proc/12644/stat : 12644 (java) S 12641 12644 11879 0 -1 4202496 11754 0 1 0 750 21 0 0 20 0 19 0 23020930 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 140734048413744 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12644/statm: 2406260 106151 2278 9 0 2396937 0
[pid=12644/tid=12645] ppid=12641 vsize=9625040 CPUtime=6.09 cores=0,2,4,6
/proc/12644/task/12645/stat : 12645 (java) R 12641 12644 11879 0 -1 4202560 2531 0 1 0 604 5 0 0 20 0 19 0 23020931 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804866607608 139804692739381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12647] ppid=12641 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12644/task/12647/stat : 12647 (java) S 12641 12644 11879 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 19 0 23020932 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804828101160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12648] ppid=12641 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/12644/task/12648/stat : 12648 (java) S 12641 12644 11879 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 19 0 23020932 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804827048360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12649] ppid=12641 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/12644/task/12649/stat : 12649 (java) S 12641 12644 11879 0 -1 4202560 116 0 0 0 4 2 0 0 20 0 19 0 23020932 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804825995560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12650] ppid=12641 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/12644/task/12650/stat : 12650 (java) S 12641 12644 11879 0 -1 4202560 125 0 0 0 6 3 0 0 20 0 19 0 23020932 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804824942760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12651] ppid=12641 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12644/task/12651/stat : 12651 (java) S 12641 12644 11879 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 19 0 23020932 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804823890984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12652] ppid=12641 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/12644/task/12652/stat : 12652 (java) S 12641 12644 11879 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 23020932 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804822838184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12653] ppid=12641 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/12644/task/12653/stat : 12653 (java) S 12641 12644 11879 0 -1 4202560 135 0 0 0 7 2 0 0 20 0 19 0 23020932 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804821785384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12654] ppid=12641 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12644/task/12654/stat : 12654 (java) S 12641 12644 11879 0 -1 4202560 144 0 0 0 5 3 0 0 20 0 19 0 23020932 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804820732584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12655] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12655/stat : 12655 (java) S 12641 12644 11879 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804690864616 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12656] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12656/stat : 12656 (java) S 12641 12644 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804689810680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12657] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12657/stat : 12657 (java) S 12641 12644 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804688757768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12658] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12658/stat : 12658 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804687706256 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12659] ppid=12641 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/12644/task/12659/stat : 12659 (java) S 12641 12644 11879 0 -1 4202560 1565 0 0 0 33 0 0 0 20 0 19 0 23020935 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804686654392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12660] ppid=12641 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/12644/task/12660/stat : 12660 (java) S 12641 12644 11879 0 -1 4202560 5557 0 0 0 63 2 0 0 20 0 19 0 23020935 9856040960 106151 33554432000 1073741824 1073778376 140734048422608 139804685601592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12661] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=12644/tid=12663] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12663/stat : 12663 (java) S 12641 12644 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23021080 9856040960 802607 33554432000 1073741824 1073778376 140734048422608 139804682392744 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1678.96
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/211 12706
/proc/meminfo: memFree=27627332/32872528 swapFree=447868/480572
[pid=12644] ppid=12641 vsize=9625040 CPUtime=1739.55 cores=0,2,4,6
/proc/12644/stat : 12644 (java) S 12641 12644 11879 0 -1 4202496 42811 0 1 0 173608 347 0 0 20 0 19 0 23020930 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 140734048413744 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12644/statm: 2406260 770843 2287 9 0 2396937 0
[pid=12644/tid=12645] ppid=12641 vsize=9625040 CPUtime=1707.98 cores=0,2,4,6
/proc/12644/task/12645/stat : 12645 (java) R 12641 12644 11879 0 -1 4202560 4018 0 1 0 170755 43 0 0 20 0 19 0 23020931 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804866608304 139804692622423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12647] ppid=12641 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/12644/task/12647/stat : 12647 (java) S 12641 12644 11879 0 -1 4202560 1895 0 0 0 228 36 0 0 20 0 19 0 23020932 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804828101160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12648] ppid=12641 vsize=9625040 CPUtime=3.01 cores=0,2,4,6
/proc/12644/task/12648/stat : 12648 (java) S 12641 12644 11879 0 -1 4202560 4491 0 0 0 259 42 0 0 20 0 19 0 23020932 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804827048360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12649] ppid=12641 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/12644/task/12649/stat : 12649 (java) S 12641 12644 11879 0 -1 4202560 1977 0 0 0 214 31 0 0 20 0 19 0 23020932 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804825995560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12650] ppid=12641 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/12644/task/12650/stat : 12650 (java) S 12641 12644 11879 0 -1 4202560 2668 0 0 0 243 60 0 0 20 0 19 0 23020932 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804824942760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12651] ppid=12641 vsize=9625040 CPUtime=2.8 cores=0,2,4,6
/proc/12644/task/12651/stat : 12651 (java) S 12641 12644 11879 0 -1 4202560 2791 0 0 0 249 31 0 0 20 0 19 0 23020932 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804823890984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12652] ppid=12641 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/12644/task/12652/stat : 12652 (java) S 12641 12644 11879 0 -1 4202560 1979 0 0 0 207 31 0 0 20 0 19 0 23020932 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804822838184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12653] ppid=12641 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/12644/task/12653/stat : 12653 (java) S 12641 12644 11879 0 -1 4202560 1698 0 0 0 223 32 0 0 20 0 19 0 23020932 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804821785384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12654] ppid=12641 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/12644/task/12654/stat : 12654 (java) S 12641 12644 11879 0 -1 4202560 1834 0 0 0 219 43 0 0 20 0 19 0 23020932 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804820732584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12655] ppid=12641 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/12644/task/12655/stat : 12655 (java) S 12641 12644 11879 0 -1 4202560 8966 0 0 0 411 3 0 0 20 0 19 0 23020933 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804690864616 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12656] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12656/stat : 12656 (java) S 12641 12644 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804689810680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12657] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12657/stat : 12657 (java) S 12641 12644 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804688757768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12658] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12658/stat : 12658 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804687706256 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12659] ppid=12641 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12644/task/12659/stat : 12659 (java) S 12641 12644 11879 0 -1 4202560 3573 0 0 0 46 0 0 0 20 0 19 0 23020935 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804686654392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12660] ppid=12641 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/12644/task/12660/stat : 12660 (java) S 12641 12644 11879 0 -1 4202560 5557 0 0 0 63 2 0 0 20 0 19 0 23020935 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804685601592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12661] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12661/stat : 12661 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804684548984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12662] ppid=12641 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12644/task/12662/stat : 12662 (java) S 12641 12644 11879 0 -1 4202560 99 0 0 0 28 23 0 0 20 0 19 0 23020935 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804683496392 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12663] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12663/stat : 12663 (java) S 12641 12644 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23021080 9856040960 770843 33554432000 1073741824 1073778376 140734048422608 139804682392744 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1739.55
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782 s]
/proc/loadavg: 2.00 2.02 2.04 3/211 12838
/proc/meminfo: memFree=27861360/32872528 swapFree=447868/480572
[pid=12644] ppid=12641 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/12644/stat : 12644 (java) S 12641 12644 11879 0 -1 4202496 43715 0 1 0 179621 383 0 0 20 0 19 0 23020930 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 140734048413744 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12644/statm: 2406260 817606 2287 9 0 2396937 0
[pid=12644/tid=12645] ppid=12641 vsize=9625040 CPUtime=1766.86 cores=0,2,4,6
/proc/12644/task/12645/stat : 12645 (java) R 12641 12644 11879 0 -1 4202560 4021 0 1 0 176642 44 0 0 20 0 19 0 23020931 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804866608320 139804692622039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12647] ppid=12641 vsize=9625040 CPUtime=2.75 cores=0,2,4,6
/proc/12644/task/12647/stat : 12647 (java) S 12641 12644 11879 0 -1 4202560 1961 0 0 0 236 39 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804828101160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12648] ppid=12641 vsize=9625040 CPUtime=3.18 cores=0,2,4,6
/proc/12644/task/12648/stat : 12648 (java) S 12641 12644 11879 0 -1 4202560 4646 0 0 0 271 47 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804827048360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12649] ppid=12641 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/12644/task/12649/stat : 12649 (java) S 12641 12644 11879 0 -1 4202560 2031 0 0 0 221 34 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804825995560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12650] ppid=12641 vsize=9625040 CPUtime=3.14 cores=0,2,4,6
/proc/12644/task/12650/stat : 12650 (java) S 12641 12644 11879 0 -1 4202560 2746 0 0 0 252 62 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804824942760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12651] ppid=12641 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/12644/task/12651/stat : 12651 (java) S 12641 12644 11879 0 -1 4202560 3021 0 0 0 267 40 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804823890984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12652] ppid=12641 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/12644/task/12652/stat : 12652 (java) S 12641 12644 11879 0 -1 4202560 2067 0 0 0 216 35 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804822838184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12653] ppid=12641 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/12644/task/12653/stat : 12653 (java) S 12641 12644 11879 0 -1 4202560 1786 0 0 0 228 35 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804821785384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12654] ppid=12641 vsize=9625040 CPUtime=2.72 cores=0,2,4,6
/proc/12644/task/12654/stat : 12654 (java) S 12641 12644 11879 0 -1 4202560 1968 0 0 0 226 46 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804820732584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12655] ppid=12641 vsize=9625040 CPUtime=4.5 cores=0,2,4,6
/proc/12644/task/12655/stat : 12655 (java) S 12641 12644 11879 0 -1 4202560 8970 0 0 0 447 3 0 0 20 0 19 0 23020933 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804690864616 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12656] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12656/stat : 12656 (java) S 12641 12644 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804689810680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12657] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12657/stat : 12657 (java) S 12641 12644 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804688757768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12658] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12658/stat : 12658 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804687706256 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12659] ppid=12641 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12644/task/12659/stat : 12659 (java) S 12641 12644 11879 0 -1 4202560 3573 0 0 0 46 0 0 0 20 0 19 0 23020935 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804686654392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12660] ppid=12641 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/12644/task/12660/stat : 12660 (java) S 12641 12644 11879 0 -1 4202560 5557 0 0 0 63 2 0 0 20 0 19 0 23020935 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804685601592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12661] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12661/stat : 12661 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804684548984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12662] ppid=12641 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12644/task/12662/stat : 12662 (java) S 12641 12644 11879 0 -1 4202560 103 0 0 0 29 23 0 0 20 0 19 0 23020935 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804683496392 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12663] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12663/stat : 12663 (java) S 12641 12644 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23021080 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804682392744 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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 12644 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1782 s]
/proc/loadavg: 2.00 2.02 2.04 3/211 12838
/proc/meminfo: memFree=27861360/32872528 swapFree=447868/480572
[pid=12644] ppid=12641 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/12644/stat : 12644 (java) S 12641 12644 11879 0 -1 4202496 43715 0 1 0 179621 383 0 0 20 0 19 0 23020930 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 140734048413744 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12644/statm: 2406260 817606 2287 9 0 2396937 0
[pid=12644/tid=12645] ppid=12641 vsize=9625040 CPUtime=1766.86 cores=0,2,4,6
/proc/12644/task/12645/stat : 12645 (java) R 12641 12644 11879 0 -1 4202560 4021 0 1 0 176642 44 0 0 20 0 19 0 23020931 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804866608320 139804692622039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12647] ppid=12641 vsize=9625040 CPUtime=2.75 cores=0,2,4,6
/proc/12644/task/12647/stat : 12647 (java) S 12641 12644 11879 0 -1 4202560 1961 0 0 0 236 39 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804828101160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12648] ppid=12641 vsize=9625040 CPUtime=3.18 cores=0,2,4,6
/proc/12644/task/12648/stat : 12648 (java) S 12641 12644 11879 0 -1 4202560 4646 0 0 0 271 47 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804827048360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12649] ppid=12641 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/12644/task/12649/stat : 12649 (java) S 12641 12644 11879 0 -1 4202560 2031 0 0 0 221 34 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804825995560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12650] ppid=12641 vsize=9625040 CPUtime=3.14 cores=0,2,4,6
/proc/12644/task/12650/stat : 12650 (java) S 12641 12644 11879 0 -1 4202560 2746 0 0 0 252 62 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804824942760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12651] ppid=12641 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/12644/task/12651/stat : 12651 (java) S 12641 12644 11879 0 -1 4202560 3021 0 0 0 267 40 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804823890984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12652] ppid=12641 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/12644/task/12652/stat : 12652 (java) S 12641 12644 11879 0 -1 4202560 2067 0 0 0 216 35 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804822838184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12653] ppid=12641 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/12644/task/12653/stat : 12653 (java) S 12641 12644 11879 0 -1 4202560 1786 0 0 0 228 35 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804821785384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12654] ppid=12641 vsize=9625040 CPUtime=2.72 cores=0,2,4,6
/proc/12644/task/12654/stat : 12654 (java) S 12641 12644 11879 0 -1 4202560 1968 0 0 0 226 46 0 0 20 0 19 0 23020932 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804820732584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12655] ppid=12641 vsize=9625040 CPUtime=4.5 cores=0,2,4,6
/proc/12644/task/12655/stat : 12655 (java) S 12641 12644 11879 0 -1 4202560 8970 0 0 0 447 3 0 0 20 0 19 0 23020933 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804690864616 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12656] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12656/stat : 12656 (java) S 12641 12644 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804689810680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12657] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12657/stat : 12657 (java) S 12641 12644 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23020933 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804688757768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12658] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12658/stat : 12658 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804687706256 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12659] ppid=12641 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12644/task/12659/stat : 12659 (java) S 12641 12644 11879 0 -1 4202560 3573 0 0 0 46 0 0 0 20 0 19 0 23020935 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804686654392 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12644/tid=12660] ppid=12641 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/12644/task/12660/stat : 12660 (java) S 12641 12644 11879 0 -1 4202560 5557 0 0 0 63 2 0 0 20 0 19 0 23020935 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804685601592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12644/tid=12661] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12661/stat : 12661 (java) S 12641 12644 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23020935 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804684548984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12644/tid=12662] ppid=12641 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12644/task/12662/stat : 12662 (java) S 12641 12644 11879 0 -1 4202560 103 0 0 0 29 23 0 0 20 0 19 0 23020935 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804683496392 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12644/tid=12663] ppid=12641 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12644/task/12663/stat : 12663 (java) S 12641 12644 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23021080 9856040960 817606 33554432000 1073741824 1073778376 140734048422608 139804682392744 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12644 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=619632
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=251353
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1782.05
CPU time (s): 1800.04
CPU user time (s): 1796.21
CPU system time (s): 3.83
CPU usage (%): 101.01
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.62
system time used= 4.25135
maximum resident set size= 3676212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43755
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39578
involuntary context switches= 13729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.106 second user time and 15.8466 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 02:28:28
IDJOB=4100013
IDBENCH=1562
IDSOLVER=2546
FILE ID=node104/4100013-1466209708
RUNJOBID= node104-1466206103-11895
PBS_JOBID= 19918168
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3708.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100013-1466209708/watcher-4100013-1466209708 -o /tmp/evaluation-result-4100013-1466209708/solver-4100013-1466209708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100013-1466209708.opb

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

MD5SUM BENCH= d44ccf8fb2d5e43b368613290c78fd1e
RANDOM SEED=1801956617

node104.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.035
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.07
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.035
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.035
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		: 2667.035
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.035
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.035
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.54
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.035
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		: 2667.035
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:        31211876 kB
Buffers:           37088 kB
Cached:           104048 kB
SwapCached:        40476 kB
Active:           312636 kB
Inactive:         131028 kB
Active(anon):     264924 kB
Inactive(anon):    39976 kB
Active(file):      47712 kB
Inactive(file):    91052 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060360 kB
Dirty:              8660 kB
Writeback:             0 kB
AnonPages:        743312 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             571636 kB
SReclaimable:      15844 kB
SUnreclaim:       555792 kB
KernelStack:        1744 kB
PageTables:         6224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1158476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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= 71696 MiB
End job on node104 at 2016-06-18 02:58:10