Trace number 4084747

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.05 1795.14

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc06.opb
MD5SUM0662414c0fee45075e37f5c5e2481506
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51018
Total number of constraints820
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 constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 211324891222433894400
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 23205541583449342163452
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084747-1465238492.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.31/0.74	c ... done. Wall clock time 0.63s.
1.31/0.74	c declared #vars     51018
1.31/0.74	c #constraints  1070
1.31/0.74	c constraints type 
1.31/0.74	c org.sat4j.specs.Constr$1 => 7
1.31/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1051
1.31/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
1.31/0.74	c 1070 constraints processed.
1.31/0.74	c objective function length is 31 literals
5.99/4.58	c cleaning 2491 clauses out of 4986 with flag 18148/5001
6.84/5.34	c cleaning 4248 clauses out of 8495 with flag 31618/11001
7.44/5.90	c cleaning 5623 clauses out of 11247 with flag 45637/18001
8.65/7.11	c cleaning 6813 clauses out of 13625 with flag 66964/26002
10.37/8.87	c cleaning 7900 clauses out of 15810 with flag 87532/35001
12.17/10.67	c cleaning 8954 clauses out of 17909 with flag 109505/45000
14.56/12.95	c cleaning 9973 clauses out of 19956 with flag 133229/56001
16.26/14.62	c cleaning 10983 clauses out of 21982 with flag 159025/68001
18.36/16.79	c cleaning 11991 clauses out of 23994 with flag 187455/81001
20.96/19.32	c cleaning 12996 clauses out of 26003 with flag 217908/95001
23.72/21.93	c cleaning 13992 clauses out of 28007 with flag 255150/110001
26.81/25.09	c cleaning 14996 clauses out of 30015 with flag 294259/126001
30.43/28.67	c cleaning 15996 clauses out of 32019 with flag 336566/143001
34.43/32.66	c cleaning 17008 clauses out of 34022 with flag 382178/161000
38.82/37.00	c cleaning 18002 clauses out of 36015 with flag 434319/180001
43.64/41.82	c cleaning 19000 clauses out of 38013 with flag 494021/200001
47.76/45.89	c cleaning 19989 clauses out of 40013 with flag 547332/221001
52.26/50.37	c cleaning 20997 clauses out of 42025 with flag 596491/243002
56.76/54.86	c cleaning 21988 clauses out of 44026 with flag 658079/266000
62.46/60.53	c cleaning 23016 clauses out of 46038 with flag 723295/290000
68.43/66.32	c cleaning 24009 clauses out of 48018 with flag 779535/315000
74.73/72.62	c cleaning 25003 clauses out of 50010 with flag 835554/341001
80.73/78.64	c cleaning 25996 clauses out of 52006 with flag 892022/368000
87.63/85.54	c cleaning 26998 clauses out of 54010 with flag 952638/396000
94.54/92.46	c cleaning 27996 clauses out of 56014 with flag 1014470/425002
101.33/99.27	c cleaning 29009 clauses out of 58017 with flag 1078846/455001
109.39/106.99	c cleaning 29991 clauses out of 60008 with flag 1144519/486001
117.79/115.30	c cleaning 31004 clauses out of 62017 with flag 1212987/518001
126.09/123.64	c cleaning 31995 clauses out of 64012 with flag 1284177/551000
134.60/132.19	c cleaning 33009 clauses out of 66017 with flag 1357248/585000
144.99/142.57	c cleaning 33997 clauses out of 68009 with flag 1431970/620001
155.67/152.97	c cleaning 35000 clauses out of 70005 with flag 1531557/656000
192.66/189.98	c cleaning 35984 clauses out of 72003 with flag 1661023/693001
235.37/232.68	c cleaning 36995 clauses out of 74019 with flag 1778584/731001
274.86/272.11	c cleaning 38003 clauses out of 76026 with flag 1908652/770003
308.74/305.74	c cleaning 38996 clauses out of 78020 with flag 2049528/810000
343.73/340.73	c cleaning 39998 clauses out of 80024 with flag 2192086/851000
384.11/381.11	c cleaning 40996 clauses out of 82026 with flag 2335378/893000
425.90/422.92	c cleaning 42004 clauses out of 84030 with flag 2477371/936000
464.39/461.48	c cleaning 43004 clauses out of 86027 with flag 2630782/980001
502.33/499.15	c cleaning 43996 clauses out of 88022 with flag 2783708/1025000
541.22/538.03	c cleaning 45000 clauses out of 90026 with flag 2942772/1071000
580.42/577.25	c cleaning 46000 clauses out of 92029 with flag 3113195/1118003
621.73/618.51	c cleaning 46993 clauses out of 94026 with flag 3286933/1166000
664.26/660.73	c cleaning 48004 clauses out of 96038 with flag 3460772/1215005
708.78/705.27	c cleaning 49001 clauses out of 98030 with flag 3636103/1265001
754.17/750.64	c cleaning 49994 clauses out of 100028 with flag 3811241/1316000
797.68/794.11	c cleaning 51000 clauses out of 102036 with flag 3996465/1368002
845.56/841.75	c cleaning 52003 clauses out of 104036 with flag 4182495/1421002
914.07/910.23	c cleaning 53005 clauses out of 106032 with flag 4361236/1475001
1002.33/998.38	c cleaning 53996 clauses out of 108026 with flag 4542042/1530000
1095.93/1091.91	c cleaning 55010 clauses out of 110035 with flag 4772761/1586005
1182.36/1178.12	c cleaning 56009 clauses out of 112020 with flag 5066053/1643000
1265.35/1261.12	c cleaning 56997 clauses out of 114011 with flag 5349457/1701000
1350.27/1345.81	c cleaning 57997 clauses out of 116014 with flag 5635526/1760000
1436.37/1432.00	c cleaning 58990 clauses out of 118018 with flag 5944173/1820001
1519.65/1515.02	c cleaning 60006 clauses out of 120027 with flag 6263131/1881000
1602.28/1597.59	c cleaning 60995 clauses out of 122022 with flag 6589490/1943001
1689.99/1685.27	c cleaning 62013 clauses out of 124027 with flag 6945230/2006001
1779.56/1774.63	c cleaning 62991 clauses out of 126014 with flag 7310148/2070001
1800.05/1795.10	c starts		: 431
1800.05/1795.10	c conflicts		: 2086749
1800.05/1795.10	c decisions		: 3618589
1800.05/1795.10	c propagations		: 115013845
1800.05/1795.10	c inspects		: 4822846112
1800.05/1795.10	c shortcuts		: 0
1800.05/1795.10	c learnt literals	: 35
1800.05/1795.10	c learnt binary clauses	: 17
1800.05/1795.10	c learnt ternary clauses	: 16
1800.05/1795.10	c learnt constraints	: 2086713
1800.05/1795.10	c ignored constraints	: 0
1800.05/1795.10	c root simplifications	: 0
1800.05/1795.10	c removed literals (reason simplification)	: 0
1800.05/1795.10	c reason swapping (by a shorter reason)	: 0
1800.05/1795.10	c Calls to reduceDB	: 60
1800.05/1795.10	c Number of update (reduction) of LBD	: 480299
1800.05/1795.10	c Imported unit clauses	: 0
1800.05/1795.10	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.10	c number of learned constraints concerned by reduction	: 0
1800.05/1795.10	c number of learning phase by resolution	: 0
1800.05/1795.10	c number of learning phase by cutting planes	: 0
1800.05/1795.10	c speed (assignments/second)	: 64101.4916572198
1800.05/1795.10	c non guided choices	81345
1800.05/1795.11	c timeout
1800.05/1795.12	c learnt constraints type 
1800.05/1795.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.05/1795.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79754
1800.05/1795.12	s UNKNOWN
1800.05/1795.12	c Total wall clock time (in seconds): 1795.011

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-4084747-1465238492/watcher-4084747-1465238492 -o /tmp/evaluation-result-4084747-1465238492/solver-4084747-1465238492 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9034 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084747-1465238492.opb 

