Trace number 4084623

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K192.opb
MD5SUM83a21ae30c37a390d06f7aafb55d6d81
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 variables22848
Total number of constraints23234
Number of constraints which are clauses23042
Number of constraints which are cardinality constraints (but not clauses)192
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint192
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 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084623-1465286509.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
1.08/0.60	c ... done. Wall clock time 0.487s.
1.08/0.60	c declared #vars     22848
1.08/0.60	c #constraints  23234
1.08/0.60	c constraints type 
1.08/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20557
1.08/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 192
1.08/0.60	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.08/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2483
1.08/0.60	c 23234 constraints processed.
3.38/2.51	c cleaning 2449 clauses out of 4994 with flag 22925/5000
6.15/4.84	c cleaning 4256 clauses out of 8543 with flag 54100/11002
8.95/7.69	c cleaning 5592 clauses out of 11285 with flag 93442/18002
12.07/10.70	c cleaning 6795 clauses out of 13688 with flag 134755/26000
15.47/14.13	c cleaning 7597 clauses out of 15889 with flag 180586/35001
19.28/17.96	c cleaning 7925 clauses out of 18289 with flag 228313/45000
22.98/21.65	c cleaning 8927 clauses out of 21360 with flag 283497/56000
27.79/26.49	c cleaning 9271 clauses out of 24435 with flag 342514/68004
32.88/31.52	c cleaning 10371 clauses out of 28158 with flag 406762/81001
38.38/37.07	c cleaning 11233 clauses out of 31782 with flag 474430/95001
44.48/43.14	c cleaning 11736 clauses out of 35546 with flag 550681/110000
50.48/49.11	c cleaning 12784 clauses out of 39811 with flag 633213/126003
57.18/55.88	c cleaning 13707 clauses out of 44026 with flag 719744/143005
64.48/63.16	c cleaning 14429 clauses out of 48313 with flag 811216/161000
71.85/70.42	c cleaning 15423 clauses out of 52883 with flag 908585/180000
79.74/78.39	c cleaning 15872 clauses out of 57459 with flag 1016899/200000
88.04/86.63	c cleaning 16714 clauses out of 62586 with flag 1129795/221000
96.44/95.07	c cleaning 17759 clauses out of 67870 with flag 1245949/243000
105.44/104.02	c cleaning 18763 clauses out of 73111 with flag 1370379/266000
115.04/113.69	c cleaning 19318 clauses out of 78345 with flag 1497132/290000
125.55/124.19	c cleaning 20247 clauses out of 84026 with flag 1631822/315000
135.95/134.60	c cleaning 21062 clauses out of 89781 with flag 1774111/341002
147.41/145.86	c cleaning 22189 clauses out of 95719 with flag 1923901/368002
159.41/157.80	c cleaning 22506 clauses out of 101518 with flag 2075872/396000
171.51/169.92	c cleaning 23651 clauses out of 108012 with flag 2233917/425001
184.22/182.67	c cleaning 24728 clauses out of 114357 with flag 2392835/455000
198.72/197.11	c cleaning 24883 clauses out of 120629 with flag 2566353/486000
214.08/212.23	c cleaning 25939 clauses out of 127747 with flag 2741068/518004
229.49/227.60	c cleaning 26820 clauses out of 134802 with flag 2923321/551000
245.69/243.81	c cleaning 27732 clauses out of 141980 with flag 3117784/585000
262.50/260.65	c cleaning 28687 clauses out of 149244 with flag 3307185/620000
279.71/277.84	c cleaning 29558 clauses out of 156554 with flag 3507901/656000
298.05/295.91	c cleaning 30366 clauses out of 163995 with flag 3718867/693000
316.55/314.48	c cleaning 31218 clauses out of 171626 with flag 3924833/731000
335.95/333.84	c cleaning 31761 clauses out of 179407 with flag 4145184/770000
356.37/354.22	c cleaning 32594 clauses out of 187644 with flag 4375431/810000
376.55/374.22	c cleaning 33889 clauses out of 196045 with flag 4621958/851001
397.46/395.18	c cleaning 34649 clauses out of 204153 with flag 4860379/893001
418.36/416.07	c cleaning 35529 clauses out of 212502 with flag 5108377/936001
441.76/439.48	c cleaning 36333 clauses out of 220970 with flag 5372934/980002
465.48/462.80	c cleaning 37375 clauses out of 229633 with flag 5642340/1025001
489.68/487.09	c cleaning 38375 clauses out of 238253 with flag 5912874/1071000
515.50/512.87	c cleaning 38942 clauses out of 246878 with flag 6193281/1118000
542.37/539.36	c cleaning 39865 clauses out of 255935 with flag 6479221/1166000
570.39/567.19	c cleaning 40806 clauses out of 265066 with flag 6773028/1215000
599.01/595.78	c cleaning 41214 clauses out of 274260 with flag 7077631/1265000
628.06/624.51	c cleaning 42615 clauses out of 284046 with flag 7386348/1316001
657.64/654.04	c cleaning 43235 clauses out of 293429 with flag 7702292/1368000
688.05/684.42	c cleaning 44380 clauses out of 303192 with flag 8034504/1421000
719.66/715.90	c cleaning 45164 clauses out of 312810 with flag 8365826/1475000
751.06/747.25	c cleaning 46088 clauses out of 322646 with flag 8698613/1530001
784.16/780.24	c cleaning 47133 clauses out of 332557 with flag 9037740/1586000
818.85/814.85	c cleaning 48189 clauses out of 342423 with flag 9394265/1643000
852.75/848.67	c cleaning 48998 clauses out of 352233 with flag 9745355/1701001
889.84/885.61	c cleaning 49733 clauses out of 362234 with flag 10117250/1760000
926.64/922.34	c cleaning 51257 clauses out of 372500 with flag 10498099/1820001
964.63/960.26	c cleaning 51652 clauses out of 382237 with flag 10884503/1881000
1004.95/1000.47	c cleaning 52436 clauses out of 392584 with flag 11296580/1943000
1043.42/1038.82	c cleaning 54052 clauses out of 403148 with flag 11697000/2006001
1085.35/1080.62	c cleaning 54461 clauses out of 413095 with flag 12112691/2070000
1125.45/1120.67	c cleaning 55978 clauses out of 423634 with flag 12521423/2135000
1168.15/1163.27	c cleaning 56383 clauses out of 433656 with flag 12951024/2201001
1213.01/1207.92	c cleaning 57150 clauses out of 444270 with flag 13383950/2268000
1256.70/1251.53	c cleaning 58280 clauses out of 455121 with flag 13815978/2336001
1303.71/1298.43	c cleaning 59000 clauses out of 465839 with flag 14284492/2405000
1351.90/1346.49	c cleaning 60170 clauses out of 476843 with flag 14741919/2475005
1401.37/1395.90	c cleaning 60937 clauses out of 487667 with flag 15229423/2546000
1451.98/1446.22	c cleaning 62019 clauses out of 498729 with flag 15718783/2618000
1502.56/1496.73	c cleaning 63097 clauses out of 509711 with flag 16198453/2691001
1554.01/1548.05	c cleaning 64304 clauses out of 520611 with flag 16687137/2765000
1609.68/1603.50	c cleaning 64825 clauses out of 531305 with flag 17208950/2840000
1666.10/1659.85	c cleaning 65742 clauses out of 542483 with flag 17725868/2916003
1723.25/1716.87	c cleaning 66604 clauses out of 553738 with flag 18263237/2993000
1780.11/1773.50	c cleaning 68061 clauses out of 565133 with flag 18799193/3071000
1800.02/1793.30	c starts		: 17288
1800.02/1793.30	c conflicts		: 3101931
1800.02/1793.30	c decisions		: 144954900
1800.02/1793.30	c propagations		: 3484626591
1800.02/1793.30	c inspects		: 12068283835
1800.02/1793.30	c shortcuts		: 0
1800.02/1793.30	c learnt literals	: 146
1800.02/1793.30	c learnt binary clauses	: 232330
1800.02/1793.30	c learnt ternary clauses	: 183901
1800.02/1793.30	c learnt constraints	: 3101785
1800.02/1793.30	c ignored constraints	: 0
1800.02/1793.30	c root simplifications	: 0
1800.02/1793.30	c removed literals (reason simplification)	: 0
1800.02/1793.30	c reason swapping (by a shorter reason)	: 0
1800.02/1793.30	c Calls to reduceDB	: 74
1800.02/1793.30	c Number of update (reduction) of LBD	: 1967469
1800.02/1793.30	c Imported unit clauses	: 0
1800.02/1793.30	c number of reductions to clauses (during analyze)	: 0
1800.02/1793.30	c number of learned constraints concerned by reduction	: 0
1800.02/1793.30	c number of learning phase by resolution	: 0
1800.02/1793.30	c number of learning phase by cutting planes	: 0
1800.02/1793.30	c speed (assignments/second)	: 1943806.3142263938
1800.02/1793.30	c non guided choices	74140
1800.02/1793.30	c timeout
1800.02/1793.38	c learnt constraints type 
1800.02/1793.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 232330
1800.02/1793.38	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 295673
1800.02/1793.38	s UNKNOWN
1800.02/1793.38	c Total wall clock time (in seconds): 1793.262

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-4084623-1465286509/watcher-4084623-1465286509 -o /tmp/evaluation-result-4084623-1465286509/solver-4084623-1465286509 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465277527-11091 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084623-1465286509.opb 

