Trace number 4100501

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.02 1797.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-dc1l.opb
MD5SUM1bfc65237e0980827bf136f13870d50e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26800
Best CPU time to get the best result obtained on this benchmark1800.96
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 997
Optimality of the best value was proved NO
Number of variables85198
Total number of constraints1652
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 constraints1652
Minimum length of a constraint31
Maximum length of a constraint35129
Number of terms in the objective function 85198
Biggest coefficient in the objective function 41346
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 607077
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 607077
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100501-1466215052.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
2.09/1.42	c ... done. Wall clock time 1.312s.
2.09/1.42	c declared #vars     85198
2.09/1.42	c #constraints  3290
2.09/1.42	c constraints type 
2.09/1.42	c org.sat4j.specs.Constr$1 => 2
2.09/1.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3288
2.09/1.42	c 3290 constraints processed.
2.09/1.42	c objective function length is 85198 literals
14.43/12.75	c cleaning 2500 clauses out of 5000 with flag 17017/5000
28.74/26.81	c cleaning 4244 clauses out of 8503 with flag 37713/11003
51.31/49.10	c cleaning 5630 clauses out of 11259 with flag 59765/18003
75.54/73.34	c cleaning 6812 clauses out of 13626 with flag 88031/26000
93.59/91.31	c cleaning 7881 clauses out of 15814 with flag 125298/35000
95.08/92.86	c cleaning 8957 clauses out of 17934 with flag 146709/45001
96.58/94.34	c cleaning 9978 clauses out of 19976 with flag 168740/56000
98.98/96.75	c cleaning 10988 clauses out of 21999 with flag 193352/68001
100.98/98.77	c cleaning 11994 clauses out of 24010 with flag 220905/81000
103.38/101.16	c cleaning 12996 clauses out of 26016 with flag 250666/95000
105.88/103.66	c cleaning 13998 clauses out of 28022 with flag 283305/110002
108.78/106.51	c cleaning 14998 clauses out of 30022 with flag 318958/126000
111.88/109.62	c cleaning 15995 clauses out of 32025 with flag 356733/143001
114.98/112.74	c cleaning 17004 clauses out of 34029 with flag 396698/161000
118.68/116.41	c cleaning 18001 clauses out of 36025 with flag 438538/180000
123.08/120.80	c cleaning 19000 clauses out of 38024 with flag 482644/200000
128.18/125.91	c cleaning 20004 clauses out of 40025 with flag 529257/221001
133.08/130.86	c cleaning 20996 clauses out of 42022 with flag 577482/243002
138.58/136.36	c cleaning 22000 clauses out of 44024 with flag 627518/266000
144.88/142.67	c cleaning 22999 clauses out of 46025 with flag 681146/290001
152.48/150.26	c cleaning 24000 clauses out of 48025 with flag 736635/315000
160.97/158.72	c cleaning 25001 clauses out of 50027 with flag 794115/341002
170.38/168.17	c cleaning 26001 clauses out of 52024 with flag 853339/368000
180.88/178.67	c cleaning 26994 clauses out of 54023 with flag 915513/396000
192.19/189.93	c cleaning 28005 clauses out of 56030 with flag 979341/425001
204.48/202.22	c cleaning 29003 clauses out of 58025 with flag 1046404/455001
217.15/214.80	c cleaning 29995 clauses out of 60021 with flag 1114742/486000
230.15/227.81	c cleaning 30998 clauses out of 62026 with flag 1184709/518000
244.04/241.77	c cleaning 32003 clauses out of 64032 with flag 1256715/551004
258.84/256.58	c cleaning 33000 clauses out of 66026 with flag 1333727/585001
274.15/271.85	c cleaning 34002 clauses out of 68027 with flag 1412089/620002
291.54/289.26	c cleaning 34998 clauses out of 70024 with flag 1492371/656001
309.93/307.69	c cleaning 36000 clauses out of 72025 with flag 1575963/693000
329.74/327.48	c cleaning 37001 clauses out of 74028 with flag 1662081/731003
350.14/347.80	c cleaning 37997 clauses out of 76024 with flag 1750296/770000
371.15/368.84	c cleaning 39000 clauses out of 78028 with flag 1838672/810001
383.35/381.02	c cleaning 40006 clauses out of 80027 with flag 1927752/851000
389.75/387.46	c cleaning 41012 clauses out of 82024 with flag 2012026/893003
403.65/401.36	c cleaning 42008 clauses out of 84016 with flag 2098297/936007
418.76/416.45	c cleaning 43001 clauses out of 86001 with flag 2186365/980000
434.06/431.72	c cleaning 44004 clauses out of 88008 with flag 2276548/1025008
450.36/448.01	c cleaning 45000 clauses out of 90001 with flag 2368638/1071005
466.57/464.29	c cleaning 45998 clauses out of 92000 with flag 2462732/1118004
482.86/480.50	c cleaning 46989 clauses out of 93998 with flag 2559015/1166000
502.77/500.48	c cleaning 48009 clauses out of 96023 with flag 2657158/1215014
522.87/520.59	c cleaning 48991 clauses out of 98001 with flag 2757214/1265001
542.78/540.49	c cleaning 49996 clauses out of 100016 with flag 2859345/1316007
565.18/562.85	c cleaning 50997 clauses out of 102014 with flag 2963426/1368001
589.18/586.85	c cleaning 52008 clauses out of 104024 with flag 3069484/1421008
612.57/610.19	c cleaning 53004 clauses out of 106015 with flag 3177553/1475007
638.86/636.41	c cleaning 53998 clauses out of 108004 with flag 3287625/1530000
664.67/662.22	c cleaning 54994 clauses out of 110012 with flag 3399788/1586006
692.36/689.96	c cleaning 56003 clauses out of 112016 with flag 3513844/1643004
722.16/719.74	c cleaning 57005 clauses out of 114011 with flag 3629887/1701002
750.37/747.94	c cleaning 57986 clauses out of 116010 with flag 3747996/1760006
781.18/778.74	c cleaning 58995 clauses out of 118022 with flag 3868050/1820004
815.67/813.22	c cleaning 60010 clauses out of 120032 with flag 3990106/1881009
846.87/844.46	c cleaning 61002 clauses out of 122020 with flag 4114232/1943007
884.27/881.83	c cleaning 61996 clauses out of 124020 with flag 4240306/2006009
919.57/917.11	c cleaning 63004 clauses out of 126015 with flag 4368350/2070000
962.99/960.56	c cleaning 63997 clauses out of 128011 with flag 4498394/2135000
1010.40/1007.98	c cleaning 65002 clauses out of 130018 with flag 4630462/2201004
1056.91/1054.45	c cleaning 65984 clauses out of 132012 with flag 4764511/2268000
1103.84/1101.30	c cleaning 67017 clauses out of 134035 with flag 4900583/2336007
1157.75/1155.21	c cleaning 67988 clauses out of 136013 with flag 5038666/2405002
1210.95/1208.47	c cleaning 69000 clauses out of 138026 with flag 5178717/2475003
1270.27/1267.75	c cleaning 70004 clauses out of 140023 with flag 5320772/2546000
1331.14/1328.58	c cleaning 71001 clauses out of 142025 with flag 5464813/2618006
1390.35/1387.78	c cleaning 72008 clauses out of 144024 with flag 5610880/2691006
1459.16/1456.51	c cleaning 72995 clauses out of 146011 with flag 5759001/2765001
1527.56/1524.92	c cleaning 74006 clauses out of 148023 with flag 5909481/2840008
1585.18/1582.58	c cleaning 74996 clauses out of 150009 with flag 6061534/2916000
1649.59/1646.98	c cleaning 75999 clauses out of 152014 with flag 6215633/2993001
1719.30/1716.60	c cleaning 76997 clauses out of 154015 with flag 6371766/3071001
1785.41/1782.79	c cleaning 78009 clauses out of 156024 with flag 6529809/3150007
1800.02/1797.31	c starts		: 68
1800.02/1797.31	c conflicts		: 3178556
1800.02/1797.31	c decisions		: 4304732
1800.02/1797.31	c propagations		: 57216498
1800.02/1797.31	c inspects		: 27918859069
1800.02/1797.31	c shortcuts		: 0
1800.02/1797.31	c learnt literals	: 0
1800.02/1797.31	c learnt binary clauses	: 0
1800.02/1797.31	c learnt ternary clauses	: 0
1800.02/1797.31	c learnt constraints	: 3178556
1800.02/1797.31	c ignored constraints	: 0
1800.02/1797.31	c root simplifications	: 0
1800.02/1797.31	c removed literals (reason simplification)	: 0
1800.02/1797.31	c reason swapping (by a shorter reason)	: 0
1800.02/1797.31	c Calls to reduceDB	: 75
1800.02/1797.31	c Number of update (reduction) of LBD	: 138291
1800.02/1797.31	c Imported unit clauses	: 0
1800.02/1797.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.31	c number of learned constraints concerned by reduction	: 0
1800.02/1797.31	c number of learning phase by resolution	: 0
1800.02/1797.31	c number of learning phase by cutting planes	: 0
1800.02/1797.31	c speed (assignments/second)	: 31861.996035104912
1800.02/1797.31	c non guided choices	257377
1800.02/1797.31	c timeout
1800.02/1797.33	c learnt constraints type 
1800.02/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 106564
1800.02/1797.33	s UNKNOWN
1800.02/1797.33	c Total wall clock time (in seconds): 1797.219

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

