Trace number 4084617

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.78 1793.38

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K175.opb
MD5SUMc7b1775204389f0c59bc1b934de7e2c1
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 variables20825
Total number of constraints21177
Number of constraints which are clauses21002
Number of constraints which are cardinality constraints (but not clauses)175
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint175
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 176
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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-4084617-1465287535.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.92/0.57	c ... done. Wall clock time 0.459s.
0.92/0.57	c declared #vars     20825
0.92/0.57	c #constraints  21177
0.92/0.57	c constraints type 
0.92/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18738
0.92/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 175
0.92/0.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.92/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2262
0.92/0.57	c 21177 constraints processed.
3.22/2.47	c cleaning 2482 clauses out of 4994 with flag 22020/5000
5.50/4.65	c cleaning 4248 clauses out of 8506 with flag 52270/11000
8.03/7.15	c cleaning 5603 clauses out of 11252 with flag 91342/18000
10.44/9.57	c cleaning 6773 clauses out of 13648 with flag 133140/26000
13.25/12.30	c cleaning 7924 clauses out of 15871 with flag 179402/35000
16.46/15.54	c cleaning 8157 clauses out of 17945 with flag 231682/45000
20.05/19.12	c cleaning 8943 clauses out of 20786 with flag 288923/56000
24.34/23.41	c cleaning 9592 clauses out of 23841 with flag 348956/68002
28.64/27.74	c cleaning 10482 clauses out of 27249 with flag 413957/81002
33.45/32.60	c cleaning 11300 clauses out of 30763 with flag 481899/95000
38.75/37.88	c cleaning 12120 clauses out of 34462 with flag 556897/110003
44.25/43.36	c cleaning 13095 clauses out of 38338 with flag 640862/126001
50.15/49.27	c cleaning 13753 clauses out of 42241 with flag 727646/143000
56.74/55.82	c cleaning 14670 clauses out of 46488 with flag 819888/161000
63.55/62.70	c cleaning 15365 clauses out of 50818 with flag 919650/180000
70.96/70.09	c cleaning 16374 clauses out of 55447 with flag 1027387/200000
78.29/77.31	c cleaning 17104 clauses out of 60072 with flag 1141229/221000
85.80/84.85	c cleaning 17939 clauses out of 64970 with flag 1261577/243002
94.09/93.19	c cleaning 18919 clauses out of 70028 with flag 1382287/266000
102.50/101.58	c cleaning 19820 clauses out of 75109 with flag 1508684/290000
111.60/110.65	c cleaning 20448 clauses out of 80290 with flag 1640338/315001
120.80/119.88	c cleaning 21329 clauses out of 85839 with flag 1781986/341000
131.30/130.39	c cleaning 22018 clauses out of 91510 with flag 1927443/368000
142.07/141.08	c cleaning 22778 clauses out of 97492 with flag 2079447/396000
152.98/151.94	c cleaning 23642 clauses out of 103719 with flag 2244000/425005
164.48/163.41	c cleaning 24566 clauses out of 110071 with flag 2406593/455000
176.58/175.51	c cleaning 25579 clauses out of 116504 with flag 2578923/486000
189.48/188.48	c cleaning 26161 clauses out of 122925 with flag 2756519/518000
202.65/201.41	c cleaning 27364 clauses out of 129763 with flag 2946168/551001
216.45/215.24	c cleaning 28226 clauses out of 136398 with flag 3138892/585000
230.55/229.36	c cleaning 29164 clauses out of 143172 with flag 3336435/620000
245.25/244.09	c cleaning 30061 clauses out of 150010 with flag 3542200/656002
260.65/259.48	c cleaning 30898 clauses out of 156948 with flag 3758279/693001
277.77/276.39	c cleaning 31367 clauses out of 164048 with flag 3986542/731001
294.47/293.06	c cleaning 32461 clauses out of 171679 with flag 4210926/770001
311.78/310.37	c cleaning 33539 clauses out of 179217 with flag 4443545/810000
330.38/328.95	c cleaning 34253 clauses out of 186678 with flag 4679679/851000
348.71/347.03	c cleaning 35259 clauses out of 194426 with flag 4924957/893001
368.82/367.13	c cleaning 35810 clauses out of 202164 with flag 5181238/936000
389.12/387.41	c cleaning 36855 clauses out of 210354 with flag 5442882/980000
411.45/409.45	c cleaning 37700 clauses out of 218497 with flag 5715605/1025000
433.27/431.22	c cleaning 38495 clauses out of 226797 with flag 5995132/1071000
456.71/454.37	c cleaning 39704 clauses out of 235304 with flag 6279973/1118002
480.81/478.40	c cleaning 40053 clauses out of 243596 with flag 6574351/1166000
504.88/502.20	c cleaning 41254 clauses out of 252544 with flag 6869639/1215001
529.93/527.20	c cleaning 41999 clauses out of 261289 with flag 7187260/1265000
555.20/552.43	c cleaning 42934 clauses out of 270290 with flag 7500700/1316000
582.80/579.94	c cleaning 43722 clauses out of 279356 with flag 7831779/1368000
610.40/607.59	c cleaning 44781 clauses out of 288636 with flag 8165613/1421002
638.29/635.31	c cleaning 45918 clauses out of 297855 with flag 8500837/1475002
666.88/663.88	c cleaning 47084 clauses out of 306934 with flag 8848401/1530000
696.48/693.34	c cleaning 48077 clauses out of 315851 with flag 9201986/1586001
727.61/724.33	c cleaning 48764 clauses out of 324774 with flag 9582263/1643001
759.78/756.49	c cleaning 49859 clauses out of 334009 with flag 9957251/1701000
792.49/789.08	c cleaning 50540 clauses out of 343150 with flag 10330713/1760000
826.30/822.71	c cleaning 51288 clauses out of 352610 with flag 10738685/1820000
860.49/856.89	c cleaning 52053 clauses out of 362322 with flag 11141833/1881000
895.27/891.57	c cleaning 53906 clauses out of 372269 with flag 11553622/1943000
931.67/927.72	c cleaning 54295 clauses out of 381363 with flag 11977117/2006000
970.38/966.33	c cleaning 55374 clauses out of 391068 with flag 12422763/2070000
1009.07/1004.91	c cleaning 56319 clauses out of 400694 with flag 12865727/2135000
1047.97/1043.67	c cleaning 57307 clauses out of 410375 with flag 13315154/2201000
1088.04/1083.62	c cleaning 58365 clauses out of 420067 with flag 13758818/2268000
1129.99/1125.44	c cleaning 59036 clauses out of 429702 with flag 14239014/2336001
1173.21/1168.58	c cleaning 59732 clauses out of 439665 with flag 14701987/2405001
1217.10/1212.40	c cleaning 60913 clauses out of 449932 with flag 15179596/2475000
1261.40/1256.40	c cleaning 62356 clauses out of 460021 with flag 15657999/2546003
1307.75/1302.60	c cleaning 62782 clauses out of 469662 with flag 16165690/2618000
1355.48/1350.21	c cleaning 63607 clauses out of 479878 with flag 16684070/2691000
1403.46/1398.08	c cleaning 64709 clauses out of 490273 with flag 17215501/2765002
1452.02/1446.44	c cleaning 65709 clauses out of 500562 with flag 17740664/2840000
1503.55/1497.89	c cleaning 66684 clauses out of 510852 with flag 18286041/2916000
1556.54/1550.63	c cleaning 67153 clauses out of 521168 with flag 18845953/2993001
1609.78/1603.63	c cleaning 68719 clauses out of 532016 with flag 19413021/3071002
1663.50/1657.28	c cleaning 69714 clauses out of 542295 with flag 19981751/3150000
1721.31/1714.85	c cleaning 70401 clauses out of 552583 with flag 20598200/3230002
1778.50/1771.88	c cleaning 71578 clauses out of 563181 with flag 21192675/3311001
1800.09/1793.30	c starts		: 19017
1800.09/1793.30	c conflicts		: 3347533
1800.09/1793.30	c decisions		: 130683068
1800.09/1793.30	c propagations		: 3350149135
1800.09/1793.30	c inspects		: 12541987685
1800.09/1793.30	c shortcuts		: 0
1800.09/1793.30	c learnt literals	: 73
1800.09/1793.30	c learnt binary clauses	: 218306
1800.09/1793.30	c learnt ternary clauses	: 181810
1800.09/1793.30	c learnt constraints	: 3347460
1800.09/1793.30	c ignored constraints	: 0
1800.09/1793.30	c root simplifications	: 0
1800.09/1793.30	c removed literals (reason simplification)	: 0
1800.09/1793.30	c reason swapping (by a shorter reason)	: 0
1800.09/1793.30	c Calls to reduceDB	: 77
1800.09/1793.30	c Number of update (reduction) of LBD	: 2234133
1800.09/1793.30	c Imported unit clauses	: 0
1800.09/1793.30	c number of reductions to clauses (during analyze)	: 0
1800.09/1793.30	c number of learned constraints concerned by reduction	: 0
1800.09/1793.30	c number of learning phase by resolution	: 0
1800.09/1793.30	c number of learning phase by cutting planes	: 0
1800.09/1793.30	c speed (assignments/second)	: 1868760.3669747289
1800.09/1793.30	c non guided choices	59121
1800.09/1793.30	c timeout
1800.09/1793.37	c learnt constraints type 
1800.09/1793.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 218306
1800.09/1793.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 309829
1800.09/1793.37	s UNKNOWN
1800.09/1793.37	c Total wall clock time (in seconds): 1793.261

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-4084617-1465287535/watcher-4084617-1465287535 -o /tmp/evaluation-result-4084617-1465287535/solver-4084617-1465287535 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28820 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084617-1465287535.opb 

