Trace number 4084418

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1795.35

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark110.139
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084418-1465217556.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.28/0.24	c ... done. Wall clock time 0.138s.
0.28/0.24	c declared #vars     490
0.28/0.24	c #constraints  1085
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482
0.28/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.28/0.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 255
0.28/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 345
0.28/0.24	c 1085 constraints processed.
1.10/0.75	c cleaning 2503 clauses out of 5005 with flag 16199/5006
1.75/1.24	c cleaning 4248 clauses out of 8496 with flag 43396/11000
2.35/1.88	c cleaning 5622 clauses out of 11248 with flag 75476/18000
3.17/2.68	c cleaning 6812 clauses out of 13626 with flag 117895/26000
4.20/3.64	c cleaning 7907 clauses out of 15814 with flag 167547/35000
5.40/4.87	c cleaning 8954 clauses out of 17909 with flag 228435/45002
6.80/6.21	c cleaning 9977 clauses out of 19953 with flag 290592/56000
8.41/7.89	c cleaning 10988 clauses out of 21976 with flag 360934/68000
10.10/9.57	c cleaning 11994 clauses out of 23990 with flag 439507/81002
12.10/11.55	c cleaning 12994 clauses out of 25994 with flag 526283/95000
14.60/14.00	c cleaning 14001 clauses out of 28001 with flag 630328/110001
17.30/16.72	c cleaning 14993 clauses out of 29999 with flag 739357/126000
20.60/20.02	c cleaning 15999 clauses out of 32006 with flag 851310/143000
23.81/23.29	c cleaning 17000 clauses out of 34009 with flag 967135/161002
27.86/27.21	c cleaning 18002 clauses out of 36008 with flag 1095962/180001
31.36/30.72	c cleaning 18994 clauses out of 38006 with flag 1226054/200001
35.66/35.08	c cleaning 19999 clauses out of 40011 with flag 1364960/221000
40.76/40.11	c cleaning 21004 clauses out of 42015 with flag 1530390/243003
46.35/45.74	c cleaning 22001 clauses out of 44012 with flag 1704227/266004
51.95/51.33	c cleaning 22999 clauses out of 46008 with flag 1871196/290001
58.96/58.33	c cleaning 23997 clauses out of 48008 with flag 2066360/315000
66.67/66.06	c cleaning 24993 clauses out of 50012 with flag 2274445/341001
74.68/74.03	c cleaning 25999 clauses out of 52018 with flag 2479062/368000
82.28/81.60	c cleaning 27001 clauses out of 54019 with flag 2684846/396000
91.08/90.44	c cleaning 27996 clauses out of 56019 with flag 2920847/425001
99.78/99.17	c cleaning 29001 clauses out of 58023 with flag 3159753/455001
107.88/107.29	c cleaning 29999 clauses out of 60021 with flag 3409442/486000
118.58/117.98	c cleaning 31000 clauses out of 62022 with flag 3668779/518000
130.40/129.53	c cleaning 31998 clauses out of 64022 with flag 3931208/551000
144.68/143.48	c cleaning 33000 clauses out of 66025 with flag 4213915/585001
158.79/157.36	c cleaning 34005 clauses out of 68026 with flag 4507670/620002
174.69/173.24	c cleaning 35003 clauses out of 70021 with flag 4836086/656002
190.67/189.05	c cleaning 36003 clauses out of 72017 with flag 5149220/693001
206.37/204.73	c cleaning 36995 clauses out of 74014 with flag 5464926/731001
224.07/222.44	c cleaning 38004 clauses out of 76019 with flag 5813901/770001
242.69/241.00	c cleaning 39001 clauses out of 78016 with flag 6156469/810002
261.29/259.68	c cleaning 39999 clauses out of 80015 with flag 6525971/851002
281.05/279.26	c cleaning 40998 clauses out of 82015 with flag 6898415/893001
299.25/297.46	c cleaning 41994 clauses out of 84016 with flag 7246744/936000
323.86/322.00	c cleaning 43005 clauses out of 86022 with flag 7628746/980000
349.07/347.25	c cleaning 43995 clauses out of 88018 with flag 8044099/1025001
375.59/373.56	c cleaning 45009 clauses out of 90025 with flag 8476761/1071003
402.26/400.17	c cleaning 46001 clauses out of 92012 with flag 8931324/1118000
432.72/430.53	c cleaning 46999 clauses out of 94011 with flag 9343875/1166001
462.38/459.94	c cleaning 47997 clauses out of 96011 with flag 9829720/1215000
491.36/488.98	c cleaning 48992 clauses out of 98016 with flag 10381911/1265002
521.68/519.30	c cleaning 49995 clauses out of 100023 with flag 11009558/1316001
552.16/549.49	c cleaning 51004 clauses out of 102029 with flag 11620926/1368002
581.07/578.31	c cleaning 52001 clauses out of 104025 with flag 12247217/1421002
614.23/611.36	c cleaning 52998 clauses out of 106022 with flag 12942307/1475000
649.52/646.43	c cleaning 54001 clauses out of 108026 with flag 13703621/1530002
687.53/684.47	c cleaning 55005 clauses out of 110025 with flag 14499369/1586002
725.80/722.67	c cleaning 55995 clauses out of 112018 with flag 15226529/1643000
767.33/764.09	c cleaning 57001 clauses out of 114025 with flag 16008640/1701002
804.04/800.76	c cleaning 57997 clauses out of 116022 with flag 16745697/1760000
844.91/841.56	c cleaning 59005 clauses out of 118030 with flag 17534641/1820005
886.28/882.86	c cleaning 60003 clauses out of 120018 with flag 18249465/1881000
926.17/922.74	c cleaning 61000 clauses out of 122018 with flag 19065117/1943003
966.53/963.05	c cleaning 61998 clauses out of 124016 with flag 19932216/2006001
1009.10/1005.53	c cleaning 63002 clauses out of 126020 with flag 20788951/2070003
1049.66/1046.01	c cleaning 63999 clauses out of 128016 with flag 21679231/2135001
1092.69/1089.05	c cleaning 65004 clauses out of 130016 with flag 22654580/2201000
1138.27/1134.55	c cleaning 65992 clauses out of 132012 with flag 23658883/2268000
1186.14/1182.30	c cleaning 67001 clauses out of 134022 with flag 24701377/2336002
1236.51/1232.64	c cleaning 67998 clauses out of 136019 with flag 25706152/2405000
1279.28/1275.33	c cleaning 69005 clauses out of 138021 with flag 26670327/2475000
1337.27/1333.21	c cleaning 69998 clauses out of 140016 with flag 27730664/2546000
1388.94/1384.84	c cleaning 71001 clauses out of 142018 with flag 28732810/2618000
1446.25/1442.03	c cleaning 71996 clauses out of 144017 with flag 29896851/2691000
1506.11/1501.81	c cleaning 73000 clauses out of 146023 with flag 31070898/2765002
1563.41/1559.00	c cleaning 74007 clauses out of 148024 with flag 32239441/2840003
1625.99/1621.57	c cleaning 74998 clauses out of 150015 with flag 33457824/2916001
1684.36/1679.88	c cleaning 76001 clauses out of 152017 with flag 34663349/2993001
1742.00/1737.44	c cleaning 77000 clauses out of 154016 with flag 35853859/3071001
1800.07/1795.31	c starts		: 78
1800.07/1795.31	c conflicts		: 3149789
1800.07/1795.31	c decisions		: 3717477
1800.07/1795.31	c propagations		: 112540669
1800.07/1795.31	c inspects		: 27504054065
1800.07/1795.31	c shortcuts		: 0
1800.07/1795.31	c learnt literals	: 5
1800.07/1795.31	c learnt binary clauses	: 5
1800.07/1795.31	c learnt ternary clauses	: 30
1800.07/1795.31	c learnt constraints	: 3149784
1800.07/1795.31	c ignored constraints	: 0
1800.07/1795.31	c root simplifications	: 0
1800.07/1795.31	c removed literals (reason simplification)	: 0
1800.07/1795.31	c reason swapping (by a shorter reason)	: 0
1800.07/1795.31	c Calls to reduceDB	: 74
1800.07/1795.31	c Number of update (reduction) of LBD	: 501640
1800.07/1795.31	c Imported unit clauses	: 0
1800.07/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.31	c number of learned constraints concerned by reduction	: 0
1800.07/1795.31	c number of learning phase by resolution	: 0
1800.07/1795.31	c number of learning phase by cutting planes	: 0
1800.07/1795.31	c timeout
1800.07/1795.31	c speed (assignments/second)	: 62694.30662871086
1800.07/1795.31	c non guided choices	27
1800.07/1795.34	c learnt constraints type 
1800.07/1795.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.07/1795.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 155800
1800.07/1795.34	s UNKNOWN
1800.07/1795.34	c Total wall clock time (in seconds): 1795.241

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

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

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


