Trace number 4084598

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.58 1793.18

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K126.opb
MD5SUM8617651a414bb8902c12959cc1c92372
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 variables14994
Total number of constraints15248
Number of constraints which are clauses15122
Number of constraints which are cardinality constraints (but not clauses)126
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint126
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 127
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4084598-1465285742.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.95/0.50	c ... done. Wall clock time 0.384s.
0.95/0.50	c declared #vars     14994
0.95/0.50	c #constraints  15248
0.95/0.50	c constraints type 
0.95/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13495
0.95/0.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 126
0.95/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.95/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1625
0.95/0.50	c 15248 constraints processed.
2.85/2.04	c cleaning 2484 clauses out of 4991 with flag 22485/5000
4.90/3.64	c cleaning 4250 clauses out of 8504 with flag 53852/11000
6.60/5.38	c cleaning 5614 clauses out of 11249 with flag 92051/18000
8.80/7.53	c cleaning 6803 clauses out of 13633 with flag 136073/26001
11.33/10.03	c cleaning 7847 clauses out of 15829 with flag 187527/35001
13.93/12.66	c cleaning 8888 clauses out of 17979 with flag 244252/45001
16.92/15.61	c cleaning 9404 clauses out of 20088 with flag 303786/56000
20.32/19.04	c cleaning 9883 clauses out of 22686 with flag 369412/68003
23.87/22.58	c cleaning 10861 clauses out of 25792 with flag 440352/81000
27.57/26.27	c cleaning 11898 clauses out of 28929 with flag 518001/95000
31.97/30.68	c cleaning 12678 clauses out of 32029 with flag 601116/110000
36.17/34.90	c cleaning 13461 clauses out of 35351 with flag 688808/126000
41.08/39.76	c cleaning 14518 clauses out of 38890 with flag 786981/143002
45.87/44.55	c cleaning 15198 clauses out of 42367 with flag 889884/161000
51.17/49.86	c cleaning 15831 clauses out of 46170 with flag 992974/180002
56.87/55.59	c cleaning 16899 clauses out of 50339 with flag 1102144/200002
62.98/61.65	c cleaning 17514 clauses out of 54437 with flag 1215517/221000
69.77/68.43	c cleaning 18474 clauses out of 58923 with flag 1337754/243000
77.64/76.21	c cleaning 18911 clauses out of 63449 with flag 1475268/266001
84.84/83.44	c cleaning 20171 clauses out of 68537 with flag 1610834/290000
92.64/91.21	c cleaning 21105 clauses out of 73366 with flag 1756996/315001
100.64/99.29	c cleaning 21835 clauses out of 78263 with flag 1904184/341003
109.35/107.94	c cleaning 22710 clauses out of 83424 with flag 2060046/368000
118.45/117.08	c cleaning 23536 clauses out of 88713 with flag 2221480/396000
127.65/126.25	c cleaning 24591 clauses out of 94176 with flag 2389436/425000
137.60/136.07	c cleaning 25456 clauses out of 99587 with flag 2568169/455003
147.91/146.31	c cleaning 26392 clauses out of 105127 with flag 2754957/486000
158.80/157.20	c cleaning 27382 clauses out of 110736 with flag 2944349/518001
169.80/168.23	c cleaning 28122 clauses out of 116353 with flag 3137562/551002
182.21/180.61	c cleaning 29129 clauses out of 122228 with flag 3345804/585000
194.93/193.12	c cleaning 29948 clauses out of 128099 with flag 3564595/620000
207.64/205.81	c cleaning 30830 clauses out of 134151 with flag 3793831/656001
221.34/219.56	c cleaning 31715 clauses out of 140319 with flag 4023755/693001
236.34/234.52	c cleaning 32736 clauses out of 146605 with flag 4268427/731002
251.55/249.70	c cleaning 33732 clauses out of 152869 with flag 4517586/770003
266.89/264.88	c cleaning 34434 clauses out of 159134 with flag 4777086/810000
282.30/280.24	c cleaning 35337 clauses out of 165700 with flag 5048562/851001
298.80/296.79	c cleaning 36416 clauses out of 172362 with flag 5322389/893000
316.48/314.20	c cleaning 37401 clauses out of 178946 with flag 5598222/936000
333.39/331.16	c cleaning 38239 clauses out of 185545 with flag 5879632/980000
352.29/350.00	c cleaning 39200 clauses out of 192309 with flag 6190654/1025003
371.59/369.31	c cleaning 40022 clauses out of 199106 with flag 6497668/1071000
391.55/389.06	c cleaning 41105 clauses out of 206083 with flag 6817895/1118000
412.35/409.85	c cleaning 42214 clauses out of 212978 with flag 7156758/1166000
433.87/431.37	c cleaning 43053 clauses out of 219766 with flag 7501302/1215002
456.37/453.57	c cleaning 43933 clauses out of 226712 with flag 7845878/1265002
479.80/476.74	c cleaning 44868 clauses out of 233777 with flag 8219719/1316001
503.20/500.19	c cleaning 46045 clauses out of 240908 with flag 8581501/1368001
527.81/524.56	c cleaning 46852 clauses out of 247862 with flag 8966641/1421000
553.20/549.81	c cleaning 47387 clauses out of 255009 with flag 9363825/1475000
579.51/576.11	c cleaning 48663 clauses out of 262621 with flag 9772914/1530000
606.80/603.30	c cleaning 49477 clauses out of 269961 with flag 10198120/1586003
635.10/631.58	c cleaning 50608 clauses out of 277481 with flag 10658745/1643000
664.49/660.94	c cleaning 51800 clauses out of 284873 with flag 11118465/1701000
693.28/689.65	c cleaning 52905 clauses out of 292073 with flag 11562878/1760000
723.15/719.46	c cleaning 53794 clauses out of 299173 with flag 12022301/1820005
755.50/751.70	c cleaning 54532 clauses out of 306374 with flag 12519722/1881000
789.12/785.20	c cleaning 55479 clauses out of 313843 with flag 13021024/1943001
822.53/818.51	c cleaning 56648 clauses out of 321364 with flag 13520624/2006001
858.01/853.96	c cleaning 57225 clauses out of 328715 with flag 14061594/2070002
894.70/890.56	c cleaning 58429 clauses out of 336488 with flag 14644213/2135000
930.39/926.17	c cleaning 59621 clauses out of 344059 with flag 15195787/2201000
967.90/963.50	c cleaning 60472 clauses out of 351439 with flag 15750584/2268001
1004.12/999.62	c cleaning 61938 clauses out of 358964 with flag 16291024/2336000
1042.70/1038.12	c cleaning 62820 clauses out of 366027 with flag 16884032/2405001
1082.05/1077.32	c cleaning 63444 clauses out of 373206 with flag 17472374/2475000
1124.44/1119.64	c cleaning 64312 clauses out of 380761 with flag 18099490/2546000
1166.14/1161.29	c cleaning 65605 clauses out of 388450 with flag 18712892/2618001
1210.03/1204.95	c cleaning 66646 clauses out of 395847 with flag 19343853/2691003
1255.84/1250.67	c cleaning 67329 clauses out of 403199 with flag 20019636/2765001
1302.01/1296.63	c cleaning 68529 clauses out of 410870 with flag 20679124/2840001
1349.19/1343.76	c cleaning 69608 clauses out of 418337 with flag 21356506/2916000
1396.18/1390.54	c cleaning 70564 clauses out of 425728 with flag 22017306/2993001
1447.80/1441.94	c cleaning 70932 clauses out of 433162 with flag 22776249/3071000
1500.60/1494.63	c cleaning 72237 clauses out of 441229 with flag 23670060/3150000
1553.44/1547.35	c cleaning 73476 clauses out of 448992 with flag 24435167/3230000
1609.12/1602.89	c cleaning 74120 clauses out of 456515 with flag 25255982/3311001
1664.19/1657.76	c cleaning 75335 clauses out of 464393 with flag 26032055/3393000
1721.04/1714.41	c cleaning 76396 clauses out of 472058 with flag 26812406/3476001
1779.19/1772.45	c cleaning 77371 clauses out of 479662 with flag 27649637/3560001
1800.00/1793.11	c starts		: 23381
1800.00/1793.11	c conflicts		: 3596637
1800.00/1793.11	c decisions		: 77894257
1800.00/1793.11	c propagations		: 2797002908
1800.00/1793.11	c inspects		: 13347879826
1800.00/1793.11	c shortcuts		: 0
1800.00/1793.11	c learnt literals	: 83
1800.00/1793.11	c learnt binary clauses	: 145517
1800.00/1793.11	c learnt ternary clauses	: 136776
1800.00/1793.11	c learnt constraints	: 3596554
1800.00/1793.11	c ignored constraints	: 0
1800.00/1793.11	c root simplifications	: 0
1800.00/1793.11	c removed literals (reason simplification)	: 0
1800.00/1793.11	c reason swapping (by a shorter reason)	: 0
1800.00/1793.11	c Calls to reduceDB	: 80
1800.00/1793.11	c Number of update (reduction) of LBD	: 2812570
1800.00/1793.11	c Imported unit clauses	: 0
1800.00/1793.11	c number of reductions to clauses (during analyze)	: 0
1800.00/1793.11	c number of learned constraints concerned by reduction	: 0
1800.00/1793.11	c number of learning phase by resolution	: 0
1800.00/1793.11	c number of learning phase by cutting planes	: 0
1800.00/1793.11	c speed (assignments/second)	: 1560309.5506793223
1800.00/1793.11	c non guided choices	10678
1800.00/1793.11	c timeout
1800.00/1793.18	c learnt constraints type 
1800.00/1793.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 145517
1800.00/1793.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 293410
1800.00/1793.18	s UNKNOWN
1800.00/1793.18	c Total wall clock time (in seconds): 1793.062

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