pid=12215
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.51 2.24 2.19 3/195 12218
/proc/meminfo: memFree=29438048/32872528 swapFree=16080/1655368
[pid=12218] ppid=12215 vsize=268 CPUtime=0 cores=1,3,5,7
/proc/12218/stat : 12218 (java) R 12215 12218 11074 0 -1 4194304 333 0 0 0 0 0 0 0 20 0 1 0 110584453 274432 4 33554432000 0 0 140735796467247 140734625700744 217410334135 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12218/statm: 67 20 14 9 0 24 0

[startup+0.100162 s]
/proc/loadavg: 2.51 2.24 2.19 3/195 12218
/proc/meminfo: memFree=29438048/32872528 swapFree=16080/1655368
[pid=12218] ppid=12215 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12218/stat : 12218 (java) S 12215 12218 11074 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 110584453 9787879424 6027 33554432000 1073741824 1073778376 140735796464112 140735796455248 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12218/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20029 s]
/proc/loadavg: 2.51 2.24 2.19 3/195 12218
/proc/meminfo: memFree=29438048/32872528 swapFree=16080/1655368
[pid=12218] ppid=12215 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/12218/stat : 12218 (java) S 12215 12218 11074 0 -1 4202496 5740 0 1 0 27 1 0 0 20 0 18 0 110584453 9787879424 7466 33554432000 1073741824 1073778376 140735796464112 140735796455248 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12218/statm: 2389619 7466 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300351 s]
/proc/loadavg: 2.51 2.24 2.19 3/195 12218
/proc/meminfo: memFree=29438048/32872528 swapFree=16080/1655368
[pid=12218] ppid=12215 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/12218/stat : 12218 (java) S 12215 12218 11074 0 -1 4202496 7303 0 1 0 54 2 0 0 20 0 18 0 110584453 9787879424 11890 33554432000 1073741824 1073778376 140735796464112 140735796455248 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12218/statm: 2389619 11890 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700321 s]
/proc/loadavg: 2.51 2.24 2.19 3/195 12218
/proc/meminfo: memFree=29438048/32872528 swapFree=16080/1655368
[pid=12218] ppid=12215 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/12218/stat : 12218 (java) S 12215 12218 11074 0 -1 4202496 8239 0 1 0 128 4 0 0 20 0 19 0 110584453 9856040960 41969 33554432000 1073741824 1073778376 140735796464112 140735796455248 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12218/statm: 2406260 41969 2275 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.51 2.24 2.19 3/214 12237
/proc/meminfo: memFree=29278848/32872528 swapFree=16080/1655368
[pid=12218] ppid=12215 vsize=9625040 CPUtime=2.34 cores=1,3,5,7
/proc/12218/stat : 12218 (java) S 12215 12218 11074 0 -1 4202496 8300 0 1 0 230 4 0 0 20 0 19 0 110584453 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 140735796455248 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12218/statm: 2406260 41985 2277 9 0 2396937 0
[pid=12218/tid=12220] ppid=12215 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 11074 0 -1 4202560 2472 0 1 0 142 3 0 0 20 0 19 0 110584454 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139822489629080 139822342331677 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12221] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 11074 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139822462081832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12222] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139822461029032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12223] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139822330588200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12224] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 11074 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139822329535400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12225] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139822328482088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12226] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139822327429288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12227] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139822326377000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12228] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 11074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139821855009192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12229] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 11074 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 110584456 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139821842811624 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12230] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110584457 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139821841757688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12231] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12231/stat : 12231 (java) S 12215 12218 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110584457 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139821840705288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12232] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139821839653776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12233] ppid=12215 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 11074 0 -1 4202560 1920 0 0 0 42 0 0 0 20 0 19 0 110584459 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139821838600376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12234] ppid=12215 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/12218/task/12234/stat : 12234 (java) S 12215 12218 11074 0 -1 4202560 2533 0 0 0 40 0 0 0 20 0 19 0 110584459 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139821837547576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12235] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12235/stat : 12235 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139821836495480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12236] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12236/stat : 12236 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139821835442888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12237] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12237/stat : 12237 (java) S 12215 12218 11074 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110584516 9856040960 41985 33554432000 1073741824 1073778376 140735796464112 139821834290600 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9625040