[startup+0 s]
/proc/loadavg: 1.36 1.94 2.05 4/194 32494
/proc/meminfo: memFree=30193584/32872528 swapFree=15844/1710320
[pid=32494] ppid=32491 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32494/stat : 32494 (java) S 32491 32494 32365 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 103687981 98570240 977 33554432000 1073741824 1073778376 140736881630096 140736881621232 240568533053 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32494/statm: 24065 978 744 9 0 16771 0
[pid=32494/tid=32495] ppid=32491 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32495/stat : 32495 (java) R 32491 32494 32365 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 103687982 98570240 978 33554432000 1073741824 1073778376 140736881630096 139952944676392 240565175680 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 1.36 1.94 2.05 4/194 32494
/proc/meminfo: memFree=30193584/32872528 swapFree=15844/1710320
[pid=32494] ppid=32491 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/32494/stat : 32494 (java) S 32491 32494 32365 0 -1 4202496 4480 0 1 0 10 1 0 0 20 0 18 0 103687981 9787879424 6120 33554432000 1073741824 1073778376 140736881630096 140736881621232 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32494/statm: 2389619 6120 2157 9 0 2380296 0
[pid=32494/tid=32495] ppid=32491 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/32494/task/32495/stat : 32495 (java) R 32491 32494 32365 0 -1 4202560 2382 0 1 0 7 1 0 0 20 0 18 0 103687982 9787879424 6120 33554432000 1073741824 1073778376 140736881630096 139952944679840 139952952109180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 1.36 1.94 2.05 4/194 32494
/proc/meminfo: memFree=30193584/32872528 swapFree=15844/1710320
[pid=32494] ppid=32491 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/32494/stat : 32494 (java) S 32491 32494 32365 0 -1 4202496 4947 0 1 0 27 1 0 0 20 0 18 0 103687981 9787879424 6944 33554432000 1073741824 1073778376 140736881630096 140736881621232 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32494/statm: 2389619 6944 2216 9 0 2380296 0
[pid=32494/tid=32495] ppid=32491 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/32494/task/32495/stat : 32495 (java) R 32491 32494 32365 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 18 0 103687982 9787879424 6944 33554432000 1073741824 1073778376 140736881630096 139952944680968 240568548408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300391 s]
/proc/loadavg: 1.36 1.94 2.05 4/194 32494
/proc/meminfo: memFree=30193584/32872528 swapFree=15844/1710320
[pid=32494] ppid=32491 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/32494/stat : 32494 (java) S 32491 32494 32365 0 -1 4202496 7770 0 1 0 51 2 0 0 20 0 19 0 103687981 9856040960 9732 33554432000 1073741824 1073778376 140736881630096 140736881621232 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32494/statm: 2406260 9732 2239 9 0 2396937 0
[pid=32494/tid=32495] ppid=32491 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/32494/task/32495/stat : 32495 (java) R 32491 32494 32365 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 19 0 103687982 9856040960 9749 33554432000 1073741824 1073778376 140736881630096 139952944681600 139952801290554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700314 s]
/proc/loadavg: 1.36 1.94 2.05 4/194 32494
/proc/meminfo: memFree=30193584/32872528 swapFree=15844/1710320
[pid=32494] ppid=32491 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/32494/stat : 32494 (java) S 32491 32494 32365 0 -1 4202496 8160 0 1 0 108 2 0 0 20 0 19 0 103687981 9856040960 10951 33554432000 1073741824 1073778376 140736881630096 140736881621232 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32494/statm: 2406260 10951 2246 9 0 2396937 0
[pid=32494/tid=32495] ppid=32491 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/32494/task/32495/stat : 32495 (java) R 32491 32494 32365 0 -1 4202560 2412 0 1 0 66 1 0 0 20 0 19 0 103687982 9856040960 10951 33554432000 1073741824 1073778376 140736881630096 139952944680984 139952801696887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 1.36 1.94 2.05 4/213 32513
/proc/meminfo: memFree=30149704/32872528 swapFree=15844/1710320
[pid=32494] ppid=32491 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/32494/stat : 32494 (java) S 32491 32494 32365 0 -1 4202496 9895 0 1 0 202 3 0 0 20 0 19 0 103687981 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 140736881621232 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32494/statm: 2406260 12517 2257 9 0 2396937 0
[pid=32494/tid=32495] ppid=32491 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/32494/task/32495/stat : 32495 (java) R 32491 32494 32365 0 -1 4202560 2416 0 1 0 146 1 0 0 20 0 19 0 103687982 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952944681448 139952801696893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32497] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32497/stat : 32497 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952922781992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32498] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32498/stat : 32498 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952921729192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32499] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32499/stat : 32499 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952920676904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32494/tid=32500] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32500/stat : 32500 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952583076264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32501] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32501/stat : 32501 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952582023976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32502] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32502/stat : 32502 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952580971176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32503] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32503/stat : 32503 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952579918888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32504] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32504/stat : 32504 (java) S 32491 32494 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952578866088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32505] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32505/stat : 32505 (java) S 32491 32494 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103687983 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952566667496 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32506] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32506/stat : 32506 (java) S 32491 32494 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103687984 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952565613560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32507] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32507/stat : 32507 (java) S 32491 32494 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103687984 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952564561160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32508] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32508/stat : 32508 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952563509648 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32509] ppid=32491 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/32494/task/32509/stat : 32509 (java) S 32491 32494 32365 0 -1 4202560 3369 0 0 0 30 0 0 0 20 0 19 0 103687986 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952562457272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32510] ppid=32491 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/32494/task/32510/stat : 32510 (java) S 32491 32494 32365 0 -1 4202560 2837 0 0 0 22 0 0 0 20 0 19 0 103687986 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952561404472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32511] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32511/stat : 32511 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952560352376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32512] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32512/stat : 32512 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952559299784 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32513] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32513/stat : 32513 (java) S 32491 32494 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103688006 9856040960 12517 33554432000 1073741824 1073778376 140736881630096 139952558146472 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 1.36 1.94 2.05 3/213 32513
/proc/meminfo: memFree=30136920/32872528 swapFree=15844/1710320
[pid=32494] ppid=32491 vsize=9625040 CPUtime=3.7 cores=1,3,5,7
/proc/32494/stat : 32494 (java) S 32491 32494 32365 0 -1 4202496 9979 0 1 0 367 3 0 0 20 0 19 0 103687981 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 140736881621232 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32494/statm: 2406260 15077 2257 9 0 2396937 0
[pid=32494/tid=32495] ppid=32491 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/32494/task/32495/stat : 32495 (java) R 32491 32494 32365 0 -1 4202560 2422 0 1 0 306 1 0 0 20 0 19 0 103687982 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952944681224 139952801684846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32497] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32497/stat : 32497 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952922781992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32498] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32498/stat : 32498 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952921729192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32499] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32499/stat : 32499 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952920676904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32494/tid=32500] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32500/stat : 32500 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952583076264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32501] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32501/stat : 32501 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952582023976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32502] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32502/stat : 32502 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952580971176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32503] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32503/stat : 32503 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952579918888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32504] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32504/stat : 32504 (java) S 32491 32494 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952578866088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32505] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32505/stat : 32505 (java) S 32491 32494 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103687983 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952566667496 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32506] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32506/stat : 32506 (java) S 32491 32494 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103687984 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952565613560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32507] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32507/stat : 32507 (java) S 32491 32494 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103687984 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952564561160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32508] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32508/stat : 32508 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952563509648 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32509] ppid=32491 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/32494/task/32509/stat : 32509 (java) S 32491 32494 32365 0 -1 4202560 3447 0 0 0 35 0 0 0 20 0 19 0 103687986 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952562457272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32510] ppid=32491 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/32494/task/32510/stat : 32510 (java) S 32491 32494 32365 0 -1 4202560 2837 0 0 0 23 0 0 0 20 0 19 0 103687986 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952561404472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32511] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32511/stat : 32511 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952560352376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32512] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32512/stat : 32512 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952559299784 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32513] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32513/stat : 32513 (java) S 32491 32494 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103688006 9856040960 15077 33554432000 1073741824 1073778376 140736881630096 139952558146472 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 1.41 1.94 2.05 3/213 32513
/proc/meminfo: memFree=30107124/32872528 swapFree=15844/1710320
[pid=32494] ppid=32491 vsize=9625040 CPUtime=6.9 cores=1,3,5,7
/proc/32494/stat : 32494 (java) S 32491 32494 32365 0 -1 4202496 9990 0 1 0 687 3 0 0 20 0 19 0 103687981 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 140736881621232 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32494/statm: 2406260 19577 2258 9 0 2396937 0
[pid=32494/tid=32495] ppid=32491 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/32494/task/32495/stat : 32495 (java) R 32491 32494 32365 0 -1 4202560 2432 0 1 0 625 1 0 0 20 0 19 0 103687982 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952944681320 139952801716154 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32497] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32497/stat : 32497 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952922781992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32498] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32498/stat : 32498 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952921729192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32499] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32499/stat : 32499 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952920676904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32494/tid=32500] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32500/stat : 32500 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952583076264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32501] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32501/stat : 32501 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952582023976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32502] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32502/stat : 32502 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952580971176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32503] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32503/stat : 32503 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952579918888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32504] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32504/stat : 32504 (java) S 32491 32494 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103687982 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952578866088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32505] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32505/stat : 32505 (java) S 32491 32494 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103687983 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952566667496 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32506] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32506/stat : 32506 (java) S 32491 32494 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103687984 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952565613560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32507] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32507/stat : 32507 (java) S 32491 32494 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103687984 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952564561160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32508] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32508/stat : 32508 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952563509648 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32509] ppid=32491 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/32494/task/32509/stat : 32509 (java) S 32491 32494 32365 0 -1 4202560 3447 0 0 0 35 0 0 0 20 0 19 0 103687986 9856040960 19577 33554432000 1073741824 1073778376 140736881630096 139952562457272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32510] ppid=32491 vsize=9625040 CPUtime=0.23 cores=1,3,5,7

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