pid=30570
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.12 2.10 2.09 3/194 30573
/proc/meminfo: memFree=31203520/32872528 swapFree=11320/319964
[pid=30573] ppid=30570 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/30573/stat : 30573 (java) R 30570 30573 28803 0 -1 4202496 468 0 0 0 0 0 0 0 20 0 1 0 110507443 9379840 123 33554432000 1073741824 1073778376 140736494144976 140736494142104 262966120928 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30573/statm: 2290 123 94 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.12 2.10 2.09 3/194 30573
/proc/meminfo: memFree=31203520/32872528 swapFree=11320/319964
[pid=30573] ppid=30570 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 28803 0 -1 4202496 4465 0 1 0 8 0 0 0 20 0 18 0 110507443 9787879424 5583 33554432000 1073741824 1073778376 140736494144976 140736494136112 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30573/statm: 2389619 5583 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.12 2.10 2.09 3/194 30573
/proc/meminfo: memFree=31203520/32872528 swapFree=11320/319964
[pid=30573] ppid=30570 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 28803 0 -1 4202496 5252 0 1 0 27 1 0 0 20 0 18 0 110507443 9787879424 6666 33554432000 1073741824 1073778376 140736494144976 140736494136112 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30573/statm: 2389619 6666 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 2.12 2.10 2.09 3/194 30573
/proc/meminfo: memFree=31203520/32872528 swapFree=11320/319964
[pid=30573] ppid=30570 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 28803 0 -1 4202496 7434 0 1 0 54 1 0 0 20 0 18 0 110507443 9787879424 10534 33554432000 1073741824 1073778376 140736494144976 140736494136112 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30573/statm: 2389619 10534 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700188 s]
/proc/loadavg: 2.12 2.10 2.09 3/194 30573
/proc/meminfo: memFree=31203520/32872528 swapFree=11320/319964
[pid=30573] ppid=30570 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 28803 0 -1 4202496 9443 0 1 0 141 3 0 0 20 0 19 0 110507443 9856040960 27549 33554432000 1073741824 1073778376 140736494144976 140736494136112 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30573/statm: 2406260 27549 2265 9 0 2396937 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.12 2.10 2.09 3/213 30592
/proc/meminfo: memFree=31095256/32872528 swapFree=11320/319964
[pid=30573] ppid=30570 vsize=9625040 CPUtime=2.33 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 28803 0 -1 4202496 9795 0 1 0 230 3 0 0 20 0 19 0 110507443 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140736494136112 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30573/statm: 2406260 28078 2269 9 0 2396937 0
[pid=30573/tid=30575] ppid=30570 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/30573/task/30575/stat : 30575 (java) R 30570 30573 28803 0 -1 4202560 2508 0 1 0 143 3 0 0 20 0 19 0 110507443 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539382686120 140539323149600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30576] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30576/stat : 30576 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539321416104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30577] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30577/stat : 30577 (java) S 30570 30573 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539320363560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30578] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30578/stat : 30578 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539319310504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30579] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30579/stat : 30579 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539318257960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30580] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30580/stat : 30580 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539317205928 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30581] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30581/stat : 30581 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539221195816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30582] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30582/stat : 30582 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539220142760 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30583] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30583/stat : 30583 (java) S 30570 30573 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539219090216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30584] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30584/stat : 30584 (java) S 30570 30573 28803 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539206891880 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30585] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30585/stat : 30585 (java) S 30570 30573 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539205838200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30586] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30586/stat : 30586 (java) S 30570 30573 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539204785032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30587] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30587/stat : 30587 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539203733776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30588] ppid=30570 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/30573/task/30588/stat : 30588 (java) S 30570 30573 28803 0 -1 4202560 3005 0 0 0 44 0 0 0 20 0 19 0 110507449 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539202681656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30589] ppid=30570 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/30573/task/30589/stat : 30589 (java) S 30570 30573 28803 0 -1 4202560 3004 0 0 0 39 0 0 0 20 0 19 0 110507449 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539201629112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30590] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30590/stat : 30590 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539200576248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30591] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30591/stat : 30591 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539199523912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30592] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30592/stat : 30592 (java) S 30570 30573 28803 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110507494 9856040960 28078 33554432000 1073741824 1073778376 140736494144976 140539198469160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.11 2.10 2.09 5/213 30592
/proc/meminfo: memFree=31078132/32872528 swapFree=11320/319964
[pid=30573] ppid=30570 vsize=9625040 CPUtime=4.38 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 28803 0 -1 4202496 16467 0 1 0 434 4 0 0 20 0 19 0 110507443 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140736494136112 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30573/statm: 2406260 33236 2273 9 0 2396937 0
[pid=30573/tid=30575] ppid=30570 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/30573/task/30575/stat : 30575 (java) R 30570 30573 28803 0 -1 4202560 2512 0 1 0 303 3 0 0 20 0 19 0 110507443 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539382686392 140539323073663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30576] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30576/stat : 30576 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539321416104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30577] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30577/stat : 30577 (java) S 30570 30573 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539320363560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30578] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30578/stat : 30578 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539319310504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30579] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30579/stat : 30579 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539318257960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30580] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30580/stat : 30580 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539317205928 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30581] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30581/stat : 30581 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539221195816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30582] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30582/stat : 30582 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539220142760 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30583] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30583/stat : 30583 (java) S 30570 30573 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539219090216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30584] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30584/stat : 30584 (java) S 30570 30573 28803 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539206891880 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30585] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30585/stat : 30585 (java) S 30570 30573 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539205838200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30586] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30586/stat : 30586 (java) S 30570 30573 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539204785032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30587] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30587/stat : 30587 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539203733776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30588] ppid=30570 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/30573/task/30588/stat : 30588 (java) S 30570 30573 28803 0 -1 4202560 3015 0 0 0 49 0 0 0 20 0 19 0 110507449 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539202681656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30589] ppid=30570 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/30573/task/30589/stat : 30589 (java) S 30570 30573 28803 0 -1 4202560 9661 0 0 0 78 2 0 0 20 0 19 0 110507449 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539201629112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30590] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30590/stat : 30590 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539200576248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30591] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30591/stat : 30591 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539199523912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30592] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30592/stat : 30592 (java) S 30570 30573 28803 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110507494 9856040960 33236 33554432000 1073741824 1073778376 140736494144976 140539198469160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.11 2.10 2.09 3/213 30592
/proc/meminfo: memFree=31059844/32872528 swapFree=11320/319964
[pid=30573] ppid=30570 vsize=9625040 CPUtime=7.6 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 28803 0 -1 4202496 16473 0 1 0 756 4 0 0 20 0 19 0 110507443 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140736494136112 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30573/statm: 2406260 34961 2273 9 0 2396937 0
[pid=30573/tid=30575] ppid=30570 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/30573/task/30575/stat : 30575 (java) R 30570 30573 28803 0 -1 4202560 2518 0 1 0 623 3 0 0 20 0 19 0 110507443 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539382686200 140539323149567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30576] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30576/stat : 30576 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539321416104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30577] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30577/stat : 30577 (java) S 30570 30573 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539320363560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30578] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30578/stat : 30578 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539319310504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30579] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30579/stat : 30579 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539318257960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30580] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30580/stat : 30580 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539317205928 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30581] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30581/stat : 30581 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539221195816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30582] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30582/stat : 30582 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539220142760 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30583] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30583/stat : 30583 (java) S 30570 30573 28803 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110507445 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539219090216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30584] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30584/stat : 30584 (java) S 30570 30573 28803 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539206891880 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30585] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30585/stat : 30585 (java) S 30570 30573 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539205838200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30586] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30586/stat : 30586 (java) S 30570 30573 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539204785032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30587] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30587/stat : 30587 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539203733776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30588] ppid=30570 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/30573/task/30588/stat : 30588 (java) S 30570 30573 28803 0 -1 4202560 3015 0 0 0 51 0 0 0 20 0 19 0 110507449 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539202681656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30589] ppid=30570 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/30573/task/30589/stat : 30589 (java) S 30570 30573 28803 0 -1 4202560 9661 0 0 0 79 2 0 0 20 0 19 0 110507449 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539201629112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30590] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30590/stat : 30590 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539200576248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30591] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30591/stat : 30591 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539199523912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30592] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30592/stat : 30592 (java) S 30570 30573 28803 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110507494 9856040960 34961 33554432000 1073741824 1073778376 140736494144976 140539198469160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9625040


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