pid=30770
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.13 2.10 2/194 30773
/proc/meminfo: memFree=30880332/32872528 swapFree=11320/319964
[pid=30773] ppid=30770 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30773/stat : 30773 (java) R 30770 30773 28803 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 110686791 9515008 169 33554432000 1073741824 1073778376 140736275753344 140736275750472 262962184191 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30773/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.16 2.13 2.10 2/194 30773
/proc/meminfo: memFree=30880332/32872528 swapFree=11320/319964
[pid=30773] ppid=30770 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/30773/stat : 30773 (java) S 30770 30773 28803 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 110686791 9787879424 6023 33554432000 1073741824 1073778376 140736275753344 140736275744480 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30773/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.16 2.13 2.10 2/194 30773
/proc/meminfo: memFree=30880332/32872528 swapFree=11320/319964
[pid=30773] ppid=30770 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/30773/stat : 30773 (java) S 30770 30773 28803 0 -1 4202496 5767 0 1 0 27 1 0 0 20 0 18 0 110686791 9787879424 7530 33554432000 1073741824 1073778376 140736275753344 140736275744480 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30773/statm: 2389619 7530 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 2.16 2.13 2.10 2/194 30773
/proc/meminfo: memFree=30880332/32872528 swapFree=11320/319964
[pid=30773] ppid=30770 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/30773/stat : 30773 (java) S 30770 30773 28803 0 -1 4202496 7292 0 1 0 54 2 0 0 20 0 18 0 110686791 9787879424 11398 33554432000 1073741824 1073778376 140736275753344 140736275744480 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30773/statm: 2389619 11398 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700168 s]
/proc/loadavg: 2.16 2.13 2.10 2/194 30773
/proc/meminfo: memFree=30880332/32872528 swapFree=11320/319964
[pid=30773] ppid=30770 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/30773/stat : 30773 (java) S 30770 30773 28803 0 -1 4202496 8123 0 1 0 131 4 0 0 20 0 19 0 110686791 9856040960 37282 33554432000 1073741824 1073778376 140736275753344 140736275744480 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30773/statm: 2406260 37282 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.16 2.13 2.10 3/213 30792
/proc/meminfo: memFree=30737400/32872528 swapFree=11320/319964
[pid=30773] ppid=30770 vsize=9625040 CPUtime=2.32 cores=1,3,5,7
/proc/30773/stat : 30773 (java) S 30770 30773 28803 0 -1 4202496 8140 0 1 0 228 4 0 0 20 0 19 0 110686791 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 140736275744480 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30773/statm: 2406260 37809 2264 9 0 2396937 0
[pid=30773/tid=30775] ppid=30770 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 28803 0 -1 4202560 2468 0 1 0 142 4 0 0 20 0 19 0 110686792 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789808988112 139789660328443 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30776] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30776/stat : 30776 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789781440936 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30777] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30777/stat : 30777 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789780388392 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30778] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30778/stat : 30778 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789779335336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30779] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30779/stat : 30779 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789778282792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30780] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30780/stat : 30780 (java) S 30770 30773 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789648571304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30781] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30781/stat : 30781 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789647518760 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30782] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30782/stat : 30782 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789646465704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30783] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30783/stat : 30783 (java) S 30770 30773 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789645413160 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30784] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30784/stat : 30784 (java) S 30770 30773 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789162899816 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30785] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30785/stat : 30785 (java) S 30770 30773 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789161846136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30786] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30786/stat : 30786 (java) S 30770 30773 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789160792968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30787] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30787/stat : 30787 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789159741712 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30788] ppid=30770 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/30773/task/30788/stat : 30788 (java) S 30770 30773 28803 0 -1 4202560 2222 0 0 0 39 0 0 0 20 0 19 0 110686797 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789158689592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30789] ppid=30770 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/30773/task/30789/stat : 30789 (java) S 30770 30773 28803 0 -1 4202560 2178 0 0 0 43 0 0 0 20 0 19 0 110686797 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789157637048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30790] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30790/stat : 30790 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789156584184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30791] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30791/stat : 30791 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789155531848 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30792] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30792/stat : 30792 (java) S 30770 30773 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110686851 9856040960 37809 33554432000 1073741824 1073778376 140736275753344 139789154477096 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.16 2.13 2.10 3/213 30792
/proc/meminfo: memFree=30734856/32872528 swapFree=11320/319964
[pid=30773] ppid=30770 vsize=9625040 CPUtime=3.97 cores=1,3,5,7
/proc/30773/stat : 30773 (java) S 30770 30773 28803 0 -1 4202496 8180 0 1 0 393 4 0 0 20 0 19 0 110686791 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 140736275744480 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30773/statm: 2406260 38850 2271 9 0 2396937 0
[pid=30773/tid=30775] ppid=30770 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 28803 0 -1 4202560 2472 0 1 0 302 4 0 0 20 0 19 0 110686792 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789808986368 139789660401900 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30776] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30776/stat : 30776 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789781440936 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30777] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30777/stat : 30777 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789780388392 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30778] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30778/stat : 30778 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789779335336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30779] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30779/stat : 30779 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789778282792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30780] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30780/stat : 30780 (java) S 30770 30773 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789648571304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30781] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30781/stat : 30781 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789647518760 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30782] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30782/stat : 30782 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789646465704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30783] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30783/stat : 30783 (java) S 30770 30773 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789645413160 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30784] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30784/stat : 30784 (java) S 30770 30773 28803 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789162899816 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30785] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30785/stat : 30785 (java) S 30770 30773 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789161846136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30786] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30786/stat : 30786 (java) S 30770 30773 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789160792968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30787] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30787/stat : 30787 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789159741712 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30788] ppid=30770 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/30773/task/30788/stat : 30788 (java) S 30770 30773 28803 0 -1 4202560 2224 0 0 0 42 0 0 0 20 0 19 0 110686797 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789158689592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30789] ppid=30770 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/30773/task/30789/stat : 30789 (java) S 30770 30773 28803 0 -1 4202560 2211 0 0 0 47 0 0 0 20 0 19 0 110686797 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789157637048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30790] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30790/stat : 30790 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789156584184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30791] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30791/stat : 30791 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789155531848 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30792] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30792/stat : 30792 (java) S 30770 30773 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110686851 9856040960 38850 33554432000 1073741824 1073778376 140736275753344 139789154477096 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.14 2.12 2.10 3/213 30792
/proc/meminfo: memFree=30739996/32872528 swapFree=11320/319964
[pid=30773] ppid=30770 vsize=9625040 CPUtime=7.2 cores=1,3,5,7
/proc/30773/stat : 30773 (java) S 30770 30773 28803 0 -1 4202496 8184 0 1 0 715 5 0 0 20 0 19 0 110686791 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 140736275744480 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30773/statm: 2406260 39544 2271 9 0 2396937 0
[pid=30773/tid=30775] ppid=30770 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 28803 0 -1 4202560 2476 0 1 0 621 5 0 0 20 0 19 0 110686792 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789808986336 139789660244094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30776] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30776/stat : 30776 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789781440936 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30777] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30777/stat : 30777 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789780388392 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30778] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30778/stat : 30778 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789779335336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30779] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30779/stat : 30779 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789778282792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30780] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30780/stat : 30780 (java) S 30770 30773 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789648571304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30781] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30781/stat : 30781 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789647518760 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30782] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30782/stat : 30782 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789646465704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30783] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30783/stat : 30783 (java) S 30770 30773 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110686794 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789645413160 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30784] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30784/stat : 30784 (java) S 30770 30773 28803 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789162899816 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30785] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30785/stat : 30785 (java) S 30770 30773 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789161846136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30786] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30786/stat : 30786 (java) S 30770 30773 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789160792968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30787] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30787/stat : 30787 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789159741712 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30788] ppid=30770 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/30773/task/30788/stat : 30788 (java) S 30770 30773 28803 0 -1 4202560 2224 0 0 0 43 0 0 0 20 0 19 0 110686797 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789158689592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30789] ppid=30770 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/30773/task/30789/stat : 30789 (java) S 30770 30773 28803 0 -1 4202560 2211 0 0 0 48 0 0 0 20 0 19 0 110686797 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789157637048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30790] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30790/stat : 30790 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789156584184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30791] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30791/stat : 30791 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789155531848 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30792] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30792/stat : 30792 (java) S 30770 30773 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110686851 9856040960 39544 33554432000 1073741824 1073778376 140736275753344 139789154477096 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 9625040


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