pid=13460
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.09 2.06 3/192 13463
/proc/meminfo: memFree=26527364/32872528 swapFree=447868/480572
[pid=13463] ppid=13460 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13463/stat : 13463 (java) R 13460 13463 11879 0 -1 4202496 532 0 0 0 0 0 0 0 20 0 1 0 23555324 9515008 185 33554432000 1073741824 1073778376 140733289904528 140733289887256 235365559591 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13463/statm: 2323 185 143 9 0 71 0

[startup+0.100156 s]
/proc/loadavg: 2.07 2.09 2.06 3/192 13463
/proc/meminfo: memFree=26527364/32872528 swapFree=447868/480572
[pid=13463] ppid=13460 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13463/stat : 13463 (java) S 13460 13463 11879 0 -1 4202496 4417 0 1 0 8 1 0 0 20 0 18 0 23555324 9787879424 6045 33554432000 1073741824 1073778376 140733289904528 140733289895664 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13463/statm: 2389619 6045 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.07 2.09 2.06 3/192 13463
/proc/meminfo: memFree=26527364/32872528 swapFree=447868/480572
[pid=13463] ppid=13460 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/13463/stat : 13463 (java) S 13460 13463 11879 0 -1 4202496 5008 0 1 0 27 1 0 0 20 0 18 0 23555324 9787879424 7450 33554432000 1073741824 1073778376 140733289904528 140733289895664 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13463/statm: 2389619 7450 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300279 s]
/proc/loadavg: 2.07 2.09 2.06 3/192 13463
/proc/meminfo: memFree=26527364/32872528 swapFree=447868/480572
[pid=13463] ppid=13460 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/13463/stat : 13463 (java) S 13460 13463 11879 0 -1 4202496 5716 0 1 0 44 1 0 0 20 0 18 0 23555324 9787879424 13944 33554432000 1073741824 1073778376 140733289904528 140733289895664 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13463/statm: 2389619 13944 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700188 s]
/proc/loadavg: 2.07 2.09 2.06 3/192 13463
/proc/meminfo: memFree=26527364/32872528 swapFree=447868/480572
[pid=13463] ppid=13460 vsize=9558476 CPUtime=1.21 cores=0,2,4,6
/proc/13463/stat : 13463 (java) S 13460 13463 11879 0 -1 4202496 9533 0 1 0 115 6 0 0 20 0 18 0 23555324 9787879424 47270 33554432000 1073741824 1073778376 140733289904528 140733289895664 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13463/statm: 2389619 47270 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9558476

