Trace number 4103704

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.04 1792.93

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-standata.opb
MD5SUM0fd8d82b89614ba6aec45b78f4728905
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 variables30004
Total number of constraints455
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 constraints455
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4103704-1466248607.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  objective function found
0.83/0.49	c ... done. Wall clock time 0.389s.
0.83/0.49	c declared #vars     30004
0.83/0.49	c #constraints  615
0.83/0.49	c constraints type 
0.83/0.49	c org.sat4j.specs.Constr$1 => 4
0.83/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 611
0.83/0.49	c 615 constraints processed.
0.83/0.49	c objective function length is 210 literals
10.08/9.20	c cleaning 2496 clauses out of 4993 with flag 13191/5002
11.46/10.44	c cleaning 4241 clauses out of 8496 with flag 25286/11001
13.66/12.65	c cleaning 5623 clauses out of 11255 with flag 39966/18001
16.76/15.73	c cleaning 6805 clauses out of 13631 with flag 57160/26000
20.16/19.06	c cleaning 7904 clauses out of 15826 with flag 76291/35000
23.66/22.58	c cleaning 8947 clauses out of 17922 with flag 97442/45000
28.83/27.64	c cleaning 9976 clauses out of 19975 with flag 121871/56000
34.38/33.15	c cleaning 10988 clauses out of 21999 with flag 148116/68000
38.97/37.71	c cleaning 12006 clauses out of 24013 with flag 175326/81002
42.83/41.56	c cleaning 13000 clauses out of 26010 with flag 203334/95005
47.83/46.54	c cleaning 14001 clauses out of 28005 with flag 233462/110000
53.87/52.50	c cleaning 15000 clauses out of 30004 with flag 265599/126000
60.44/59.06	c cleaning 16001 clauses out of 32005 with flag 299809/143001
68.23/66.88	c cleaning 16994 clauses out of 34003 with flag 336037/161000
76.27/74.86	c cleaning 18000 clauses out of 36012 with flag 374216/180003
84.51/83.10	c cleaning 18996 clauses out of 38009 with flag 414750/200000
92.95/91.42	c cleaning 20001 clauses out of 40013 with flag 457269/221000
102.37/100.83	c cleaning 21007 clauses out of 42017 with flag 501633/243005
111.79/110.28	c cleaning 22001 clauses out of 44005 with flag 547692/266000
121.86/120.22	c cleaning 22996 clauses out of 46005 with flag 595822/290001
133.58/131.95	c cleaning 24002 clauses out of 48010 with flag 646031/315002
140.71/139.05	c cleaning 25001 clauses out of 50005 with flag 703935/341000
148.81/147.07	c cleaning 26000 clauses out of 52005 with flag 759433/368001
156.81/155.01	c cleaning 26999 clauses out of 54004 with flag 816671/396000
166.11/164.26	c cleaning 28000 clauses out of 56006 with flag 876830/425001
176.70/174.78	c cleaning 29000 clauses out of 58005 with flag 937281/455000
186.80/184.88	c cleaning 30003 clauses out of 60007 with flag 999417/486002
197.63/195.58	c cleaning 31000 clauses out of 62002 with flag 1063483/518000
209.65/207.44	c cleaning 31993 clauses out of 64003 with flag 1129600/551001
223.76/221.46	c cleaning 32997 clauses out of 66009 with flag 1198690/585000
236.57/234.20	c cleaning 34001 clauses out of 68012 with flag 1268784/620000
250.55/248.17	c cleaning 35006 clauses out of 70012 with flag 1341778/656001
268.20/265.79	c cleaning 35998 clauses out of 72005 with flag 1416212/693000
287.81/285.24	c cleaning 36999 clauses out of 74007 with flag 1493516/731000
306.78/304.17	c cleaning 37993 clauses out of 76009 with flag 1574633/770001
325.38/322.65	c cleaning 38997 clauses out of 78016 with flag 1660475/810001
346.24/343.43	c cleaning 39998 clauses out of 80018 with flag 1744865/851000
365.98/363.19	c cleaning 41006 clauses out of 82020 with flag 1831227/893000
389.37/386.46	c cleaning 42001 clauses out of 84014 with flag 1917995/936000
414.83/411.86	c cleaning 43004 clauses out of 86014 with flag 2007067/980001
439.69/436.70	c cleaning 44004 clauses out of 88012 with flag 2097904/1025003
465.05/461.92	c cleaning 44999 clauses out of 90005 with flag 2190871/1071000
496.57/493.46	c cleaning 46004 clauses out of 92010 with flag 2285947/1118004
525.93/522.65	c cleaning 46994 clauses out of 94002 with flag 2383539/1166000
561.34/557.98	c cleaning 47997 clauses out of 96009 with flag 2482899/1215001
592.51/589.05	c cleaning 48999 clauses out of 98013 with flag 2584625/1265002
627.67/624.13	c cleaning 50002 clauses out of 100012 with flag 2688372/1316000
663.62/659.91	c cleaning 50998 clauses out of 102010 with flag 2793811/1368000
681.97/678.28	c cleaning 51997 clauses out of 104013 with flag 2900230/1421001
705.41/701.57	c cleaning 53001 clauses out of 106015 with flag 3008232/1475000
724.07/720.13	c cleaning 54003 clauses out of 108015 with flag 3120915/1530001
747.64/743.63	c cleaning 55001 clauses out of 110013 with flag 3232917/1586002
773.22/769.11	c cleaning 55995 clauses out of 112010 with flag 3346913/1643000
801.44/797.29	c cleaning 57002 clauses out of 114015 with flag 3462913/1701000
825.76/821.49	c cleaning 58001 clauses out of 116015 with flag 3580917/1760002
854.14/849.71	c cleaning 58999 clauses out of 118012 with flag 3700913/1820000
883.90/879.49	c cleaning 60005 clauses out of 120016 with flag 3822919/1881003
915.51/910.96	c cleaning 61000 clauses out of 122009 with flag 3946915/1943001
950.31/945.61	c cleaning 61997 clauses out of 124008 with flag 4072913/2006000
986.11/981.38	c cleaning 63002 clauses out of 126012 with flag 4200915/2070001
1023.50/1018.65	c cleaning 64001 clauses out of 128010 with flag 4330915/2135001
1063.09/1058.16	c cleaning 64992 clauses out of 130009 with flag 4462915/2201001
1101.00/1095.97	c cleaning 66004 clauses out of 132017 with flag 4596915/2268001
1146.40/1141.24	c cleaning 67004 clauses out of 134012 with flag 4732913/2336000
1195.73/1190.41	c cleaning 67998 clauses out of 136009 with flag 4870915/2405001
1249.10/1243.69	c cleaning 69000 clauses out of 138010 with flag 5010913/2475000
1293.15/1287.50	c cleaning 70002 clauses out of 140012 with flag 5152917/2546002
1357.44/1351.65	c cleaning 70997 clauses out of 142009 with flag 5296915/2618001
1420.32/1414.33	c cleaning 72004 clauses out of 144014 with flag 5442919/2691003
1473.38/1467.23	c cleaning 72993 clauses out of 146009 with flag 5590919/2765002
1539.88/1533.58	c cleaning 74000 clauses out of 148014 with flag 5740919/2840000
1607.27/1600.78	c cleaning 75002 clauses out of 150018 with flag 5892927/2916004
1675.05/1668.37	c cleaning 76001 clauses out of 152014 with flag 6046923/2993002
1749.41/1742.49	c cleaning 76996 clauses out of 154012 with flag 6202921/3071001
1800.04/1792.90	c starts		: 2293
1800.04/1792.90	c conflicts		: 3138584
1800.04/1792.90	c decisions		: 3887138
1800.04/1792.90	c propagations		: 89602876
1800.04/1792.90	c inspects		: 26168503886
1800.04/1792.90	c shortcuts		: 0
1800.04/1792.90	c learnt literals	: 10
1800.04/1792.90	c learnt binary clauses	: 10
1800.04/1792.90	c learnt ternary clauses	: 28
1800.04/1792.90	c learnt constraints	: 3138574
1800.04/1792.90	c ignored constraints	: 0
1800.04/1792.90	c root simplifications	: 0
1800.04/1792.90	c removed literals (reason simplification)	: 0
1800.04/1792.90	c reason swapping (by a shorter reason)	: 0
1800.04/1792.90	c Calls to reduceDB	: 74
1800.04/1792.90	c Number of update (reduction) of LBD	: 18537
1800.04/1792.90	c Imported unit clauses	: 0
1800.04/1792.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1792.90	c number of learned constraints concerned by reduction	: 0
1800.04/1792.90	c number of learning phase by resolution	: 0
1800.04/1792.90	c number of learning phase by cutting planes	: 0
1800.04/1792.90	c speed (assignments/second)	: 49992.24141009275
1800.04/1792.90	c non guided choices	216927
1800.04/1792.90	c timeout
1800.04/1792.93	c learnt constraints type 
1800.04/1792.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.04/1792.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144589
1800.04/1792.93	s UNKNOWN
1800.04/1792.93	c Total wall clock time (in seconds): 1792.828

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-4103704-1466248607/watcher-4103704-1466248607 -o /tmp/evaluation-result-4103704-1466248607/solver-4103704-1466248607 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24777 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103704-1466248607.opb 