[pid=30773/tid=30785] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30785/stat : 30785 (java) S 30770 30773 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 97247 33554432000 1073741824 1073778376 140736275753344 139789161846136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30786] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30786/stat : 30786 (java) S 30770 30773 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 97247 33554432000 1073741824 1073778376 140736275753344 139789160792968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30787] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30787/stat : 30787 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 97247 33554432000 1073741824 1073778376 140736275753344 139789159741712 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30788] ppid=30770 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/30773/task/30788/stat : 30788 (java) S 30770 30773 28803 0 -1 4202560 2225 0 0 0 45 0 0 0 20 0 19 0 110686797 9856040960 97247 33554432000 1073741824 1073778376 140736275753344 139789158689592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30789] ppid=30770 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/30773/task/30789/stat : 30789 (java) S 30770 30773 28803 0 -1 4202560 2349 0 0 0 52 0 0 0 20 0 19 0 110686797 9856040960 97247 33554432000 1073741824 1073778376 140736275753344 139789157637048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30790] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30790/stat : 30790 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 97247 33554432000 1073741824 1073778376 140736275753344 139789156584184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30791] ppid=30770 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/30773/task/30791/stat : 30791 (java) S 30770 30773 28803 0 -1 4202560 99 0 0 0 31 42 0 0 20 0 19 0 110686797 9856040960 97247 33554432000 1073741824 1073778376 140736275753344 139789155531848 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30792] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30792/stat : 30792 (java) S 30770 30773 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110686851 9856040960 97247 33554432000 1073741824 1073778376 140736275753344 139789154477096 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1728.81
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.08 2.04 3/213 30900
/proc/meminfo: memFree=30374232/32872528 swapFree=11320/319964
[pid=30773] ppid=30770 vsize=9625040 CPUtime=1789.05 cores=1,3,5,7
/proc/30773/stat : 30773 (java) S 30770 30773 28803 0 -1 4202496 12371 0 1 0 178774 131 0 0 20 0 19 0 110686791 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 140736275744480 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30773/statm: 2406260 97074 2293 9 0 2396937 0
[pid=30773/tid=30775] ppid=30770 vsize=9625040 CPUtime=1778.24 cores=1,3,5,7
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 28803 0 -1 4202560 2539 0 1 0 177790 34 0 0 20 0 19 0 110686792 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789808987472 139789660228429 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30776] ppid=30770 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/30773/task/30776/stat : 30776 (java) S 30770 30773 28803 0 -1 4202560 418 0 0 0 78 8 0 0 20 0 19 0 110686794 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789781440936 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30777] ppid=30770 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/30773/task/30777/stat : 30777 (java) S 30770 30773 28803 0 -1 4202560 784 0 0 0 83 11 0 0 20 0 19 0 110686794 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789780388392 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30778] ppid=30770 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/30773/task/30778/stat : 30778 (java) S 30770 30773 28803 0 -1 4202560 271 0 0 0 84 10 0 0 20 0 19 0 110686794 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789779335336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30779] ppid=30770 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/30773/task/30779/stat : 30779 (java) S 30770 30773 28803 0 -1 4202560 334 0 0 0 87 11 0 0 20 0 19 0 110686794 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789778282792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30780] ppid=30770 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/30773/task/30780/stat : 30780 (java) S 30770 30773 28803 0 -1 4202560 471 0 0 0 89 10 0 0 20 0 19 0 110686794 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789648571304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30781] ppid=30770 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/30773/task/30781/stat : 30781 (java) S 30770 30773 28803 0 -1 4202560 290 0 0 0 81 9 0 0 20 0 19 0 110686794 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789647518760 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30782] ppid=30770 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/30773/task/30782/stat : 30782 (java) S 30770 30773 28803 0 -1 4202560 583 0 0 0 91 16 0 0 20 0 19 0 110686794 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789646465704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30783] ppid=30770 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/30773/task/30783/stat : 30783 (java) S 30770 30773 28803 0 -1 4202560 311 0 0 0 90 11 0 0 20 0 19 0 110686794 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789645413160 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30784] ppid=30770 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/30773/task/30784/stat : 30784 (java) S 30770 30773 28803 0 -1 4202560 435 0 0 0 167 4 0 0 20 0 19 0 110686795 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789162899816 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30785] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30785/stat : 30785 (java) S 30770 30773 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789161846136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30786] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30786/stat : 30786 (java) S 30770 30773 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789160792968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30787] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30787/stat : 30787 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789159741712 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30788] ppid=30770 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/30773/task/30788/stat : 30788 (java) S 30770 30773 28803 0 -1 4202560 2225 0 0 0 45 0 0 0 20 0 19 0 110686797 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789158689592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30789] ppid=30770 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/30773/task/30789/stat : 30789 (java) S 30770 30773 28803 0 -1 4202560 2349 0 0 0 52 0 0 0 20 0 19 0 110686797 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789157637048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30790] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30790/stat : 30790 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789156584184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30791] ppid=30770 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/30773/task/30791/stat : 30791 (java) S 30770 30773 28803 0 -1 4202560 103 0 0 0 32 44 0 0 20 0 19 0 110686797 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789155531848 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30792] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30792/stat : 30792 (java) S 30770 30773 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110686851 9856040960 97074 33554432000 1073741824 1073778376 140736275753344 139789154477096 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1789.05
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.3 s]
/proc/loadavg: 2.08 2.08 2.04 3/213 30901
/proc/meminfo: memFree=30374844/32872528 swapFree=11320/319964
[pid=30773] ppid=30770 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/30773/stat : 30773 (java) S 30770 30773 28803 0 -1 4202496 12374 0 1 0 179878 131 0 0 20 0 19 0 110686791 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 140736275744480 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30773/statm: 2406260 97072 2293 9 0 2396937 0
[pid=30773/tid=30775] ppid=30770 vsize=9625040 CPUtime=1789.22 cores=1,3,5,7
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 28803 0 -1 4202560 2540 0 1 0 178888 34 0 0 20 0 19 0 110686792 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789808987472 139789660219628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30776] ppid=30770 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/30773/task/30776/stat : 30776 (java) S 30770 30773 28803 0 -1 4202560 418 0 0 0 80 8 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789781440936 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30777] ppid=30770 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/30773/task/30777/stat : 30777 (java) S 30770 30773 28803 0 -1 4202560 784 0 0 0 84 11 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789780388392 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30778] ppid=30770 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/30773/task/30778/stat : 30778 (java) S 30770 30773 28803 0 -1 4202560 271 0 0 0 84 10 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789779335336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30779] ppid=30770 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/30773/task/30779/stat : 30779 (java) S 30770 30773 28803 0 -1 4202560 334 0 0 0 87 11 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789778282792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30780] ppid=30770 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/30773/task/30780/stat : 30780 (java) S 30770 30773 28803 0 -1 4202560 471 0 0 0 89 10 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789648571304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30781] ppid=30770 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/30773/task/30781/stat : 30781 (java) S 30770 30773 28803 0 -1 4202560 290 0 0 0 81 9 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789647518760 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30782] ppid=30770 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/30773/task/30782/stat : 30782 (java) S 30770 30773 28803 0 -1 4202560 583 0 0 0 92 16 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789646465704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30783] ppid=30770 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/30773/task/30783/stat : 30783 (java) S 30770 30773 28803 0 -1 4202560 311 0 0 0 91 11 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789645413160 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30784] ppid=30770 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/30773/task/30784/stat : 30784 (java) S 30770 30773 28803 0 -1 4202560 437 0 0 0 167 4 0 0 20 0 19 0 110686795 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789162899816 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30785] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30785/stat : 30785 (java) S 30770 30773 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789161846136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30786] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30786/stat : 30786 (java) S 30770 30773 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789160792968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30787] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30787/stat : 30787 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789159741712 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30788] ppid=30770 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/30773/task/30788/stat : 30788 (java) S 30770 30773 28803 0 -1 4202560 2225 0 0 0 45 0 0 0 20 0 19 0 110686797 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789158689592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30789] ppid=30770 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/30773/task/30789/stat : 30789 (java) S 30770 30773 28803 0 -1 4202560 2349 0 0 0 52 0 0 0 20 0 19 0 110686797 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789157637048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30790] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30790/stat : 30790 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789156584184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30791] ppid=30770 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/30773/task/30791/stat : 30791 (java) S 30770 30773 28803 0 -1 4202560 103 0 0 0 32 45 0 0 20 0 19 0 110686797 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789155531848 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30792] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30792/stat : 30792 (java) S 30770 30773 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110686851 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789154477096 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 30773 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.3 s]
/proc/loadavg: 2.08 2.08 2.04 3/213 30901
/proc/meminfo: memFree=30374844/32872528 swapFree=11320/319964
[pid=30773] ppid=30770 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/30773/stat : 30773 (java) S 30770 30773 28803 0 -1 4202496 12374 0 1 0 179878 131 0 0 20 0 19 0 110686791 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 140736275744480 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30773/statm: 2406260 97072 2293 9 0 2396937 0
[pid=30773/tid=30775] ppid=30770 vsize=9625040 CPUtime=1789.22 cores=1,3,5,7
/proc/30773/task/30775/stat : 30775 (java) R 30770 30773 28803 0 -1 4202560 2540 0 1 0 178888 34 0 0 20 0 19 0 110686792 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789808987472 139789660219628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30776] ppid=30770 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/30773/task/30776/stat : 30776 (java) S 30770 30773 28803 0 -1 4202560 418 0 0 0 80 8 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789781440936 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30777] ppid=30770 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/30773/task/30777/stat : 30777 (java) S 30770 30773 28803 0 -1 4202560 784 0 0 0 84 11 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789780388392 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30778] ppid=30770 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/30773/task/30778/stat : 30778 (java) S 30770 30773 28803 0 -1 4202560 271 0 0 0 84 10 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789779335336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30779] ppid=30770 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/30773/task/30779/stat : 30779 (java) S 30770 30773 28803 0 -1 4202560 334 0 0 0 87 11 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789778282792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30780] ppid=30770 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/30773/task/30780/stat : 30780 (java) S 30770 30773 28803 0 -1 4202560 471 0 0 0 89 10 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789648571304 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30781] ppid=30770 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/30773/task/30781/stat : 30781 (java) S 30770 30773 28803 0 -1 4202560 290 0 0 0 81 9 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789647518760 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30773/tid=30782] ppid=30770 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/30773/task/30782/stat : 30782 (java) S 30770 30773 28803 0 -1 4202560 583 0 0 0 92 16 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789646465704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30783] ppid=30770 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/30773/task/30783/stat : 30783 (java) S 30770 30773 28803 0 -1 4202560 311 0 0 0 91 11 0 0 20 0 19 0 110686794 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789645413160 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30784] ppid=30770 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/30773/task/30784/stat : 30784 (java) S 30770 30773 28803 0 -1 4202560 437 0 0 0 167 4 0 0 20 0 19 0 110686795 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789162899816 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30785] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30785/stat : 30785 (java) S 30770 30773 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789161846136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30786] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30786/stat : 30786 (java) S 30770 30773 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110686795 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789160792968 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30787] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30787/stat : 30787 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789159741712 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30788] ppid=30770 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/30773/task/30788/stat : 30788 (java) S 30770 30773 28803 0 -1 4202560 2225 0 0 0 45 0 0 0 20 0 19 0 110686797 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789158689592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30773/tid=30789] ppid=30770 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/30773/task/30789/stat : 30789 (java) S 30770 30773 28803 0 -1 4202560 2349 0 0 0 52 0 0 0 20 0 19 0 110686797 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789157637048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30790] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30790/stat : 30790 (java) S 30770 30773 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110686797 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789156584184 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30773/tid=30791] ppid=30770 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/30773/task/30791/stat : 30791 (java) S 30770 30773 28803 0 -1 4202560 103 0 0 0 32 45 0 0 20 0 19 0 110686797 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789155531848 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30773/tid=30792] ppid=30770 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30773/task/30792/stat : 30792 (java) S 30770 30773 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110686851 9856040960 97072 33554432000 1073741824 1073778376 140736275753344 139789154477096 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1793.38
CPU time (s): 1800.78
CPU user time (s): 1798.95
CPU system time (s): 1.82972
CPU usage (%): 100.413
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.82972
maximum resident set size= 847464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12414
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39637
involuntary context switches= 16309

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1315 second user time and 8.10477 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 10:18:55
IDJOB=4084617
IDBENCH=90188
IDSOLVER=2546
FILE ID=node128/4084617-1465287535
RUNJOBID= node128-1465270992-28820
PBS_JOBID= 19843302
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= c7b1775204389f0c59bc1b934de7e2c1
RANDOM SEED=1765898131

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30880860 kB
Buffers:          123188 kB
Cached:           246396 kB
SwapCached:         1668 kB
Active:           676448 kB
Inactive:         258920 kB
Active(anon):     567412 kB
Inactive(anon):      588 kB
Active(file):     109036 kB
Inactive(file):   258332 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098516 kB
Dirty:              2048 kB
Writeback:             0 kB
AnonPages:        889416 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             603356 kB
SReclaimable:      46668 kB
SUnreclaim:       556688 kB
KernelStack:        1608 kB
PageTables:         6156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1035368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    858112 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= 71744 MiB
End job on node128 at 2016-06-07 10:48:49