Trace number 4084603

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 1793.58

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K133.opb
MD5SUM2e2bfba9fd441b7330d2c90af940d9b0
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 variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4084603-1465286511.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.93/0.51	c ... done. Wall clock time 0.395s.
0.93/0.51	c declared #vars     15827
0.93/0.51	c #constraints  16095
0.93/0.51	c constraints type 
0.93/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14244
0.93/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 133
0.93/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.93/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1716
0.93/0.51	c 16095 constraints processed.
3.00/2.29	c cleaning 2494 clauses out of 4993 with flag 22813/5004
4.98/4.19	c cleaning 4208 clauses out of 8493 with flag 57363/11000
6.98/6.15	c cleaning 5578 clauses out of 11277 with flag 96815/18000
9.59/8.75	c cleaning 6822 clauses out of 13697 with flag 142118/26001
12.40/11.50	c cleaning 7895 clauses out of 15872 with flag 190126/35001
15.40/14.55	c cleaning 8664 clauses out of 17978 with flag 243575/45004
18.90/18.01	c cleaning 9009 clauses out of 20309 with flag 299404/56000
22.60/21.77	c cleaning 9838 clauses out of 23302 with flag 363473/68003
26.34/25.46	c cleaning 10900 clauses out of 26460 with flag 428046/81000
30.64/29.73	c cleaning 11498 clauses out of 29560 with flag 502484/95000
34.93/34.00	c cleaning 12502 clauses out of 33064 with flag 584839/110002
39.93/39.00	c cleaning 13332 clauses out of 36558 with flag 674176/126000
45.13/44.25	c cleaning 14017 clauses out of 40226 with flag 768525/143002
50.63/49.71	c cleaning 15019 clauses out of 44206 with flag 864195/161000
56.53/55.69	c cleaning 15817 clauses out of 48186 with flag 964939/180000
62.93/62.06	c cleaning 16645 clauses out of 52366 with flag 1070991/200000
69.83/68.96	c cleaning 17524 clauses out of 56720 with flag 1189329/221000
76.85/76.00	c cleaning 18333 clauses out of 61196 with flag 1323595/243000
84.32/83.39	c cleaning 19295 clauses out of 65862 with flag 1451462/266000
92.42/91.46	c cleaning 20066 clauses out of 70568 with flag 1582628/290002
100.71/99.77	c cleaning 20848 clauses out of 75499 with flag 1722481/315000
109.73/108.72	c cleaning 21728 clauses out of 80650 with flag 1868098/341000
119.33/118.35	c cleaning 22468 clauses out of 85922 with flag 2021119/368000
129.13/128.10	c cleaning 23459 clauses out of 91455 with flag 2178934/396001
139.43/138.45	c cleaning 24378 clauses out of 96994 with flag 2353991/425001
149.98/148.85	c cleaning 25585 clauses out of 102614 with flag 2526702/455001
161.18/160.06	c cleaning 26015 clauses out of 108030 with flag 2706572/486002
173.09/171.98	c cleaning 26882 clauses out of 114013 with flag 2894916/518000
185.49/184.34	c cleaning 27711 clauses out of 120131 with flag 3084622/551000
198.99/197.86	c cleaning 28770 clauses out of 126421 with flag 3301154/585001
212.81/211.45	c cleaning 29970 clauses out of 132649 with flag 3514455/620000
227.31/225.91	c cleaning 30413 clauses out of 138680 with flag 3733425/656001
241.81/240.49	c cleaning 31561 clauses out of 145268 with flag 3963692/693002
258.41/257.04	c cleaning 32359 clauses out of 151706 with flag 4207061/731001
275.42/274.02	c cleaning 33215 clauses out of 158346 with flag 4447026/770000
292.16/290.58	c cleaning 34341 clauses out of 165132 with flag 4694029/810001
309.15/307.57	c cleaning 35146 clauses out of 171790 with flag 4942801/851000
327.05/325.42	c cleaning 35910 clauses out of 178647 with flag 5200945/893004
345.69/343.90	c cleaning 37267 clauses out of 185733 with flag 5475268/936000
365.10/363.32	c cleaning 38208 clauses out of 192467 with flag 5761695/980002
385.41/383.68	c cleaning 38839 clauses out of 199260 with flag 6054581/1025004
406.31/404.58	c cleaning 39936 clauses out of 206416 with flag 6352016/1071000
428.47/426.45	c cleaning 40549 clauses out of 213480 with flag 6667287/1118000
450.57/448.58	c cleaning 41692 clauses out of 220929 with flag 6992136/1166000
474.09/472.09	c cleaning 42543 clauses out of 228238 with flag 7325132/1215001
498.83/496.40	c cleaning 43688 clauses out of 235694 with flag 7669784/1265000
523.84/521.21	c cleaning 44478 clauses out of 243006 with flag 8024548/1316000
549.35/546.78	c cleaning 45497 clauses out of 250528 with flag 8385329/1368000
577.11/574.27	c cleaning 46350 clauses out of 258031 with flag 8750803/1421000
604.99/602.08	c cleaning 47395 clauses out of 265681 with flag 9140045/1475000
633.29/630.37	c cleaning 48227 clauses out of 273286 with flag 9541578/1530000
661.08/658.07	c cleaning 49558 clauses out of 281058 with flag 9932281/1586000
691.16/688.01	c cleaning 50267 clauses out of 288500 with flag 10345383/1643000
721.98/718.73	c cleaning 51521 clauses out of 296233 with flag 10774871/1701000
755.00/751.79	c cleaning 52467 clauses out of 303712 with flag 11213669/1760000
786.09/782.74	c cleaning 53390 clauses out of 311245 with flag 11647353/1820000
819.57/816.11	c cleaning 54174 clauses out of 318855 with flag 12123006/1881001
853.67/850.14	c cleaning 55239 clauses out of 326680 with flag 12599789/1943000
888.07/884.48	c cleaning 56665 clauses out of 334442 with flag 13055407/2006001
924.23/920.50	c cleaning 57443 clauses out of 341775 with flag 13536663/2070000
961.15/957.38	c cleaning 58377 clauses out of 349332 with flag 14040402/2135000
999.06/995.18	c cleaning 59172 clauses out of 356955 with flag 14560694/2201000
1037.50/1033.47	c cleaning 60144 clauses out of 364785 with flag 15088269/2268002
1076.92/1072.73	c cleaning 61439 clauses out of 372639 with flag 15664530/2336000
1117.03/1112.73	c cleaning 62276 clauses out of 380201 with flag 16212739/2405001
1157.99/1153.64	c cleaning 62918 clauses out of 387925 with flag 16757643/2475001
1201.96/1197.43	c cleaning 64054 clauses out of 396006 with flag 17340458/2546000
1246.52/1241.87	c cleaning 65172 clauses out of 403952 with flag 17941946/2618002
1293.98/1289.11	c cleaning 65803 clauses out of 411776 with flag 18548773/2691000
1339.80/1334.87	c cleaning 66710 clauses out of 419973 with flag 19133385/2765001
1389.23/1384.03	c cleaning 67579 clauses out of 428261 with flag 19759857/2840000
1439.32/1434.05	c cleaning 68718 clauses out of 436686 with flag 20397602/2916005
1489.02/1483.55	c cleaning 70118 clauses out of 444961 with flag 21012798/2993000
1541.01/1535.33	c cleaning 70823 clauses out of 452843 with flag 21642735/3071000
1593.60/1587.79	c cleaning 72016 clauses out of 461021 with flag 22328720/3150002
1647.60/1641.63	c cleaning 72744 clauses out of 469006 with flag 23018437/3230003
1702.87/1696.74	c cleaning 74015 clauses out of 477261 with flag 23735094/3311002
1761.54/1755.14	c cleaning 74630 clauses out of 485245 with flag 24559274/3393001
1800.01/1793.50	c starts		: 22081
1800.01/1793.50	c conflicts		: 3452348
1800.01/1793.50	c decisions		: 83008922
1800.01/1793.50	c propagations		: 2765966850
1800.01/1793.50	c inspects		: 12449850862
1800.01/1793.50	c shortcuts		: 0
1800.01/1793.50	c learnt literals	: 71
1800.01/1793.50	c learnt binary clauses	: 154714
1800.01/1793.50	c learnt ternary clauses	: 142872
1800.01/1793.50	c learnt constraints	: 3452277
1800.01/1793.50	c ignored constraints	: 0
1800.01/1793.50	c root simplifications	: 0
1800.01/1793.50	c removed literals (reason simplification)	: 0
1800.01/1793.50	c reason swapping (by a shorter reason)	: 0
1800.01/1793.50	c Calls to reduceDB	: 78
1800.01/1793.50	c Number of update (reduction) of LBD	: 2610135
1800.01/1793.50	c Imported unit clauses	: 0
1800.01/1793.50	c number of reductions to clauses (during analyze)	: 0
1800.01/1793.50	c number of learned constraints concerned by reduction	: 0
1800.01/1793.50	c number of learning phase by resolution	: 0
1800.01/1793.50	c number of learning phase by cutting planes	: 0
1800.01/1793.50	c speed (assignments/second)	: 1542671.6568914629
1800.01/1793.50	c non guided choices	19001
1800.01/1793.50	c timeout
1800.01/1793.57	c learnt constraints type 
1800.01/1793.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 154714
1800.01/1793.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 315247
1800.01/1793.57	s UNKNOWN
1800.01/1793.57	c Total wall clock time (in seconds): 1793.451

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-4084603-1465286511/watcher-4084603-1465286511 -o /tmp/evaluation-result-4084603-1465286511/solver-4084603-1465286511 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084603-1465286511.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.22 2.18 3/197 19278
/proc/meminfo: memFree=29741308/32872528 swapFree=20720/1686580
[pid=19278] ppid=19275 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/19278/stat : 19278 (runsolver) D 19275 19278 15085 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 110583141 24911872 152 33554432000 4194304 4338465 140734670405856 140734670403496 215124626615 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/19278/statm: 6082 152 105 36 0 2655 0

