Trace number 4084761

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.07 1794.34

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scorpion.opb
MD5SUM5969f09e744b158004f0e27c746edfe9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10740
Total number of constraints377
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 constraints377
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 8460
Biggest coefficient in the objective function 10788957847552
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 603693086370759
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 33554432000000
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 603693086370759
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4084761-1465238252.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.81/0.43	c ... done. Wall clock time 0.314s.
0.81/0.43	c declared #vars     10740
0.81/0.43	c #constraints  657
0.81/0.43	c constraints type 
0.81/0.43	c org.sat4j.specs.Constr$1 => 46
0.81/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 611
0.81/0.43	c 657 constraints processed.
0.81/0.43	c objective function length is 8460 literals
1.89/1.16	c cleaning 2499 clauses out of 5001 with flag 12132/5001
2.35/1.52	c cleaning 4243 clauses out of 8500 with flag 24608/11000
2.88/2.02	c cleaning 5627 clauses out of 11259 with flag 40017/18002
3.84/2.67	c cleaning 6804 clauses out of 13621 with flag 59169/26000
5.11/3.42	c cleaning 7903 clauses out of 15817 with flag 78530/35000
6.05/4.35	c cleaning 8947 clauses out of 17915 with flag 99005/45001
7.05/5.30	c cleaning 9967 clauses out of 19967 with flag 121598/56000
8.36/6.63	c cleaning 10985 clauses out of 22000 with flag 147386/68000
9.75/8.01	c cleaning 12003 clauses out of 24016 with flag 175860/81001
11.45/9.78	c cleaning 12996 clauses out of 26013 with flag 208188/95001
13.55/11.86	c cleaning 13999 clauses out of 28017 with flag 244143/110001
16.15/14.38	c cleaning 14999 clauses out of 30018 with flag 281711/126001
19.14/17.36	c cleaning 15998 clauses out of 32018 with flag 322834/143000
22.54/20.73	c cleaning 17004 clauses out of 34020 with flag 363146/161000
26.24/24.43	c cleaning 18003 clauses out of 36017 with flag 404292/180001
30.24/28.46	c cleaning 18995 clauses out of 38013 with flag 450761/200000
35.00/33.14	c cleaning 20002 clauses out of 40018 with flag 496088/221000
39.89/38.05	c cleaning 21002 clauses out of 42017 with flag 545259/243001
43.59/41.72	c cleaning 22002 clauses out of 44014 with flag 596260/266000
46.69/44.89	c cleaning 22995 clauses out of 46011 with flag 647510/290000
49.82/47.96	c cleaning 24005 clauses out of 48017 with flag 701172/315001
53.12/51.29	c cleaning 25002 clauses out of 50012 with flag 754583/341001
57.20/55.20	c cleaning 25999 clauses out of 52011 with flag 812578/368002
60.20/58.20	c cleaning 26993 clauses out of 53997 with flag 875020/396000
63.11/61.05	c cleaning 27984 clauses out of 55989 with flag 938043/425000
66.11/64.02	c cleaning 28990 clauses out of 58006 with flag 1003342/455002
70.67/68.51	c cleaning 29988 clauses out of 60013 with flag 1071150/486000
78.03/75.85	c cleaning 31009 clauses out of 62026 with flag 1154935/518001
86.46/84.22	c cleaning 32007 clauses out of 64017 with flag 1242589/551001
95.10/92.85	c cleaning 33000 clauses out of 66010 with flag 1332970/585001
105.04/102.79	c cleaning 34001 clauses out of 68009 with flag 1425952/620000
115.62/113.21	c cleaning 34999 clauses out of 70008 with flag 1521401/656000
126.59/124.16	c cleaning 36003 clauses out of 72009 with flag 1619660/693000
139.51/137.03	c cleaning 37000 clauses out of 74006 with flag 1720745/731000
152.54/150.00	c cleaning 38000 clauses out of 76007 with flag 1824505/770001
164.75/162.26	c cleaning 39003 clauses out of 78007 with flag 1930063/810001
178.81/176.22	c cleaning 40001 clauses out of 80003 with flag 2038237/851000
195.37/192.77	c cleaning 40997 clauses out of 82002 with flag 2149065/893000
213.39/210.75	c cleaning 42000 clauses out of 84005 with flag 2262549/936000
232.18/229.41	c cleaning 43000 clauses out of 86006 with flag 2379868/980001
252.94/250.18	c cleaning 44003 clauses out of 88006 with flag 2500320/1025001
274.33/271.46	c cleaning 44999 clauses out of 90002 with flag 2623552/1071000
297.83/294.86	c cleaning 46000 clauses out of 92004 with flag 2747438/1118001
323.22/320.11	c cleaning 46998 clauses out of 94003 with flag 2874167/1166000
348.82/345.66	c cleaning 48001 clauses out of 96005 with flag 3003613/1215000
376.94/373.76	c cleaning 49000 clauses out of 98004 with flag 3135896/1265000
406.98/403.60	c cleaning 50001 clauses out of 100005 with flag 3270604/1316001
436.53/433.00	c cleaning 51002 clauses out of 102004 with flag 3381396/1368001
479.85/476.11	c cleaning 52001 clauses out of 104002 with flag 3487404/1421001
518.89/515.11	c cleaning 52999 clauses out of 106001 with flag 3595405/1475001
560.27/556.43	c cleaning 53999 clauses out of 108002 with flag 3705405/1530001
596.64/592.78	c cleaning 54995 clauses out of 110002 with flag 3817413/1586000
640.87/636.95	c cleaning 56001 clauses out of 112007 with flag 3931413/1643000
683.44/679.42	c cleaning 57001 clauses out of 114006 with flag 4047413/1701000
729.93/725.88	c cleaning 58000 clauses out of 116005 with flag 4165413/1760000
783.57/779.34	c cleaning 59000 clauses out of 118005 with flag 4285413/1820000
837.79/833.50	c cleaning 60000 clauses out of 120005 with flag 4407413/1881000
889.55/885.24	c cleaning 61001 clauses out of 122005 with flag 4531413/1943000
946.33/941.97	c cleaning 61998 clauses out of 124004 with flag 4657413/2006000
1005.62/1001.13	c cleaning 62999 clauses out of 126006 with flag 4785413/2070000
1065.85/1061.23	c cleaning 64002 clauses out of 128007 with flag 4915413/2135000
1129.58/1124.82	c cleaning 64997 clauses out of 130005 with flag 5047413/2201000
1201.93/1197.07	c cleaning 66001 clauses out of 132008 with flag 5181413/2268000
1273.09/1268.19	c cleaning 67000 clauses out of 134007 with flag 5317413/2336000
1341.71/1336.67	c cleaning 67997 clauses out of 136007 with flag 5455413/2405000
1414.13/1408.95	c cleaning 69002 clauses out of 138010 with flag 5595413/2475000
1494.53/1489.24	c cleaning 69998 clauses out of 140008 with flag 5737413/2546000
1575.26/1569.81	c cleaning 71003 clauses out of 142010 with flag 5881413/2618000
1654.47/1648.96	c cleaning 71997 clauses out of 144007 with flag 6027413/2691000
1734.58/1728.96	c cleaning 72999 clauses out of 146010 with flag 6175413/2765000
1800.07/1794.30	c starts		: 18930
1800.07/1794.30	c conflicts		: 2830762
1800.07/1794.30	c decisions		: 4609321
1800.07/1794.30	c propagations		: 22473727
1800.07/1794.30	c inspects		: 31441861862
1800.07/1794.30	c shortcuts		: 0
1800.07/1794.30	c learnt literals	: 41
1800.07/1794.30	c learnt binary clauses	: 30
1800.07/1794.30	c learnt ternary clauses	: 46
1800.07/1794.30	c learnt constraints	: 2830721
1800.07/1794.30	c ignored constraints	: 0
1800.07/1794.30	c root simplifications	: 0
1800.07/1794.30	c removed literals (reason simplification)	: 0
1800.07/1794.30	c reason swapping (by a shorter reason)	: 0
1800.07/1794.30	c Calls to reduceDB	: 70
1800.07/1794.30	c Number of update (reduction) of LBD	: 38960
1800.07/1794.30	c Imported unit clauses	: 0
1800.07/1794.30	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.30	c number of learned constraints concerned by reduction	: 0
1800.07/1794.30	c number of learning phase by resolution	: 0
1800.07/1794.30	c number of learning phase by cutting planes	: 0
1800.07/1794.30	c speed (assignments/second)	: 12528.292409905465
1800.07/1794.30	c non guided choices	20460
1800.07/1794.30	c timeout
1800.07/1794.33	c learnt constraints type 
1800.07/1794.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 30
1800.07/1794.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138743
1800.07/1794.33	s UNKNOWN
1800.07/1794.33	c Total wall clock time (in seconds): 1794.213

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-4084761-1465238252/watcher-4084761-1465238252 -o /tmp/evaluation-result-4084761-1465238252/solver-4084761-1465238252 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084761-1465238252.opb 