pid=27144
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.19 2.24 2.21 4/194 27147
/proc/meminfo: memFree=29744424/32872528 swapFree=1556504/1720024
[pid=27147] ppid=27144 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27147/stat : 27147 (java) S 27144 27147 24760 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 26909351 98570240 977 33554432000 1073741824 1073778376 140735445793168 140735445784304 270333411389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27147/statm: 24065 977 743 9 0 16771 0
[pid=27147/tid=27148] ppid=27144 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27148/stat : 27148 (java) R 27144 27147 24760 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 26909352 98570240 978 33554432000 1073741824 1073778376 140735445793168 139773167754792 270330054016 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.19 2.24 2.21 4/194 27147
/proc/meminfo: memFree=29744424/32872528 swapFree=1556504/1720024
[pid=27147] ppid=27144 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/27147/stat : 27147 (java) S 27144 27147 24760 0 -1 4202496 4493 0 1 0 11 1 0 0 20 0 18 0 26909351 9787879424 6131 33554432000 1073741824 1073778376 140735445793168 140735445784304 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27147/statm: 2389619 6131 2157 9 0 2380296 0
[pid=27147/tid=27148] ppid=27144 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/27147/task/27148/stat : 27148 (java) R 27144 27147 24760 0 -1 4202560 2385 0 1 0 8 0 0 0 20 0 18 0 26909352 9787879424 6131 33554432000 1073741824 1073778376 140735445793168 139773167759704 139773171891779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 2.19 2.24 2.21 4/194 27147
/proc/meminfo: memFree=29744424/32872528 swapFree=1556504/1720024
[pid=27147] ppid=27144 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/27147/stat : 27147 (java) S 27144 27147 24760 0 -1 4202496 5072 0 1 0 31 1 0 0 20 0 18 0 26909351 9787879424 7539 33554432000 1073741824 1073778376 140735445793168 140735445784304 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27147/statm: 2389619 7539 2222 9 0 2380296 0
[pid=27147/tid=27148] ppid=27144 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/27147/task/27148/stat : 27148 (java) R 27144 27147 24760 0 -1 4202560 2402 0 1 0 17 1 0 0 20 0 18 0 26909352 9787879424 7539 33554432000 1073741824 1073778376 140735445793168 139773167759592 139773016621877 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 2.19 2.24 2.21 4/194 27147
/proc/meminfo: memFree=29744424/32872528 swapFree=1556504/1720024
[pid=27147] ppid=27144 vsize=9558476 CPUtime=0.62 cores=1,3,5,7
/proc/27147/stat : 27147 (java) S 27144 27147 24760 0 -1 4202496 9110 0 1 0 60 2 0 0 20 0 18 0 26909351 9787879424 12688 33554432000 1073741824 1073778376 140735445793168 140735445784304 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27147/statm: 2389619 12688 2237 9 0 2380296 0
[pid=27147/tid=27148] ppid=27144 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/27147/task/27148/stat : 27148 (java) R 27144 27147 24760 0 -1 4202560 2408 0 1 0 27 1 0 0 20 0 18 0 26909352 9787879424 12688 33554432000 1073741824 1073778376 140735445793168 139773167758216 139773016944833 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 2.19 2.24 2.21 4/194 27147
/proc/meminfo: memFree=29744424/32872528 swapFree=1556504/1720024
[pid=27147] ppid=27144 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/27147/stat : 27147 (java) S 27144 27147 24760 0 -1 4202496 10337 0 1 0 132 4 0 0 20 0 19 0 26909351 9856040960 30371 33554432000 1073741824 1073778376 140735445793168 140735445784304 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27147/statm: 2406260 30371 2255 9 0 2396937 0
[pid=27147/tid=27148] ppid=27144 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/27147/task/27148/stat : 27148 (java) R 27144 27147 24760 0 -1 4202560 2451 0 1 0 65 2 0 0 20 0 19 0 26909352 9856040960 30371 33554432000 1073741824 1073778376 140735445793168 139773167760000 139773017208428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.41 2.29 2.22 4/213 27166
/proc/meminfo: memFree=29626780/32872528 swapFree=1556504/1720024
[pid=27147] ppid=27144 vsize=9625040 CPUtime=2.35 cores=1,3,5,7
/proc/27147/stat : 27147 (java) S 27144 27147 24760 0 -1 4202496 11506 0 1 0 231 4 0 0 20 0 19 0 26909351 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 140735445784304 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27147/statm: 2406260 32468 2260 9 0 2396937 0
[pid=27147/tid=27148] ppid=27144 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/27147/task/27148/stat : 27148 (java) R 27144 27147 24760 0 -1 4202560 2456 0 1 0 145 2 0 0 20 0 19 0 26909352 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139773167759848 139773017289903 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27150] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27150/stat : 27150 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139773140212392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27151] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27151/stat : 27151 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139773139159848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27152] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27152/stat : 27152 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139773138107304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27153] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27153/stat : 27153 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139773137054760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27154] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27154/stat : 27154 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139773136001192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27155] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27155/stat : 27155 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139773005572392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27156] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27156/stat : 27156 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139773004519848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27157] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27157/stat : 27157 (java) S 27144 27147 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139773003467304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27158] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27158/stat : 27158 (java) S 27144 27147 24760 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26909353 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139772520520296 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27159] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27159/stat : 27159 (java) S 27144 27147 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 26909354 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139772519466616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27160] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27160/stat : 27160 (java) S 27144 27147 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26909354 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139772518413960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27161] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27161/stat : 27161 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139772517362704 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27162] ppid=27144 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27147/task/27162/stat : 27162 (java) S 27144 27147 24760 0 -1 4202560 3711 0 0 0 36 0 0 0 20 0 19 0 26909356 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139772516309048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27163] ppid=27144 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/27147/task/27163/stat : 27163 (java) S 27144 27147 24760 0 -1 4202560 4062 0 0 0 46 0 0 0 20 0 19 0 26909356 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139772515256504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27164] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27164/stat : 27164 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139772514204152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27165] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27165/stat : 27165 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139772513151816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27166] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27166/stat : 27166 (java) S 27144 27147 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26909408 9856040960 32468 33554432000 1073741824 1073778376 140735445793168 139772512097576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.41 2.29 2.22 4/213 27166
/proc/meminfo: memFree=29618084/32872528 swapFree=1556504/1720024
[pid=27147] ppid=27144 vsize=9625040 CPUtime=3.95 cores=1,3,5,7
/proc/27147/stat : 27147 (java) S 27144 27147 24760 0 -1 4202496 11510 0 1 0 391 4 0 0 20 0 19 0 26909351 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 140735445784304 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27147/statm: 2406260 34004 2260 9 0 2396937 0
[pid=27147/tid=27148] ppid=27144 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/27147/task/27148/stat : 27148 (java) R 27144 27147 24760 0 -1 4202560 2460 0 1 0 305 2 0 0 20 0 19 0 26909352 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139773167757680 139773017289863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27150] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27150/stat : 27150 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139773140212392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27151] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27151/stat : 27151 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139773139159848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27152] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27152/stat : 27152 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139773138107304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27153] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27153/stat : 27153 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139773137054760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27154] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27154/stat : 27154 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139773136001192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27155] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27155/stat : 27155 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139773005572392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27156] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27156/stat : 27156 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139773004519848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27157] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27157/stat : 27157 (java) S 27144 27147 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139773003467304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27158] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27158/stat : 27158 (java) S 27144 27147 24760 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26909353 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139772520520296 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27159] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27159/stat : 27159 (java) S 27144 27147 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 26909354 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139772519466616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27160] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27160/stat : 27160 (java) S 27144 27147 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26909354 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139772518413960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27161] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27161/stat : 27161 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139772517362704 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27162] ppid=27144 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27147/task/27162/stat : 27162 (java) S 27144 27147 24760 0 -1 4202560 3711 0 0 0 36 0 0 0 20 0 19 0 26909356 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139772516309048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27163] ppid=27144 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/27147/task/27163/stat : 27163 (java) S 27144 27147 24760 0 -1 4202560 4062 0 0 0 47 0 0 0 20 0 19 0 26909356 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139772515256504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27164] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27164/stat : 27164 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139772514204152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27165] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27165/stat : 27165 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139772513151816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27166] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27166/stat : 27166 (java) S 27144 27147 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26909408 9856040960 34004 33554432000 1073741824 1073778376 140735445793168 139772512097576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.38 2.28 2.22 3/213 27166
/proc/meminfo: memFree=29611008/32872528 swapFree=1556504/1720024
[pid=27147] ppid=27144 vsize=9625040 CPUtime=7.14 cores=1,3,5,7
/proc/27147/stat : 27147 (java) S 27144 27147 24760 0 -1 4202496 11515 0 1 0 710 4 0 0 20 0 19 0 26909351 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 140735445784304 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27147/statm: 2406260 35247 2261 9 0 2396937 0
[pid=27147/tid=27148] ppid=27144 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/27147/task/27148/stat : 27148 (java) R 27144 27147 24760 0 -1 4202560 2464 0 1 0 624 2 0 0 20 0 19 0 26909352 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139773167757680 139773017289924 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27150] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27150/stat : 27150 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139773140212392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27151] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27151/stat : 27151 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139773139159848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27152] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27152/stat : 27152 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139773138107304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27153] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27153/stat : 27153 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139773137054760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27154] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27154/stat : 27154 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139773136001192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27155] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27155/stat : 27155 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139773005572392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27156] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27156/stat : 27156 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139773004519848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27157] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27157/stat : 27157 (java) S 27144 27147 24760 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26909352 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139773003467304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27158] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27158/stat : 27158 (java) S 27144 27147 24760 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26909353 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139772520520296 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27159] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27159/stat : 27159 (java) S 27144 27147 24760 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 26909354 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139772519466616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27160] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27160/stat : 27160 (java) S 27144 27147 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26909354 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139772518413960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27161] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27161/stat : 27161 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139772517362704 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27162] ppid=27144 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27147/task/27162/stat : 27162 (java) S 27144 27147 24760 0 -1 4202560 3711 0 0 0 36 0 0 0 20 0 19 0 26909356 9856040960 35247 33554432000 1073741824 1073778376 140735445793168 139772516309048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27163] ppid=27144 vsize=9625040 CPUtime=0.47 cores=1,3,5,7

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

