Trace number 4084559

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.01 1797.36

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-129.opb
MD5SUM67d021e5b92124566c71fb431934058c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48368
Total number of constraints1121286
Number of constraints which are clauses1007481
Number of constraints which are cardinality constraints (but not clauses)3534
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint1
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4084559-1465277339.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
8.48/6.83	c ... done. Wall clock time 6.709s.
8.48/6.83	c declared #vars     48368
8.48/6.83	c #constraints  1123070
8.48/6.83	c constraints type 
8.48/6.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 767440
8.48/6.83	c org.sat4j.specs.Constr$1 => 5652
8.48/6.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 3523
8.48/6.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 236052
8.48/6.83	c org.sat4j.minisat.constraints.cnf.UnitClause => 132
8.48/6.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
8.48/6.83	c 1123070 constraints processed.
21.71/19.68	c cleaning 2500 clauses out of 5000 with flag 372175/5000
28.62/26.46	c cleaning 4237 clauses out of 8500 with flag 744393/11000
38.12/35.92	c cleaning 5538 clauses out of 11264 with flag 978186/18001
54.42/52.26	c cleaning 6778 clauses out of 13725 with flag 1315398/26000
61.36/59.11	c cleaning 7878 clauses out of 15947 with flag 1562845/35000
71.97/69.79	c cleaning 8911 clauses out of 18070 with flag 2092973/45001
81.37/79.12	c cleaning 10061 clauses out of 20158 with flag 2454291/56000
94.38/92.14	c cleaning 11036 clauses out of 22098 with flag 3004201/68001
111.47/109.21	c cleaning 11828 clauses out of 24061 with flag 3568076/81000
126.47/124.27	c cleaning 12559 clauses out of 26233 with flag 4229056/95000
142.67/140.42	c cleaning 13996 clauses out of 28674 with flag 4923602/110000
164.09/161.83	c cleaning 15275 clauses out of 30678 with flag 5803838/126000
179.58/177.38	c cleaning 16062 clauses out of 32403 with flag 6449479/143000
203.49/201.24	c cleaning 16928 clauses out of 34342 with flag 7163538/161001
228.80/226.58	c cleaning 18169 clauses out of 36413 with flag 7839431/180000
252.60/250.34	c cleaning 18938 clauses out of 38244 with flag 8582971/200000
273.31/271.06	c cleaning 19258 clauses out of 40306 with flag 9212414/221000
289.53/287.29	c cleaning 20325 clauses out of 43048 with flag 9440233/243000
304.12/301.89	c cleaning 22163 clauses out of 45724 with flag 9814878/266001
319.02/316.79	c cleaning 22500 clauses out of 47562 with flag 10135067/290002
337.14/334.83	c cleaning 23467 clauses out of 50061 with flag 10547551/315001
358.15/355.82	c cleaning 24097 clauses out of 52574 with flag 10902101/341001
373.06/370.71	c cleaning 26041 clauses out of 55477 with flag 11187561/368001
394.07/391.73	c cleaning 25644 clauses out of 57433 with flag 11601012/396000
411.97/409.63	c cleaning 27999 clauses out of 60787 with flag 11927703/425000
428.77/426.48	c cleaning 29103 clauses out of 62787 with flag 12241391/455000
449.09/446.79	c cleaning 30496 clauses out of 64684 with flag 12531301/486000
475.78/473.44	c cleaning 30623 clauses out of 66190 with flag 12925580/518002
495.29/492.95	c cleaning 31621 clauses out of 68566 with flag 13305211/551001
518.70/516.31	c cleaning 32145 clauses out of 70944 with flag 13744357/585000
557.30/554.90	c cleaning 30332 clauses out of 73800 with flag 15125020/620001
586.91/584.57	c cleaning 33226 clauses out of 79468 with flag 15650417/656001
628.02/625.63	c cleaning 33823 clauses out of 83241 with flag 16675255/693000
664.92/662.51	c cleaning 36062 clauses out of 87418 with flag 17324060/731000
704.92/702.50	c cleaning 36045 clauses out of 90356 with flag 17983461/770000
726.53/724.13	c cleaning 38922 clauses out of 94311 with flag 18390701/810000
763.65/761.28	c cleaning 39374 clauses out of 96389 with flag 18993004/851000
804.55/802.15	c cleaning 40064 clauses out of 99015 with flag 19765253/893000
855.17/852.75	c cleaning 39421 clauses out of 101951 with flag 20425282/936000
895.38/892.90	c cleaning 41429 clauses out of 106531 with flag 21007195/980001
931.29/928.90	c cleaning 43067 clauses out of 110102 with flag 21553667/1025001
980.20/977.79	c cleaning 44421 clauses out of 113034 with flag 22244003/1071000
1020.70/1018.29	c cleaning 46132 clauses out of 115613 with flag 22729260/1118000
1047.01/1044.55	c cleaning 47028 clauses out of 117481 with flag 23461579/1166000
1080.82/1078.33	c cleaning 48286 clauses out of 119453 with flag 24048492/1215000
1126.23/1123.75	c cleaning 48429 clauses out of 121167 with flag 24672801/1265000
1184.96/1182.43	c cleaning 48534 clauses out of 123739 with flag 25495561/1316001
1222.96/1220.48	c cleaning 51398 clauses out of 127204 with flag 25967777/1368000
1271.47/1268.97	c cleaning 50995 clauses out of 128807 with flag 26801059/1421001
1305.19/1302.66	c cleaning 51840 clauses out of 131812 with flag 27409476/1475001
1337.20/1334.61	c cleaning 52937 clauses out of 134971 with flag 27911661/1530000
1375.00/1372.47	c cleaning 53722 clauses out of 138034 with flag 28705451/1586000
1433.41/1430.80	c cleaning 54682 clauses out of 141316 with flag 29791205/1643004
1483.13/1480.55	c cleaning 53850 clauses out of 144631 with flag 30704521/1701001
1548.25/1545.65	c cleaning 53343 clauses out of 149780 with flag 31680409/1760000
1630.27/1627.66	c cleaning 59754 clauses out of 156437 with flag 32258685/1820000
1689.10/1686.42	c cleaning 58103 clauses out of 157683 with flag 33113775/1881000
1758.41/1755.76	c cleaning 60482 clauses out of 161586 with flag 33901472/1943006
1800.01/1797.30	c starts		: 10087
1800.01/1797.30	c conflicts		: 1979777
1800.01/1797.30	c decisions		: 80288125
1800.01/1797.30	c propagations		: 2701015223
1800.01/1797.30	c inspects		: 18413369346
1800.01/1797.30	c shortcuts		: 0
1800.01/1797.30	c learnt literals	: 25
1800.01/1797.30	c learnt binary clauses	: 2984
1800.01/1797.30	c learnt ternary clauses	: 5531
1800.01/1797.30	c learnt constraints	: 1979752
1800.01/1797.30	c ignored constraints	: 0
1800.01/1797.30	c root simplifications	: 0
1800.01/1797.30	c removed literals (reason simplification)	: 0
1800.01/1797.30	c reason swapping (by a shorter reason)	: 0
1800.01/1797.30	c Calls to reduceDB	: 58
1800.01/1797.30	c Number of update (reduction) of LBD	: 1127297
1800.01/1797.30	c Imported unit clauses	: 0
1800.01/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.30	c number of learned constraints concerned by reduction	: 0
1800.01/1797.30	c number of learning phase by resolution	: 0
1800.01/1797.30	c number of learning phase by cutting planes	: 0
1800.01/1797.30	c speed (assignments/second)	: 1508567.8030662683
1800.01/1797.30	c non guided choices	4933150
1800.01/1797.31	c timeout
1800.01/1797.34	c learnt constraints type 
1800.01/1797.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2984
1800.01/1797.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134891
1800.01/1797.34	s UNKNOWN
1800.01/1797.34	c Total wall clock time (in seconds): 1797.223

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-4084559-1465277339/watcher-4084559-1465277339 -o /tmp/evaluation-result-4084559-1465277339/solver-4084559-1465277339 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084559-1465277339.opb 

