Trace number 4084640

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 1788.57

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K83.opb
MD5SUM87eecd69bf3cf4e36ad8fc8a9d8af53d
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 variables5644
Total number of constraints5812
Number of constraints which are clauses5729
Number of constraints which are cardinality constraints (but not clauses)83
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint83
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 84
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084640-1465285089.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.55/0.37	c ... done. Wall clock time 0.258s.
0.55/0.37	c declared #vars     5644
0.55/0.37	c #constraints  5812
0.55/0.37	c constraints type 
0.55/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4661
0.55/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 83
0.55/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.55/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1066
0.55/0.37	c 5812 constraints processed.
1.77/1.13	c cleaning 2494 clauses out of 4990 with flag 28046/5000
2.55/1.83	c cleaning 4244 clauses out of 8493 with flag 66607/11000
3.35/2.65	c cleaning 5555 clauses out of 11238 with flag 115959/18001
4.36/3.61	c cleaning 6813 clauses out of 13680 with flag 175043/26001
5.58/4.81	c cleaning 7914 clauses out of 15864 with flag 240075/35000
6.77/6.05	c cleaning 8914 clauses out of 17950 with flag 311731/45000
8.17/7.41	c cleaning 9988 clauses out of 20035 with flag 380960/56000
9.68/8.99	c cleaning 10482 clauses out of 22046 with flag 455913/68000
11.38/10.68	c cleaning 11259 clauses out of 24566 with flag 531091/81002
13.28/12.56	c cleaning 12120 clauses out of 27305 with flag 616281/95000
15.38/14.65	c cleaning 13052 clauses out of 30187 with flag 710935/110003
17.58/16.89	c cleaning 13970 clauses out of 33130 with flag 811640/126000
20.08/19.38	c cleaning 14691 clauses out of 36162 with flag 924335/143002
22.88/22.12	c cleaning 15740 clauses out of 39471 with flag 1040199/161003
25.80/25.00	c cleaning 16398 clauses out of 42729 with flag 1166622/180001
28.80/28.00	c cleaning 17102 clauses out of 46328 with flag 1302051/200000
32.10/31.34	c cleaning 18329 clauses out of 50225 with flag 1450850/221000
35.50/34.79	c cleaning 19420 clauses out of 53896 with flag 1601743/243000
39.20/38.43	c cleaning 20180 clauses out of 57475 with flag 1753183/266000
43.20/42.43	c cleaning 21033 clauses out of 61295 with flag 1913903/290000
47.50/46.73	c cleaning 21870 clauses out of 65262 with flag 2088769/315000
52.00/51.25	c cleaning 22752 clauses out of 69392 with flag 2276508/341000
56.88/56.03	c cleaning 23987 clauses out of 73641 with flag 2467991/368001
61.78/60.96	c cleaning 25045 clauses out of 77652 with flag 2674817/396000
67.18/66.34	c cleaning 25781 clauses out of 81607 with flag 2882861/425000
72.58/71.77	c cleaning 26625 clauses out of 85826 with flag 3103051/455000
78.58/77.74	c cleaning 27314 clauses out of 90202 with flag 3337612/486002
84.98/84.11	c cleaning 28430 clauses out of 94887 with flag 3592149/518001
91.68/90.80	c cleaning 29320 clauses out of 99456 with flag 3847934/551000
99.10/98.15	c cleaning 30363 clauses out of 104135 with flag 4136598/585000
106.90/105.94	c cleaning 31091 clauses out of 108773 with flag 4410818/620001
114.70/113.78	c cleaning 32593 clauses out of 113682 with flag 4698052/656001
123.11/122.13	c cleaning 33260 clauses out of 118089 with flag 5012664/693001
132.00/130.90	c cleaning 34601 clauses out of 122828 with flag 5339088/731000
141.40/140.28	c cleaning 35291 clauses out of 127228 with flag 5669865/770001
150.80/149.64	c cleaning 36367 clauses out of 131936 with flag 5994081/810000
160.50/159.35	c cleaning 37530 clauses out of 136569 with flag 6370664/851000
170.50/169.38	c cleaning 38205 clauses out of 141039 with flag 6733704/893000
182.28/180.96	c cleaning 39712 clauses out of 145834 with flag 7143578/936000
193.19/191.89	c cleaning 40530 clauses out of 150124 with flag 7542819/980002
204.90/203.60	c cleaning 41524 clauses out of 154593 with flag 7951187/1025001
217.73/216.10	c cleaning 42710 clauses out of 159069 with flag 8403261/1071002
230.73/229.15	c cleaning 43746 clauses out of 163358 with flag 8892264/1118001
244.03/242.44	c cleaning 44402 clauses out of 167611 with flag 9348679/1166000
258.59/256.71	c cleaning 45508 clauses out of 172215 with flag 9830754/1215006
273.09/271.29	c cleaning 46968 clauses out of 176708 with flag 10324057/1265007
289.11/286.92	c cleaning 47497 clauses out of 180734 with flag 10865115/1316001
305.51/303.33	c cleaning 48589 clauses out of 185236 with flag 11392023/1368000
322.34/319.94	c cleaning 49648 clauses out of 189646 with flag 11925511/1421000
340.00/337.58	c cleaning 50662 clauses out of 193998 with flag 12536589/1475000
359.18/356.65	c cleaning 51667 clauses out of 198336 with flag 13202054/1530000
377.88/375.36	c cleaning 52673 clauses out of 202672 with flag 13921890/1586003
396.78/394.18	c cleaning 53809 clauses out of 206997 with flag 14558050/1643001
415.94/413.21	c cleaning 55072 clauses out of 211186 with flag 15249052/1701000
436.10/433.37	c cleaning 56045 clauses out of 215116 with flag 15922194/1760002
456.46/453.60	c cleaning 56737 clauses out of 219069 with flag 16613080/1820000
477.55/474.70	c cleaning 58181 clauses out of 223335 with flag 17326811/1881003
501.23/498.27	c cleaning 58990 clauses out of 227152 with flag 18154501/1943001
525.48/522.46	c cleaning 60262 clauses out of 231163 with flag 19004175/2006002
549.64/546.49	c cleaning 60898 clauses out of 234899 with flag 19891538/2070000
573.54/570.23	c cleaning 62154 clauses out of 239001 with flag 20715677/2135000
598.06/594.63	c cleaning 63234 clauses out of 242847 with flag 21492326/2201000
621.94/618.43	c cleaning 64254 clauses out of 246615 with flag 22303883/2268002
648.38/644.75	c cleaning 65117 clauses out of 250359 with flag 23166235/2336000
676.65/672.97	c cleaning 66418 clauses out of 254242 with flag 24202888/2405000
706.12/702.23	c cleaning 67004 clauses out of 257824 with flag 25133839/2475000
736.01/731.94	c cleaning 68510 clauses out of 261822 with flag 26229407/2546002
764.58/760.41	c cleaning 68963 clauses out of 265310 with flag 27277727/2618001
793.30/789.07	c cleaning 70693 clauses out of 269346 with flag 28277291/2691000
824.06/819.66	c cleaning 71533 clauses out of 272655 with flag 29465140/2765002
853.64/849.00	c cleaning 72415 clauses out of 276120 with flag 30534214/2840000
886.19/881.42	c cleaning 73669 clauses out of 279705 with flag 31881407/2916000
918.16/913.22	c cleaning 74468 clauses out of 283036 with flag 32864211/2993000
950.55/945.51	c cleaning 75575 clauses out of 286568 with flag 33856904/3071000
985.37/980.18	c cleaning 76531 clauses out of 289993 with flag 35045040/3150000
1019.09/1013.79	c cleaning 77689 clauses out of 293462 with flag 36186046/3230000
1056.66/1051.13	c cleaning 78868 clauses out of 296774 with flag 37394952/3311001
1096.19/1090.44	c cleaning 79609 clauses out of 299905 with flag 38695399/3393000
1135.48/1129.51	c cleaning 80800 clauses out of 303297 with flag 40057856/3476001
1176.98/1170.83	c cleaning 81634 clauses out of 306496 with flag 41622123/3560000
1216.91/1210.59	c cleaning 83071 clauses out of 309862 with flag 43160418/3645000
1259.80/1253.22	c cleaning 83879 clauses out of 312791 with flag 44705004/3731000
1300.72/1293.93	c cleaning 84847 clauses out of 315913 with flag 46032624/3818001
1342.88/1335.86	c cleaning 86119 clauses out of 319066 with flag 47440398/3906001
1387.32/1380.09	c cleaning 86707 clauses out of 321946 with flag 48803320/3995000
1431.84/1424.20	c cleaning 88202 clauses out of 325241 with flag 50125092/4085002
1477.14/1469.20	c cleaning 89002 clauses out of 328038 with flag 51606203/4176001
1525.95/1517.63	c cleaning 89811 clauses out of 331036 with flag 53136073/4268001
1574.75/1565.99	c cleaning 91072 clauses out of 334226 with flag 54763490/4361002
1625.34/1616.09	c cleaning 92217 clauses out of 337152 with flag 56442573/4455000
1671.81/1661.99	c cleaning 92840 clauses out of 339938 with flag 57814493/4550003
1721.80/1711.41	c cleaning 94041 clauses out of 343097 with flag 59409115/4646002
1773.75/1762.75	c cleaning 94817 clauses out of 346057 with flag 60943845/4743003
1800.00/1788.50	c starts		: 41882
1800.00/1788.50	c conflicts		: 4802293
1800.00/1788.50	c decisions		: 61251013
1800.00/1788.50	c propagations		: 1698635582
1800.00/1788.50	c inspects		: 19021576929
1800.00/1788.50	c shortcuts		: 0
1800.00/1788.50	c learnt literals	: 47
1800.00/1788.50	c learnt binary clauses	: 89776
1800.00/1788.50	c learnt ternary clauses	: 96390
1800.00/1788.50	c learnt constraints	: 4802246
1800.00/1788.50	c ignored constraints	: 0
1800.00/1788.50	c root simplifications	: 0
1800.00/1788.50	c removed literals (reason simplification)	: 0
1800.00/1788.50	c reason swapping (by a shorter reason)	: 0
1800.00/1788.50	c Calls to reduceDB	: 93
1800.00/1788.50	c Number of update (reduction) of LBD	: 4307974
1800.00/1788.50	c Imported unit clauses	: 0
1800.00/1788.50	c number of reductions to clauses (during analyze)	: 0
1800.00/1788.50	c number of learned constraints concerned by reduction	: 0
1800.00/1788.50	c number of learning phase by resolution	: 0
1800.00/1788.50	c number of learning phase by cutting planes	: 0
1800.00/1788.50	c speed (assignments/second)	: 949955.2155837241
1800.00/1788.50	c non guided choices	4238
1800.00/1788.50	c timeout
1800.00/1788.56	c learnt constraints type 
1800.00/1788.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 89776
1800.00/1788.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 220754
1800.00/1788.56	s UNKNOWN
1800.00/1788.56	c Total wall clock time (in seconds): 1788.446

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