[pid=27147/tid=27166] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27166/stat : 27166 (java) S 27144 27147 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26909408 9856040960 70327 33554432000 1073741824 1073778376 140735445793168 139772512097576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1729.26
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.23 2.20 3/213 27468
/proc/meminfo: memFree=29183544/32872528 swapFree=1556504/1720024
[pid=27147] ppid=27144 vsize=9625040 CPUtime=1789.43 cores=1,3,5,7
/proc/27147/stat : 27147 (java) S 27144 27147 24760 0 -1 4202496 15166 0 1 0 178857 86 0 0 20 0 19 0 26909351 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 140735445784304 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27147/statm: 2406260 64124 2287 9 0 2396937 0
[pid=27147/tid=27148] ppid=27144 vsize=9625040 CPUtime=1773.56 cores=1,3,5,7
/proc/27147/task/27148/stat : 27148 (java) R 27144 27147 24760 0 -1 4202560 2664 0 1 0 177325 31 0 0 20 0 19 0 26909352 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139773167758576 139773017266359 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27150] ppid=27144 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/27147/task/27150/stat : 27150 (java) S 27144 27147 24760 0 -1 4202560 628 0 0 0 102 7 0 0 20 0 19 0 26909352 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139773140212392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27151] ppid=27144 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/27147/task/27151/stat : 27151 (java) S 27144 27147 24760 0 -1 4202560 467 0 0 0 101 6 0 0 20 0 19 0 26909352 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139773139159848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27152] ppid=27144 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/27147/task/27152/stat : 27152 (java) S 27144 27147 24760 0 -1 4202560 282 0 0 0 105 5 0 0 20 0 19 0 26909352 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139773138107304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27153] ppid=27144 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/27147/task/27153/stat : 27153 (java) S 27144 27147 24760 0 -1 4202560 480 0 0 0 108 7 0 0 20 0 19 0 26909352 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139773137054760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27154] ppid=27144 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/27147/task/27154/stat : 27154 (java) S 27144 27147 24760 0 -1 4202560 190 0 0 0 93 8 0 0 20 0 19 0 26909352 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139773136001192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27155] ppid=27144 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/27147/task/27155/stat : 27155 (java) S 27144 27147 24760 0 -1 4202560 417 0 0 0 101 7 0 0 20 0 19 0 26909352 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139773005572392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27156] ppid=27144 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/27147/task/27156/stat : 27156 (java) S 27144 27147 24760 0 -1 4202560 169 0 0 0 96 5 0 0 20 0 19 0 26909352 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139773004519848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27157] ppid=27144 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/27147/task/27157/stat : 27157 (java) S 27144 27147 24760 0 -1 4202560 443 0 0 0 108 8 0 0 20 0 19 0 26909352 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139773003467304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27158] ppid=27144 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/27147/task/27158/stat : 27158 (java) S 27144 27147 24760 0 -1 4202560 274 0 0 0 134 5 0 0 20 0 19 0 26909353 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139772520520296 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27159] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27159/stat : 27159 (java) S 27144 27147 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26909354 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139772519466616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27160] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27160/stat : 27160 (java) S 27144 27147 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26909354 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139772518413960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27161] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27161/stat : 27161 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139772517362704 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27162] ppid=27144 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27147/task/27162/stat : 27162 (java) S 27144 27147 24760 0 -1 4202560 3713 0 0 0 42 0 0 0 20 0 19 0 26909356 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139772516309048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27163] ppid=27144 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/27147/task/27163/stat : 27163 (java) S 27144 27147 24760 0 -1 4202560 4071 0 0 0 58 0 0 0 20 0 19 0 26909356 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139772515256504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27164] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27164/stat : 27164 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139772514204152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27165] ppid=27144 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/27147/task/27165/stat : 27165 (java) S 27144 27147 24760 0 -1 4202560 104 0 0 0 21 28 0 0 20 0 19 0 26909356 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139772513151816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27166] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27166/stat : 27166 (java) S 27144 27147 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26909408 9856040960 64124 33554432000 1073741824 1073778376 140735445793168 139772512097576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1789.43
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.9 s]
/proc/loadavg: 2.27 2.24 2.20 3/212 27468
/proc/meminfo: memFree=29183800/32872528 swapFree=1556504/1720024
[pid=27147] ppid=27144 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/27147/stat : 27147 (java) S 27144 27147 24760 0 -1 4202496 15167 0 1 0 179918 86 0 0 20 0 19 0 26909351 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 140735445784304 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27147/statm: 2406260 64076 2287 9 0 2396937 0
[pid=27147/tid=27148] ppid=27144 vsize=9625040 CPUtime=1784.12 cores=1,3,5,7
/proc/27147/task/27148/stat : 27148 (java) R 27144 27147 24760 0 -1 4202560 2665 0 1 0 178380 32 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773167758480 139773017313663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27150] ppid=27144 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/27147/task/27150/stat : 27150 (java) S 27144 27147 24760 0 -1 4202560 628 0 0 0 103 7 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773140212392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27151] ppid=27144 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/27147/task/27151/stat : 27151 (java) S 27144 27147 24760 0 -1 4202560 467 0 0 0 102 6 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773139159848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27152] ppid=27144 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/27147/task/27152/stat : 27152 (java) S 27144 27147 24760 0 -1 4202560 282 0 0 0 105 5 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773138107304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27153] ppid=27144 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/27147/task/27153/stat : 27153 (java) S 27144 27147 24760 0 -1 4202560 480 0 0 0 108 7 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773137054760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27154] ppid=27144 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/27147/task/27154/stat : 27154 (java) S 27144 27147 24760 0 -1 4202560 190 0 0 0 94 8 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773136001192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27155] ppid=27144 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/27147/task/27155/stat : 27155 (java) S 27144 27147 24760 0 -1 4202560 417 0 0 0 101 7 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773005572392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27156] ppid=27144 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/27147/task/27156/stat : 27156 (java) S 27144 27147 24760 0 -1 4202560 169 0 0 0 96 5 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773004519848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27157] ppid=27144 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/27147/task/27157/stat : 27157 (java) S 27144 27147 24760 0 -1 4202560 443 0 0 0 108 8 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773003467304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27158] ppid=27144 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/27147/task/27158/stat : 27158 (java) S 27144 27147 24760 0 -1 4202560 274 0 0 0 134 5 0 0 20 0 19 0 26909353 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772520520296 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27159] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27159/stat : 27159 (java) S 27144 27147 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26909354 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772519466616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27160] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27160/stat : 27160 (java) S 27144 27147 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26909354 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772518413960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27161] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27161/stat : 27161 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772517362704 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27162] ppid=27144 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27147/task/27162/stat : 27162 (java) S 27144 27147 24760 0 -1 4202560 3713 0 0 0 42 0 0 0 20 0 19 0 26909356 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772516309048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27163] ppid=27144 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/27147/task/27163/stat : 27163 (java) S 27144 27147 24760 0 -1 4202560 4071 0 0 0 58 0 0 0 20 0 19 0 26909356 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772515256504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27164] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27164/stat : 27164 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772514204152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27165] ppid=27144 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/27147/task/27165/stat : 27165 (java) S 27144 27147 24760 0 -1 4202560 104 0 0 0 21 28 0 0 20 0 19 0 26909356 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772513151816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27166] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27166/stat : 27166 (java) S 27144 27147 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26909408 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772512097576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27147 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1792.9 s]
/proc/loadavg: 2.27 2.24 2.20 3/212 27468
/proc/meminfo: memFree=29183800/32872528 swapFree=1556504/1720024
[pid=27147] ppid=27144 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/27147/stat : 27147 (java) S 27144 27147 24760 0 -1 4202496 15167 0 1 0 179918 86 0 0 20 0 19 0 26909351 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 140735445784304 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27147/statm: 2406260 64076 2287 9 0 2396937 0
[pid=27147/tid=27148] ppid=27144 vsize=9625040 CPUtime=1784.12 cores=1,3,5,7
/proc/27147/task/27148/stat : 27148 (java) R 27144 27147 24760 0 -1 4202560 2665 0 1 0 178380 32 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773167758480 139773017313663 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27150] ppid=27144 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/27147/task/27150/stat : 27150 (java) S 27144 27147 24760 0 -1 4202560 628 0 0 0 103 7 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773140212392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27151] ppid=27144 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/27147/task/27151/stat : 27151 (java) S 27144 27147 24760 0 -1 4202560 467 0 0 0 102 6 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773139159848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27152] ppid=27144 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/27147/task/27152/stat : 27152 (java) S 27144 27147 24760 0 -1 4202560 282 0 0 0 105 5 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773138107304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27153] ppid=27144 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/27147/task/27153/stat : 27153 (java) S 27144 27147 24760 0 -1 4202560 480 0 0 0 108 7 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773137054760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27154] ppid=27144 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/27147/task/27154/stat : 27154 (java) S 27144 27147 24760 0 -1 4202560 190 0 0 0 94 8 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773136001192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27155] ppid=27144 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/27147/task/27155/stat : 27155 (java) S 27144 27147 24760 0 -1 4202560 417 0 0 0 101 7 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773005572392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27156] ppid=27144 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/27147/task/27156/stat : 27156 (java) S 27144 27147 24760 0 -1 4202560 169 0 0 0 96 5 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773004519848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27157] ppid=27144 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/27147/task/27157/stat : 27157 (java) S 27144 27147 24760 0 -1 4202560 443 0 0 0 108 8 0 0 20 0 19 0 26909352 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139773003467304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27147/tid=27158] ppid=27144 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/27147/task/27158/stat : 27158 (java) S 27144 27147 24760 0 -1 4202560 274 0 0 0 134 5 0 0 20 0 19 0 26909353 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772520520296 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27159] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27159/stat : 27159 (java) S 27144 27147 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26909354 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772519466616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27160] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27160/stat : 27160 (java) S 27144 27147 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26909354 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772518413960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27161] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27161/stat : 27161 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772517362704 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27162] ppid=27144 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27147/task/27162/stat : 27162 (java) S 27144 27147 24760 0 -1 4202560 3713 0 0 0 42 0 0 0 20 0 19 0 26909356 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772516309048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27147/tid=27163] ppid=27144 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/27147/task/27163/stat : 27163 (java) S 27144 27147 24760 0 -1 4202560 4071 0 0 0 58 0 0 0 20 0 19 0 26909356 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772515256504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27164] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27164/stat : 27164 (java) S 27144 27147 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26909356 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772514204152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27147/tid=27165] ppid=27144 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/27147/task/27165/stat : 27165 (java) S 27144 27147 24760 0 -1 4202560 104 0 0 0 21 28 0 0 20 0 19 0 26909356 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772513151816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27147/tid=27166] ppid=27144 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27147/task/27166/stat : 27166 (java) S 27144 27147 24760 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26909408 9856040960 64076 33554432000 1073741824 1073778376 140735445793168 139772512097576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1792.93
CPU time (s): 1800.04
CPU user time (s): 1799.18
CPU system time (s): 0.86
CPU usage (%): 100.396
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.7
system time used= 1.3208
maximum resident set size= 550552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15206
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43516
involuntary context switches= 26955

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7771 second user time and 16.5185 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 13:16:47
IDJOB=4103704
IDBENCH=2435
IDSOLVER=2546
FILE ID=node117/4103704-1466248607
RUNJOBID= node117-1466230712-24777
PBS_JOBID= 19918181
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 0fd8d82b89614ba6aec45b78f4728905
RANDOM SEED=1515171620

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.54
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.912
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:        29744696 kB
Buffers:          114332 kB
Cached:           245548 kB
SwapCached:            0 kB
Active:           385564 kB
Inactive:         265188 kB
Active(anon):     282940 kB
Inactive(anon):    10636 kB
Active(file):     102624 kB
Inactive(file):   254552 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1800 kB
Writeback:             0 kB
AnonPages:       1871560 kB
Mapped:            21096 kB
Shmem:               204 kB
Slab:             620540 kB
SReclaimable:      64076 kB
SUnreclaim:       556464 kB
KernelStack:        1752 kB
PageTables:         8584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2310020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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= 71736 MiB
End job on node117 at 2016-06-18 13:46:40