pid=12899
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.20 2.21 2.18 3/194 12902
/proc/meminfo: memFree=28500760/32872528 swapFree=16360/1798728
[pid=12902] ppid=12899 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/12902/stat : 12902 (java) D 12899 12902 5965 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 109667144 278528 34 33554432000 1073741824 1073778376 140735153590240 140735153587416 260181159207 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/12902/statm: 68 34 25 9 0 25 0

[startup+0.100116 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 12902
/proc/meminfo: memFree=28500760/32872528 swapFree=16360/1798728
[pid=12902] ppid=12899 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12902/stat : 12902 (java) S 12899 12902 5965 0 -1 4202496 4380 0 1 0 7 1 0 0 20 0 18 0 109667144 9787879424 5502 33554432000 1073741824 1073778376 140733495591824 140733495582960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12902/statm: 2389619 5504 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 12902
/proc/meminfo: memFree=28500760/32872528 swapFree=16360/1798728
[pid=12902] ppid=12899 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/12902/stat : 12902 (java) S 12899 12902 5965 0 -1 4202496 4691 0 1 0 21 1 0 0 20 0 18 0 109667144 9787879424 7294 33554432000 1073741824 1073778376 140733495591824 140733495582960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12902/statm: 2389619 7294 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300285 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 12902
/proc/meminfo: memFree=28500760/32872528 swapFree=16360/1798728
[pid=12902] ppid=12899 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/12902/stat : 12902 (java) S 12899 12902 5965 0 -1 4202496 5479 0 1 0 42 1 0 0 20 0 18 0 109667144 9787879424 9326 33554432000 1073741824 1073778376 140733495591824 140733495582960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12902/statm: 2389619 9326 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700249 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 12902
/proc/meminfo: memFree=28500760/32872528 swapFree=16360/1798728
[pid=12902] ppid=12899 vsize=9558476 CPUtime=1.11 cores=0,2,4,6
/proc/12902/stat : 12902 (java) S 12899 12902 5965 0 -1 4202496 7495 0 1 0 107 4 0 0 20 0 18 0 109667144 9787879424 40435 33554432000 1073741824 1073778376 140733495591824 140733495582960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12902/statm: 2389619 40435 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.20 2.21 2.18 3/212 12920
/proc/meminfo: memFree=28329808/32872528 swapFree=16360/1798728
[pid=12902] ppid=12899 vsize=9558476 CPUtime=2.12 cores=0,2,4,6
/proc/12902/stat : 12902 (java) S 12899 12902 5965 0 -1 4202496 8784 0 1 0 201 11 0 0 20 0 18 0 109667144 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140733495582960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12902/statm: 2389619 59496 2262 9 0 2380296 0
[pid=12902/tid=12904] ppid=12899 vsize=9558476 CPUtime=1.41 cores=0,2,4,6
/proc/12902/task/12904/stat : 12904 (java) R 12899 12902 5965 0 -1 4202560 2487 0 1 0 137 4 0 0 20 0 18 0 109667145 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036839997488 140036687377700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12905] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12905/stat : 12905 (java) S 12899 12902 5965 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 109667146 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036812458280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12906] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12906/stat : 12906 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109667146 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036811405480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12907] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12907/stat : 12907 (java) S 12899 12902 5965 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 109667146 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036810353192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12908] ppid=12899 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/12902/task/12908/stat : 12908 (java) S 12899 12902 5965 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 109667146 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036809300392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12909] ppid=12899 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/12902/task/12909/stat : 12909 (java) S 12899 12902 5965 0 -1 4202560 14 0 0 0 0 1 0 0 20 0 18 0 109667146 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036808248104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12910] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12910/stat : 12910 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109667146 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036807195304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12911] ppid=12899 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/12902/task/12911/stat : 12911 (java) S 12899 12902 5965 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 18 0 109667146 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036806143016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12912] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12912/stat : 12912 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109667146 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036676299688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12913] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12913/stat : 12913 (java) S 12899 12902 5965 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 109667147 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036193351912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12914] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12914/stat : 12914 (java) S 12899 12902 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109667148 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036192297976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12915] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12915/stat : 12915 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109667148 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036191245576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12916] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12916/stat : 12916 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109667150 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036190194064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12917] ppid=12899 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/12902/task/12917/stat : 12917 (java) S 12899 12902 5965 0 -1 4202560 2540 0 0 0 25 0 0 0 20 0 18 0 109667150 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036189141688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12918] ppid=12899 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/12902/task/12918/stat : 12918 (java) S 12899 12902 5965 0 -1 4202560 2337 0 0 0 24 0 0 0 20 0 18 0 109667150 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036188088888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12919] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12919/stat : 12919 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109667150 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036187036792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12920] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12920/stat : 12920 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109667150 9787879424 59496 33554432000 1073741824 1073778376 140733495591824 140036185984200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 2.20 2.21 2.18 3/212 12920
/proc/meminfo: memFree=28158088/32872528 swapFree=16360/1798728
[pid=12902] ppid=12899 vsize=9558476 CPUtime=4.08 cores=0,2,4,6
/proc/12902/stat : 12902 (java) S 12899 12902 5965 0 -1 4202496 9858 0 1 0 384 24 0 0 20 0 18 0 109667144 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140733495582960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12902/statm: 2389619 149317 2262 9 0 2380296 0
[pid=12902/tid=12904] ppid=12899 vsize=9558476 CPUtime=2.89 cores=0,2,4,6
/proc/12902/task/12904/stat : 12904 (java) R 12899 12902 5965 0 -1 4202560 2625 0 1 0 281 8 0 0 20 0 18 0 109667145 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036839997392 140036687725669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12905] ppid=12899 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/12902/task/12905/stat : 12905 (java) S 12899 12902 5965 0 -1 4202560 74 0 0 0 3 1 0 0 20 0 18 0 109667146 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036812458280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12906] ppid=12899 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/12902/task/12906/stat : 12906 (java) S 12899 12902 5965 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 109667146 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036811405480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12907] ppid=12899 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/12902/task/12907/stat : 12907 (java) S 12899 12902 5965 0 -1 4202560 88 0 0 0 3 2 0 0 20 0 18 0 109667146 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036810353192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12908] ppid=12899 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/12902/task/12908/stat : 12908 (java) S 12899 12902 5965 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 18 0 109667146 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036809300392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12909] ppid=12899 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12902/task/12909/stat : 12909 (java) S 12899 12902 5965 0 -1 4202560 103 0 0 0 4 3 0 0 20 0 18 0 109667146 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036808248104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12910] ppid=12899 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12902/task/12910/stat : 12910 (java) S 12899 12902 5965 0 -1 4202560 73 0 0 0 5 2 0 0 20 0 18 0 109667146 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036807195304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12911] ppid=12899 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12902/task/12911/stat : 12911 (java) S 12899 12902 5965 0 -1 4202560 75 0 0 0 5 3 0 0 20 0 18 0 109667146 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036806143016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12912] ppid=12899 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/12902/task/12912/stat : 12912 (java) S 12899 12902 5965 0 -1 4202560 118 0 0 0 4 1 0 0 20 0 18 0 109667146 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036676299688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12913] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12913/stat : 12913 (java) S 12899 12902 5965 0 -1 4202560 455 0 0 0 0 0 0 0 20 0 18 0 109667147 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036193351912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12914] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12914/stat : 12914 (java) S 12899 12902 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109667148 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036192297976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12915] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12915/stat : 12915 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109667148 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036191245576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12916] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12916/stat : 12916 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109667150 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036190194064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12917] ppid=12899 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/12902/task/12917/stat : 12917 (java) S 12899 12902 5965 0 -1 4202560 2591 0 0 0 30 0 0 0 20 0 18 0 109667150 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036189141688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12918] ppid=12899 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/12902/task/12918/stat : 12918 (java) S 12899 12902 5965 0 -1 4202560 2337 0 0 0 24 0 0 0 20 0 18 0 109667150 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036188088888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12919] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12919/stat : 12919 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109667150 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036187036792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12920] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12920/stat : 12920 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109667150 9787879424 149317 33554432000 1073741824 1073778376 140733495591824 140036185984200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 2.18 2.21 2.18 3/212 12920
/proc/meminfo: memFree=27356148/32872528 swapFree=16360/1798728
[pid=12902] ppid=12899 vsize=9558476 CPUtime=7.69 cores=0,2,4,6
/proc/12902/stat : 12902 (java) S 12899 12902 5965 0 -1 4202496 11317 0 1 0 726 43 0 0 20 0 18 0 109667144 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140733495582960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12902/statm: 2389619 287526 2262 9 0 2380296 0
[pid=12902/tid=12904] ppid=12899 vsize=9558476 CPUtime=5.94 cores=0,2,4,6
/proc/12902/task/12904/stat : 12904 (java) R 12899 12902 5965 0 -1 4202560 3035 0 1 0 577 17 0 0 20 0 18 0 109667145 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036839997568 140036687786428 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12905] ppid=12899 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/12902/task/12905/stat : 12905 (java) S 12899 12902 5965 0 -1 4202560 216 0 0 0 10 3 0 0 20 0 18 0 109667146 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036812458280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12906] ppid=12899 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12902/task/12906/stat : 12906 (java) S 12899 12902 5965 0 -1 4202560 55 0 0 0 8 2 0 0 20 0 18 0 109667146 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036811405480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12907] ppid=12899 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12902/task/12907/stat : 12907 (java) S 12899 12902 5965 0 -1 4202560 200 0 0 0 7 3 0 0 20 0 18 0 109667146 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036810353192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12908] ppid=12899 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/12902/task/12908/stat : 12908 (java) S 12899 12902 5965 0 -1 4202560 150 0 0 0 11 4 0 0 20 0 18 0 109667146 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036809300392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12909] ppid=12899 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/12902/task/12909/stat : 12909 (java) S 12899 12902 5965 0 -1 4202560 263 0 0 0 12 4 0 0 20 0 18 0 109667146 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036808248104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12910] ppid=12899 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/12902/task/12910/stat : 12910 (java) S 12899 12902 5965 0 -1 4202560 123 0 0 0 8 3 0 0 20 0 18 0 109667146 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036807195304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12911] ppid=12899 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12902/task/12911/stat : 12911 (java) S 12899 12902 5965 0 -1 4202560 117 0 0 0 13 4 0 0 20 0 18 0 109667146 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036806143016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12912] ppid=12899 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12902/task/12912/stat : 12912 (java) S 12899 12902 5965 0 -1 4202560 211 0 0 0 8 2 0 0 20 0 18 0 109667146 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036676299688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12913] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12913/stat : 12913 (java) S 12899 12902 5965 0 -1 4202560 767 0 0 0 0 0 0 0 20 0 18 0 109667147 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036193351912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12914] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12914/stat : 12914 (java) S 12899 12902 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109667148 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036192297976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12915] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12915/stat : 12915 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109667148 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036191245576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12916] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12916/stat : 12916 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109667150 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036190194064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12917] ppid=12899 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/12902/task/12917/stat : 12917 (java) S 12899 12902 5965 0 -1 4202560 2591 0 0 0 32 0 0 0 20 0 18 0 109667150 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036189141688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12918] ppid=12899 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/12902/task/12918/stat : 12918 (java) S 12899 12902 5965 0 -1 4202560 2337 0 0 0 24 0 0 0 20 0 18 0 109667150 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036188088888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12919] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12919/stat : 12919 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109667150 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036187036792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12920] ppid=12899 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12920/stat : 12920 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109667150 9787879424 287526 33554432000 1073741824 1073778376 140733495591824 140036185984200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 2.17 2.20 2.18 4/213 12921
/proc/meminfo: memFree=27277124/32872528 swapFree=16360/1798728
[pid=12902] ppid=12899 vsize=9625040 CPUtime=14.79 cores=0,2,4,6
/proc/12902/stat : 12902 (java) S 12899 12902 5965 0 -1 4202496 12785 0 1 0 1430 49 0 0 20 0 19 0 109667144 9856040960 307157 33554432000 1073741824 1073778376 140733495591824 140733495582960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12902/statm: 2406260 307157 2278 9 0 2396937 0

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