pid=19148
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.40 2.28 2.20 3/196 19151
/proc/meminfo: memFree=29539532/32872528 swapFree=20720/1686580
[pid=19151] ppid=19148 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/19151/stat : 19151 (java) D 19148 19151 15085 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 110440971 2560000 46 33554432000 1073741824 1073778376 140733558514624 140733558511752 215115459879 0 0 4096 0 18446744072100756772 0 0 17 0 0 0 0 0 0
/proc/19151/statm: 625 46 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.40 2.28 2.20 3/196 19151
/proc/meminfo: memFree=29539532/32872528 swapFree=20720/1686580
[pid=19151] ppid=19148 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19151/stat : 19151 (java) S 19148 19151 15085 0 -1 4202496 4458 0 1 0 8 1 0 0 20 0 18 0 110440971 9787879424 5581 33554432000 1073741824 1073778376 140733558514624 140733558505760 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19151/statm: 2389619 5581 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.40 2.28 2.20 3/196 19151
/proc/meminfo: memFree=29539532/32872528 swapFree=20720/1686580
[pid=19151] ppid=19148 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/19151/stat : 19151 (java) S 19148 19151 15085 0 -1 4202496 5016 0 1 0 26 1 0 0 20 0 18 0 110440971 9787879424 6533 33554432000 1073741824 1073778376 140733558514624 140733558505760 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19151/statm: 2389619 6533 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300229 s]
/proc/loadavg: 2.40 2.28 2.20 3/196 19151
/proc/meminfo: memFree=29539532/32872528 swapFree=20720/1686580
[pid=19151] ppid=19148 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/19151/stat : 19151 (java) S 19148 19151 15085 0 -1 4202496 7582 0 1 0 53 2 0 0 20 0 18 0 110440971 9787879424 9449 33554432000 1073741824 1073778376 140733558514624 140733558505760 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19151/statm: 2389619 9449 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700277 s]
/proc/loadavg: 2.40 2.28 2.20 3/196 19151
/proc/meminfo: memFree=29539532/32872528 swapFree=20720/1686580
[pid=19151] ppid=19148 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/19151/stat : 19151 (java) S 19148 19151 15085 0 -1 4202496 9370 0 1 0 132 3 0 0 20 0 19 0 110440971 9856040960 15919 33554432000 1073741824 1073778376 140733558514624 140733558505760 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19151/statm: 2406260 15919 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.40 2.28 2.20 3/215 19170
/proc/meminfo: memFree=29484240/32872528 swapFree=20720/1686580
[pid=19151] ppid=19148 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/19151/stat : 19151 (java) S 19148 19151 15085 0 -1 4202496 9386 0 1 0 219 3 0 0 20 0 19 0 110440971 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140733558505760 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19151/statm: 2406260 16444 2267 9 0 2396937 0
[pid=19151/tid=19153] ppid=19148 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/19151/task/19153/stat : 19153 (java) R 19148 19151 15085 0 -1 4202560 2494 0 1 0 145 2 0 0 20 0 19 0 110440972 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428519753272 140428460100191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19154] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19154/stat : 19154 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428458485928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19155] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19155/stat : 19155 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428457433384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19156] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19156/stat : 19156 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428456380840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19157] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19157/stat : 19157 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428455328296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19158] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19158/stat : 19158 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428454275752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19159] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19159/stat : 19159 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428453223208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19160] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19160/stat : 19160 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428357352360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19161] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19161/stat : 19161 (java) S 19148 19151 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428356299816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19162] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19162/stat : 19162 (java) S 19148 19151 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428343887976 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19163] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19163/stat : 19163 (java) S 19148 19151 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428342834296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19164] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19164/stat : 19164 (java) S 19148 19151 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428341781640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19165] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19165/stat : 19165 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428340730384 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19166] ppid=19148 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/19151/task/19166/stat : 19166 (java) S 19148 19151 15085 0 -1 4202560 2792 0 0 0 34 0 0 0 20 0 19 0 110440978 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428339677752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19167] ppid=19148 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/19151/task/19167/stat : 19167 (java) S 19148 19151 15085 0 -1 4202560 2827 0 0 0 38 0 0 0 20 0 19 0 110440978 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428338625208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19168] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19168/stat : 19168 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428337572856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19169] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19169/stat : 19169 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428336520520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19170] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19170/stat : 19170 (java) S 19148 19151 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110441010 9856040960 16444 33554432000 1073741824 1073778376 140733558514624 140428335465256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.29 2.26 2.20 3/215 19170
/proc/meminfo: memFree=29477848/32872528 swapFree=20720/1686580
[pid=19151] ppid=19148 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/19151/stat : 19151 (java) S 19148 19151 15085 0 -1 4202496 9397 0 1 0 383 3 0 0 20 0 19 0 110440971 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140733558505760 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19151/statm: 2406260 18498 2267 9 0 2396937 0
[pid=19151/tid=19153] ppid=19148 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/19151/task/19153/stat : 19153 (java) R 19148 19151 15085 0 -1 4202560 2499 0 1 0 304 2 0 0 20 0 19 0 110440972 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428519756280 140428460125228 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19154] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19154/stat : 19154 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428458485928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19155] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19155/stat : 19155 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428457433384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19156] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19156/stat : 19156 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428456380840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19157] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19157/stat : 19157 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428455328296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19158] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19158/stat : 19158 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428454275752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19159] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19159/stat : 19159 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428453223208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19160] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19160/stat : 19160 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428357352360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19161] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19161/stat : 19161 (java) S 19148 19151 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428356299816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19162] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19162/stat : 19162 (java) S 19148 19151 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428343887976 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19163] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19163/stat : 19163 (java) S 19148 19151 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428342834296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19164] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19164/stat : 19164 (java) S 19148 19151 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428341781640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19165] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19165/stat : 19165 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428340730384 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19166] ppid=19148 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/19151/task/19166/stat : 19166 (java) S 19148 19151 15085 0 -1 4202560 2795 0 0 0 36 0 0 0 20 0 19 0 110440978 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428339677752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19167] ppid=19148 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/19151/task/19167/stat : 19167 (java) S 19148 19151 15085 0 -1 4202560 2830 0 0 0 40 0 0 0 20 0 19 0 110440978 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428338625208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19168] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19168/stat : 19168 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428337572856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19169] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19169/stat : 19169 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428336520520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19170] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19170/stat : 19170 (java) S 19148 19151 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110441010 9856040960 18498 33554432000 1073741824 1073778376 140733558514624 140428335465256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.29 2.26 2.20 3/215 19170
/proc/meminfo: memFree=29464316/32872528 swapFree=20720/1686580
[pid=19151] ppid=19148 vsize=9625040 CPUtime=7.07 cores=0,2,4,6
/proc/19151/stat : 19151 (java) S 19148 19151 15085 0 -1 4202496 9410 0 1 0 704 3 0 0 20 0 19 0 110440971 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140733558505760 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19151/statm: 2406260 21282 2268 9 0 2396937 0
[pid=19151/tid=19153] ppid=19148 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/19151/task/19153/stat : 19153 (java) R 19148 19151 15085 0 -1 4202560 2508 0 1 0 623 2 0 0 20 0 19 0 110440972 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428519756328 140428460167329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19154] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19154/stat : 19154 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428458485928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19155] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19155/stat : 19155 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428457433384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19156] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19156/stat : 19156 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428456380840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19157] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19157/stat : 19157 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428455328296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19158] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19158/stat : 19158 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428454275752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19159] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19159/stat : 19159 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428453223208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19160] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19160/stat : 19160 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428357352360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19161] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19161/stat : 19161 (java) S 19148 19151 15085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110440974 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428356299816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19162] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19162/stat : 19162 (java) S 19148 19151 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428343887976 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19163] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19163/stat : 19163 (java) S 19148 19151 15085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428342834296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19164] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19164/stat : 19164 (java) S 19148 19151 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428341781640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19165] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19165/stat : 19165 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428340730384 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19166] ppid=19148 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/19151/task/19166/stat : 19166 (java) S 19148 19151 15085 0 -1 4202560 2798 0 0 0 37 0 0 0 20 0 19 0 110440978 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428339677752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19167] ppid=19148 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/19151/task/19167/stat : 19167 (java) S 19148 19151 15085 0 -1 4202560 2830 0 0 0 40 0 0 0 20 0 19 0 110440978 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428338625208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19168] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19168/stat : 19168 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428337572856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19169] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19169/stat : 19169 (java) S 19148 19151 15085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428336520520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19170] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19170/stat : 19170 (java) S 19148 19151 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110441010 9856040960 21282 33554432000 1073741824 1073778376 140733558514624 140428335465256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625040


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