pid=4386
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.37 2.28 2.20 3/194 4389
/proc/meminfo: memFree=27713340/32872528 swapFree=15844/1710320
[pid=4389] ppid=4386 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/4389/stat : 4389 (java) R 4386 4389 32365 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 105757605 278528 33 33554432000 1073741824 1073778376 140733598772592 140733665256104 240556010791 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4389/statm: 68 33 25 9 0 25 0

[startup+0.100058 s]
/proc/loadavg: 2.37 2.28 2.20 3/194 4389
/proc/meminfo: memFree=27713340/32872528 swapFree=15844/1710320
[pid=4389] ppid=4386 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/4389/stat : 4389 (java) S 4386 4389 32365 0 -1 4202496 4401 0 1 0 8 0 0 0 20 0 18 0 105757605 9787879424 6023 33554432000 1073741824 1073778376 140733598772592 140733598763728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4389/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 2.37 2.28 2.20 3/194 4389
/proc/meminfo: memFree=27713340/32872528 swapFree=15844/1710320
[pid=4389] ppid=4386 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/4389/stat : 4389 (java) S 4386 4389 32365 0 -1 4202496 5056 0 1 0 28 1 0 0 20 0 18 0 105757605 9787879424 6864 33554432000 1073741824 1073778376 140733598772592 140733598763728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4389/statm: 2389619 6864 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 2.37 2.28 2.20 3/194 4389
/proc/meminfo: memFree=27713340/32872528 swapFree=15844/1710320
[pid=4389] ppid=4386 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/4389/stat : 4389 (java) S 4386 4389 32365 0 -1 4202496 7486 0 1 0 51 1 0 0 20 0 18 0 105757605 9787879424 10322 33554432000 1073741824 1073778376 140733598772592 140733598763728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4389/statm: 2389619 10322 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700223 s]
/proc/loadavg: 2.37 2.28 2.20 3/194 4389
/proc/meminfo: memFree=27713340/32872528 swapFree=15844/1710320
[pid=4389] ppid=4386 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/4389/stat : 4389 (java) S 4386 4389 32365 0 -1 4202496 10992 0 1 0 138 2 0 0 20 0 19 0 105757605 9856040960 21331 33554432000 1073741824 1073778376 140733598772592 140733598763728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4389/statm: 2406260 21331 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.34 2.27 2.20 3/213 4408
/proc/meminfo: memFree=27625756/32872528 swapFree=15844/1710320
[pid=4389] ppid=4386 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/4389/stat : 4389 (java) S 4386 4389 32365 0 -1 4202496 12767 0 1 0 232 3 0 0 20 0 19 0 105757605 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 140733598763728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4389/statm: 2406260 27484 2265 9 0 2396937 0
[pid=4389/tid=4391] ppid=4386 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/4389/task/4391/stat : 4391 (java) R 4386 4389 32365 0 -1 4202560 2441 0 1 0 144 2 0 0 20 0 19 0 105757606 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808784191752 139808652058163 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4392] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4392/stat : 4392 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808773253544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4393] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4393/stat : 4393 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808772201000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4394] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4394/stat : 4394 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808771147944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4389/tid=4395] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4395/stat : 4395 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808770095400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4396] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4396/stat : 4396 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808623770536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4397] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4397/stat : 4397 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808622717992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4398] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4398/stat : 4398 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808621664936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4399] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4399/stat : 4399 (java) S 4386 4389 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808620612392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4400] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4400/stat : 4400 (java) S 4386 4389 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808608414056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4401] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4401/stat : 4401 (java) S 4386 4389 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808607360376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4402] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4402/stat : 4402 (java) S 4386 4389 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808606307208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4403] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4403/stat : 4403 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808605255952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4404] ppid=4386 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/4389/task/4404/stat : 4404 (java) S 4386 4389 32365 0 -1 4202560 4074 0 0 0 40 0 0 0 20 0 19 0 105757611 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808604203832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4389/tid=4405] ppid=4386 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/4389/task/4405/stat : 4405 (java) S 4386 4389 32365 0 -1 4202560 4974 0 0 0 43 1 0 0 20 0 19 0 105757611 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808603151288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4406] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4406/stat : 4406 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808602098424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4407] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4407/stat : 4407 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808601046088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4408] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4408/stat : 4408 (java) S 4386 4389 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105757652 9856040960 27484 33554432000 1073741824 1073778376 140733598772592 139808599991336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.34 2.27 2.20 4/213 4408
/proc/meminfo: memFree=27582508/32872528 swapFree=15844/1710320
[pid=4389] ppid=4386 vsize=9625040 CPUtime=4.8 cores=0,2,4,6
/proc/4389/stat : 4389 (java) S 4386 4389 32365 0 -1 4202496 23882 0 1 0 474 6 0 0 20 0 19 0 105757605 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 140733598763728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4389/statm: 2406260 44499 2265 9 0 2396937 0
[pid=4389/tid=4391] ppid=4386 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/4389/task/4391/stat : 4391 (java) R 4386 4389 32365 0 -1 4202560 2464 0 1 0 304 2 0 0 20 0 19 0 105757606 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808784190040 139808652084326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4392] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4392/stat : 4392 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808773253544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4393] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4393/stat : 4393 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808772201000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4394] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4394/stat : 4394 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808771147944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4389/tid=4395] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4395/stat : 4395 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808770095400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4396] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4396/stat : 4396 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808623770536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4397] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4397/stat : 4397 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808622717992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4398] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4398/stat : 4398 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808621664936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4399] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4399/stat : 4399 (java) S 4386 4389 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808620612392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4400] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4400/stat : 4400 (java) S 4386 4389 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808608414056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4401] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4401/stat : 4401 (java) S 4386 4389 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808607360376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4402] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4402/stat : 4402 (java) S 4386 4389 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808606307208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4403] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4403/stat : 4403 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808605255952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4404] ppid=4386 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/4389/task/4404/stat : 4404 (java) S 4386 4389 32365 0 -1 4202560 8470 0 0 0 76 0 0 0 20 0 19 0 105757611 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808604203832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4405] ppid=4386 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/4389/task/4405/stat : 4405 (java) S 4386 4389 32365 0 -1 4202560 11670 0 0 0 90 2 0 0 20 0 19 0 105757611 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808603151288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4406] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4406/stat : 4406 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808602098424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4407] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4407/stat : 4407 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808601046088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4408] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4408/stat : 4408 (java) S 4386 4389 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105757652 9856040960 44499 33554432000 1073741824 1073778376 140733598772592 139808599991336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.31 2.27 2.20 3/213 4408
/proc/meminfo: memFree=27536876/32872528 swapFree=15844/1710320
[pid=4389] ppid=4386 vsize=9625040 CPUtime=8.05 cores=0,2,4,6
/proc/4389/stat : 4389 (java) S 4386 4389 32365 0 -1 4202496 23924 0 1 0 798 7 0 0 20 0 19 0 105757605 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 140733598763728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4389/statm: 2406260 46002 2279 9 0 2396937 0
[pid=4389/tid=4391] ppid=4386 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/4389/task/4391/stat : 4391 (java) R 4386 4389 32365 0 -1 4202560 2473 0 1 0 621 2 0 0 20 0 19 0 105757606 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808784182976 139808652058168 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4392] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4392/stat : 4392 (java) S 4386 4389 32365 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808773253544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4393] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4393/stat : 4393 (java) S 4386 4389 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808772201000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4394] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4394/stat : 4394 (java) S 4386 4389 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808771147944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4389/tid=4395] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4395/stat : 4395 (java) S 4386 4389 32365 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808770095400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4396] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4396/stat : 4396 (java) S 4386 4389 32365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808623770536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4389/tid=4397] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4397/stat : 4397 (java) S 4386 4389 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808622717992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4398] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4398/stat : 4398 (java) S 4386 4389 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808621664936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4399] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4399/stat : 4399 (java) S 4386 4389 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105757607 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808620612392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4400] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4400/stat : 4400 (java) S 4386 4389 32365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808608414056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4401] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4401/stat : 4401 (java) S 4386 4389 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808607360376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4402] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4402/stat : 4402 (java) S 4386 4389 32365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808606307208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4403] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4403/stat : 4403 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808605255952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4404] ppid=4386 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/4389/task/4404/stat : 4404 (java) S 4386 4389 32365 0 -1 4202560 8470 0 0 0 76 0 0 0 20 0 19 0 105757611 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808604203832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4405] ppid=4386 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/4389/task/4405/stat : 4405 (java) S 4386 4389 32365 0 -1 4202560 11670 0 0 0 90 2 0 0 20 0 19 0 105757611 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808603151288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4406] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4406/stat : 4406 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808602098424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4407] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4407/stat : 4407 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808601046088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4408] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4408/stat : 4408 (java) S 4386 4389 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105757652 9856040960 46002 33554432000 1073741824 1073778376 140733598772592 139808599991336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 9625040


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

