Trace number 4100373

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.06 1783.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ir98.opb
MD5SUM395bac5c9d0c4cdb5ae1073c67c6675c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark264086
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 263089
Optimality of the best value was proved NO
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527290
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4100373-1466213274.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
0.81/0.48	c ... done. Wall clock time 0.371s.
0.81/0.48	c declared #vars     7287
0.81/0.48	c #constraints  595
0.81/0.48	c constraints type 
0.81/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 420
0.81/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 175
0.81/0.48	c 595 constraints processed.
0.81/0.48	c objective function length is 31 literals
4.17/3.14	c cleaning 2500 clauses out of 4999 with flag 10340/5000
7.19/5.94	c cleaning 4251 clauses out of 8503 with flag 22711/11004
10.40/9.19	c cleaning 5621 clauses out of 11248 with flag 37462/18000
14.21/12.94	c cleaning 6812 clauses out of 13628 with flag 53600/26001
19.02/17.42	c cleaning 7907 clauses out of 15816 with flag 71763/35001
24.12/22.51	c cleaning 8953 clauses out of 17910 with flag 93211/45002
29.74/27.97	c cleaning 9977 clauses out of 19962 with flag 116203/56007
35.65/33.83	c cleaning 10988 clauses out of 21981 with flag 140859/68003
42.35/40.50	c cleaning 11993 clauses out of 23990 with flag 167655/81000
50.57/48.55	c cleaning 12996 clauses out of 25997 with flag 201566/95000
59.47/57.45	c cleaning 14002 clauses out of 28003 with flag 240913/110002
70.90/68.43	c cleaning 14998 clauses out of 29999 with flag 292337/126000
83.30/80.81	c cleaning 15999 clauses out of 32001 with flag 349795/143000
94.40/91.99	c cleaning 16998 clauses out of 34002 with flag 395214/161000
106.31/103.84	c cleaning 18000 clauses out of 36004 with flag 443552/180000
120.88/117.89	c cleaning 18992 clauses out of 38004 with flag 496016/200000
132.18/129.18	c cleaning 20004 clauses out of 40012 with flag 538959/221000
145.03/141.02	c cleaning 21005 clauses out of 42015 with flag 583800/243007
158.23/154.28	c cleaning 22003 clauses out of 44007 with flag 638659/266004
170.93/166.97	c cleaning 22999 clauses out of 46002 with flag 687488/290002
184.72/180.71	c cleaning 24002 clauses out of 48006 with flag 742208/315005
202.28/197.93	c cleaning 24999 clauses out of 50001 with flag 794922/341002
219.98/215.66	c cleaning 26000 clauses out of 52008 with flag 850395/368008
234.97/230.64	c cleaning 27003 clauses out of 54009 with flag 906647/396009
252.02/246.39	c cleaning 27998 clauses out of 56000 with flag 967036/425003
269.42/263.71	c cleaning 28998 clauses out of 58001 with flag 1028694/455002
286.43/280.71	c cleaning 29997 clauses out of 60002 with flag 1091631/486001
305.93/300.08	c cleaning 30998 clauses out of 62004 with flag 1159906/518000
326.34/320.42	c cleaning 31999 clauses out of 64006 with flag 1228587/551000
345.74/339.88	c cleaning 33002 clauses out of 66009 with flag 1297397/585002
367.57/361.29	c cleaning 34004 clauses out of 68013 with flag 1370159/620008
391.87/385.56	c cleaning 34997 clauses out of 70005 with flag 1442722/656004
443.21/436.62	c cleaning 35998 clauses out of 72004 with flag 1517232/693000
506.31/499.78	c cleaning 37004 clauses out of 74008 with flag 1594033/731002
550.53/543.41	c cleaning 38000 clauses out of 76002 with flag 1673041/770000
581.89/574.57	c cleaning 39001 clauses out of 78006 with flag 1753563/810004
614.61/607.21	c cleaning 39999 clauses out of 80003 with flag 1838486/851002
665.14/657.24	c cleaning 40993 clauses out of 82002 with flag 1924052/893000
687.14/679.27	c cleaning 42004 clauses out of 84011 with flag 2010607/936002
712.50/704.08	c cleaning 43001 clauses out of 86005 with flag 2099314/980000
735.73/726.98	c cleaning 43998 clauses out of 88006 with flag 2189775/1025002
764.16/754.95	c cleaning 45002 clauses out of 90007 with flag 2282156/1071001
792.65/783.44	c cleaning 46003 clauses out of 92011 with flag 2377431/1118007
827.17/817.89	c cleaning 46989 clauses out of 94006 with flag 2475568/1166005
856.16/846.58	c cleaning 48004 clauses out of 96012 with flag 2574439/1215000
898.21/888.11	c cleaning 49005 clauses out of 98009 with flag 2674974/1265001
976.37/966.07	c cleaning 50006 clauses out of 100013 with flag 2780271/1316010
1014.07/1003.25	c cleaning 51000 clauses out of 102004 with flag 2886061/1368007
1054.98/1043.91	c cleaning 52000 clauses out of 103999 with flag 2993082/1421002
1103.81/1092.41	c cleaning 53000 clauses out of 106005 with flag 3102916/1475008
1141.41/1129.45	c cleaning 53997 clauses out of 107997 with flag 3214514/1530000
1186.03/1173.82	c cleaning 55001 clauses out of 110005 with flag 3328711/1586005
1234.83/1222.34	c cleaning 55999 clauses out of 112002 with flag 3444536/1643003
1318.22/1305.08	c cleaning 57000 clauses out of 114000 with flag 3562642/1701000
1407.38/1393.51	c cleaning 57999 clauses out of 116000 with flag 3686147/1760000
1520.81/1506.87	c cleaning 58986 clauses out of 118002 with flag 3809481/1820001
1591.99/1577.57	c cleaning 60000 clauses out of 120015 with flag 3935552/1881000
1630.66/1615.24	c cleaning 61005 clauses out of 122017 with flag 4061550/1943002
1676.77/1660.83	c cleaning 62006 clauses out of 124016 with flag 4189496/2006006
1753.83/1737.53	c cleaning 62999 clauses out of 126004 with flag 4323178/2070000
1800.06/1783.30	c starts		: 10
1800.06/1783.30	c conflicts		: 2126674
1800.06/1783.30	c decisions		: 2159111
1800.06/1783.30	c propagations		: 22426587
1800.06/1783.30	c inspects		: 5963298804
1800.06/1783.30	c shortcuts		: 0
1800.06/1783.30	c learnt literals	: 1
1800.06/1783.30	c learnt binary clauses	: 0
1800.06/1783.30	c learnt ternary clauses	: 0
1800.06/1783.30	c learnt constraints	: 2126673
1800.06/1783.30	c ignored constraints	: 0
1800.06/1783.30	c root simplifications	: 0
1800.06/1783.30	c removed literals (reason simplification)	: 0
1800.06/1783.30	c reason swapping (by a shorter reason)	: 0
1800.06/1783.30	c Calls to reduceDB	: 60
1800.06/1783.30	c Number of update (reduction) of LBD	: 37737
1800.06/1783.30	c Imported unit clauses	: 0
1800.06/1783.30	c number of reductions to clauses (during analyze)	: 0
1800.06/1783.30	c number of learned constraints concerned by reduction	: 0
1800.06/1783.30	c number of learning phase by resolution	: 0
1800.06/1783.30	c number of learning phase by cutting planes	: 0
1800.06/1783.30	c speed (assignments/second)	: 12579.34889303964
1800.06/1783.30	c non guided choices	0
1800.06/1783.31	c timeout
1800.06/1783.33	c learnt constraints type 
1800.06/1783.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119679
1800.06/1783.33	s UNKNOWN
1800.06/1783.33	c Total wall clock time (in seconds): 1783.213

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4100373-1466213274/watcher-4100373-1466213274 -o /tmp/evaluation-result-4100373-1466213274/solver-4100373-1466213274 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100373-1466213274.opb 