pid=11220
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: 2.08 2.16 2.16 3/194 11223
/proc/meminfo: memFree=27445328/32872528 swapFree=17452/1581112
[pid=11223] ppid=11220 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/11223/stat : 11223 (java) D 11220 11223 9017 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 105781181 2560000 47 33554432000 1073741824 1073778376 140734215675536 140734215672664 248781040935 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/11223/statm: 625 47 37 9 0 29 0

[startup+0.100021 s]
/proc/loadavg: 2.08 2.16 2.16 3/194 11223
/proc/meminfo: memFree=27445328/32872528 swapFree=17452/1581112
[pid=11223] ppid=11220 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11223/stat : 11223 (java) S 11220 11223 9017 0 -1 4202496 4418 0 1 0 8 1 0 0 20 0 18 0 105781181 9787879424 6046 33554432000 1073741824 1073778376 140734215675536 140734215666672 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11223/statm: 2389619 6046 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.08 2.16 2.16 3/194 11223
/proc/meminfo: memFree=27445328/32872528 swapFree=17452/1581112
[pid=11223] ppid=11220 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/11223/stat : 11223 (java) S 11220 11223 9017 0 -1 4202496 6349 0 1 0 28 2 0 0 20 0 18 0 105781181 9787879424 8309 33554432000 1073741824 1073778376 140734215675536 140734215666672 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11223/statm: 2389619 8309 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300243 s]
/proc/loadavg: 2.08 2.16 2.16 3/194 11223
/proc/meminfo: memFree=27445328/32872528 swapFree=17452/1581112
[pid=11223] ppid=11220 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/11223/stat : 11223 (java) S 11220 11223 9017 0 -1 4202496 7103 0 1 0 55 2 0 0 20 0 18 0 105781181 9787879424 11025 33554432000 1073741824 1073778376 140734215675536 140734215666672 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11223/statm: 2389619 11037 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700205 s]
/proc/loadavg: 2.08 2.16 2.16 3/194 11223
/proc/meminfo: memFree=27445328/32872528 swapFree=17452/1581112
[pid=11223] ppid=11220 vsize=9558476 CPUtime=1.31 cores=1,3,5,7
/proc/11223/stat : 11223 (java) S 11220 11223 9017 0 -1 4202496 12113 0 1 0 123 8 0 0 20 0 18 0 105781181 9787879424 48074 33554432000 1073741824 1073778376 140734215675536 140734215666672 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11223/statm: 2389619 48074 2267 9 0 2380296 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.08 2.16 2.16 5/213 11242
/proc/meminfo: memFree=27309556/32872528 swapFree=17452/1581112
[pid=11223] ppid=11220 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/11223/stat : 11223 (java) S 11220 11223 9017 0 -1 4202496 13765 0 1 0 280 8 0 0 20 0 19 0 105781181 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140734215666672 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11223/statm: 2406260 48534 2274 9 0 2396937 0
[pid=11223/tid=11225] ppid=11220 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/11223/task/11225/stat : 11225 (java) R 11220 11223 9017 0 -1 4202560 2476 0 1 0 138 3 0 0 20 0 19 0 105781182 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486080159752 140485914913536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11226] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11226/stat : 11226 (java) S 11220 11223 9017 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486041651368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11227] ppid=11220 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/11223/task/11227/stat : 11227 (java) S 11220 11223 9017 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486040598824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11228] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11228/stat : 11228 (java) S 11220 11223 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486039546280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11229] ppid=11220 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/11223/task/11229/stat : 11229 (java) S 11220 11223 9017 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486038493736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11230] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11230/stat : 11230 (java) S 11220 11223 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486037441192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11231] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11231/stat : 11231 (java) S 11220 11223 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486036388648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11232] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11232/stat : 11232 (java) S 11220 11223 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486035336104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11233] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11233/stat : 11233 (java) S 11220 11223 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486034283560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11234] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11234/stat : 11234 (java) S 11220 11223 9017 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 105781184 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485904308328 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11223/tid=11235] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11235/stat : 11235 (java) S 11220 11223 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105781185 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485903254648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11236] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11236/stat : 11236 (java) S 11220 11223 9017 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105781185 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485902201992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11237] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11237/stat : 11237 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485901150736 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11238] ppid=11220 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/11223/task/11238/stat : 11238 (java) S 11220 11223 9017 0 -1 4202560 6376 0 0 0 77 0 0 0 20 0 19 0 105781187 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485900098104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11239] ppid=11220 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/11223/task/11239/stat : 11239 (java) S 11220 11223 9017 0 -1 4202560 3497 0 0 0 51 0 0 0 20 0 19 0 105781187 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485899045560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11240] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11240/stat : 11240 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485024803832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11241] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11241/stat : 11241 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485023751496 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11242] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11242/stat : 11242 (java) S 11220 11223 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105781267 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485022696232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.08 2.16 2.16 3/213 11242
/proc/meminfo: memFree=27308564/32872528 swapFree=17452/1581112
[pid=11223] ppid=11220 vsize=9625040 CPUtime=4.48 cores=1,3,5,7
/proc/11223/stat : 11223 (java) S 11220 11223 9017 0 -1 4202496 13767 0 1 0 440 8 0 0 20 0 19 0 105781181 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140734215666672 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11223/statm: 2406260 48534 2274 9 0 2396937 0
[pid=11223/tid=11225] ppid=11220 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/11223/task/11225/stat : 11225 (java) R 11220 11223 9017 0 -1 4202560 2478 0 1 0 298 3 0 0 20 0 19 0 105781182 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486080158032 140485914913591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11226] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11226/stat : 11226 (java) S 11220 11223 9017 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486041651368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11227] ppid=11220 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/11223/task/11227/stat : 11227 (java) S 11220 11223 9017 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486040598824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11228] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11228/stat : 11228 (java) S 11220 11223 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486039546280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11229] ppid=11220 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/11223/task/11229/stat : 11229 (java) S 11220 11223 9017 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486038493736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11230] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11230/stat : 11230 (java) S 11220 11223 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486037441192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11231] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11231/stat : 11231 (java) S 11220 11223 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486036388648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11232] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11232/stat : 11232 (java) S 11220 11223 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486035336104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11233] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11233/stat : 11233 (java) S 11220 11223 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140486034283560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11234] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11234/stat : 11234 (java) S 11220 11223 9017 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 105781184 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485904308328 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11235] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11235/stat : 11235 (java) S 11220 11223 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105781185 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485903254648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11236] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11236/stat : 11236 (java) S 11220 11223 9017 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105781185 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485902201992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11237] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11237/stat : 11237 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485901150736 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11238] ppid=11220 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/11223/task/11238/stat : 11238 (java) S 11220 11223 9017 0 -1 4202560 6376 0 0 0 77 0 0 0 20 0 19 0 105781187 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485900098104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11239] ppid=11220 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/11223/task/11239/stat : 11239 (java) S 11220 11223 9017 0 -1 4202560 3497 0 0 0 51 0 0 0 20 0 19 0 105781187 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485899045560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11240] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11240/stat : 11240 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485024803832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11241] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11241/stat : 11241 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485023751496 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11242] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11242/stat : 11242 (java) S 11220 11223 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105781267 9856040960 48534 33554432000 1073741824 1073778376 140734215675536 140485022696232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.08 2.16 2.16 3/213 11242
/proc/meminfo: memFree=27278340/32872528 swapFree=17452/1581112
[pid=11223] ppid=11220 vsize=9625040 CPUtime=7.85 cores=1,3,5,7
/proc/11223/stat : 11223 (java) S 11220 11223 9017 0 -1 4202496 14174 0 1 0 774 11 0 0 20 0 19 0 105781181 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140734215666672 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11223/statm: 2406260 55990 2278 9 0 2396937 0
[pid=11223/tid=11225] ppid=11220 vsize=9625040 CPUtime=6.16 cores=1,3,5,7
/proc/11223/task/11225/stat : 11225 (java) R 11220 11223 9017 0 -1 4202560 2482 0 1 0 613 3 0 0 20 0 19 0 105781182 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140486080160440 140485915030131 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11226] ppid=11220 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/11223/task/11226/stat : 11226 (java) S 11220 11223 9017 0 -1 4202560 107 0 0 0 3 0 0 0 20 0 19 0 105781183 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140486041651368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11227] ppid=11220 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/11223/task/11227/stat : 11227 (java) S 11220 11223 9017 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 105781183 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140486040598824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11228] ppid=11220 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/11223/task/11228/stat : 11228 (java) S 11220 11223 9017 0 -1 4202560 82 0 0 0 1 0 0 0 20 0 19 0 105781183 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140486039546280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11229] ppid=11220 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/11223/task/11229/stat : 11229 (java) S 11220 11223 9017 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 19 0 105781183 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140486038493736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11230] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11230/stat : 11230 (java) S 11220 11223 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105781183 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140486037441192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11231] ppid=11220 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/11223/task/11231/stat : 11231 (java) S 11220 11223 9017 0 -1 4202560 109 0 0 0 2 0 0 0 20 0 19 0 105781183 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140486036388648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11223/tid=11232] ppid=11220 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/11223/task/11232/stat : 11232 (java) S 11220 11223 9017 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 105781183 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140486035336104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11233] ppid=11220 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/11223/task/11233/stat : 11233 (java) S 11220 11223 9017 0 -1 4202560 92 0 0 0 2 0 0 0 20 0 19 0 105781183 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140486034283560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11234] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11234/stat : 11234 (java) S 11220 11223 9017 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 105781184 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140485904308328 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11235] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11235/stat : 11235 (java) S 11220 11223 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105781185 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140485903254648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11236] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11236/stat : 11236 (java) S 11220 11223 9017 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105781185 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140485902201992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11237] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11237/stat : 11237 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140485901150736 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11238] ppid=11220 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/11223/task/11238/stat : 11238 (java) S 11220 11223 9017 0 -1 4202560 6376 0 0 0 82 0 0 0 20 0 19 0 105781187 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140485900098104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11239] ppid=11220 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/11223/task/11239/stat : 11239 (java) S 11220 11223 9017 0 -1 4202560 3501 0 0 0 54 0 0 0 20 0 19 0 105781187 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140485899045560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11240] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11240/stat : 11240 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140485024803832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11241] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11241/stat : 11241 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140485023751496 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11242] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11242/stat : 11242 (java) S 11220 11223 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105781267 9856040960 55990 33554432000 1073741824 1073778376 140734215675536 140485022696232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 9625040


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