[pid=4389/tid=4408] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4408/stat : 4408 (java) S 4386 4389 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105757652 9856040960 82568 33554432000 1073741824 1073778376 140733598772592 139808599991336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.98
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.60 2.38 2.25 4/213 4541
/proc/meminfo: memFree=29269552/32872528 swapFree=15844/1710320
[pid=4389] ppid=4386 vsize=9625040 CPUtime=1788.07 cores=0,2,4,6
/proc/4389/stat : 4389 (java) S 4386 4389 32365 0 -1 4202496 26418 0 1 0 178731 76 0 0 20 0 19 0 105757605 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 140733598763728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4389/statm: 2406260 82175 2288 9 0 2396937 0
[pid=4389/tid=4391] ppid=4386 vsize=9625040 CPUtime=1775.36 cores=0,2,4,6
/proc/4389/task/4391/stat : 4391 (java) R 4386 4389 32365 0 -1 4202560 2584 0 1 0 177504 32 0 0 20 0 19 0 105757606 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808784190688 139808652049724 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4392] ppid=4386 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/4389/task/4392/stat : 4392 (java) S 4386 4389 32365 0 -1 4202560 187 0 0 0 63 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808773253544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4393] ppid=4386 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/4389/task/4393/stat : 4393 (java) S 4386 4389 32365 0 -1 4202560 258 0 0 0 73 5 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808772201000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4394] ppid=4386 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/4389/task/4394/stat : 4394 (java) S 4386 4389 32365 0 -1 4202560 273 0 0 0 65 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808771147944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4395] ppid=4386 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/4389/task/4395/stat : 4395 (java) S 4386 4389 32365 0 -1 4202560 335 0 0 0 68 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808770095400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4396] ppid=4386 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/4389/task/4396/stat : 4396 (java) S 4386 4389 32365 0 -1 4202560 329 0 0 0 67 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808623770536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4397] ppid=4386 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/4389/task/4397/stat : 4397 (java) S 4386 4389 32365 0 -1 4202560 192 0 0 0 58 4 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808622717992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4389/tid=4398] ppid=4386 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/4389/task/4398/stat : 4398 (java) S 4386 4389 32365 0 -1 4202560 379 0 0 0 58 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808621664936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4389/tid=4399] ppid=4386 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/4389/task/4399/stat : 4399 (java) S 4386 4389 32365 0 -1 4202560 199 0 0 0 60 4 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808620612392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4400] ppid=4386 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/4389/task/4400/stat : 4400 (java) S 4386 4389 32365 0 -1 4202560 168 0 0 0 46 4 0 0 20 0 19 0 105757608 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808608414056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4401] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4401/stat : 4401 (java) S 4386 4389 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808607360376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4402] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4402/stat : 4402 (java) S 4386 4389 32365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808606307208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4403] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4403/stat : 4403 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808605255952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4404] ppid=4386 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/4389/task/4404/stat : 4404 (java) S 4386 4389 32365 0 -1 4202560 8470 0 0 0 76 0 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808604203832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4405] ppid=4386 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/4389/task/4405/stat : 4405 (java) S 4386 4389 32365 0 -1 4202560 11676 0 0 0 95 2 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808603151288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4406] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4406/stat : 4406 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808602098424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4407] ppid=4386 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/4389/task/4407/stat : 4407 (java) S 4386 4389 32365 0 -1 4202560 103 0 0 0 31 29 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808601046088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4408] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4408/stat : 4408 (java) S 4386 4389 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105757652 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808599991336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1788.07
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.58 2.39 2.26 3/213 4541
/proc/meminfo: memFree=29272284/32872528 swapFree=15844/1710320
[pid=4389] ppid=4386 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/4389/stat : 4389 (java) S 4386 4389 32365 0 -1 4202496 26418 0 1 0 179931 76 0 0 20 0 19 0 105757605 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 140733598763728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4389/statm: 2406260 82175 2288 9 0 2396937 0
[pid=4389/tid=4391] ppid=4386 vsize=9625040 CPUtime=1787.33 cores=0,2,4,6
/proc/4389/task/4391/stat : 4391 (java) R 4386 4389 32365 0 -1 4202560 2584 0 1 0 178700 33 0 0 20 0 19 0 105757606 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808784190688 139808652251123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4392] ppid=4386 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/4389/task/4392/stat : 4392 (java) S 4386 4389 32365 0 -1 4202560 187 0 0 0 63 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808773253544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4393] ppid=4386 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/4389/task/4393/stat : 4393 (java) S 4386 4389 32365 0 -1 4202560 258 0 0 0 73 5 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808772201000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4394] ppid=4386 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/4389/task/4394/stat : 4394 (java) S 4386 4389 32365 0 -1 4202560 273 0 0 0 65 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808771147944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4395] ppid=4386 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/4389/task/4395/stat : 4395 (java) S 4386 4389 32365 0 -1 4202560 335 0 0 0 68 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808770095400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4396] ppid=4386 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/4389/task/4396/stat : 4396 (java) S 4386 4389 32365 0 -1 4202560 329 0 0 0 67 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808623770536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4397] ppid=4386 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/4389/task/4397/stat : 4397 (java) S 4386 4389 32365 0 -1 4202560 192 0 0 0 58 4 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808622717992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4389/tid=4398] ppid=4386 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/4389/task/4398/stat : 4398 (java) S 4386 4389 32365 0 -1 4202560 379 0 0 0 58 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808621664936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4389/tid=4399] ppid=4386 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/4389/task/4399/stat : 4399 (java) S 4386 4389 32365 0 -1 4202560 199 0 0 0 60 4 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808620612392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4400] ppid=4386 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/4389/task/4400/stat : 4400 (java) S 4386 4389 32365 0 -1 4202560 168 0 0 0 46 4 0 0 20 0 19 0 105757608 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808608414056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4401] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4401/stat : 4401 (java) S 4386 4389 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808607360376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4402] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4402/stat : 4402 (java) S 4386 4389 32365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808606307208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4403] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4403/stat : 4403 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808605255952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4404] ppid=4386 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/4389/task/4404/stat : 4404 (java) S 4386 4389 32365 0 -1 4202560 8470 0 0 0 76 0 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808604203832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4405] ppid=4386 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/4389/task/4405/stat : 4405 (java) S 4386 4389 32365 0 -1 4202560 11676 0 0 0 95 2 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808603151288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4406] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4406/stat : 4406 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808602098424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4407] ppid=4386 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/4389/task/4407/stat : 4407 (java) S 4386 4389 32365 0 -1 4202560 103 0 0 0 31 30 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808601046088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4408] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4408/stat : 4408 (java) S 4386 4389 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105757652 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808599991336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 4389 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.3 s]
/proc/loadavg: 2.58 2.39 2.26 3/213 4541
/proc/meminfo: memFree=29272284/32872528 swapFree=15844/1710320
[pid=4389] ppid=4386 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/4389/stat : 4389 (java) S 4386 4389 32365 0 -1 4202496 26418 0 1 0 179931 76 0 0 20 0 19 0 105757605 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 140733598763728 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4389/statm: 2406260 82175 2288 9 0 2396937 0
[pid=4389/tid=4391] ppid=4386 vsize=9625040 CPUtime=1787.33 cores=0,2,4,6
/proc/4389/task/4391/stat : 4391 (java) R 4386 4389 32365 0 -1 4202560 2584 0 1 0 178700 33 0 0 20 0 19 0 105757606 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808784190688 139808652251123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4392] ppid=4386 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/4389/task/4392/stat : 4392 (java) S 4386 4389 32365 0 -1 4202560 187 0 0 0 63 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808773253544 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4393] ppid=4386 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/4389/task/4393/stat : 4393 (java) S 4386 4389 32365 0 -1 4202560 258 0 0 0 73 5 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808772201000 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4394] ppid=4386 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/4389/task/4394/stat : 4394 (java) S 4386 4389 32365 0 -1 4202560 273 0 0 0 65 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808771147944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4395] ppid=4386 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/4389/task/4395/stat : 4395 (java) S 4386 4389 32365 0 -1 4202560 335 0 0 0 68 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808770095400 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4396] ppid=4386 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/4389/task/4396/stat : 4396 (java) S 4386 4389 32365 0 -1 4202560 329 0 0 0 67 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808623770536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4397] ppid=4386 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/4389/task/4397/stat : 4397 (java) S 4386 4389 32365 0 -1 4202560 192 0 0 0 58 4 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808622717992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4389/tid=4398] ppid=4386 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/4389/task/4398/stat : 4398 (java) S 4386 4389 32365 0 -1 4202560 379 0 0 0 58 6 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808621664936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4389/tid=4399] ppid=4386 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/4389/task/4399/stat : 4399 (java) S 4386 4389 32365 0 -1 4202560 199 0 0 0 60 4 0 0 20 0 19 0 105757607 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808620612392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4400] ppid=4386 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/4389/task/4400/stat : 4400 (java) S 4386 4389 32365 0 -1 4202560 168 0 0 0 46 4 0 0 20 0 19 0 105757608 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808608414056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4401] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4401/stat : 4401 (java) S 4386 4389 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808607360376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4402] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4402/stat : 4402 (java) S 4386 4389 32365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105757608 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808606307208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4403] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4403/stat : 4403 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808605255952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4404] ppid=4386 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/4389/task/4404/stat : 4404 (java) S 4386 4389 32365 0 -1 4202560 8470 0 0 0 76 0 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808604203832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4405] ppid=4386 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/4389/task/4405/stat : 4405 (java) S 4386 4389 32365 0 -1 4202560 11676 0 0 0 95 2 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808603151288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4389/tid=4406] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4406/stat : 4406 (java) S 4386 4389 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808602098424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4389/tid=4407] ppid=4386 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/4389/task/4407/stat : 4407 (java) S 4386 4389 32365 0 -1 4202560 103 0 0 0 31 30 0 0 20 0 19 0 105757611 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808601046088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4389/tid=4408] ppid=4386 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4389/task/4408/stat : 4408 (java) S 4386 4389 32365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105757652 9856040960 82175 33554432000 1073741824 1073778376 140733598772592 139808599991336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1794.34
CPU time (s): 1800.07
CPU user time (s): 1799.31
CPU system time (s): 0.76
CPU usage (%): 100.319
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.79
system time used= 1.26281
maximum resident set size= 494320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26459
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41425
involuntary context switches= 23060

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9033 second user time and 12.954 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 20:37:32
IDJOB=4084761
IDBENCH=2446
IDSOLVER=2546
FILE ID=node146/4084761-1465238252
RUNJOBID= node146-1465217554-32381
PBS_JOBID= 19843206
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scorpion.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084761-1465238252/watcher-4084761-1465238252 -o /tmp/evaluation-result-4084761-1465238252/solver-4084761-1465238252 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084761-1465238252.opb

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

MD5SUM BENCH= 5969f09e744b158004f0e27c746edfe9
RANDOM SEED=318429184

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
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:        27714132 kB
Buffers:           31600 kB
Cached:           255432 kB
SwapCached:         1468 kB
Active:          2508684 kB
Inactive:         221724 kB
Active(anon):    2444504 kB
Inactive(anon):     1608 kB
Active(file):      64180 kB
Inactive(file):   220116 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:              1648 kB
Writeback:             0 kB
AnonPages:       4165732 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             569208 kB
SReclaimable:      12608 kB
SUnreclaim:       556600 kB
KernelStack:        1592 kB
PageTables:        12572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4594856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4124672 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= 71732 MiB
End job on node146 at 2016-06-06 21:07:27