[startup+1.50069 s]
/proc/loadavg: 2.07 2.09 2.06 3/210 13481
/proc/meminfo: memFree=26300844/32872528 swapFree=447868/480572
[pid=13463] ppid=13460 vsize=9558476 CPUtime=2.27 cores=0,2,4,6
/proc/13463/stat : 13463 (java) S 13460 13463 11879 0 -1 4202496 10082 0 1 0 214 13 0 0 20 0 18 0 23555324 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 140733289895664 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13463/statm: 2389619 84002 2271 9 0 2380296 0
[pid=13463/tid=13465] ppid=13460 vsize=9558476 CPUtime=1.36 cores=0,2,4,6
/proc/13463/task/13465/stat : 13465 (java) R 13460 13463 11879 0 -1 4202560 2519 0 1 0 133 3 0 0 20 0 18 0 23555324 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754220249464 139754091963375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13463/tid=13466] ppid=13460 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/13463/task/13466/stat : 13466 (java) S 13460 13463 11879 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 23555326 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754064263336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13467] ppid=13460 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/13463/task/13467/stat : 13467 (java) S 13460 13463 11879 0 -1 4202560 116 0 0 0 2 1 0 0 20 0 18 0 23555326 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754063210792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13468] ppid=13460 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13463/task/13468/stat : 13468 (java) S 13460 13463 11879 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 23555326 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754062158248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13469] ppid=13460 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13463/task/13469/stat : 13469 (java) S 13460 13463 11879 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 18 0 23555326 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754061105704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13470] ppid=13460 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/13463/task/13470/stat : 13470 (java) S 13460 13463 11879 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 23555326 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754060053160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13471] ppid=13460 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13463/task/13471/stat : 13471 (java) S 13460 13463 11879 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 18 0 23555326 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754059000616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13472] ppid=13460 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/13463/task/13472/stat : 13472 (java) S 13460 13463 11879 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 18 0 23555326 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754057948072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13463/tid=13473] ppid=13460 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/13463/task/13473/stat : 13473 (java) S 13460 13463 11879 0 -1 4202560 104 0 0 0 2 1 0 0 20 0 18 0 23555326 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754056895528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13474] ppid=13460 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13474/stat : 13474 (java) S 13460 13463 11879 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23555327 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754044483688 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13475] ppid=13460 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13475/stat : 13475 (java) S 13460 13463 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23555327 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754043430008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13476] ppid=13460 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13476/stat : 13476 (java) S 13460 13463 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23555327 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754042377352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13477] ppid=13460 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13477/stat : 13477 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23555329 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754041326096 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13478] ppid=13460 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/13463/task/13478/stat : 13478 (java) S 13460 13463 11879 0 -1 4202560 1798 0 0 0 24 0 0 0 20 0 18 0 23555329 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754040273464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13479] ppid=13460 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/13463/task/13479/stat : 13479 (java) R 13460 13463 11879 0 -1 4202560 3938 0 0 0 26 0 0 0 20 0 18 0 23555330 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754039220800 139754222884696 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13480] ppid=13460 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13480/stat : 13480 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23555330 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754038168568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13481] ppid=13460 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13481/stat : 13481 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23555330 9787879424 84002 33554432000 1073741824 1073778376 140733289904528 139754037116232 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 2.07 2.09 2.06 3/211 13482
/proc/meminfo: memFree=26124028/32872528 swapFree=447868/480572
[pid=13463] ppid=13460 vsize=9625040 CPUtime=4.53 cores=0,2,4,6
/proc/13463/stat : 13463 (java) S 13460 13463 11879 0 -1 4202496 14095 0 1 0 431 22 0 0 20 0 19 0 23555324 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 140733289895664 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13463/statm: 2406260 102686 2274 9 0 2396937 0
[pid=13463/tid=13465] ppid=13460 vsize=9625040 CPUtime=2.87 cores=0,2,4,6
/proc/13463/task/13465/stat : 13465 (java) R 13460 13463 11879 0 -1 4202560 2527 0 1 0 283 4 0 0 20 0 19 0 23555324 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754220247576 139754092578934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13463/tid=13466] ppid=13460 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/13463/task/13466/stat : 13466 (java) S 13460 13463 11879 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 19 0 23555326 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754064263336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13467] ppid=13460 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/13463/task/13467/stat : 13467 (java) S 13460 13463 11879 0 -1 4202560 129 0 0 0 5 2 0 0 20 0 19 0 23555326 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754063210792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13468] ppid=13460 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/13463/task/13468/stat : 13468 (java) S 13460 13463 11879 0 -1 4202560 39 0 0 0 4 3 0 0 20 0 19 0 23555326 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754062158248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13469] ppid=13460 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/13463/task/13469/stat : 13469 (java) S 13460 13463 11879 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 19 0 23555326 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754061105704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13470] ppid=13460 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/13463/task/13470/stat : 13470 (java) S 13460 13463 11879 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 23555326 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754060053160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13471] ppid=13460 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13463/task/13471/stat : 13471 (java) S 13460 13463 11879 0 -1 4202560 129 0 0 0 7 2 0 0 20 0 19 0 23555326 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754059000616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13472] ppid=13460 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/13463/task/13472/stat : 13472 (java) S 13460 13463 11879 0 -1 4202560 175 0 0 0 9 3 0 0 20 0 19 0 23555326 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754057948072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13473] ppid=13460 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/13463/task/13473/stat : 13473 (java) S 13460 13463 11879 0 -1 4202560 128 0 0 0 4 2 0 0 20 0 19 0 23555326 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754056895528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13474] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13474/stat : 13474 (java) S 13460 13463 11879 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23555327 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754044483688 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13475] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13475/stat : 13475 (java) S 13460 13463 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555327 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754043430008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13476] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13476/stat : 13476 (java) S 13460 13463 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23555327 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754042377352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13477] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13477/stat : 13477 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555329 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754041326096 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13478] ppid=13460 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/13463/task/13478/stat : 13478 (java) S 13460 13463 11879 0 -1 4202560 5432 0 0 0 45 2 0 0 20 0 19 0 23555329 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754040273464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13479] ppid=13460 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/13463/task/13479/stat : 13479 (java) S 13460 13463 11879 0 -1 4202560 3943 0 0 0 41 0 0 0 20 0 19 0 23555330 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754039220920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13480] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13480/stat : 13480 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555330 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754038168568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13481] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13481/stat : 13481 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555330 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754037116232 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13482] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13482/stat : 13482 (java) S 13460 13463 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555479 9856040960 102686 33554432000 1073741824 1073778376 140733289904528 139754036011816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.07 2.09 2.06 3/211 13482
/proc/meminfo: memFree=26101492/32872528 swapFree=447868/480572
[pid=13463] ppid=13460 vsize=9625040 CPUtime=7.88 cores=0,2,4,6
/proc/13463/stat : 13463 (java) S 13460 13463 11879 0 -1 4202496 14200 0 1 0 763 25 0 0 20 0 19 0 23555324 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 140733289895664 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13463/statm: 2406260 108302 2274 9 0 2396937 0
[pid=13463/tid=13465] ppid=13460 vsize=9625040 CPUtime=6.01 cores=0,2,4,6
/proc/13463/task/13465/stat : 13465 (java) R 13460 13463 11879 0 -1 4202560 2529 0 1 0 597 4 0 0 20 0 19 0 23555324 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754220248272 139754092541917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13463/tid=13466] ppid=13460 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/13463/task/13466/stat : 13466 (java) S 13460 13463 11879 0 -1 4202560 51 0 0 0 8 2 0 0 20 0 19 0 23555326 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754064263336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13467] ppid=13460 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/13463/task/13467/stat : 13467 (java) S 13460 13463 11879 0 -1 4202560 151 0 0 0 9 3 0 0 20 0 19 0 23555326 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754063210792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13468] ppid=13460 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/13463/task/13468/stat : 13468 (java) S 13460 13463 11879 0 -1 4202560 60 0 0 0 7 3 0 0 20 0 19 0 23555326 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754062158248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13469] ppid=13460 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13463/task/13469/stat : 13469 (java) S 13460 13463 11879 0 -1 4202560 64 0 0 0 7 2 0 0 20 0 19 0 23555326 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754061105704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13470] ppid=13460 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13463/task/13470/stat : 13470 (java) S 13460 13463 11879 0 -1 4202560 48 0 0 0 6 3 0 0 20 0 19 0 23555326 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754060053160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13471] ppid=13460 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/13463/task/13471/stat : 13471 (java) S 13460 13463 11879 0 -1 4202560 139 0 0 0 9 2 0 0 20 0 19 0 23555326 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754059000616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13472] ppid=13460 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13463/task/13472/stat : 13472 (java) S 13460 13463 11879 0 -1 4202560 195 0 0 0 11 3 0 0 20 0 19 0 23555326 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754057948072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13473] ppid=13460 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/13463/task/13473/stat : 13473 (java) S 13460 13463 11879 0 -1 4202560 133 0 0 0 6 2 0 0 20 0 19 0 23555326 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754056895528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13474] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13474/stat : 13474 (java) S 13460 13463 11879 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23555327 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754044483688 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13475] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13475/stat : 13475 (java) S 13460 13463 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555327 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754043430008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13476] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13476/stat : 13476 (java) S 13460 13463 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23555327 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754042377352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13477] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13477/stat : 13477 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555329 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754041326096 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13478] ppid=13460 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/13463/task/13478/stat : 13478 (java) S 13460 13463 11879 0 -1 4202560 5432 0 0 0 45 2 0 0 20 0 19 0 23555329 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754040273464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13479] ppid=13460 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/13463/task/13479/stat : 13479 (java) S 13460 13463 11879 0 -1 4202560 3943 0 0 0 41 0 0 0 20 0 19 0 23555330 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754039220920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13480] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13480/stat : 13480 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555330 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754038168568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13481] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13481/stat : 13481 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555330 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754037116232 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13482] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13482/stat : 13482 (java) S 13460 13463 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555479 9856040960 108302 33554432000 1073741824 1073778376 140733289904528 139754036011816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.06 2.09 2.06 4/211 13482

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