[startup+3.10089 s]
/proc/loadavg: 2.54 2.25 2.19 3/214 12237
/proc/meminfo: memFree=29278104/32872528 swapFree=16080/1655368
[pid=12218] ppid=12215 vsize=9625040 CPUtime=4.4 cores=1,3,5,7
/proc/12218/stat : 12218 (java) S 12215 12218 11074 0 -1 4202496 14371 0 1 0 435 5 0 0 20 0 19 0 110584453 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 140735796455248 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12218/statm: 2406260 45974 2284 9 0 2396937 0
[pid=12218/tid=12220] ppid=12215 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 11074 0 -1 4202560 2474 0 1 0 302 3 0 0 20 0 19 0 110584454 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139822489629080 139822342254232 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12221] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 11074 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139822462081832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12222] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139822461029032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12223] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139822330588200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12224] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 11074 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139822329535400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12225] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139822328482088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12226] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139822327429288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12227] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139822326377000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12228] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 11074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139821855009192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12229] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 11074 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 110584456 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139821842811624 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12230] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110584457 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139821841757688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12231] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12231/stat : 12231 (java) S 12215 12218 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110584457 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139821840705288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12232] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139821839653776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12233] ppid=12215 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 11074 0 -1 4202560 1927 0 0 0 47 0 0 0 20 0 19 0 110584459 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139821838600376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12234] ppid=12215 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/12218/task/12234/stat : 12234 (java) S 12215 12218 11074 0 -1 4202560 8595 0 0 0 79 2 0 0 20 0 19 0 110584459 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139821837547576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12235] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12235/stat : 12235 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139821836495480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12236] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12236/stat : 12236 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139821835442888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12237] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12237/stat : 12237 (java) S 12215 12218 11074 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110584516 9856040960 45974 33554432000 1073741824 1073778376 140735796464112 139821834290600 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.54 2.25 2.19 3/214 12237
/proc/meminfo: memFree=29264696/32872528 swapFree=16080/1655368
[pid=12218] ppid=12215 vsize=9625040 CPUtime=7.65 cores=1,3,5,7
/proc/12218/stat : 12218 (java) S 12215 12218 11074 0 -1 4202496 14373 0 1 0 760 5 0 0 20 0 19 0 110584453 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 140735796455248 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12218/statm: 2406260 45263 2284 9 0 2396937 0
[pid=12218/tid=12220] ppid=12215 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 11074 0 -1 4202560 2476 0 1 0 621 3 0 0 20 0 19 0 110584454 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139822489629000 139822342274163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12221] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 11074 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139822462081832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12222] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139822461029032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12223] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139822330588200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12224] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 11074 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139822329535400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12225] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139822328482088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12226] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139822327429288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12227] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 11074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139822326377000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12228] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 11074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110584455 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139821855009192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12229] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 11074 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 110584456 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139821842811624 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12230] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110584457 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139821841757688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12231] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12231/stat : 12231 (java) S 12215 12218 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110584457 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139821840705288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12232] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139821839653776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12233] ppid=12215 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 11074 0 -1 4202560 1927 0 0 0 49 0 0 0 20 0 19 0 110584459 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139821838600376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12234] ppid=12215 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/12218/task/12234/stat : 12234 (java) S 12215 12218 11074 0 -1 4202560 8595 0 0 0 82 2 0 0 20 0 19 0 110584459 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139821837547576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12235] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12235/stat : 12235 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139821836495480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12236] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12236/stat : 12236 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139821835442888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12237] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12237/stat : 12237 (java) S 12215 12218 11074 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110584516 9856040960 45263 33554432000 1073741824 1073778376 140735796464112 139821834290600 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 9625040


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