[pid=19151/tid=19170] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19170/stat : 19170 (java) S 19148 19151 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110441010 9856040960 67188 33554432000 1073741824 1073778376 140733558514624 140428335465256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1732.98
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.15 2.16 3/215 19304
/proc/meminfo: memFree=29229848/32872528 swapFree=20720/1686580
[pid=19151] ppid=19148 vsize=9625040 CPUtime=1793.75 cores=0,2,4,6
/proc/19151/stat : 19151 (java) S 19148 19151 15085 0 -1 4202496 20032 0 1 0 179223 152 0 0 20 0 19 0 110440971 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140733558505760 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19151/statm: 2406260 83794 2290 9 0 2396937 0
[pid=19151/tid=19153] ppid=19148 vsize=9625040 CPUtime=1769.81 cores=0,2,4,6
/proc/19151/task/19153/stat : 19153 (java) S 19148 19151 15085 0 -1 4202560 2731 0 1 0 176951 30 0 0 20 0 19 0 110440972 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428519755192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19154] ppid=19148 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/19151/task/19154/stat : 19154 (java) S 19148 19151 15085 0 -1 4202560 1383 0 0 0 170 12 0 0 20 0 19 0 110440974 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428458485928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19155] ppid=19148 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/19151/task/19155/stat : 19155 (java) S 19148 19151 15085 0 -1 4202560 1194 0 0 0 163 11 0 0 20 0 19 0 110440974 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428457433384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19156] ppid=19148 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/19151/task/19156/stat : 19156 (java) S 19148 19151 15085 0 -1 4202560 1178 0 0 0 173 14 0 0 20 0 19 0 110440974 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428456380840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19157] ppid=19148 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/19151/task/19157/stat : 19157 (java) S 19148 19151 15085 0 -1 4202560 1081 0 0 0 172 15 0 0 20 0 19 0 110440974 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428455328296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19158] ppid=19148 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/19151/task/19158/stat : 19158 (java) S 19148 19151 15085 0 -1 4202560 1112 0 0 0 151 16 0 0 20 0 19 0 110440974 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428454275752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19159] ppid=19148 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/19151/task/19159/stat : 19159 (java) S 19148 19151 15085 0 -1 4202560 1487 0 0 0 180 16 0 0 20 0 19 0 110440974 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428453223208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19160] ppid=19148 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/19151/task/19160/stat : 19160 (java) S 19148 19151 15085 0 -1 4202560 587 0 0 0 160 15 0 0 20 0 19 0 110440974 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428357352360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19161] ppid=19148 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/19151/task/19161/stat : 19161 (java) S 19148 19151 15085 0 -1 4202560 1021 0 0 0 176 17 0 0 20 0 19 0 110440974 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428356299816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19162] ppid=19148 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/19151/task/19162/stat : 19162 (java) R 19148 19151 15085 0 -1 4202560 844 0 0 0 348 5 0 0 20 0 19 0 110440975 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428343886952 140428525882511 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19163] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19163/stat : 19163 (java) S 19148 19151 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428342834296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19164] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19164/stat : 19164 (java) S 19148 19151 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428341781640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19165] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19165/stat : 19165 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428340730384 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19166] ppid=19148 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/19151/task/19166/stat : 19166 (java) S 19148 19151 15085 0 -1 4202560 3221 0 0 0 40 0 0 0 20 0 19 0 110440978 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428339677752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19167] ppid=19148 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/19151/task/19167/stat : 19167 (java) S 19148 19151 15085 0 -1 4202560 2830 0 0 0 40 0 0 0 20 0 19 0 110440978 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428338625208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19168] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19168/stat : 19168 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428337572856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19169] ppid=19148 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/19151/task/19169/stat : 19169 (java) S 19148 19151 15085 0 -1 4202560 104 0 0 0 31 35 0 0 20 0 19 0 110440978 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428336520520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19170] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19170/stat : 19170 (java) S 19148 19151 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110441010 9856040960 83794 33554432000 1073741824 1073778376 140733558514624 140428335465256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1793.75
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.5 s]
/proc/loadavg: 2.11 2.15 2.16 3/215 19304
/proc/meminfo: memFree=29251944/32872528 swapFree=20720/1686580
[pid=19151] ppid=19148 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/19151/stat : 19151 (java) S 19148 19151 15085 0 -1 4202496 20035 0 1 0 179848 152 0 0 20 0 19 0 110440971 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140733558505760 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19151/statm: 2406260 72521 2290 9 0 2396937 0
[pid=19151/tid=19153] ppid=19148 vsize=9625040 CPUtime=1775.89 cores=0,2,4,6
/proc/19151/task/19153/stat : 19153 (java) R 19148 19151 15085 0 -1 4202560 2734 0 1 0 177559 30 0 0 20 0 19 0 110440972 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428519755072 140428460125618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19154] ppid=19148 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/19151/task/19154/stat : 19154 (java) S 19148 19151 15085 0 -1 4202560 1383 0 0 0 171 12 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428458485928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19155] ppid=19148 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/19151/task/19155/stat : 19155 (java) S 19148 19151 15085 0 -1 4202560 1194 0 0 0 163 11 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428457433384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19156] ppid=19148 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/19151/task/19156/stat : 19156 (java) S 19148 19151 15085 0 -1 4202560 1178 0 0 0 174 14 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428456380840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19157] ppid=19148 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/19151/task/19157/stat : 19157 (java) S 19148 19151 15085 0 -1 4202560 1081 0 0 0 173 15 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428455328296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19158] ppid=19148 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/19151/task/19158/stat : 19158 (java) S 19148 19151 15085 0 -1 4202560 1112 0 0 0 151 16 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428454275752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19159] ppid=19148 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/19151/task/19159/stat : 19159 (java) S 19148 19151 15085 0 -1 4202560 1487 0 0 0 182 16 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428453223208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19160] ppid=19148 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/19151/task/19160/stat : 19160 (java) S 19148 19151 15085 0 -1 4202560 587 0 0 0 160 15 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428357352360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19161] ppid=19148 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/19151/task/19161/stat : 19161 (java) S 19148 19151 15085 0 -1 4202560 1021 0 0 0 176 17 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428356299816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19162] ppid=19148 vsize=9625040 CPUtime=3.61 cores=0,2,4,6
/proc/19151/task/19162/stat : 19162 (java) S 19148 19151 15085 0 -1 4202560 844 0 0 0 356 5 0 0 20 0 19 0 110440975 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428343887976 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19163] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19163/stat : 19163 (java) S 19148 19151 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428342834296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19164] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19164/stat : 19164 (java) S 19148 19151 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428341781640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19165] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19165/stat : 19165 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428340730384 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19166] ppid=19148 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/19151/task/19166/stat : 19166 (java) S 19148 19151 15085 0 -1 4202560 3221 0 0 0 40 0 0 0 20 0 19 0 110440978 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428339677752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19167] ppid=19148 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/19151/task/19167/stat : 19167 (java) S 19148 19151 15085 0 -1 4202560 2830 0 0 0 40 0 0 0 20 0 19 0 110440978 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428338625208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19168] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19168/stat : 19168 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428337572856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19169] ppid=19148 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/19151/task/19169/stat : 19169 (java) S 19148 19151 15085 0 -1 4202560 104 0 0 0 31 35 0 0 20 0 19 0 110440978 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428336520520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19170] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19170/stat : 19170 (java) S 19148 19151 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110441010 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428335465256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 19151 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1788.5 s]
/proc/loadavg: 2.11 2.15 2.16 3/215 19304
/proc/meminfo: memFree=29251944/32872528 swapFree=20720/1686580
[pid=19151] ppid=19148 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/19151/stat : 19151 (java) S 19148 19151 15085 0 -1 4202496 20035 0 1 0 179848 152 0 0 20 0 19 0 110440971 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140733558505760 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19151/statm: 2406260 72521 2290 9 0 2396937 0
[pid=19151/tid=19153] ppid=19148 vsize=9625040 CPUtime=1775.89 cores=0,2,4,6
/proc/19151/task/19153/stat : 19153 (java) R 19148 19151 15085 0 -1 4202560 2734 0 1 0 177559 30 0 0 20 0 19 0 110440972 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428519755072 140428460125618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19154] ppid=19148 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/19151/task/19154/stat : 19154 (java) S 19148 19151 15085 0 -1 4202560 1383 0 0 0 171 12 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428458485928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19155] ppid=19148 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/19151/task/19155/stat : 19155 (java) S 19148 19151 15085 0 -1 4202560 1194 0 0 0 163 11 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428457433384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19156] ppid=19148 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/19151/task/19156/stat : 19156 (java) S 19148 19151 15085 0 -1 4202560 1178 0 0 0 174 14 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428456380840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19157] ppid=19148 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/19151/task/19157/stat : 19157 (java) S 19148 19151 15085 0 -1 4202560 1081 0 0 0 173 15 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428455328296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19151/tid=19158] ppid=19148 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/19151/task/19158/stat : 19158 (java) S 19148 19151 15085 0 -1 4202560 1112 0 0 0 151 16 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428454275752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19159] ppid=19148 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/19151/task/19159/stat : 19159 (java) S 19148 19151 15085 0 -1 4202560 1487 0 0 0 182 16 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428453223208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19160] ppid=19148 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/19151/task/19160/stat : 19160 (java) S 19148 19151 15085 0 -1 4202560 587 0 0 0 160 15 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428357352360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19161] ppid=19148 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/19151/task/19161/stat : 19161 (java) S 19148 19151 15085 0 -1 4202560 1021 0 0 0 176 17 0 0 20 0 19 0 110440974 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428356299816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19162] ppid=19148 vsize=9625040 CPUtime=3.61 cores=0,2,4,6
/proc/19151/task/19162/stat : 19162 (java) S 19148 19151 15085 0 -1 4202560 844 0 0 0 356 5 0 0 20 0 19 0 110440975 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428343887976 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19163] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19163/stat : 19163 (java) S 19148 19151 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428342834296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19164] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19164/stat : 19164 (java) S 19148 19151 15085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110440975 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428341781640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19165] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19165/stat : 19165 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428340730384 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19166] ppid=19148 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/19151/task/19166/stat : 19166 (java) S 19148 19151 15085 0 -1 4202560 3221 0 0 0 40 0 0 0 20 0 19 0 110440978 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428339677752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19151/tid=19167] ppid=19148 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/19151/task/19167/stat : 19167 (java) S 19148 19151 15085 0 -1 4202560 2830 0 0 0 40 0 0 0 20 0 19 0 110440978 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428338625208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19168] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19168/stat : 19168 (java) S 19148 19151 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110440978 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428337572856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19151/tid=19169] ppid=19148 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/19151/task/19169/stat : 19169 (java) S 19148 19151 15085 0 -1 4202560 104 0 0 0 31 35 0 0 20 0 19 0 110440978 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428336520520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19151/tid=19170] ppid=19148 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19151/task/19170/stat : 19170 (java) S 19148 19151 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110441010 9856040960 72521 33554432000 1073741824 1073778376 140733558514624 140428335465256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1788.57
CPU time (s): 1800
CPU user time (s): 1798.48
CPU system time (s): 1.52
CPU usage (%): 100.639
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.96
system time used= 2.0027
maximum resident set size= 795980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20100
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43514
involuntary context switches= 30703

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9279 second user time and 12.3211 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 09:38:09
IDJOB=4084640
IDBENCH=90136
IDSOLVER=2546
FILE ID=node135/4084640-1465285089
RUNJOBID= node135-1465261709-15101
PBS_JOBID= 19843293
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 87eecd69bf3cf4e36ad8fc8a9d8af53d
RANDOM SEED=1678315962

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:        29539804 kB
Buffers:          126812 kB
Cached:           229900 kB
SwapCached:         1764 kB
Active:           635136 kB
Inactive:         275096 kB
Active(anon):     553340 kB
Inactive(anon):     2524 kB
Active(file):      81796 kB
Inactive(file):   272572 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:              1088 kB
Writeback:            36 kB
AnonPages:       2239448 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             601888 kB
SReclaimable:      45556 kB
SUnreclaim:       556332 kB
KernelStack:        1664 kB
PageTables:         8672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2402560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2193408 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:07:58