[pid=13463/tid=13482] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13482/stat : 13482 (java) S 13460 13463 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555479 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754036011816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.01
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.11 2.06 3/211 13743
/proc/meminfo: memFree=28421324/32872528 swapFree=447868/480572
[pid=13463] ppid=13460 vsize=9625040 CPUtime=1785.01 cores=0,2,4,6
/proc/13463/stat : 13463 (java) S 13460 13463 11879 0 -1 4202496 17686 0 1 0 178396 105 0 0 20 0 19 0 23555324 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 140733289895664 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13463/statm: 2406260 696264 2279 9 0 2396937 0
[pid=13463/tid=13465] ppid=13460 vsize=9625040 CPUtime=1777.11 cores=0,2,4,6
/proc/13463/task/13465/stat : 13465 (java) R 13460 13463 11879 0 -1 4202560 4260 0 1 0 177645 66 0 0 20 0 19 0 23555324 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754220240592 139754092773275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13466] ppid=13460 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13463/task/13466/stat : 13466 (java) S 13460 13463 11879 0 -1 4202560 93 0 0 0 16 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754064263336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13467] ppid=13460 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/13463/task/13467/stat : 13467 (java) S 13460 13463 11879 0 -1 4202560 188 0 0 0 18 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754063210792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13468] ppid=13460 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/13463/task/13468/stat : 13468 (java) S 13460 13463 11879 0 -1 4202560 91 0 0 0 16 4 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754062158248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13469] ppid=13460 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13463/task/13469/stat : 13469 (java) S 13460 13463 11879 0 -1 4202560 112 0 0 0 19 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754061105704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13470] ppid=13460 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13463/task/13470/stat : 13470 (java) S 13460 13463 11879 0 -1 4202560 100 0 0 0 22 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754060053160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13463/tid=13471] ppid=13460 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/13463/task/13471/stat : 13471 (java) S 13460 13463 11879 0 -1 4202560 180 0 0 0 20 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754059000616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13472] ppid=13460 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13463/task/13472/stat : 13472 (java) S 13460 13463 11879 0 -1 4202560 234 0 0 0 23 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754057948072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13473] ppid=13460 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13463/task/13473/stat : 13473 (java) S 13460 13463 11879 0 -1 4202560 162 0 0 0 18 3 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754056895528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13474] ppid=13460 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13463/task/13474/stat : 13474 (java) S 13460 13463 11879 0 -1 4202560 1275 0 0 0 1 0 0 0 20 0 19 0 23555327 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754044483688 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13475] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13475/stat : 13475 (java) S 13460 13463 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555327 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754043430008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13476] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13476/stat : 13476 (java) S 13460 13463 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23555327 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754042377352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13477] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13477/stat : 13477 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555329 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754041326096 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13478] ppid=13460 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/13463/task/13478/stat : 13478 (java) S 13460 13463 11879 0 -1 4202560 5687 0 0 0 54 2 0 0 20 0 19 0 23555329 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754040273464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13479] ppid=13460 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/13463/task/13479/stat : 13479 (java) S 13460 13463 11879 0 -1 4202560 3944 0 0 0 47 0 0 0 20 0 19 0 23555330 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754039220920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13480] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13480/stat : 13480 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555330 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754038168568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13481] ppid=13460 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/13463/task/13481/stat : 13481 (java) S 13460 13463 11879 0 -1 4202560 103 0 0 0 27 28 0 0 20 0 19 0 23555330 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754037116232 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13463/tid=13482] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13482/stat : 13482 (java) S 13460 13463 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555479 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754036011816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.01
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.06 2.10 2.06 3/211 13743
/proc/meminfo: memFree=28414188/32872528 swapFree=447868/480572
[pid=13463] ppid=13460 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/13463/stat : 13463 (java) S 13460 13463 11879 0 -1 4202496 17686 0 1 0 179896 106 0 0 20 0 19 0 23555324 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 140733289895664 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13463/statm: 2406260 696264 2279 9 0 2396937 0
[pid=13463/tid=13465] ppid=13460 vsize=9625040 CPUtime=1792.07 cores=0,2,4,6
/proc/13463/task/13465/stat : 13465 (java) R 13460 13463 11879 0 -1 4202560 4260 0 1 0 179141 66 0 0 20 0 19 0 23555324 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754220240592 139754092677497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13466] ppid=13460 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13463/task/13466/stat : 13466 (java) S 13460 13463 11879 0 -1 4202560 93 0 0 0 16 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754064263336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13467] ppid=13460 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/13463/task/13467/stat : 13467 (java) S 13460 13463 11879 0 -1 4202560 188 0 0 0 18 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754063210792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13468] ppid=13460 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/13463/task/13468/stat : 13468 (java) S 13460 13463 11879 0 -1 4202560 91 0 0 0 16 4 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754062158248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13469] ppid=13460 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13463/task/13469/stat : 13469 (java) S 13460 13463 11879 0 -1 4202560 112 0 0 0 19 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754061105704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13470] ppid=13460 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13463/task/13470/stat : 13470 (java) S 13460 13463 11879 0 -1 4202560 100 0 0 0 22 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754060053160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13463/tid=13471] ppid=13460 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/13463/task/13471/stat : 13471 (java) S 13460 13463 11879 0 -1 4202560 180 0 0 0 20 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754059000616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13472] ppid=13460 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13463/task/13472/stat : 13472 (java) S 13460 13463 11879 0 -1 4202560 234 0 0 0 23 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754057948072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13473] ppid=13460 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13463/task/13473/stat : 13473 (java) S 13460 13463 11879 0 -1 4202560 162 0 0 0 18 3 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754056895528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13474] ppid=13460 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13463/task/13474/stat : 13474 (java) S 13460 13463 11879 0 -1 4202560 1275 0 0 0 1 0 0 0 20 0 19 0 23555327 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754044483688 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13475] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13475/stat : 13475 (java) S 13460 13463 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555327 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754043430008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13476] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13476/stat : 13476 (java) S 13460 13463 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23555327 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754042377352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13477] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13477/stat : 13477 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555329 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754041326096 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13478] ppid=13460 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/13463/task/13478/stat : 13478 (java) S 13460 13463 11879 0 -1 4202560 5687 0 0 0 54 2 0 0 20 0 19 0 23555329 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754040273464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13479] ppid=13460 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/13463/task/13479/stat : 13479 (java) S 13460 13463 11879 0 -1 4202560 3944 0 0 0 47 0 0 0 20 0 19 0 23555330 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754039220920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13480] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13480/stat : 13480 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555330 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754038168568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13481] ppid=13460 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/13463/task/13481/stat : 13481 (java) S 13460 13463 11879 0 -1 4202560 103 0 0 0 28 28 0 0 20 0 19 0 23555330 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754037116232 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13463/tid=13482] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13482/stat : 13482 (java) S 13460 13463 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555479 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754036011816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 13463 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.06 2.10 2.06 3/211 13743
/proc/meminfo: memFree=28414188/32872528 swapFree=447868/480572
[pid=13463] ppid=13460 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/13463/stat : 13463 (java) S 13460 13463 11879 0 -1 4202496 17686 0 1 0 179896 106 0 0 20 0 19 0 23555324 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 140733289895664 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13463/statm: 2406260 696264 2279 9 0 2396937 0
[pid=13463/tid=13465] ppid=13460 vsize=9625040 CPUtime=1792.07 cores=0,2,4,6
/proc/13463/task/13465/stat : 13465 (java) R 13460 13463 11879 0 -1 4202560 4260 0 1 0 179141 66 0 0 20 0 19 0 23555324 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754220240592 139754092677497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13466] ppid=13460 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13463/task/13466/stat : 13466 (java) S 13460 13463 11879 0 -1 4202560 93 0 0 0 16 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754064263336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13467] ppid=13460 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/13463/task/13467/stat : 13467 (java) S 13460 13463 11879 0 -1 4202560 188 0 0 0 18 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754063210792 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13468] ppid=13460 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/13463/task/13468/stat : 13468 (java) S 13460 13463 11879 0 -1 4202560 91 0 0 0 16 4 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754062158248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13469] ppid=13460 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13463/task/13469/stat : 13469 (java) S 13460 13463 11879 0 -1 4202560 112 0 0 0 19 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754061105704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13470] ppid=13460 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13463/task/13470/stat : 13470 (java) S 13460 13463 11879 0 -1 4202560 100 0 0 0 22 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754060053160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13463/tid=13471] ppid=13460 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/13463/task/13471/stat : 13471 (java) S 13460 13463 11879 0 -1 4202560 180 0 0 0 20 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754059000616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13472] ppid=13460 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13463/task/13472/stat : 13472 (java) S 13460 13463 11879 0 -1 4202560 234 0 0 0 23 5 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754057948072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13473] ppid=13460 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13463/task/13473/stat : 13473 (java) S 13460 13463 11879 0 -1 4202560 162 0 0 0 18 3 0 0 20 0 19 0 23555326 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754056895528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13474] ppid=13460 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13463/task/13474/stat : 13474 (java) S 13460 13463 11879 0 -1 4202560 1275 0 0 0 1 0 0 0 20 0 19 0 23555327 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754044483688 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13463/tid=13475] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13475/stat : 13475 (java) S 13460 13463 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555327 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754043430008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13476] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13476/stat : 13476 (java) S 13460 13463 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23555327 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754042377352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13477] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13477/stat : 13477 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555329 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754041326096 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13478] ppid=13460 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/13463/task/13478/stat : 13478 (java) S 13460 13463 11879 0 -1 4202560 5687 0 0 0 54 2 0 0 20 0 19 0 23555329 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754040273464 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13463/tid=13479] ppid=13460 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/13463/task/13479/stat : 13479 (java) S 13460 13463 11879 0 -1 4202560 3944 0 0 0 47 0 0 0 20 0 19 0 23555330 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754039220920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13480] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13480/stat : 13480 (java) S 13460 13463 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555330 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754038168568 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13463/tid=13481] ppid=13460 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/13463/task/13481/stat : 13481 (java) S 13460 13463 11879 0 -1 4202560 103 0 0 0 28 28 0 0 20 0 19 0 23555330 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754037116232 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13463/tid=13482] ppid=13460 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13463/task/13482/stat : 13482 (java) S 13460 13463 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555479 9856040960 696264 33554432000 1073741824 1073778376 140733289904528 139754036011816 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.34
CPU time (s): 1800.02
CPU user time (s): 1798.96
CPU system time (s): 1.06
CPU usage (%): 100.149
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.41
system time used= 1.47378
maximum resident set size= 2815020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17737
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38382
involuntary context switches= 7925

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.39203 second user time and 7.80781 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 03:57:32
IDJOB=4100501
IDBENCH=1624
IDSOLVER=2546
FILE ID=node104/4100501-1466215052
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/unibo/normalized-reduced-mps-v2-20-10-dc1l.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100501-1466215052/watcher-4100501-1466215052 -o /tmp/evaluation-result-4100501-1466215052/solver-4100501-1466215052 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100501-1466215052.opb

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

MD5SUM BENCH= 1bfc65237e0980827bf136f13870d50e
RANDOM SEED=579450708

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:        26528280 kB
Buffers:           91564 kB
Cached:           115276 kB
SwapCached:        40452 kB
Active:          4939012 kB
Inactive:         181672 kB
Active(anon):    4875824 kB
Inactive(anon):    39968 kB
Active(file):      63188 kB
Inactive(file):   141704 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:              6376 kB
Writeback:             0 kB
AnonPages:       5354180 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             601516 kB
SReclaimable:      45440 kB
SUnreclaim:       556076 kB
KernelStack:        1584 kB
PageTables:        14476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5887532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4857856 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 04:27:29