[pid=12902/tid=12921] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12921/stat : 12921 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109667830 9856040960 326339 33554432000 1073741824 1073778376 140733495591824 140036184929192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.21 2.18 3/213 13159
/proc/meminfo: memFree=28463340/32872528 swapFree=16360/1798728
[pid=12902] ppid=12899 vsize=9625040 CPUtime=1785.02 cores=0,2,4,6
/proc/12902/stat : 12902 (java) S 12899 12902 5965 0 -1 4202496 13341 0 1 0 178418 84 0 0 20 0 19 0 109667144 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140733495582960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12902/statm: 2406260 331459 2284 9 0 2396937 0
[pid=12902/tid=12904] ppid=12899 vsize=9625040 CPUtime=1777.29 cores=0,2,4,6
/proc/12902/task/12904/stat : 12904 (java) R 12899 12902 5965 0 -1 4202560 3101 0 1 0 177681 48 0 0 20 0 19 0 109667145 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036839997120 140036688065622 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12905] ppid=12899 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/12902/task/12905/stat : 12905 (java) S 12899 12902 5965 0 -1 4202560 242 0 0 0 14 4 0 0 20 0 19 0 109667146 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036812458280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12906] ppid=12899 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12902/task/12906/stat : 12906 (java) S 12899 12902 5965 0 -1 4202560 144 0 0 0 11 3 0 0 20 0 19 0 109667146 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036811405480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12907] ppid=12899 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12902/task/12907/stat : 12907 (java) S 12899 12902 5965 0 -1 4202560 219 0 0 0 11 4 0 0 20 0 19 0 109667146 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036810353192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12908] ppid=12899 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/12902/task/12908/stat : 12908 (java) S 12899 12902 5965 0 -1 4202560 176 0 0 0 13 4 0 0 20 0 19 0 109667146 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036809300392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12909] ppid=12899 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12902/task/12909/stat : 12909 (java) S 12899 12902 5965 0 -1 4202560 279 0 0 0 16 5 0 0 20 0 19 0 109667146 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036808248104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12910] ppid=12899 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/12902/task/12910/stat : 12910 (java) S 12899 12902 5965 0 -1 4202560 139 0 0 0 13 3 0 0 20 0 19 0 109667146 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036807195304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12911] ppid=12899 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12902/task/12911/stat : 12911 (java) S 12899 12902 5965 0 -1 4202560 171 0 0 0 22 5 0 0 20 0 19 0 109667146 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036806143016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12912] ppid=12899 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/12902/task/12912/stat : 12912 (java) S 12899 12902 5965 0 -1 4202560 241 0 0 0 11 2 0 0 20 0 19 0 109667146 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036676299688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12913] ppid=12899 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12902/task/12913/stat : 12913 (java) S 12899 12902 5965 0 -1 4202560 778 0 0 0 1 1 0 0 20 0 19 0 109667147 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036193351912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12914] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12914/stat : 12914 (java) S 12899 12902 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109667148 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036192297976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12915] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12915/stat : 12915 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109667148 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036191245576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12916] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12916/stat : 12916 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109667150 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036190194064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12917] ppid=12899 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12902/task/12917/stat : 12917 (java) S 12899 12902 5965 0 -1 4202560 4054 0 0 0 66 0 0 0 20 0 19 0 109667150 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036189141688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12918] ppid=12899 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12902/task/12918/stat : 12918 (java) S 12899 12902 5965 0 -1 4202560 2435 0 0 0 51 0 0 0 20 0 19 0 109667150 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036188088888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12919] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12919/stat : 12919 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109667150 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036187036792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12920] ppid=12899 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/12902/task/12920/stat : 12920 (java) S 12899 12902 5965 0 -1 4202560 103 0 0 0 41 34 0 0 20 0 19 0 109667150 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036185984200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12921] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12921/stat : 12921 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109667830 9856040960 331459 33554432000 1073741824 1073778376 140733495591824 140036184929192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.25 2.22 2.18 3/213 13159
/proc/meminfo: memFree=28458032/32872528 swapFree=16360/1798728
[pid=12902] ppid=12899 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/12902/stat : 12902 (java) S 12899 12902 5965 0 -1 4202496 13346 0 1 0 179917 84 0 0 20 0 19 0 109667144 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140733495582960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12902/statm: 2406260 332995 2284 9 0 2396937 0
[pid=12902/tid=12904] ppid=12899 vsize=9625040 CPUtime=1792.25 cores=0,2,4,6
/proc/12902/task/12904/stat : 12904 (java) R 12899 12902 5965 0 -1 4202560 3104 0 1 0 179177 48 0 0 20 0 19 0 109667145 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036840006264 140036688038960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12905] ppid=12899 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/12902/task/12905/stat : 12905 (java) S 12899 12902 5965 0 -1 4202560 242 0 0 0 14 4 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036812458280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12906] ppid=12899 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12902/task/12906/stat : 12906 (java) S 12899 12902 5965 0 -1 4202560 144 0 0 0 11 3 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036811405480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12907] ppid=12899 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12902/task/12907/stat : 12907 (java) S 12899 12902 5965 0 -1 4202560 219 0 0 0 11 4 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036810353192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12908] ppid=12899 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/12902/task/12908/stat : 12908 (java) S 12899 12902 5965 0 -1 4202560 176 0 0 0 13 4 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036809300392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12909] ppid=12899 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12902/task/12909/stat : 12909 (java) S 12899 12902 5965 0 -1 4202560 279 0 0 0 16 5 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036808248104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12910] ppid=12899 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/12902/task/12910/stat : 12910 (java) S 12899 12902 5965 0 -1 4202560 139 0 0 0 13 3 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036807195304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12911] ppid=12899 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12902/task/12911/stat : 12911 (java) S 12899 12902 5965 0 -1 4202560 171 0 0 0 22 5 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036806143016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12912] ppid=12899 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/12902/task/12912/stat : 12912 (java) S 12899 12902 5965 0 -1 4202560 241 0 0 0 11 2 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036676299688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12913] ppid=12899 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12902/task/12913/stat : 12913 (java) S 12899 12902 5965 0 -1 4202560 778 0 0 0 1 1 0 0 20 0 19 0 109667147 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036193351912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12914] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12914/stat : 12914 (java) S 12899 12902 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109667148 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036192297976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12915] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12915/stat : 12915 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109667148 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036191245576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12916] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12916/stat : 12916 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109667150 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036190194064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12917] ppid=12899 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12902/task/12917/stat : 12917 (java) S 12899 12902 5965 0 -1 4202560 4056 0 0 0 66 0 0 0 20 0 19 0 109667150 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036189141688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12918] ppid=12899 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12902/task/12918/stat : 12918 (java) S 12899 12902 5965 0 -1 4202560 2435 0 0 0 51 0 0 0 20 0 19 0 109667150 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036188088888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12919] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12919/stat : 12919 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109667150 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036187036792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12920] ppid=12899 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/12902/task/12920/stat : 12920 (java) S 12899 12902 5965 0 -1 4202560 103 0 0 0 41 34 0 0 20 0 19 0 109667150 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036185984200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12921] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12921/stat : 12921 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109667830 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036184929192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 12902 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.25 2.22 2.18 3/213 13159
/proc/meminfo: memFree=28458032/32872528 swapFree=16360/1798728
[pid=12902] ppid=12899 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/12902/stat : 12902 (java) S 12899 12902 5965 0 -1 4202496 13346 0 1 0 179917 84 0 0 20 0 19 0 109667144 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140733495582960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12902/statm: 2406260 332995 2284 9 0 2396937 0
[pid=12902/tid=12904] ppid=12899 vsize=9625040 CPUtime=1792.25 cores=0,2,4,6
/proc/12902/task/12904/stat : 12904 (java) R 12899 12902 5965 0 -1 4202560 3104 0 1 0 179177 48 0 0 20 0 19 0 109667145 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036840006264 140036688038960 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12905] ppid=12899 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/12902/task/12905/stat : 12905 (java) S 12899 12902 5965 0 -1 4202560 242 0 0 0 14 4 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036812458280 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12906] ppid=12899 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12902/task/12906/stat : 12906 (java) S 12899 12902 5965 0 -1 4202560 144 0 0 0 11 3 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036811405480 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12907] ppid=12899 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/12902/task/12907/stat : 12907 (java) S 12899 12902 5965 0 -1 4202560 219 0 0 0 11 4 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036810353192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12908] ppid=12899 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/12902/task/12908/stat : 12908 (java) S 12899 12902 5965 0 -1 4202560 176 0 0 0 13 4 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036809300392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12909] ppid=12899 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12902/task/12909/stat : 12909 (java) S 12899 12902 5965 0 -1 4202560 279 0 0 0 16 5 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036808248104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12910] ppid=12899 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/12902/task/12910/stat : 12910 (java) S 12899 12902 5965 0 -1 4202560 139 0 0 0 13 3 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036807195304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12911] ppid=12899 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12902/task/12911/stat : 12911 (java) S 12899 12902 5965 0 -1 4202560 171 0 0 0 22 5 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036806143016 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12912] ppid=12899 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/12902/task/12912/stat : 12912 (java) S 12899 12902 5965 0 -1 4202560 241 0 0 0 11 2 0 0 20 0 19 0 109667146 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036676299688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12913] ppid=12899 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12902/task/12913/stat : 12913 (java) S 12899 12902 5965 0 -1 4202560 778 0 0 0 1 1 0 0 20 0 19 0 109667147 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036193351912 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12914] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12914/stat : 12914 (java) S 12899 12902 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109667148 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036192297976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12915] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12915/stat : 12915 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109667148 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036191245576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12916] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12916/stat : 12916 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109667150 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036190194064 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12902/tid=12917] ppid=12899 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12902/task/12917/stat : 12917 (java) S 12899 12902 5965 0 -1 4202560 4056 0 0 0 66 0 0 0 20 0 19 0 109667150 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036189141688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12918] ppid=12899 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12902/task/12918/stat : 12918 (java) S 12899 12902 5965 0 -1 4202560 2435 0 0 0 51 0 0 0 20 0 19 0 109667150 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036188088888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12902/tid=12919] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12919/stat : 12919 (java) S 12899 12902 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109667150 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036187036792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12902/tid=12920] ppid=12899 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/12902/task/12920/stat : 12920 (java) S 12899 12902 5965 0 -1 4202560 103 0 0 0 41 34 0 0 20 0 19 0 109667150 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036185984200 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12902/tid=12921] ppid=12899 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12902/task/12921/stat : 12921 (java) S 12899 12902 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109667830 9856040960 332995 33554432000 1073741824 1073778376 140733495591824 140036184929192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.36
CPU time (s): 1800.01
CPU user time (s): 1799.17
CPU system time (s): 0.84
CPU usage (%): 100.147
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 1.2828
maximum resident set size= 1338448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13456
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38371
involuntary context switches= 2911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.821 second user time and 16.5445 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 07:29:00
IDJOB=4084559
IDBENCH=89756
IDSOLVER=2546
FILE ID=node123/4084559-1465277339
RUNJOBID= node123-1465255130-5981
PBS_JOBID= 19843274
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-129.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084559-1465277339/watcher-4084559-1465277339 -o /tmp/evaluation-result-4084559-1465277339/solver-4084559-1465277339 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084559-1465277339.opb

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

MD5SUM BENCH= 67d021e5b92124566c71fb431934058c
RANDOM SEED=1722340250

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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:        28500768 kB
Buffers:          105328 kB
Cached:           195080 kB
SwapCached:         1808 kB
Active:          1644468 kB
Inactive:         176424 kB
Active(anon):    1519720 kB
Inactive(anon):     3796 kB
Active(file):     124748 kB
Inactive(file):   172628 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:             50432 kB
Writeback:             0 kB
AnonPages:       3333556 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             603432 kB
SReclaimable:      46280 kB
SUnreclaim:       557152 kB
KernelStack:        1584 kB
PageTables:        10860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4774964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3293184 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= 71684 MiB
End job on node123 at 2016-06-07 07:58:57