[startup+0.10006 s]
/proc/loadavg: 2.16 2.22 2.18 3/197 19278
/proc/meminfo: memFree=29741308/32872528 swapFree=20720/1686580
[pid=19278] ppid=19275 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/19278/stat : 19278 (java) S 19275 19278 15085 0 -1 4202496 4371 0 1 0 7 1 0 0 20 0 18 0 110583141 9787879424 5491 33554432000 1073741824 1073778376 140736009718128 140736009709264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19278/statm: 2389619 5491 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.16 2.22 2.18 3/197 19278
/proc/meminfo: memFree=29741308/32872528 swapFree=20720/1686580
[pid=19278] ppid=19275 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/19278/stat : 19278 (java) S 19275 19278 15085 0 -1 4202496 4900 0 1 0 26 1 0 0 20 0 18 0 110583141 9787879424 6933 33554432000 1073741824 1073778376 140736009718128 140736009709264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19278/statm: 2389619 6933 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 2.16 2.22 2.18 3/197 19278
/proc/meminfo: memFree=29741308/32872528 swapFree=20720/1686580
[pid=19278] ppid=19275 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/19278/stat : 19278 (java) S 19275 19278 15085 0 -1 4202496 7353 0 1 0 53 1 0 0 20 0 18 0 110583141 9787879424 10887 33554432000 1073741824 1073778376 140736009718128 140736009709264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19278/statm: 2389619 10887 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.7002 s]
/proc/loadavg: 2.16 2.22 2.18 3/197 19278
/proc/meminfo: memFree=29741308/32872528 swapFree=20720/1686580
[pid=19278] ppid=19275 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/19278/stat : 19278 (java) S 19275 19278 15085 0 -1 4202496 8162 0 1 0 135 3 0 0 20 0 19 0 110583141 9856040960 28880 33554432000 1073741824 1073778376 140736009718128 140736009709264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19278/statm: 2406260 28880 2265 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.16 2.22 2.18 3/216 19297
/proc/meminfo: memFree=29631864/32872528 swapFree=20720/1686580
[pid=19278] ppid=19275 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/19278/stat : 19278 (java) S 19275 19278 15085 0 -1 4202496 8878 0 1 0 225 4 0 0 20 0 19 0 110583141 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140736009709264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19278/statm: 2406260 29414 2269 9 0 2396937 0
[pid=19278/tid=19280] ppid=19275 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/19278/task/19280/stat : 19280 (java) R 19275 19278 15085 0 -1 4202560 2446 0 1 0 143 2 0 0 20 0 19 0 110583143 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140316029186232 140315860948067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19281] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19281/stat : 19281 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315990677800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19282] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19282/stat : 19282 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315989625000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19283] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19283/stat : 19283 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315988572712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19284] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19284/stat : 19284 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315987519912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19285] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19285/stat : 19285 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315986467624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19286] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19286/stat : 19286 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315985414824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19287] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19287/stat : 19287 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315984362536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19288] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19288/stat : 19288 (java) S 19275 19278 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315983309736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19289] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19289/stat : 19289 (java) S 19275 19278 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110583145 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315852765416 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19290] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19290/stat : 19290 (java) S 19275 19278 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110583146 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315851711480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19291] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19291/stat : 19291 (java) S 19275 19278 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110583146 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315850659080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19292] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19292/stat : 19292 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315849607568 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19293] ppid=19275 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/19278/task/19293/stat : 19293 (java) S 19275 19278 15085 0 -1 4202560 2505 0 0 0 38 0 0 0 20 0 19 0 110583148 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315848555192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19294] ppid=19275 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/19278/task/19294/stat : 19294 (java) S 19275 19278 15085 0 -1 4202560 2651 0 0 0 41 0 0 0 20 0 19 0 110583148 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315847502392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19295] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19295/stat : 19295 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315846450296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19296] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19296/stat : 19296 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140315845397704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19297] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19297/stat : 19297 (java) S 19275 19278 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110583195 9856040960 29414 33554432000 1073741824 1073778376 140736009718128 140314836722600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.16 2.22 2.18 3/216 19297
/proc/meminfo: memFree=29629692/32872528 swapFree=20720/1686580
[pid=19278] ppid=19275 vsize=9625040 CPUtime=3.94 cores=1,3,5,7
/proc/19278/stat : 19278 (java) S 19275 19278 15085 0 -1 4202496 8887 0 1 0 390 4 0 0 20 0 19 0 110583141 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140736009709264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19278/statm: 2406260 29931 2273 9 0 2396937 0
[pid=19278/tid=19280] ppid=19275 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/19278/task/19280/stat : 19280 (java) R 19275 19278 15085 0 -1 4202560 2449 0 1 0 303 2 0 0 20 0 19 0 110583143 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140316029186536 140315860930451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19281] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19281/stat : 19281 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315990677800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19282] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19282/stat : 19282 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315989625000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19283] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19283/stat : 19283 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315988572712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19284] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19284/stat : 19284 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315987519912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19285] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19285/stat : 19285 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315986467624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19286] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19286/stat : 19286 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315985414824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19287] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19287/stat : 19287 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315984362536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19288] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19288/stat : 19288 (java) S 19275 19278 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315983309736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19289] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19289/stat : 19289 (java) S 19275 19278 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110583145 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315852765416 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19290] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19290/stat : 19290 (java) S 19275 19278 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110583146 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315851711480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19291] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19291/stat : 19291 (java) S 19275 19278 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110583146 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315850659080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19292] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19292/stat : 19292 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315849607568 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19293] ppid=19275 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/19278/task/19293/stat : 19293 (java) S 19275 19278 15085 0 -1 4202560 2506 0 0 0 39 0 0 0 20 0 19 0 110583148 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315848555192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19294] ppid=19275 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/19278/task/19294/stat : 19294 (java) S 19275 19278 15085 0 -1 4202560 2655 0 0 0 45 0 0 0 20 0 19 0 110583148 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315847502392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19295] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19295/stat : 19295 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315846450296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19296] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19296/stat : 19296 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140315845397704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19297] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19297/stat : 19297 (java) S 19275 19278 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110583195 9856040960 29931 33554432000 1073741824 1073778376 140736009718128 140314836722600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.14 2.21 2.18 3/216 19297
/proc/meminfo: memFree=29623296/32872528 swapFree=20720/1686580
[pid=19278] ppid=19275 vsize=9625040 CPUtime=7.19 cores=1,3,5,7
/proc/19278/stat : 19278 (java) S 19275 19278 15085 0 -1 4202496 8893 0 1 0 715 4 0 0 20 0 19 0 110583141 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140736009709264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19278/statm: 2406260 31955 2273 9 0 2396937 0
[pid=19278/tid=19280] ppid=19275 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/19278/task/19280/stat : 19280 (java) R 19275 19278 15085 0 -1 4202560 2455 0 1 0 622 2 0 0 20 0 19 0 110583143 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140316029177552 140315860930979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19281] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19281/stat : 19281 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315990677800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19282] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19282/stat : 19282 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315989625000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19283] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19283/stat : 19283 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315988572712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19284] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19284/stat : 19284 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315987519912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19285] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19285/stat : 19285 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315986467624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19286] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19286/stat : 19286 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315985414824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19287] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19287/stat : 19287 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315984362536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19288] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19288/stat : 19288 (java) S 19275 19278 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110583144 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315983309736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19289] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19289/stat : 19289 (java) S 19275 19278 15085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110583145 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315852765416 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19290] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19290/stat : 19290 (java) S 19275 19278 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110583146 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315851711480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19291] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19291/stat : 19291 (java) S 19275 19278 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110583146 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315850659080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19292] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19292/stat : 19292 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315849607568 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19293] ppid=19275 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/19278/task/19293/stat : 19293 (java) S 19275 19278 15085 0 -1 4202560 2506 0 0 0 41 0 0 0 20 0 19 0 110583148 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315848555192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19294] ppid=19275 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/19278/task/19294/stat : 19294 (java) S 19275 19278 15085 0 -1 4202560 2655 0 0 0 48 0 0 0 20 0 19 0 110583148 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315847502392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19295] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19295/stat : 19295 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315846450296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19296] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19296/stat : 19296 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140315845397704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19297] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19297/stat : 19297 (java) S 19275 19278 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110583195 9856040960 31955 33554432000 1073741824 1073778376 140736009718128 140314836722600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 9625040


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