pid=26282
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.14 2.20 2.18 3/195 26285
/proc/meminfo: memFree=30017332/32872528 swapFree=1400172/1569824
[pid=26285] ppid=26282 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/26285/stat : 26285 (java) R 26282 26285 22937 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 23372679 3653632 50 33554432000 1073741824 1073778376 140737379598416 140737379595544 213410475303 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26285/statm: 1408 53 41 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.14 2.20 2.18 3/195 26285
/proc/meminfo: memFree=30017332/32872528 swapFree=1400172/1569824
[pid=26285] ppid=26282 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/26285/stat : 26285 (java) S 26282 26285 22937 0 -1 4202496 4464 0 1 0 7 1 0 0 20 0 18 0 23372679 9787879424 5591 33554432000 1073741824 1073778376 140737379598416 140737379589552 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26285/statm: 2389619 5591 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.14 2.20 2.18 3/195 26285
/proc/meminfo: memFree=30017332/32872528 swapFree=1400172/1569824
[pid=26285] ppid=26282 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/26285/stat : 26285 (java) S 26282 26285 22937 0 -1 4202496 5083 0 1 0 26 1 0 0 20 0 18 0 23372679 9787879424 6621 33554432000 1073741824 1073778376 140737379598416 140737379589552 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26285/statm: 2389619 6621 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.14 2.20 2.18 3/195 26285
/proc/meminfo: memFree=30017332/32872528 swapFree=1400172/1569824
[pid=26285] ppid=26282 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/26285/stat : 26285 (java) S 26282 26285 22937 0 -1 4202496 9273 0 1 0 55 2 0 0 20 0 18 0 23372679 9787879424 11219 33554432000 1073741824 1073778376 140737379598416 140737379589552 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26285/statm: 2389619 11219 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 2.14 2.20 2.18 3/195 26285
/proc/meminfo: memFree=30017332/32872528 swapFree=1400172/1569824
[pid=26285] ppid=26282 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/26285/stat : 26285 (java) S 26282 26285 22937 0 -1 4202496 12275 0 1 0 144 3 0 0 20 0 19 0 23372679 9856040960 36951 33554432000 1073741824 1073778376 140737379598416 140737379589552 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26285/statm: 2406260 36951 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.14 2.20 2.18 9/214 26304
/proc/meminfo: memFree=29840756/32872528 swapFree=1400172/1569824
[pid=26285] ppid=26282 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/26285/stat : 26285 (java) S 26282 26285 22937 0 -1 4202496 12450 0 1 0 252 5 0 0 20 0 19 0 23372679 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 140737379589552 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26285/statm: 2406260 46296 2275 9 0 2396937 0
[pid=26285/tid=26287] ppid=26282 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/26285/task/26287/stat : 26287 (java) R 26282 26285 22937 0 -1 4202560 2539 0 1 0 140 3 0 0 20 0 19 0 23372680 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799641750776 139799582113552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799580481960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26289] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799579429416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26290] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799578376360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26285/tid=26291] ppid=26282 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 22937 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799577323816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26292] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799576271784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26293] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799480187944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26285/tid=26294] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799479134888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26295] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799478082344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26296] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 22937 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799465884008 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26297] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799464830328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26298] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799463777160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26299] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799462725904 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26300] ppid=26282 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 22937 0 -1 4202560 3621 0 0 0 48 0 0 0 20 0 19 0 23372685 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799461673784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26301] ppid=26282 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/26285/task/26301/stat : 26301 (java) S 26282 26285 22937 0 -1 4202560 4904 0 0 0 50 0 0 0 20 0 19 0 23372685 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799460621240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26302] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26302/stat : 26302 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799459568376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26303] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26303/stat : 26303 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799458516040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26304] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26304/stat : 26304 (java) S 26282 26285 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23372729 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799457461288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.14 2.20 2.18 3/214 26304
/proc/meminfo: memFree=29840260/32872528 swapFree=1400172/1569824
[pid=26285] ppid=26282 vsize=9625040 CPUtime=4.17 cores=0,2,4,6
/proc/26285/stat : 26285 (java) S 26282 26285 22937 0 -1 4202496 12451 0 1 0 412 5 0 0 20 0 19 0 23372679 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 140737379589552 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26285/statm: 2406260 46296 2275 9 0 2396937 0
[pid=26285/tid=26287] ppid=26282 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/26285/task/26287/stat : 26287 (java) R 26282 26285 22937 0 -1 4202560 2540 0 1 0 300 3 0 0 20 0 19 0 23372680 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799641751688 139799582157445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799580481960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26289] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799579429416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26290] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799578376360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26285/tid=26291] ppid=26282 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 22937 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799577323816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26292] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799576271784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26293] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799480187944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26285/tid=26294] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799479134888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26295] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23372681 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799478082344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26296] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 22937 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799465884008 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26297] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799464830328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26298] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799463777160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26299] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799462725904 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26300] ppid=26282 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 22937 0 -1 4202560 3621 0 0 0 48 0 0 0 20 0 19 0 23372685 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799461673784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26301] ppid=26282 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/26285/task/26301/stat : 26301 (java) S 26282 26285 22937 0 -1 4202560 4904 0 0 0 50 0 0 0 20 0 19 0 23372685 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799460621240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26302] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26302/stat : 26302 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799459568376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26303] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26303/stat : 26303 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799458516040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26304] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26304/stat : 26304 (java) S 26282 26285 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23372729 9856040960 46296 33554432000 1073741824 1073778376 140737379598416 139799457461288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.13 2.19 2.17 3/214 26304
/proc/meminfo: memFree=29772044/32872528 swapFree=1400172/1569824
[pid=26285] ppid=26282 vsize=9625040 CPUtime=7.6 cores=0,2,4,6
/proc/26285/stat : 26285 (java) S 26282 26285 22937 0 -1 4202496 12927 0 1 0 746 14 0 0 20 0 19 0 23372679 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 140737379589552 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26285/statm: 2406260 63202 2279 9 0 2396937 0
[pid=26285/tid=26287] ppid=26282 vsize=9625040 CPUtime=6.17 cores=0,2,4,6
/proc/26285/task/26287/stat : 26287 (java) R 26282 26285 22937 0 -1 4202560 2544 0 1 0 614 3 0 0 20 0 19 0 23372680 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799641749912 139799582157445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 22937 0 -1 4202560 75 0 0 0 2 2 0 0 20 0 19 0 23372681 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799580481960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26289] ppid=26282 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 22937 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 19 0 23372681 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799579429416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26290] ppid=26282 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 22937 0 -1 4202560 21 0 0 0 0 2 0 0 20 0 19 0 23372681 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799578376360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26285/tid=26291] ppid=26282 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 22937 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 23372681 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799577323816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26292] ppid=26282 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 22937 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 23372681 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799576271784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26293] ppid=26282 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 22937 0 -1 4202560 74 0 0 0 2 1 0 0 20 0 19 0 23372681 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799480187944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26294] ppid=26282 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 22937 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 23372681 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799479134888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26285/tid=26295] ppid=26282 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 22937 0 -1 4202560 238 0 0 0 2 2 0 0 20 0 19 0 23372681 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799478082344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26296] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 22937 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799465884008 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26297] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799464830328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26298] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799463777160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26299] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799462725904 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26300] ppid=26282 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 22937 0 -1 4202560 3631 0 0 0 53 0 0 0 20 0 19 0 23372685 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799461673784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26301] ppid=26282 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/26285/task/26301/stat : 26301 (java) S 26282 26285 22937 0 -1 4202560 4913 0 0 0 54 0 0 0 20 0 19 0 23372685 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799460621240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26302] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26302/stat : 26302 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799459568376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26303] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26303/stat : 26303 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799458516040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26304] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26304/stat : 26304 (java) S 26282 26285 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23372729 9856040960 63202 33554432000 1073741824 1073778376 140737379598416 139799457461288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9625040


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