[pid=32494/tid=32513] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32513/stat : 32513 (java) S 32491 32494 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103688006 9856040960 137667 33554432000 1073741824 1073778376 140736881630096 139952558146472 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.9
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.50 2.39 2.26 3/213 32644
/proc/meminfo: memFree=29053524/32872528 swapFree=15844/1710320
[pid=32494] ppid=32491 vsize=9625040 CPUtime=1786.98 cores=1,3,5,7
/proc/32494/stat : 32494 (java) S 32491 32494 32365 0 -1 4202496 26772 0 1 0 178584 114 0 0 20 0 19 0 103687981 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 140736881621232 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32494/statm: 2406260 136545 2281 9 0 2396937 0
[pid=32494/tid=32495] ppid=32491 vsize=9625040 CPUtime=1776.09 cores=1,3,5,7
/proc/32494/task/32495/stat : 32495 (java) R 32491 32494 32365 0 -1 4202560 2510 0 1 0 177579 30 0 0 20 0 19 0 103687982 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952944680112 139952801755390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32497] ppid=32491 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/32494/task/32497/stat : 32497 (java) S 32491 32494 32365 0 -1 4202560 381 0 0 0 39 7 0 0 20 0 19 0 103687982 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952922781992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32494/tid=32498] ppid=32491 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/32494/task/32498/stat : 32498 (java) S 32491 32494 32365 0 -1 4202560 456 0 0 0 43 12 0 0 20 0 19 0 103687982 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952921729192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32499] ppid=32491 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/32494/task/32499/stat : 32499 (java) S 32491 32494 32365 0 -1 4202560 417 0 0 0 46 9 0 0 20 0 19 0 103687982 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952920676904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32500] ppid=32491 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/32494/task/32500/stat : 32500 (java) S 32491 32494 32365 0 -1 4202560 276 0 0 0 43 8 0 0 20 0 19 0 103687982 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952583076264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32501] ppid=32491 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/32494/task/32501/stat : 32501 (java) S 32491 32494 32365 0 -1 4202560 1173 0 0 0 44 11 0 0 20 0 19 0 103687982 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952582023976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32502] ppid=32491 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/32494/task/32502/stat : 32502 (java) S 32491 32494 32365 0 -1 4202560 287 0 0 0 29 7 0 0 20 0 19 0 103687982 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952580971176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32503] ppid=32491 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/32494/task/32503/stat : 32503 (java) S 32491 32494 32365 0 -1 4202560 324 0 0 0 40 7 0 0 20 0 19 0 103687982 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952579918888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32504] ppid=32491 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/32494/task/32504/stat : 32504 (java) S 32491 32494 32365 0 -1 4202560 380 0 0 0 43 8 0 0 20 0 19 0 103687982 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952578866088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32505] ppid=32491 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/32494/task/32505/stat : 32505 (java) S 32491 32494 32365 0 -1 4202560 237 0 0 0 29 3 0 0 20 0 19 0 103687983 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952566667496 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32506] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32506/stat : 32506 (java) S 32491 32494 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103687984 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952565613560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32507] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32507/stat : 32507 (java) S 32491 32494 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103687984 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952564561160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32508] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32508/stat : 32508 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952563509648 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32509] ppid=32491 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/32494/task/32509/stat : 32509 (java) S 32491 32494 32365 0 -1 4202560 16131 0 0 0 119 4 0 0 20 0 19 0 103687986 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952562457272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32494/tid=32510] ppid=32491 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/32494/task/32510/stat : 32510 (java) S 32491 32494 32365 0 -1 4202560 2837 0 0 0 23 0 0 0 20 0 19 0 103687986 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952561404472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32511] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32511/stat : 32511 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952560352376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32512] ppid=32491 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/32494/task/32512/stat : 32512 (java) S 32491 32494 32365 0 -1 4202560 104 0 0 0 31 44 0 0 20 0 19 0 103687986 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952559299784 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32513] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32513/stat : 32513 (java) S 32491 32494 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103688006 9856040960 136545 33554432000 1073741824 1073778376 140736881630096 139952558146472 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.98
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.31 s]
/proc/loadavg: 2.39 2.37 2.25 3/213 32645
/proc/meminfo: memFree=29055244/32872528 swapFree=15844/1710320
[pid=32494] ppid=32491 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/32494/stat : 32494 (java) S 32491 32494 32365 0 -1 4202496 26777 0 1 0 179892 115 0 0 20 0 19 0 103687981 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 140736881621232 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32494/statm: 2406260 136066 2281 9 0 2396937 0
[pid=32494/tid=32495] ppid=32491 vsize=9625040 CPUtime=1789.03 cores=1,3,5,7
/proc/32494/task/32495/stat : 32495 (java) R 32491 32494 32365 0 -1 4202560 2511 0 1 0 178872 31 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952944680032 139952801755390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32497] ppid=32491 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/32494/task/32497/stat : 32497 (java) S 32491 32494 32365 0 -1 4202560 383 0 0 0 40 7 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952922781992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32494/tid=32498] ppid=32491 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/32494/task/32498/stat : 32498 (java) S 32491 32494 32365 0 -1 4202560 456 0 0 0 43 12 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952921729192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32499] ppid=32491 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/32494/task/32499/stat : 32499 (java) S 32491 32494 32365 0 -1 4202560 417 0 0 0 47 9 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952920676904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32500] ppid=32491 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/32494/task/32500/stat : 32500 (java) S 32491 32494 32365 0 -1 4202560 276 0 0 0 44 8 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952583076264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32501] ppid=32491 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/32494/task/32501/stat : 32501 (java) S 32491 32494 32365 0 -1 4202560 1173 0 0 0 45 11 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952582023976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32502] ppid=32491 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/32494/task/32502/stat : 32502 (java) S 32491 32494 32365 0 -1 4202560 287 0 0 0 30 7 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952580971176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32494/tid=32503] ppid=32491 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/32494/task/32503/stat : 32503 (java) S 32491 32494 32365 0 -1 4202560 324 0 0 0 43 7 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952579918888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32504] ppid=32491 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/32494/task/32504/stat : 32504 (java) S 32491 32494 32365 0 -1 4202560 380 0 0 0 44 8 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952578866088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32505] ppid=32491 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/32494/task/32505/stat : 32505 (java) S 32491 32494 32365 0 -1 4202560 239 0 0 0 29 3 0 0 20 0 19 0 103687983 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952566667496 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32506] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32506/stat : 32506 (java) S 32491 32494 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103687984 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952565613560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32507] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32507/stat : 32507 (java) S 32491 32494 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103687984 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952564561160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32508] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32508/stat : 32508 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952563509648 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32509] ppid=32491 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/32494/task/32509/stat : 32509 (java) S 32491 32494 32365 0 -1 4202560 16131 0 0 0 119 4 0 0 20 0 19 0 103687986 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952562457272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32494/tid=32510] ppid=32491 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/32494/task/32510/stat : 32510 (java) S 32491 32494 32365 0 -1 4202560 2837 0 0 0 23 0 0 0 20 0 19 0 103687986 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952561404472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32511] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32511/stat : 32511 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952560352376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32512] ppid=32491 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/32494/task/32512/stat : 32512 (java) S 32491 32494 32365 0 -1 4202560 104 0 0 0 31 44 0 0 20 0 19 0 103687986 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952559299784 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32513] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32513/stat : 32513 (java) S 32491 32494 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103688006 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952558146472 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 32494 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.31 s]
/proc/loadavg: 2.39 2.37 2.25 3/213 32645
/proc/meminfo: memFree=29055244/32872528 swapFree=15844/1710320
[pid=32494] ppid=32491 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/32494/stat : 32494 (java) S 32491 32494 32365 0 -1 4202496 26777 0 1 0 179892 115 0 0 20 0 19 0 103687981 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 140736881621232 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32494/statm: 2406260 136066 2281 9 0 2396937 0
[pid=32494/tid=32495] ppid=32491 vsize=9625040 CPUtime=1789.03 cores=1,3,5,7
/proc/32494/task/32495/stat : 32495 (java) R 32491 32494 32365 0 -1 4202560 2511 0 1 0 178872 31 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952944680032 139952801755390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32497] ppid=32491 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/32494/task/32497/stat : 32497 (java) S 32491 32494 32365 0 -1 4202560 383 0 0 0 40 7 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952922781992 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32494/tid=32498] ppid=32491 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/32494/task/32498/stat : 32498 (java) S 32491 32494 32365 0 -1 4202560 456 0 0 0 43 12 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952921729192 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32499] ppid=32491 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/32494/task/32499/stat : 32499 (java) S 32491 32494 32365 0 -1 4202560 417 0 0 0 47 9 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952920676904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32500] ppid=32491 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/32494/task/32500/stat : 32500 (java) S 32491 32494 32365 0 -1 4202560 276 0 0 0 44 8 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952583076264 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32501] ppid=32491 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/32494/task/32501/stat : 32501 (java) S 32491 32494 32365 0 -1 4202560 1173 0 0 0 45 11 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952582023976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32502] ppid=32491 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/32494/task/32502/stat : 32502 (java) S 32491 32494 32365 0 -1 4202560 287 0 0 0 30 7 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952580971176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32494/tid=32503] ppid=32491 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/32494/task/32503/stat : 32503 (java) S 32491 32494 32365 0 -1 4202560 324 0 0 0 43 7 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952579918888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32504] ppid=32491 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/32494/task/32504/stat : 32504 (java) S 32491 32494 32365 0 -1 4202560 380 0 0 0 44 8 0 0 20 0 19 0 103687982 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952578866088 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32505] ppid=32491 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/32494/task/32505/stat : 32505 (java) S 32491 32494 32365 0 -1 4202560 239 0 0 0 29 3 0 0 20 0 19 0 103687983 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952566667496 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32506] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32506/stat : 32506 (java) S 32491 32494 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103687984 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952565613560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32507] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32507/stat : 32507 (java) S 32491 32494 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103687984 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952564561160 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32508] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32508/stat : 32508 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952563509648 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32494/tid=32509] ppid=32491 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/32494/task/32509/stat : 32509 (java) S 32491 32494 32365 0 -1 4202560 16131 0 0 0 119 4 0 0 20 0 19 0 103687986 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952562457272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32494/tid=32510] ppid=32491 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/32494/task/32510/stat : 32510 (java) S 32491 32494 32365 0 -1 4202560 2837 0 0 0 23 0 0 0 20 0 19 0 103687986 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952561404472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32511] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32511/stat : 32511 (java) S 32491 32494 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103687986 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952560352376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32494/tid=32512] ppid=32491 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/32494/task/32512/stat : 32512 (java) S 32491 32494 32365 0 -1 4202560 104 0 0 0 31 44 0 0 20 0 19 0 103687986 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952559299784 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32494/tid=32513] ppid=32491 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32494/task/32513/stat : 32513 (java) S 32491 32494 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103688006 9856040960 136066 33554432000 1073741824 1073778376 140736881630096 139952558146472 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 32494 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=278228
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=652748
# CPU time returned by wait4() is 1795.93
# 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): 1795.35
CPU time (s): 1800.07
CPU user time (s): 1798.92
CPU system time (s): 1.15
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.28
system time used= 1.65275
maximum resident set size= 787752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26820
page faults= 1
swaps= 0
block input operations= 176
block output operations= 1464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38905
involuntary context switches= 13943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6724 second user time and 13.9319 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 14:52:36
IDJOB=4084418
IDBENCH=1160
IDSOLVER=2546
FILE ID=node146/4084418-1465217556
RUNJOBID= node146-1465217554-32382
PBS_JOBID= 19843206
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084418-1465217556/watcher-4084418-1465217556 -o /tmp/evaluation-result-4084418-1465217556/solver-4084418-1465217556 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084418-1465217556.opb

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=736945963

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:        30194648 kB
Buffers:            6332 kB
Cached:           197132 kB
SwapCached:         1472 kB
Active:            94792 kB
Inactive:         157844 kB
Active(anon):      49920 kB
Inactive(anon):     1608 kB
Active(file):      44872 kB
Inactive(file):   156236 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099276 kB
Dirty:              1816 kB
Writeback:             0 kB
AnonPages:       1768844 kB
Mapped:            15220 kB
Shmem:                 0 kB
Slab:             568036 kB
SReclaimable:      10568 kB
SUnreclaim:       557468 kB
KernelStack:        1600 kB
PageTables:         7896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2398860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1718272 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 15:22:32