[pid=19278/tid=19297] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19297/stat : 19297 (java) S 19275 19278 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110583195 9856040960 118732 33554432000 1073741824 1073778376 140736009718128 140314836722600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1728.51
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.19 2.22 4/215 19407
/proc/meminfo: memFree=29087216/32872528 swapFree=20720/1686580
[pid=19278] ppid=19275 vsize=9625040 CPUtime=1788.81 cores=1,3,5,7
/proc/19278/stat : 19278 (java) S 19275 19278 15085 0 -1 4202496 12846 0 1 0 178761 120 0 0 20 0 19 0 110583141 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140736009709264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19278/statm: 2406260 118767 2295 9 0 2396937 0
[pid=19278/tid=19280] ppid=19275 vsize=9625040 CPUtime=1774.3 cores=1,3,5,7
/proc/19278/task/19280/stat : 19280 (java) R 19275 19278 15085 0 -1 4202560 2522 0 1 0 177400 30 0 0 20 0 19 0 110583143 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140316029185360 140315860931160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19281] ppid=19275 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/19278/task/19281/stat : 19281 (java) S 19275 19278 15085 0 -1 4202560 354 0 0 0 80 10 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315990677800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19282] ppid=19275 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/19278/task/19282/stat : 19282 (java) S 19275 19278 15085 0 -1 4202560 427 0 0 0 83 11 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315989625000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19283] ppid=19275 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/19278/task/19283/stat : 19283 (java) S 19275 19278 15085 0 -1 4202560 373 0 0 0 84 11 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315988572712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19284] ppid=19275 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/19278/task/19284/stat : 19284 (java) S 19275 19278 15085 0 -1 4202560 442 0 0 0 71 6 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315987519912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19285] ppid=19275 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/19278/task/19285/stat : 19285 (java) S 19275 19278 15085 0 -1 4202560 544 0 0 0 78 12 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315986467624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19286] ppid=19275 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/19278/task/19286/stat : 19286 (java) S 19275 19278 15085 0 -1 4202560 342 0 0 0 86 9 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315985414824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19287] ppid=19275 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/19278/task/19287/stat : 19287 (java) S 19275 19278 15085 0 -1 4202560 342 0 0 0 76 10 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315984362536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19288] ppid=19275 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/19278/task/19288/stat : 19288 (java) S 19275 19278 15085 0 -1 4202560 459 0 0 0 67 7 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315983309736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19289] ppid=19275 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19278/task/19289/stat : 19289 (java) S 19275 19278 15085 0 -1 4202560 402 0 0 0 144 3 0 0 20 0 19 0 110583145 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315852765416 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19290] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19290/stat : 19290 (java) S 19275 19278 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110583146 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315851711480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19291] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19291/stat : 19291 (java) S 19275 19278 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110583146 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315850659080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19292] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19292/stat : 19292 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315849607568 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19293] ppid=19275 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/19278/task/19293/stat : 19293 (java) S 19275 19278 15085 0 -1 4202560 2618 0 0 0 45 0 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315848555192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19294] ppid=19275 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/19278/task/19294/stat : 19294 (java) S 19275 19278 15085 0 -1 4202560 2656 0 0 0 48 0 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315847502392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19295] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19295/stat : 19295 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315846450296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19296] ppid=19275 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/19278/task/19296/stat : 19296 (java) S 19275 19278 15085 0 -1 4202560 103 0 0 0 31 40 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315845397704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19297] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19297/stat : 19297 (java) S 19275 19278 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110583195 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140314836722600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.81
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.20 2.20 2.22 3/215 19407
/proc/meminfo: memFree=29096212/32872528 swapFree=20720/1686580
[pid=19278] ppid=19275 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/19278/stat : 19278 (java) S 19275 19278 15085 0 -1 4202496 12846 0 1 0 179881 120 0 0 20 0 19 0 110583141 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140736009709264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19278/statm: 2406260 118767 2295 9 0 2396937 0
[pid=19278/tid=19280] ppid=19275 vsize=9625040 CPUtime=1785.47 cores=1,3,5,7
/proc/19278/task/19280/stat : 19280 (java) R 19275 19278 15085 0 -1 4202560 2522 0 1 0 178516 31 0 0 20 0 19 0 110583143 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140316029185360 140315860931016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19281] ppid=19275 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/19278/task/19281/stat : 19281 (java) S 19275 19278 15085 0 -1 4202560 354 0 0 0 80 10 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315990677800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19282] ppid=19275 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/19278/task/19282/stat : 19282 (java) S 19275 19278 15085 0 -1 4202560 427 0 0 0 83 11 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315989625000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19283] ppid=19275 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/19278/task/19283/stat : 19283 (java) S 19275 19278 15085 0 -1 4202560 373 0 0 0 84 11 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315988572712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19284] ppid=19275 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/19278/task/19284/stat : 19284 (java) S 19275 19278 15085 0 -1 4202560 442 0 0 0 71 6 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315987519912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19285] ppid=19275 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/19278/task/19285/stat : 19285 (java) S 19275 19278 15085 0 -1 4202560 544 0 0 0 78 12 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315986467624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19286] ppid=19275 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/19278/task/19286/stat : 19286 (java) S 19275 19278 15085 0 -1 4202560 342 0 0 0 86 9 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315985414824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19287] ppid=19275 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/19278/task/19287/stat : 19287 (java) S 19275 19278 15085 0 -1 4202560 342 0 0 0 76 10 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315984362536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19288] ppid=19275 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/19278/task/19288/stat : 19288 (java) S 19275 19278 15085 0 -1 4202560 459 0 0 0 67 7 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315983309736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19289] ppid=19275 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19278/task/19289/stat : 19289 (java) S 19275 19278 15085 0 -1 4202560 402 0 0 0 144 3 0 0 20 0 19 0 110583145 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315852765416 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19290] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19290/stat : 19290 (java) S 19275 19278 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110583146 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315851711480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19291] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19291/stat : 19291 (java) S 19275 19278 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110583146 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315850659080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19292] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19292/stat : 19292 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315849607568 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19293] ppid=19275 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/19278/task/19293/stat : 19293 (java) S 19275 19278 15085 0 -1 4202560 2618 0 0 0 45 0 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315848555192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19294] ppid=19275 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/19278/task/19294/stat : 19294 (java) S 19275 19278 15085 0 -1 4202560 2656 0 0 0 48 0 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315847502392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19295] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19295/stat : 19295 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315846450296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19296] ppid=19275 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/19278/task/19296/stat : 19296 (java) S 19275 19278 15085 0 -1 4202560 103 0 0 0 31 40 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315845397704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19297] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19297/stat : 19297 (java) S 19275 19278 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110583195 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140314836722600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 19278 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.5 s]
/proc/loadavg: 2.20 2.20 2.22 3/215 19407
/proc/meminfo: memFree=29096212/32872528 swapFree=20720/1686580
[pid=19278] ppid=19275 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/19278/stat : 19278 (java) S 19275 19278 15085 0 -1 4202496 12846 0 1 0 179881 120 0 0 20 0 19 0 110583141 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140736009709264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19278/statm: 2406260 118767 2295 9 0 2396937 0
[pid=19278/tid=19280] ppid=19275 vsize=9625040 CPUtime=1785.47 cores=1,3,5,7
/proc/19278/task/19280/stat : 19280 (java) R 19275 19278 15085 0 -1 4202560 2522 0 1 0 178516 31 0 0 20 0 19 0 110583143 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140316029185360 140315860931016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19281] ppid=19275 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/19278/task/19281/stat : 19281 (java) S 19275 19278 15085 0 -1 4202560 354 0 0 0 80 10 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315990677800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19282] ppid=19275 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/19278/task/19282/stat : 19282 (java) S 19275 19278 15085 0 -1 4202560 427 0 0 0 83 11 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315989625000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19283] ppid=19275 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/19278/task/19283/stat : 19283 (java) S 19275 19278 15085 0 -1 4202560 373 0 0 0 84 11 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315988572712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19284] ppid=19275 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/19278/task/19284/stat : 19284 (java) S 19275 19278 15085 0 -1 4202560 442 0 0 0 71 6 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315987519912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19285] ppid=19275 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/19278/task/19285/stat : 19285 (java) S 19275 19278 15085 0 -1 4202560 544 0 0 0 78 12 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315986467624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19286] ppid=19275 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/19278/task/19286/stat : 19286 (java) S 19275 19278 15085 0 -1 4202560 342 0 0 0 86 9 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315985414824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19287] ppid=19275 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/19278/task/19287/stat : 19287 (java) S 19275 19278 15085 0 -1 4202560 342 0 0 0 76 10 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315984362536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19288] ppid=19275 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/19278/task/19288/stat : 19288 (java) S 19275 19278 15085 0 -1 4202560 459 0 0 0 67 7 0 0 20 0 19 0 110583144 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315983309736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19278/tid=19289] ppid=19275 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/19278/task/19289/stat : 19289 (java) S 19275 19278 15085 0 -1 4202560 402 0 0 0 144 3 0 0 20 0 19 0 110583145 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315852765416 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19290] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19290/stat : 19290 (java) S 19275 19278 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110583146 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315851711480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19291] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19291/stat : 19291 (java) S 19275 19278 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110583146 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315850659080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19292] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19292/stat : 19292 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315849607568 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19278/tid=19293] ppid=19275 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/19278/task/19293/stat : 19293 (java) S 19275 19278 15085 0 -1 4202560 2618 0 0 0 45 0 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315848555192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19294] ppid=19275 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/19278/task/19294/stat : 19294 (java) S 19275 19278 15085 0 -1 4202560 2656 0 0 0 48 0 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315847502392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19295] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19295/stat : 19295 (java) S 19275 19278 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315846450296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19278/tid=19296] ppid=19275 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/19278/task/19296/stat : 19296 (java) S 19275 19278 15085 0 -1 4202560 103 0 0 0 31 40 0 0 20 0 19 0 110583148 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140315845397704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19278/tid=19297] ppid=19275 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19278/task/19297/stat : 19297 (java) S 19275 19278 15085 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110583195 9856040960 118767 33554432000 1073741824 1073778376 140736009718128 140314836722600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 19278 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=318222
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=640750
# 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): 1793.58
CPU time (s): 1800.01
CPU user time (s): 1798.81
CPU system time (s): 1.2
CPU usage (%): 100.359
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.32
system time used= 1.64075
maximum resident set size= 832512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12881
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39218
involuntary context switches= 12972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1233 second user time and 13.213 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 10:01:51
IDJOB=4084603
IDBENCH=90164
IDSOLVER=2546
FILE ID=node135/4084603-1465286511
RUNJOBID= node135-1465261709-15102
PBS_JOBID= 19843293
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K133.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084603-1465286511/watcher-4084603-1465286511 -o /tmp/evaluation-result-4084603-1465286511/solver-4084603-1465286511 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084603-1465286511.opb

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

MD5SUM BENCH= 2e2bfba9fd441b7330d2c90af940d9b0
RANDOM SEED=1916836911

node135.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.026
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.05
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.026
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.026
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		: 2667.026
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.026
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.56
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.026
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		: 2667.026
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.026
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:        29741836 kB
Buffers:          127608 kB
Cached:           231116 kB
SwapCached:         1764 kB
Active:           426748 kB
Inactive:         274428 kB
Active(anon):     343288 kB
Inactive(anon):     1376 kB
Active(file):      83460 kB
Inactive(file):   273052 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:              2004 kB
Writeback:             0 kB
AnonPages:       2052680 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             601716 kB
SReclaimable:      45540 kB
SUnreclaim:       556176 kB
KernelStack:        1784 kB
PageTables:         8384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2208192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2015232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node135 at 2016-06-07 10:31:44