[pid=26285/tid=26304] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26304/stat : 26304 (java) S 26282 26285 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23372729 9856040960 668233 33554432000 1073741824 1073778376 140737379598416 139799457461288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1738.63
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/213 26619
/proc/meminfo: memFree=27059360/32872528 swapFree=1400172/1569824
[pid=26285] ppid=26282 vsize=9625040 CPUtime=1799.06 cores=0,2,4,6
/proc/26285/stat : 26285 (java) S 26282 26285 22937 0 -1 4202496 26083 0 1 0 179484 422 0 0 20 0 19 0 23372679 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 140737379589552 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26285/statm: 2406260 659682 2287 9 0 2396937 0
[pid=26285/tid=26287] ppid=26282 vsize=9625040 CPUtime=1768.87 cores=0,2,4,6
/proc/26285/task/26287/stat : 26287 (java) R 26282 26285 22937 0 -1 4202560 3554 0 1 0 176849 38 0 0 20 0 19 0 23372680 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799641750752 139799582169368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 22937 0 -1 4202560 1054 0 0 0 216 43 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799580481960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26289] ppid=26282 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 22937 0 -1 4202560 1324 0 0 0 194 48 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799579429416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26285/tid=26290] ppid=26282 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 22937 0 -1 4202560 1547 0 0 0 215 70 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799578376360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26291] ppid=26282 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 22937 0 -1 4202560 829 0 0 0 213 38 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799577323816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26292] ppid=26282 vsize=9625040 CPUtime=2.83 cores=0,2,4,6
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 22937 0 -1 4202560 978 0 0 0 241 42 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799576271784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26285/tid=26293] ppid=26282 vsize=9625040 CPUtime=2.72 cores=0,2,4,6
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 22937 0 -1 4202560 1239 0 0 0 221 51 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799480187944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26285/tid=26294] ppid=26282 vsize=9625040 CPUtime=2.75 cores=0,2,4,6
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 22937 0 -1 4202560 1213 0 0 0 221 54 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799479134888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26295] ppid=26282 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 22937 0 -1 4202560 1220 0 0 0 191 40 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799478082344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26296] ppid=26282 vsize=9625040 CPUtime=3.2 cores=0,2,4,6
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 22937 0 -1 4202560 3207 0 0 0 317 3 0 0 20 0 19 0 23372682 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799465884008 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26297] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799464830328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26298] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799463777160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26299] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799462725904 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26300] ppid=26282 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 22937 0 -1 4202560 3643 0 0 0 55 0 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799461673784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26301] ppid=26282 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/26285/task/26301/stat : 26301 (java) S 26282 26285 22937 0 -1 4202560 4913 0 0 0 55 0 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799460621240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26302] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26302/stat : 26302 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799459568376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26303] ppid=26282 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/26285/task/26303/stat : 26303 (java) S 26282 26285 22937 0 -1 4202560 103 0 0 0 22 23 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799458516040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26304] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26304/stat : 26304 (java) S 26282 26285 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23372729 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799457461288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/213 26619
/proc/meminfo: memFree=27059360/32872528 swapFree=1400172/1569824
[pid=26285] ppid=26282 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/26285/stat : 26285 (java) S 26282 26285 22937 0 -1 4202496 26083 0 1 0 179584 422 0 0 20 0 19 0 23372679 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 140737379589552 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26285/statm: 2406260 659682 2287 9 0 2396937 0
[pid=26285/tid=26287] ppid=26282 vsize=9625040 CPUtime=1769.87 cores=0,2,4,6
/proc/26285/task/26287/stat : 26287 (java) R 26282 26285 22937 0 -1 4202560 3554 0 1 0 176949 38 0 0 20 0 19 0 23372680 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799641750752 139799582035301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 22937 0 -1 4202560 1054 0 0 0 216 43 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799580481960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26289] ppid=26282 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 22937 0 -1 4202560 1324 0 0 0 194 48 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799579429416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26285/tid=26290] ppid=26282 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 22937 0 -1 4202560 1547 0 0 0 215 70 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799578376360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26291] ppid=26282 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 22937 0 -1 4202560 829 0 0 0 213 38 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799577323816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26292] ppid=26282 vsize=9625040 CPUtime=2.83 cores=0,2,4,6
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 22937 0 -1 4202560 978 0 0 0 241 42 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799576271784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26285/tid=26293] ppid=26282 vsize=9625040 CPUtime=2.72 cores=0,2,4,6
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 22937 0 -1 4202560 1239 0 0 0 221 51 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799480187944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26285/tid=26294] ppid=26282 vsize=9625040 CPUtime=2.75 cores=0,2,4,6
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 22937 0 -1 4202560 1213 0 0 0 221 54 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799479134888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26295] ppid=26282 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 22937 0 -1 4202560 1220 0 0 0 191 40 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799478082344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26296] ppid=26282 vsize=9625040 CPUtime=3.2 cores=0,2,4,6
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 22937 0 -1 4202560 3207 0 0 0 317 3 0 0 20 0 19 0 23372682 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799465884008 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26297] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799464830328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26298] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799463777160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26299] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799462725904 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26300] ppid=26282 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 22937 0 -1 4202560 3643 0 0 0 55 0 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799461673784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26301] ppid=26282 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/26285/task/26301/stat : 26301 (java) S 26282 26285 22937 0 -1 4202560 4913 0 0 0 55 0 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799460621240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26302] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26302/stat : 26302 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799459568376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26303] ppid=26282 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/26285/task/26303/stat : 26303 (java) S 26282 26285 22937 0 -1 4202560 103 0 0 0 22 24 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799458516040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26304] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26304/stat : 26304 (java) S 26282 26285 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23372729 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799457461288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 26285 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1783.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/213 26619
/proc/meminfo: memFree=27059360/32872528 swapFree=1400172/1569824
[pid=26285] ppid=26282 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/26285/stat : 26285 (java) S 26282 26285 22937 0 -1 4202496 26083 0 1 0 179584 422 0 0 20 0 19 0 23372679 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 140737379589552 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26285/statm: 2406260 659682 2287 9 0 2396937 0
[pid=26285/tid=26287] ppid=26282 vsize=9625040 CPUtime=1769.87 cores=0,2,4,6
/proc/26285/task/26287/stat : 26287 (java) R 26282 26285 22937 0 -1 4202560 3554 0 1 0 176949 38 0 0 20 0 19 0 23372680 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799641750752 139799582035301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26288] ppid=26282 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/26285/task/26288/stat : 26288 (java) S 26282 26285 22937 0 -1 4202560 1054 0 0 0 216 43 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799580481960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26289] ppid=26282 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/26285/task/26289/stat : 26289 (java) S 26282 26285 22937 0 -1 4202560 1324 0 0 0 194 48 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799579429416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26285/tid=26290] ppid=26282 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/26285/task/26290/stat : 26290 (java) S 26282 26285 22937 0 -1 4202560 1547 0 0 0 215 70 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799578376360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26291] ppid=26282 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/26285/task/26291/stat : 26291 (java) S 26282 26285 22937 0 -1 4202560 829 0 0 0 213 38 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799577323816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26292] ppid=26282 vsize=9625040 CPUtime=2.83 cores=0,2,4,6
/proc/26285/task/26292/stat : 26292 (java) S 26282 26285 22937 0 -1 4202560 978 0 0 0 241 42 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799576271784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26285/tid=26293] ppid=26282 vsize=9625040 CPUtime=2.72 cores=0,2,4,6
/proc/26285/task/26293/stat : 26293 (java) S 26282 26285 22937 0 -1 4202560 1239 0 0 0 221 51 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799480187944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26285/tid=26294] ppid=26282 vsize=9625040 CPUtime=2.75 cores=0,2,4,6
/proc/26285/task/26294/stat : 26294 (java) S 26282 26285 22937 0 -1 4202560 1213 0 0 0 221 54 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799479134888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26295] ppid=26282 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/26285/task/26295/stat : 26295 (java) S 26282 26285 22937 0 -1 4202560 1220 0 0 0 191 40 0 0 20 0 19 0 23372681 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799478082344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26296] ppid=26282 vsize=9625040 CPUtime=3.2 cores=0,2,4,6
/proc/26285/task/26296/stat : 26296 (java) S 26282 26285 22937 0 -1 4202560 3207 0 0 0 317 3 0 0 20 0 19 0 23372682 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799465884008 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26297] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26297/stat : 26297 (java) S 26282 26285 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799464830328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26298] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26298/stat : 26298 (java) S 26282 26285 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23372682 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799463777160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26299] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26299/stat : 26299 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799462725904 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26300] ppid=26282 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/26285/task/26300/stat : 26300 (java) S 26282 26285 22937 0 -1 4202560 3643 0 0 0 55 0 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799461673784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26301] ppid=26282 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/26285/task/26301/stat : 26301 (java) S 26282 26285 22937 0 -1 4202560 4913 0 0 0 55 0 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799460621240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26302] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26302/stat : 26302 (java) S 26282 26285 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799459568376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26285/tid=26303] ppid=26282 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/26285/task/26303/stat : 26303 (java) S 26282 26285 22937 0 -1 4202560 103 0 0 0 22 24 0 0 20 0 19 0 23372685 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799458516040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26285/tid=26304] ppid=26282 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26285/task/26304/stat : 26304 (java) S 26282 26285 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23372729 9856040960 659682 33554432000 1073741824 1073778376 140737379598416 139799457461288 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26285 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=288682
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=661291
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.34
CPU time (s): 1800.06
CPU user time (s): 1795.84
CPU system time (s): 4.22
CPU usage (%): 100.938
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.29
system time used= 4.66129
maximum resident set size= 3237752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26147
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39132
involuntary context switches= 21564

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.94449 second user time and 13.253 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 03:27:55
IDJOB=4100373
IDBENCH=1608
IDSOLVER=2546
FILE ID=node140/4100373-1466213274
RUNJOBID= node140-1466206052-22953
PBS_JOBID= 19918137
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100373-1466213274/watcher-4100373-1466213274 -o /tmp/evaluation-result-4100373-1466213274/solver-4100373-1466213274 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100373-1466213274.opb

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

MD5SUM BENCH= 395bac5c9d0c4cdb5ae1073c67c6675c
RANDOM SEED=580635879

node140.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.714
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.42
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.714
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.714
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.714
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.714
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.714
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.714
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.714
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:        30017960 kB
Buffers:           44308 kB
Cached:           123188 kB
SwapCached:         2488 kB
Active:           450456 kB
Inactive:         123304 kB
Active(anon):     406184 kB
Inactive(anon):     2420 kB
Active(file):      44272 kB
Inactive(file):   120884 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67096952 kB
Dirty:              1588 kB
Writeback:             0 kB
AnonPages:       1980964 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             572476 kB
SReclaimable:      16348 kB
SUnreclaim:       556128 kB
KernelStack:        1632 kB
PageTables:         8364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2220988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    565248 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 node140 at 2016-06-18 03:57:38