[pid=30573/tid=30585] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30585/stat : 30585 (java) S 30570 30573 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 109739 33554432000 1073741824 1073778376 140736494144976 140539205838200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30586] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30586/stat : 30586 (java) S 30570 30573 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 109739 33554432000 1073741824 1073778376 140736494144976 140539204785032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30587] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30587/stat : 30587 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 109739 33554432000 1073741824 1073778376 140736494144976 140539203733776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30588] ppid=30570 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/30573/task/30588/stat : 30588 (java) S 30570 30573 28803 0 -1 4202560 3016 0 0 0 52 0 0 0 20 0 19 0 110507449 9856040960 109739 33554432000 1073741824 1073778376 140736494144976 140539202681656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30589] ppid=30570 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/30573/task/30589/stat : 30589 (java) S 30570 30573 28803 0 -1 4202560 9668 0 0 0 83 2 0 0 20 0 19 0 110507449 9856040960 109739 33554432000 1073741824 1073778376 140736494144976 140539201629112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30590] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30590/stat : 30590 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 109739 33554432000 1073741824 1073778376 140736494144976 140539200576248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30591] ppid=30570 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/30573/task/30591/stat : 30591 (java) S 30570 30573 28803 0 -1 4202560 99 0 0 0 28 42 0 0 20 0 19 0 110507449 9856040960 109739 33554432000 1073741824 1073778376 140736494144976 140539199523912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30592] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30592/stat : 30592 (java) S 30570 30573 28803 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110507494 9856040960 109739 33554432000 1073741824 1073778376 140736494144976 140539198469160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1729
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.11 2.09 3/212 30724
/proc/meminfo: memFree=30453700/32872528 swapFree=11320/319964
[pid=30573] ppid=30570 vsize=9625040 CPUtime=1789.19 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 28803 0 -1 4202496 20225 0 1 0 178786 133 0 0 20 0 19 0 110507443 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140736494136112 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30573/statm: 2406260 107295 2295 9 0 2396937 0
[pid=30573/tid=30575] ppid=30570 vsize=9625040 CPUtime=1778.62 cores=1,3,5,7
/proc/30573/task/30575/stat : 30575 (java) R 30570 30573 28803 0 -1 4202560 2589 0 1 0 177829 33 0 0 20 0 19 0 110507443 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539382685008 140539323090380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30576] ppid=30570 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/30573/task/30576/stat : 30576 (java) S 30570 30573 28803 0 -1 4202560 553 0 0 0 77 12 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539321416104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30577] ppid=30570 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/30573/task/30577/stat : 30577 (java) S 30570 30573 28803 0 -1 4202560 252 0 0 0 88 13 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539320363560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30578] ppid=30570 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/30573/task/30578/stat : 30578 (java) S 30570 30573 28803 0 -1 4202560 401 0 0 0 77 9 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539319310504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30579] ppid=30570 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/30573/task/30579/stat : 30579 (java) S 30570 30573 28803 0 -1 4202560 344 0 0 0 71 11 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539318257960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30580] ppid=30570 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/30573/task/30580/stat : 30580 (java) S 30570 30573 28803 0 -1 4202560 279 0 0 0 78 10 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539317205928 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30581] ppid=30570 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/30573/task/30581/stat : 30581 (java) S 30570 30573 28803 0 -1 4202560 357 0 0 0 71 8 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539221195816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30582] ppid=30570 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/30573/task/30582/stat : 30582 (java) S 30570 30573 28803 0 -1 4202560 541 0 0 0 82 12 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539220142760 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30583] ppid=30570 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/30573/task/30583/stat : 30583 (java) S 30570 30573 28803 0 -1 4202560 402 0 0 0 82 12 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539219090216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30584] ppid=30570 vsize=9625040 CPUtime=1.54 cores=1,3,5,7
/proc/30573/task/30584/stat : 30584 (java) S 30570 30573 28803 0 -1 4202560 456 0 0 0 150 4 0 0 20 0 19 0 110507446 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539206891880 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30585] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30585/stat : 30585 (java) S 30570 30573 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539205838200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30586] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30586/stat : 30586 (java) S 30570 30573 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539204785032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30587] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30587/stat : 30587 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539203733776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30588] ppid=30570 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/30573/task/30588/stat : 30588 (java) S 30570 30573 28803 0 -1 4202560 3016 0 0 0 52 0 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539202681656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30589] ppid=30570 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/30573/task/30589/stat : 30589 (java) S 30570 30573 28803 0 -1 4202560 9668 0 0 0 83 2 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539201629112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30590] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30590/stat : 30590 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539200576248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30591] ppid=30570 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/30573/task/30591/stat : 30591 (java) S 30570 30573 28803 0 -1 4202560 103 0 0 0 30 43 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539199523912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30592] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30592/stat : 30592 (java) S 30570 30573 28803 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110507494 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539198469160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.11 s]
/proc/loadavg: 2.16 2.13 2.10 4/213 30726
/proc/meminfo: memFree=30453548/32872528 swapFree=11320/319964
[pid=30573] ppid=30570 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 28803 0 -1 4202496 20225 0 1 0 179867 133 0 0 20 0 19 0 110507443 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140736494136112 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30573/statm: 2406260 107295 2295 9 0 2396937 0
[pid=30573/tid=30575] ppid=30570 vsize=9625040 CPUtime=1789.43 cores=1,3,5,7
/proc/30573/task/30575/stat : 30575 (java) R 30570 30573 28803 0 -1 4202560 2589 0 1 0 178910 33 0 0 20 0 19 0 110507443 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539382685008 140539323058247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30576] ppid=30570 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/30573/task/30576/stat : 30576 (java) S 30570 30573 28803 0 -1 4202560 553 0 0 0 77 12 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539321416104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30577] ppid=30570 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/30573/task/30577/stat : 30577 (java) S 30570 30573 28803 0 -1 4202560 252 0 0 0 88 13 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539320363560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30578] ppid=30570 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/30573/task/30578/stat : 30578 (java) S 30570 30573 28803 0 -1 4202560 401 0 0 0 77 9 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539319310504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30579] ppid=30570 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/30573/task/30579/stat : 30579 (java) S 30570 30573 28803 0 -1 4202560 344 0 0 0 71 11 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539318257960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30580] ppid=30570 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/30573/task/30580/stat : 30580 (java) S 30570 30573 28803 0 -1 4202560 279 0 0 0 78 10 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539317205928 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30581] ppid=30570 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/30573/task/30581/stat : 30581 (java) S 30570 30573 28803 0 -1 4202560 357 0 0 0 71 8 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539221195816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30582] ppid=30570 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/30573/task/30582/stat : 30582 (java) S 30570 30573 28803 0 -1 4202560 541 0 0 0 82 12 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539220142760 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30583] ppid=30570 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/30573/task/30583/stat : 30583 (java) S 30570 30573 28803 0 -1 4202560 402 0 0 0 82 12 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539219090216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30584] ppid=30570 vsize=9625040 CPUtime=1.54 cores=1,3,5,7
/proc/30573/task/30584/stat : 30584 (java) S 30570 30573 28803 0 -1 4202560 456 0 0 0 150 4 0 0 20 0 19 0 110507446 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539206891880 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30585] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30585/stat : 30585 (java) S 30570 30573 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539205838200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30586] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30586/stat : 30586 (java) S 30570 30573 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539204785032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30587] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30587/stat : 30587 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539203733776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30588] ppid=30570 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/30573/task/30588/stat : 30588 (java) S 30570 30573 28803 0 -1 4202560 3016 0 0 0 52 0 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539202681656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30589] ppid=30570 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/30573/task/30589/stat : 30589 (java) S 30570 30573 28803 0 -1 4202560 9668 0 0 0 83 2 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539201629112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30590] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30590/stat : 30590 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539200576248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30591] ppid=30570 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/30573/task/30591/stat : 30591 (java) S 30570 30573 28803 0 -1 4202560 103 0 0 0 31 43 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539199523912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30592] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30592/stat : 30592 (java) S 30570 30573 28803 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110507494 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539198469160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 30573 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.11 s]
/proc/loadavg: 2.16 2.13 2.10 4/213 30726
/proc/meminfo: memFree=30453548/32872528 swapFree=11320/319964
[pid=30573] ppid=30570 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/30573/stat : 30573 (java) S 30570 30573 28803 0 -1 4202496 20225 0 1 0 179867 133 0 0 20 0 19 0 110507443 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140736494136112 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30573/statm: 2406260 107295 2295 9 0 2396937 0
[pid=30573/tid=30575] ppid=30570 vsize=9625040 CPUtime=1789.43 cores=1,3,5,7
/proc/30573/task/30575/stat : 30575 (java) R 30570 30573 28803 0 -1 4202560 2589 0 1 0 178910 33 0 0 20 0 19 0 110507443 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539382685008 140539323058247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30576] ppid=30570 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/30573/task/30576/stat : 30576 (java) S 30570 30573 28803 0 -1 4202560 553 0 0 0 77 12 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539321416104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30577] ppid=30570 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/30573/task/30577/stat : 30577 (java) S 30570 30573 28803 0 -1 4202560 252 0 0 0 88 13 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539320363560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30578] ppid=30570 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/30573/task/30578/stat : 30578 (java) S 30570 30573 28803 0 -1 4202560 401 0 0 0 77 9 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539319310504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30579] ppid=30570 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/30573/task/30579/stat : 30579 (java) S 30570 30573 28803 0 -1 4202560 344 0 0 0 71 11 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539318257960 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30573/tid=30580] ppid=30570 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/30573/task/30580/stat : 30580 (java) S 30570 30573 28803 0 -1 4202560 279 0 0 0 78 10 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539317205928 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30581] ppid=30570 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/30573/task/30581/stat : 30581 (java) S 30570 30573 28803 0 -1 4202560 357 0 0 0 71 8 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539221195816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30582] ppid=30570 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/30573/task/30582/stat : 30582 (java) S 30570 30573 28803 0 -1 4202560 541 0 0 0 82 12 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539220142760 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30583] ppid=30570 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/30573/task/30583/stat : 30583 (java) S 30570 30573 28803 0 -1 4202560 402 0 0 0 82 12 0 0 20 0 19 0 110507445 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539219090216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30573/tid=30584] ppid=30570 vsize=9625040 CPUtime=1.54 cores=1,3,5,7
/proc/30573/task/30584/stat : 30584 (java) S 30570 30573 28803 0 -1 4202560 456 0 0 0 150 4 0 0 20 0 19 0 110507446 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539206891880 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30585] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30585/stat : 30585 (java) S 30570 30573 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539205838200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30586] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30586/stat : 30586 (java) S 30570 30573 28803 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110507446 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539204785032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30587] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30587/stat : 30587 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539203733776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30588] ppid=30570 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/30573/task/30588/stat : 30588 (java) S 30570 30573 28803 0 -1 4202560 3016 0 0 0 52 0 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539202681656 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30589] ppid=30570 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/30573/task/30589/stat : 30589 (java) S 30570 30573 28803 0 -1 4202560 9668 0 0 0 83 2 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539201629112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30590] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30590/stat : 30590 (java) S 30570 30573 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539200576248 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30573/tid=30591] ppid=30570 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/30573/task/30591/stat : 30591 (java) S 30570 30573 28803 0 -1 4202560 103 0 0 0 31 43 0 0 20 0 19 0 110507449 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539199523912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30573/tid=30592] ppid=30570 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30573/task/30592/stat : 30592 (java) S 30570 30573 28803 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110507494 9856040960 107295 33554432000 1073741824 1073778376 140736494144976 140539198469160 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1793.18
CPU time (s): 1800.58
CPU user time (s): 1798.75
CPU system time (s): 1.82972
CPU usage (%): 100.412
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 1.82972
maximum resident set size= 854952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20257
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39193
involuntary context switches= 14451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3544 second user time and 13.8939 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 09:49:02
IDJOB=4084598
IDBENCH=90146
IDSOLVER=2546
FILE ID=node128/4084598-1465285742
RUNJOBID= node128-1465270992-28820
PBS_JOBID= 19843302
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 8617651a414bb8902c12959cc1c92372
RANDOM SEED=355139807

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:        31204320 kB
Buffers:          121748 kB
Cached:           243788 kB
SwapCached:         1668 kB
Active:           350924 kB
Inactive:         257132 kB
Active(anon):     244148 kB
Inactive(anon):      588 kB
Active(file):     106776 kB
Inactive(file):   256544 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098516 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:        617564 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             603228 kB
SReclaimable:      46628 kB
SUnreclaim:       556600 kB
KernelStack:        1760 kB
PageTables:         5664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     710112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 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:18:55