[pid=12218/tid=12237] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12237/stat : 12237 (java) S 12215 12218 11074 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110584516 9856040960 116256 33554432000 1073741824 1073778376 140735796464112 139821834290600 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1728.76
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.29 2.22 3/213 12346
/proc/meminfo: memFree=28842464/32872528 swapFree=16080/1655368
[pid=12218] ppid=12215 vsize=9625040 CPUtime=1789.02 cores=1,3,5,7
/proc/12218/stat : 12218 (java) S 12215 12218 11074 0 -1 4202496 19127 0 1 0 178758 144 0 0 20 0 19 0 110584453 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 140735796455248 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12218/statm: 2406260 115882 2293 9 0 2396937 0
[pid=12218/tid=12220] ppid=12215 vsize=9625040 CPUtime=1774.29 cores=1,3,5,7
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 11074 0 -1 4202560 2520 0 1 0 177399 30 0 0 20 0 19 0 110584454 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822489628120 139822342254079 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12221] ppid=12215 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 11074 0 -1 4202560 595 0 0 0 63 9 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822462081832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12222] ppid=12215 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 11074 0 -1 4202560 369 0 0 0 67 11 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822461029032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12223] ppid=12215 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 11074 0 -1 4202560 561 0 0 0 65 9 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822330588200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12224] ppid=12215 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 11074 0 -1 4202560 530 0 0 0 64 9 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822329535400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12225] ppid=12215 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 11074 0 -1 4202560 636 0 0 0 80 16 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822328482088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12226] ppid=12215 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 11074 0 -1 4202560 508 0 0 0 77 14 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822327429288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12227] ppid=12215 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 11074 0 -1 4202560 661 0 0 0 75 15 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822326377000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12228] ppid=12215 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 11074 0 -1 4202560 419 0 0 0 80 10 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821855009192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12229] ppid=12215 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 11074 0 -1 4202560 424 0 0 0 148 3 0 0 20 0 19 0 110584456 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821842811624 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12230] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110584457 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821841757688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12231] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12231/stat : 12231 (java) S 12215 12218 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110584457 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821840705288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12232] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821839653776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12233] ppid=12215 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 11074 0 -1 4202560 1927 0 0 0 50 0 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821838600376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12234] ppid=12215 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/12218/task/12234/stat : 12234 (java) S 12215 12218 11074 0 -1 4202560 8610 0 0 0 86 2 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821837547576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12235] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12235/stat : 12235 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821836495480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12236] ppid=12215 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/12218/task/12236/stat : 12236 (java) S 12215 12218 11074 0 -1 4202560 103 0 0 0 28 49 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821835442888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12237] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12237/stat : 12237 (java) S 12215 12218 11074 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110584516 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821834290600 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1789.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.3 s]
/proc/loadavg: 2.20 2.28 2.22 3/213 12347
/proc/meminfo: memFree=28842088/32872528 swapFree=16080/1655368
[pid=12218] ppid=12215 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/12218/stat : 12218 (java) S 12215 12218 11074 0 -1 4202496 19127 0 1 0 179858 144 0 0 20 0 19 0 110584453 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 140735796455248 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12218/statm: 2406260 115882 2293 9 0 2396937 0
[pid=12218/tid=12220] ppid=12215 vsize=9625040 CPUtime=1785.26 cores=1,3,5,7
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 11074 0 -1 4202560 2520 0 1 0 178495 31 0 0 20 0 19 0 110584454 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822489628000 139822342230676 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12221] ppid=12215 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 11074 0 -1 4202560 595 0 0 0 63 9 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822462081832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12222] ppid=12215 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 11074 0 -1 4202560 369 0 0 0 67 11 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822461029032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12223] ppid=12215 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 11074 0 -1 4202560 561 0 0 0 65 9 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822330588200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12224] ppid=12215 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 11074 0 -1 4202560 530 0 0 0 64 9 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822329535400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12225] ppid=12215 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 11074 0 -1 4202560 636 0 0 0 80 16 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822328482088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12226] ppid=12215 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 11074 0 -1 4202560 508 0 0 0 77 14 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822327429288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12227] ppid=12215 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 11074 0 -1 4202560 661 0 0 0 75 15 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822326377000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12228] ppid=12215 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 11074 0 -1 4202560 419 0 0 0 80 10 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821855009192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12229] ppid=12215 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 11074 0 -1 4202560 424 0 0 0 148 3 0 0 20 0 19 0 110584456 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821842811624 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12230] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110584457 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821841757688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12231] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12231/stat : 12231 (java) S 12215 12218 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110584457 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821840705288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12232] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821839653776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12233] ppid=12215 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 11074 0 -1 4202560 1927 0 0 0 50 0 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821838600376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12234] ppid=12215 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/12218/task/12234/stat : 12234 (java) S 12215 12218 11074 0 -1 4202560 8610 0 0 0 86 2 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821837547576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12235] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12235/stat : 12235 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821836495480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12236] ppid=12215 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/12218/task/12236/stat : 12236 (java) S 12215 12218 11074 0 -1 4202560 103 0 0 0 28 49 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821835442888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12237] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12237/stat : 12237 (java) S 12215 12218 11074 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110584516 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821834290600 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 12218 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.3 s]
/proc/loadavg: 2.20 2.28 2.22 3/213 12347
/proc/meminfo: memFree=28842088/32872528 swapFree=16080/1655368
[pid=12218] ppid=12215 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/12218/stat : 12218 (java) S 12215 12218 11074 0 -1 4202496 19127 0 1 0 179858 144 0 0 20 0 19 0 110584453 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 140735796455248 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12218/statm: 2406260 115882 2293 9 0 2396937 0
[pid=12218/tid=12220] ppid=12215 vsize=9625040 CPUtime=1785.26 cores=1,3,5,7
/proc/12218/task/12220/stat : 12220 (java) R 12215 12218 11074 0 -1 4202560 2520 0 1 0 178495 31 0 0 20 0 19 0 110584454 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822489628000 139822342230676 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12221] ppid=12215 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/12218/task/12221/stat : 12221 (java) S 12215 12218 11074 0 -1 4202560 595 0 0 0 63 9 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822462081832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12222] ppid=12215 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/12218/task/12222/stat : 12222 (java) S 12215 12218 11074 0 -1 4202560 369 0 0 0 67 11 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822461029032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12223] ppid=12215 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/12218/task/12223/stat : 12223 (java) S 12215 12218 11074 0 -1 4202560 561 0 0 0 65 9 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822330588200 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12224] ppid=12215 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12218/task/12224/stat : 12224 (java) S 12215 12218 11074 0 -1 4202560 530 0 0 0 64 9 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822329535400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12225] ppid=12215 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/12218/task/12225/stat : 12225 (java) S 12215 12218 11074 0 -1 4202560 636 0 0 0 80 16 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822328482088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12226] ppid=12215 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/12218/task/12226/stat : 12226 (java) S 12215 12218 11074 0 -1 4202560 508 0 0 0 77 14 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822327429288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12227] ppid=12215 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/12218/task/12227/stat : 12227 (java) S 12215 12218 11074 0 -1 4202560 661 0 0 0 75 15 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139822326377000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12228] ppid=12215 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/12218/task/12228/stat : 12228 (java) S 12215 12218 11074 0 -1 4202560 419 0 0 0 80 10 0 0 20 0 19 0 110584455 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821855009192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12229] ppid=12215 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/12218/task/12229/stat : 12229 (java) S 12215 12218 11074 0 -1 4202560 424 0 0 0 148 3 0 0 20 0 19 0 110584456 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821842811624 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12230] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12230/stat : 12230 (java) S 12215 12218 11074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110584457 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821841757688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12231] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12231/stat : 12231 (java) S 12215 12218 11074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110584457 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821840705288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12232] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12232/stat : 12232 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821839653776 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12233] ppid=12215 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/12218/task/12233/stat : 12233 (java) S 12215 12218 11074 0 -1 4202560 1927 0 0 0 50 0 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821838600376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12218/tid=12234] ppid=12215 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/12218/task/12234/stat : 12234 (java) S 12215 12218 11074 0 -1 4202560 8610 0 0 0 86 2 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821837547576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12218/tid=12235] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12235/stat : 12235 (java) S 12215 12218 11074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821836495480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12218/tid=12236] ppid=12215 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/12218/task/12236/stat : 12236 (java) S 12215 12218 11074 0 -1 4202560 103 0 0 0 28 49 0 0 20 0 19 0 110584459 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821835442888 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12218/tid=12237] ppid=12215 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12218/task/12237/stat : 12237 (java) S 12215 12218 11074 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110584516 9856040960 115882 33554432000 1073741824 1073778376 140735796464112 139821834290600 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1793.38
CPU time (s): 1800.02
CPU user time (s): 1798.58
CPU system time (s): 1.44
CPU usage (%): 100.37
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.01
system time used= 1.92071
maximum resident set size= 908904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19159
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39055
involuntary context switches= 10130

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4024 second user time and 14.1528 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 10:01:49
IDJOB=4084623
IDBENCH=90163
IDSOLVER=2546
FILE ID=node122/4084623-1465286509
RUNJOBID= node122-1465277527-11091
PBS_JOBID= 19843311
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 83a21ae30c37a390d06f7aafb55d6d81
RANDOM SEED=1933899924

node122.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.898
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	: 5333.79
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.898
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.898
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.54
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.898
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29438692 kB
Buffers:          136140 kB
Cached:           172000 kB
SwapCached:          860 kB
Active:           817132 kB
Inactive:         213612 kB
Active(anon):     723460 kB
Inactive(anon):     1632 kB
Active(file):      93672 kB
Inactive(file):   211980 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099512 kB
Dirty:              2040 kB
Writeback:             0 kB
AnonPages:       2434496 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             600900 kB
SReclaimable:      44816 kB
SUnreclaim:       556084 kB
KernelStack:        1768 kB
PageTables:         8932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2653656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2392064 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= 71740 MiB
End job on node122 at 2016-06-07 10:31:42