[pid=11223/tid=11242] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11242/stat : 11242 (java) S 11220 11223 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105781267 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485022696232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.25
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.15 2.17 3/213 11374
/proc/meminfo: memFree=27259284/32872528 swapFree=17452/1581112
[pid=11223] ppid=11220 vsize=9625040 CPUtime=1787.26 cores=1,3,5,7
/proc/11223/stat : 11223 (java) S 11220 11223 9017 0 -1 4202496 20356 0 1 0 178522 204 0 0 20 0 19 0 105781181 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140734215666672 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11223/statm: 2406260 397532 2286 9 0 2396937 0
[pid=11223/tid=11225] ppid=11220 vsize=9625040 CPUtime=1775.78 cores=1,3,5,7
/proc/11223/task/11225/stat : 11225 (java) R 11220 11223 9017 0 -1 4202560 3532 0 1 0 177537 41 0 0 20 0 19 0 105781182 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486080151216 140485914913574 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11226] ppid=11220 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/11223/task/11226/stat : 11226 (java) S 11220 11223 9017 0 -1 4202560 590 0 0 0 41 21 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486041651368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11227] ppid=11220 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11223/task/11227/stat : 11227 (java) S 11220 11223 9017 0 -1 4202560 359 0 0 0 32 18 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486040598824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11228] ppid=11220 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11223/task/11228/stat : 11228 (java) S 11220 11223 9017 0 -1 4202560 406 0 0 0 33 17 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486039546280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11229] ppid=11220 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/11223/task/11229/stat : 11229 (java) S 11220 11223 9017 0 -1 4202560 679 0 0 0 40 22 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486038493736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11230] ppid=11220 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/11223/task/11230/stat : 11230 (java) S 11220 11223 9017 0 -1 4202560 614 0 0 0 52 26 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486037441192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11231] ppid=11220 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/11223/task/11231/stat : 11231 (java) S 11220 11223 9017 0 -1 4202560 585 0 0 0 34 20 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486036388648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11223/tid=11232] ppid=11220 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/11223/task/11232/stat : 11232 (java) S 11220 11223 9017 0 -1 4202560 488 0 0 0 33 19 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486035336104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11233] ppid=11220 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/11223/task/11233/stat : 11233 (java) S 11220 11223 9017 0 -1 4202560 670 0 0 0 43 24 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486034283560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11223/tid=11234] ppid=11220 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/11223/task/11234/stat : 11234 (java) S 11220 11223 9017 0 -1 4202560 1188 0 0 0 52 3 0 0 20 0 19 0 105781184 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485904308328 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11235] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11235/stat : 11235 (java) S 11220 11223 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105781185 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485903254648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11236] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11236/stat : 11236 (java) S 11220 11223 9017 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105781185 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485902201992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11237] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11237/stat : 11237 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485901150736 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11238] ppid=11220 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/11223/task/11238/stat : 11238 (java) S 11220 11223 9017 0 -1 4202560 6376 0 0 0 83 0 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485900098104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11239] ppid=11220 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/11223/task/11239/stat : 11239 (java) S 11220 11223 9017 0 -1 4202560 3503 0 0 0 57 0 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485899045560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11240] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11240/stat : 11240 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485024803832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11241] ppid=11220 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/11223/task/11241/stat : 11241 (java) S 11220 11223 9017 0 -1 4202560 103 0 0 0 14 22 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485023751496 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11242] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11242/stat : 11242 (java) S 11220 11223 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105781267 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485022696232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.26
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.12 2.15 2.16 3/213 11374
/proc/meminfo: memFree=27249172/32872528 swapFree=17452/1581112
[pid=11223] ppid=11220 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/11223/stat : 11223 (java) S 11220 11223 9017 0 -1 4202496 20356 0 1 0 179801 204 0 0 20 0 19 0 105781181 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140734215666672 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11223/statm: 2406260 397532 2286 9 0 2396937 0
[pid=11223/tid=11225] ppid=11220 vsize=9625040 CPUtime=1788.55 cores=1,3,5,7
/proc/11223/task/11225/stat : 11225 (java) R 11220 11223 9017 0 -1 4202560 3532 0 1 0 178813 42 0 0 20 0 19 0 105781182 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486080151216 140485914913630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11226] ppid=11220 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/11223/task/11226/stat : 11226 (java) S 11220 11223 9017 0 -1 4202560 590 0 0 0 41 21 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486041651368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11227] ppid=11220 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11223/task/11227/stat : 11227 (java) S 11220 11223 9017 0 -1 4202560 359 0 0 0 32 18 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486040598824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11228] ppid=11220 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11223/task/11228/stat : 11228 (java) S 11220 11223 9017 0 -1 4202560 406 0 0 0 33 17 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486039546280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11229] ppid=11220 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/11223/task/11229/stat : 11229 (java) S 11220 11223 9017 0 -1 4202560 679 0 0 0 40 22 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486038493736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11230] ppid=11220 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/11223/task/11230/stat : 11230 (java) S 11220 11223 9017 0 -1 4202560 614 0 0 0 52 26 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486037441192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11231] ppid=11220 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/11223/task/11231/stat : 11231 (java) S 11220 11223 9017 0 -1 4202560 585 0 0 0 34 20 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486036388648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11223/tid=11232] ppid=11220 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/11223/task/11232/stat : 11232 (java) S 11220 11223 9017 0 -1 4202560 488 0 0 0 33 19 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486035336104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11233] ppid=11220 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/11223/task/11233/stat : 11233 (java) S 11220 11223 9017 0 -1 4202560 670 0 0 0 43 24 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486034283560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11223/tid=11234] ppid=11220 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/11223/task/11234/stat : 11234 (java) S 11220 11223 9017 0 -1 4202560 1188 0 0 0 52 3 0 0 20 0 19 0 105781184 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485904308328 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11235] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11235/stat : 11235 (java) S 11220 11223 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105781185 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485903254648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11236] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11236/stat : 11236 (java) S 11220 11223 9017 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105781185 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485902201992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11237] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11237/stat : 11237 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485901150736 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11238] ppid=11220 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/11223/task/11238/stat : 11238 (java) S 11220 11223 9017 0 -1 4202560 6376 0 0 0 83 0 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485900098104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11239] ppid=11220 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/11223/task/11239/stat : 11239 (java) S 11220 11223 9017 0 -1 4202560 3503 0 0 0 57 0 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485899045560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11240] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11240/stat : 11240 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485024803832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11241] ppid=11220 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/11223/task/11241/stat : 11241 (java) S 11220 11223 9017 0 -1 4202560 103 0 0 0 14 22 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485023751496 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11242] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11242/stat : 11242 (java) S 11220 11223 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105781267 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485022696232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 11223 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.1 s]
/proc/loadavg: 2.12 2.15 2.16 3/213 11374
/proc/meminfo: memFree=27249172/32872528 swapFree=17452/1581112
[pid=11223] ppid=11220 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/11223/stat : 11223 (java) S 11220 11223 9017 0 -1 4202496 20356 0 1 0 179801 204 0 0 20 0 19 0 105781181 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140734215666672 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11223/statm: 2406260 397532 2286 9 0 2396937 0
[pid=11223/tid=11225] ppid=11220 vsize=9625040 CPUtime=1788.55 cores=1,3,5,7
/proc/11223/task/11225/stat : 11225 (java) R 11220 11223 9017 0 -1 4202560 3532 0 1 0 178813 42 0 0 20 0 19 0 105781182 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486080151216 140485914913630 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11226] ppid=11220 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/11223/task/11226/stat : 11226 (java) S 11220 11223 9017 0 -1 4202560 590 0 0 0 41 21 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486041651368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11227] ppid=11220 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11223/task/11227/stat : 11227 (java) S 11220 11223 9017 0 -1 4202560 359 0 0 0 32 18 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486040598824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11228] ppid=11220 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11223/task/11228/stat : 11228 (java) S 11220 11223 9017 0 -1 4202560 406 0 0 0 33 17 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486039546280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11229] ppid=11220 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/11223/task/11229/stat : 11229 (java) S 11220 11223 9017 0 -1 4202560 679 0 0 0 40 22 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486038493736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11230] ppid=11220 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/11223/task/11230/stat : 11230 (java) S 11220 11223 9017 0 -1 4202560 614 0 0 0 52 26 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486037441192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11231] ppid=11220 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/11223/task/11231/stat : 11231 (java) S 11220 11223 9017 0 -1 4202560 585 0 0 0 34 20 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486036388648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11223/tid=11232] ppid=11220 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/11223/task/11232/stat : 11232 (java) S 11220 11223 9017 0 -1 4202560 488 0 0 0 33 19 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486035336104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11233] ppid=11220 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/11223/task/11233/stat : 11233 (java) S 11220 11223 9017 0 -1 4202560 670 0 0 0 43 24 0 0 20 0 19 0 105781183 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140486034283560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11223/tid=11234] ppid=11220 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/11223/task/11234/stat : 11234 (java) S 11220 11223 9017 0 -1 4202560 1188 0 0 0 52 3 0 0 20 0 19 0 105781184 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485904308328 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11235] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11235/stat : 11235 (java) S 11220 11223 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105781185 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485903254648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11236] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11236/stat : 11236 (java) S 11220 11223 9017 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105781185 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485902201992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11237] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11237/stat : 11237 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485901150736 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11238] ppid=11220 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/11223/task/11238/stat : 11238 (java) S 11220 11223 9017 0 -1 4202560 6376 0 0 0 83 0 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485900098104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11223/tid=11239] ppid=11220 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/11223/task/11239/stat : 11239 (java) S 11220 11223 9017 0 -1 4202560 3503 0 0 0 57 0 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485899045560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11240] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11240/stat : 11240 (java) S 11220 11223 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485024803832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11223/tid=11241] ppid=11220 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/11223/task/11241/stat : 11241 (java) S 11220 11223 9017 0 -1 4202560 103 0 0 0 14 22 0 0 20 0 19 0 105781187 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485023751496 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11223/tid=11242] ppid=11220 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11223/task/11242/stat : 11242 (java) S 11220 11223 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105781267 9856040960 397532 33554432000 1073741824 1073778376 140734215675536 140485022696232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11223 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=449354
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=492621
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.14
CPU time (s): 1800.05
CPU user time (s): 1798.01
CPU system time (s): 2.04
CPU usage (%): 100.274
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.45
system time used= 2.49262
maximum resident set size= 1967944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20398
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38482
involuntary context switches= 8047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5191 second user time and 16.7485 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 20:41:32
IDJOB=4084747
IDBENCH=2466
IDSOLVER=2546
FILE ID=node139/4084747-1465238492
RUNJOBID= node139-1465220260-9034
PBS_JOBID= 19843218
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc06.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084747-1465238492/watcher-4084747-1465238492 -o /tmp/evaluation-result-4084747-1465238492/solver-4084747-1465238492 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9034 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084747-1465238492.opb

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

MD5SUM BENCH= 0662414c0fee45075e37f5c5e2481506
RANDOM SEED=1900785834

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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.868
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:        27445592 kB
Buffers:           30580 kB
Cached:            97720 kB
SwapCached:         1464 kB
Active:          3063644 kB
Inactive:          69344 kB
Active(anon):    3004724 kB
Inactive(anon):     2172 kB
Active(file):      58920 kB
Inactive(file):    67172 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:              3536 kB
Writeback:             0 kB
AnonPages:       4592852 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             567456 kB
SReclaimable:      11344 kB
SUnreclaim:       556112 kB
KernelStack:        1624 kB
PageTables:        13344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5022876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4524032 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= 71724 MiB
End job on node139 at 2016-06-06 21:11:28