Trace number 4084616

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.09 1794.19

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K168.opb
MD5SUM4a002b4e44699cf4cd35a469f7223c94
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 variables19992
Total number of constraints20330
Number of constraints which are clauses20162
Number of constraints which are cardinality constraints (but not clauses)168
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint168
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 169
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.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-4084616-1465288350.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.92/0.57	c ... done. Wall clock time 0.454s.
0.92/0.57	c declared #vars     19992
0.92/0.57	c #constraints  20330
0.92/0.57	c constraints type 
0.92/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17989
0.92/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 168
0.92/0.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.92/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2171
0.92/0.57	c 20330 constraints processed.
3.59/2.88	c cleaning 2489 clauses out of 4989 with flag 22271/5000
6.07/5.26	c cleaning 4244 clauses out of 8495 with flag 56532/11002
8.87/8.00	c cleaning 5591 clauses out of 11249 with flag 94099/18001
11.93/11.02	c cleaning 6799 clauses out of 13652 with flag 140685/26000
15.14/14.24	c cleaning 7913 clauses out of 15849 with flag 190956/35000
18.55/17.63	c cleaning 8469 clauses out of 17933 with flag 243415/45000
22.54/21.70	c cleaning 8867 clauses out of 20462 with flag 299210/56000
27.24/26.32	c cleaning 9633 clauses out of 23593 with flag 359779/68000
31.94/31.07	c cleaning 10607 clauses out of 26959 with flag 427453/81000
37.26/36.34	c cleaning 11425 clauses out of 30350 with flag 500534/95000
42.55/41.69	c cleaning 12255 clauses out of 33924 with flag 580866/110000
49.05/48.16	c cleaning 12958 clauses out of 37670 with flag 662539/126001
55.35/54.45	c cleaning 13918 clauses out of 41707 with flag 751148/143000
62.56/61.62	c cleaning 14694 clauses out of 45789 with flag 845905/161000
69.65/68.73	c cleaning 15502 clauses out of 50093 with flag 942239/180000
77.75/76.83	c cleaning 16338 clauses out of 54591 with flag 1048962/200001
85.62/84.68	c cleaning 17215 clauses out of 59251 with flag 1159668/221000
94.43/93.40	c cleaning 17993 clauses out of 64035 with flag 1283025/243000
103.73/102.72	c cleaning 18668 clauses out of 69040 with flag 1409007/266000
113.53/112.57	c cleaning 19641 clauses out of 74370 with flag 1536896/290001
124.73/123.75	c cleaning 20214 clauses out of 79728 with flag 1675407/315000
135.73/134.76	c cleaning 21236 clauses out of 85514 with flag 1815136/341001
146.63/145.65	c cleaning 22466 clauses out of 91278 with flag 1958948/368001
158.41/157.38	c cleaning 23059 clauses out of 96811 with flag 2113781/396000
171.20/170.11	c cleaning 23684 clauses out of 102752 with flag 2284430/425000
184.60/183.51	c cleaning 24820 clauses out of 109069 with flag 2455670/455001
198.51/197.45	c cleaning 25374 clauses out of 115249 with flag 2624130/486001
213.22/212.18	c cleaning 26583 clauses out of 121874 with flag 2805812/518000
228.05/226.83	c cleaning 27419 clauses out of 128292 with flag 2990608/551001
243.64/242.44	c cleaning 28054 clauses out of 134872 with flag 3181229/585000
259.54/258.39	c cleaning 29273 clauses out of 141819 with flag 3376470/620001
276.46/275.20	c cleaning 30202 clauses out of 148545 with flag 3580659/656000
293.66/292.46	c cleaning 30801 clauses out of 155343 with flag 3789449/693000
312.87/311.54	c cleaning 31797 clauses out of 162542 with flag 4012683/731000
331.87/330.57	c cleaning 32585 clauses out of 169744 with flag 4245113/770000
351.29/349.93	c cleaning 33730 clauses out of 177159 with flag 4475025/810000
371.99/370.64	c cleaning 34634 clauses out of 184431 with flag 4711993/851002
394.20/392.60	c cleaning 35218 clauses out of 191797 with flag 4963036/893003
416.71/415.17	c cleaning 35936 clauses out of 199576 with flag 5226920/936000
440.41/438.85	c cleaning 36802 clauses out of 207641 with flag 5488244/980001
464.71/462.89	c cleaning 37786 clauses out of 215838 with flag 5755205/1025000
490.52/488.66	c cleaning 38570 clauses out of 224051 with flag 6030489/1071000
515.58/513.39	c cleaning 39965 clauses out of 232481 with flag 6317377/1118000
542.69/540.47	c cleaning 40581 clauses out of 240515 with flag 6610706/1166000
568.56/566.08	c cleaning 41509 clauses out of 248935 with flag 6904809/1215001
595.93/593.40	c cleaning 42530 clauses out of 257425 with flag 7217280/1265000
624.73/622.07	c cleaning 43299 clauses out of 265891 with flag 7535942/1316000
654.64/651.97	c cleaning 44420 clauses out of 274587 with flag 7865612/1368000
684.91/682.13	c cleaning 45333 clauses out of 283167 with flag 8207638/1421000
715.82/712.94	c cleaning 46434 clauses out of 291832 with flag 8540724/1475000
748.00/745.01	c cleaning 46874 clauses out of 300395 with flag 8890260/1530000
781.32/778.26	c cleaning 47949 clauses out of 309520 with flag 9253115/1586000
813.51/810.38	c cleaning 49159 clauses out of 318571 with flag 9611964/1643003
848.01/844.74	c cleaning 49973 clauses out of 327409 with flag 9985164/1701000
883.41/880.10	c cleaning 51018 clauses out of 336435 with flag 10364238/1760001
920.30/916.87	c cleaning 51623 clauses out of 345416 with flag 10762303/1820000
960.36/956.83	c cleaning 52575 clauses out of 354793 with flag 11164320/1881000
999.27/995.56	c cleaning 53540 clauses out of 364216 with flag 11567409/1943000
1038.87/1035.08	c cleaning 54383 clauses out of 373676 with flag 11976895/2006000
1079.57/1075.65	c cleaning 55584 clauses out of 383293 with flag 12404598/2070000
1121.86/1117.85	c cleaning 56561 clauses out of 392709 with flag 12834569/2135001
1164.53/1160.30	c cleaning 57328 clauses out of 402146 with flag 13276181/2201000
1207.75/1203.42	c cleaning 58578 clauses out of 411818 with flag 13728985/2268001
1252.10/1247.66	c cleaning 59239 clauses out of 421238 with flag 14189621/2336000
1298.43/1293.82	c cleaning 60045 clauses out of 431001 with flag 14661938/2405002
1346.74/1342.10	c cleaning 61187 clauses out of 440952 with flag 15146462/2475000
1394.70/1389.81	c cleaning 62315 clauses out of 450764 with flag 15644713/2546000
1443.97/1438.94	c cleaning 63133 clauses out of 460450 with flag 16149177/2618002
1494.03/1488.97	c cleaning 64358 clauses out of 470315 with flag 16673496/2691000
1547.51/1542.26	c cleaning 64938 clauses out of 479957 with flag 17203379/2765000
1602.13/1596.71	c cleaning 65358 clauses out of 490018 with flag 17765287/2840000
1656.75/1651.26	c cleaning 66717 clauses out of 500661 with flag 18301359/2916002
1714.57/1708.97	c cleaning 67737 clauses out of 510941 with flag 18867156/2993000
1771.71/1765.82	c cleaning 68655 clauses out of 521203 with flag 19432508/3071000
1800.09/1794.11	c starts		: 17859
1800.09/1794.11	c conflicts		: 3115362
1800.09/1794.11	c decisions		: 113385954
1800.09/1794.11	c propagations		: 2983015357
1800.09/1794.11	c inspects		: 11055390673
1800.09/1794.11	c shortcuts		: 0
1800.09/1794.11	c learnt literals	: 92
1800.09/1794.11	c learnt binary clauses	: 197320
1800.09/1794.11	c learnt ternary clauses	: 166731
1800.09/1794.11	c learnt constraints	: 3115270
1800.09/1794.11	c ignored constraints	: 0
1800.09/1794.11	c root simplifications	: 0
1800.09/1794.11	c removed literals (reason simplification)	: 0
1800.09/1794.11	c reason swapping (by a shorter reason)	: 0
1800.09/1794.11	c Calls to reduceDB	: 74
1800.09/1794.11	c Number of update (reduction) of LBD	: 2094742
1800.09/1794.11	c Imported unit clauses	: 0
1800.09/1794.11	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.11	c number of learned constraints concerned by reduction	: 0
1800.09/1794.11	c number of learning phase by resolution	: 0
1800.09/1794.11	c number of learning phase by cutting planes	: 0
1800.09/1794.11	c speed (assignments/second)	: 1663216.7087997806
1800.09/1794.11	c non guided choices	51398
1800.09/1794.11	c timeout
1800.09/1794.18	c learnt constraints type 
1800.09/1794.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 197320
1800.09/1794.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 299590
1800.09/1794.18	s UNKNOWN
1800.09/1794.18	c Total wall clock time (in seconds): 1794.066

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-4084616-1465288350/watcher-4084616-1465288350 -o /tmp/evaluation-result-4084616-1465288350/solver-4084616-1465288350 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084616-1465288350.opb 

pid=14290
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.14 2.20 2.18 3/194 14293
/proc/meminfo: memFree=29834576/32872528 swapFree=16360/1798728
[pid=14293] ppid=14290 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/14293/stat : 14293 (java) R 14290 14293 5965 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 110768121 278528 33 33554432000 1073741824 1073778376 140734022241328 140734352585016 260181159093 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14293/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.14 2.20 2.18 3/194 14293
/proc/meminfo: memFree=29834576/32872528 swapFree=16360/1798728
[pid=14293] ppid=14290 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14293/stat : 14293 (java) S 14290 14293 5965 0 -1 4202496 4423 0 1 0 7 1 0 0 20 0 18 0 110768121 9787879424 6035 33554432000 1073741824 1073778376 140734022241328 140734022232464 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14293/statm: 2389619 6035 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.14 2.20 2.18 3/194 14293
/proc/meminfo: memFree=29834576/32872528 swapFree=16360/1798728
[pid=14293] ppid=14290 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/14293/stat : 14293 (java) S 14290 14293 5965 0 -1 4202496 5098 0 1 0 26 1 0 0 20 0 18 0 110768121 9787879424 6983 33554432000 1073741824 1073778376 140734022241328 140734022232464 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14293/statm: 2389619 6983 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 2.14 2.20 2.18 3/194 14293
/proc/meminfo: memFree=29834576/32872528 swapFree=16360/1798728
[pid=14293] ppid=14290 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/14293/stat : 14293 (java) S 14290 14293 5965 0 -1 4202496 7483 0 1 0 53 2 0 0 20 0 18 0 110768121 9787879424 11411 33554432000 1073741824 1073778376 140734022241328 140734022232464 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14293/statm: 2389619 11411 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700168 s]
/proc/loadavg: 2.14 2.20 2.18 3/194 14293
/proc/meminfo: memFree=29834576/32872528 swapFree=16360/1798728
[pid=14293] ppid=14290 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/14293/stat : 14293 (java) S 14290 14293 5965 0 -1 4202496 8292 0 1 0 129 4 0 0 20 0 19 0 110768121 9856040960 36021 33554432000 1073741824 1073778376 140734022241328 140734022232464 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14293/statm: 2406260 36021 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50088 s]
/proc/loadavg: 2.29 2.23 2.19 3/213 14312
/proc/meminfo: memFree=29698912/32872528 swapFree=16360/1798728
[pid=14293] ppid=14290 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/14293/stat : 14293 (java) S 14290 14293 5965 0 -1 4202496 9204 0 1 0 225 4 0 0 20 0 19 0 110768121 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140734022232464 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14293/statm: 2406260 36105 2264 9 0 2396937 0
[pid=14293/tid=14295] ppid=14290 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/14293/task/14295/stat : 14295 (java) R 14290 14293 5965 0 -1 4202560 2463 0 1 0 143 2 0 0 20 0 19 0 110768122 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140308092780744 140307942117576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14296] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14296/stat : 14296 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140308065233320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14297] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14297/stat : 14297 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140308064180776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14298] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14298/stat : 14298 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140308063127720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14299] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14299/stat : 14299 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140308062075176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14293/tid=14300] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14300/stat : 14300 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140308061023144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14301] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14301/stat : 14301 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140308059970600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14293/tid=14302] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14302/stat : 14302 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140307930327720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14303] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14303/stat : 14303 (java) S 14290 14293 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140307929275176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14304] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14304/stat : 14304 (java) S 14290 14293 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110768124 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140307446327656 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14305] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14305/stat : 14305 (java) S 14290 14293 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110768125 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140307445273976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14306] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14306/stat : 14306 (java) S 14290 14293 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110768125 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140307444220808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14307] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14307/stat : 14307 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140307443169552 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14308] ppid=14290 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/14293/task/14308/stat : 14308 (java) S 14290 14293 5965 0 -1 4202560 2451 0 0 0 36 0 0 0 20 0 19 0 110768127 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140307442117432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14309] ppid=14290 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14293/task/14309/stat : 14309 (java) S 14290 14293 5965 0 -1 4202560 3017 0 0 0 43 0 0 0 20 0 19 0 110768127 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140307441064888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14310] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14310/stat : 14310 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140307440012024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14311] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14311/stat : 14311 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140307438959688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14312] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14312/stat : 14312 (java) S 14290 14293 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110768180 9856040960 36105 33554432000 1073741824 1073778376 140734022241328 140307437904936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10091 s]
/proc/loadavg: 2.29 2.23 2.19 3/213 14312
/proc/meminfo: memFree=29696244/32872528 swapFree=16360/1798728
[pid=14293] ppid=14290 vsize=9625040 CPUtime=3.93 cores=1,3,5,7
/proc/14293/stat : 14293 (java) S 14290 14293 5965 0 -1 4202496 9219 0 1 0 389 4 0 0 20 0 19 0 110768121 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140734022232464 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14293/statm: 2406260 37139 2271 9 0 2396937 0
[pid=14293/tid=14295] ppid=14290 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/14293/task/14295/stat : 14295 (java) R 14290 14293 5965 0 -1 4202560 2467 0 1 0 302 3 0 0 20 0 19 0 110768122 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140308092778832 140307942007392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14296] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14296/stat : 14296 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140308065233320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14297] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14297/stat : 14297 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140308064180776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14298] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14298/stat : 14298 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140308063127720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14299] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14299/stat : 14299 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140308062075176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14293/tid=14300] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14300/stat : 14300 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140308061023144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14301] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14301/stat : 14301 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140308059970600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14293/tid=14302] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14302/stat : 14302 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140307930327720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14303] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14303/stat : 14303 (java) S 14290 14293 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140307929275176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14304] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14304/stat : 14304 (java) S 14290 14293 5965 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110768124 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140307446327656 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14305] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14305/stat : 14305 (java) S 14290 14293 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110768125 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140307445273976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14306] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14306/stat : 14306 (java) S 14290 14293 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110768125 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140307444220808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14307] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14307/stat : 14307 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140307443169552 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14308] ppid=14290 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/14293/task/14308/stat : 14308 (java) S 14290 14293 5965 0 -1 4202560 2456 0 0 0 39 0 0 0 20 0 19 0 110768127 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140307442117432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14309] ppid=14290 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14293/task/14309/stat : 14309 (java) S 14290 14293 5965 0 -1 4202560 3022 0 0 0 46 0 0 0 20 0 19 0 110768127 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140307441064888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14310] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14310/stat : 14310 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140307440012024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14311] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14311/stat : 14311 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140307438959688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14312] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14312/stat : 14312 (java) S 14290 14293 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110768180 9856040960 37139 33554432000 1073741824 1073778376 140734022241328 140307437904936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.35 2.25 2.20 3/213 14312
/proc/meminfo: memFree=29690224/32872528 swapFree=16360/1798728
[pid=14293] ppid=14290 vsize=9625040 CPUtime=7.17 cores=1,3,5,7
/proc/14293/stat : 14293 (java) S 14290 14293 5965 0 -1 4202496 9225 0 1 0 713 4 0 0 20 0 19 0 110768121 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140734022232464 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14293/statm: 2406260 38625 2271 9 0 2396937 0
[pid=14293/tid=14295] ppid=14290 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/14293/task/14295/stat : 14295 (java) R 14290 14293 5965 0 -1 4202560 2473 0 1 0 620 3 0 0 20 0 19 0 110768122 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140308092780968 140307942117910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14296] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14296/stat : 14296 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140308065233320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14297] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14297/stat : 14297 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140308064180776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14298] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14298/stat : 14298 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140308063127720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14299] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14299/stat : 14299 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140308062075176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14293/tid=14300] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14300/stat : 14300 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140308061023144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14301] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14301/stat : 14301 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140308059970600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14293/tid=14302] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14302/stat : 14302 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140307930327720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14303] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14303/stat : 14303 (java) S 14290 14293 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110768123 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140307929275176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14304] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14304/stat : 14304 (java) S 14290 14293 5965 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110768124 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140307446327656 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14305] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14305/stat : 14305 (java) S 14290 14293 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110768125 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140307445273976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14306] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14306/stat : 14306 (java) S 14290 14293 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110768125 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140307444220808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14307] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14307/stat : 14307 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140307443169552 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14308] ppid=14290 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/14293/task/14308/stat : 14308 (java) S 14290 14293 5965 0 -1 4202560 2456 0 0 0 41 0 0 0 20 0 19 0 110768127 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140307442117432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14309] ppid=14290 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/14293/task/14309/stat : 14309 (java) S 14290 14293 5965 0 -1 4202560 3022 0 0 0 48 0 0 0 20 0 19 0 110768127 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140307441064888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14310] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14310/stat : 14310 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140307440012024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14311] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14311/stat : 14311 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140307438959688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14312] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14312/stat : 14312 (java) S 14290 14293 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110768180 9856040960 38625 33554432000 1073741824 1073778376 140734022241328 140307437904936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9625040


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

/proc/14293/task/14312/stat : 14312 (java) S 14290 14293 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110768180 9856040960 94786 33554432000 1073741824 1073778376 140734022241328 140307437904936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1728.04
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.29 1.72 1.98 2/188 14411
/proc/meminfo: memFree=29706632/32872528 swapFree=16360/1798728
[pid=14293] ppid=14290 vsize=9625040 CPUtime=1788.22 cores=1,3,5,7
/proc/14293/stat : 14293 (java) S 14290 14293 5965 0 -1 4202496 12679 0 1 0 178709 113 0 0 20 0 19 0 110768121 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140734022232464 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14293/statm: 2406260 92800 2293 9 0 2396937 0
[pid=14293/tid=14295] ppid=14290 vsize=9625040 CPUtime=1774.43 cores=1,3,5,7
/proc/14293/task/14295/stat : 14295 (java) R 14290 14293 5965 0 -1 4202560 2527 0 1 0 177413 30 0 0 20 0 19 0 110768122 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140308092772144 140307942063840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14296] ppid=14290 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/14293/task/14296/stat : 14296 (java) S 14290 14293 5965 0 -1 4202560 488 0 0 0 74 8 0 0 20 0 19 0 110768123 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140308065233320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14297] ppid=14290 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/14293/task/14297/stat : 14297 (java) S 14290 14293 5965 0 -1 4202560 378 0 0 0 66 9 0 0 20 0 19 0 110768123 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140308064180776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14298] ppid=14290 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/14293/task/14298/stat : 14298 (java) S 14290 14293 5965 0 -1 4202560 258 0 0 0 71 10 0 0 20 0 19 0 110768123 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140308063127720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14293/tid=14299] ppid=14290 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/14293/task/14299/stat : 14299 (java) S 14290 14293 5965 0 -1 4202560 208 0 0 0 72 8 0 0 20 0 19 0 110768123 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140308062075176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14300] ppid=14290 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/14293/task/14300/stat : 14300 (java) S 14290 14293 5965 0 -1 4202560 559 0 0 0 70 12 0 0 20 0 19 0 110768123 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140308061023144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14301] ppid=14290 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/14293/task/14301/stat : 14301 (java) S 14290 14293 5965 0 -1 4202560 275 0 0 0 74 9 0 0 20 0 19 0 110768123 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140308059970600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14302] ppid=14290 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/14293/task/14302/stat : 14302 (java) S 14290 14293 5965 0 -1 4202560 409 0 0 0 75 11 0 0 20 0 19 0 110768123 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140307930327720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14303] ppid=14290 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14293/task/14303/stat : 14303 (java) S 14290 14293 5965 0 -1 4202560 300 0 0 0 61 6 0 0 20 0 19 0 110768123 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140307929275176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14293/tid=14304] ppid=14290 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/14293/task/14304/stat : 14304 (java) S 14290 14293 5965 0 -1 4202560 342 0 0 0 139 3 0 0 20 0 19 0 110768124 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140307446327656 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14305] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14305/stat : 14305 (java) S 14290 14293 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110768125 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140307445273976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14306] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14306/stat : 14306 (java) S 14290 14293 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110768125 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140307444220808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14307] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14307/stat : 14307 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140307443169552 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14308] ppid=14290 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/14293/task/14308/stat : 14308 (java) S 14290 14293 5965 0 -1 4202560 2549 0 0 0 45 0 0 0 20 0 19 0 110768127 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140307442117432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14309] ppid=14290 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/14293/task/14309/stat : 14309 (java) S 14290 14293 5965 0 -1 4202560 3023 0 0 0 49 0 0 0 20 0 19 0 110768127 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140307441064888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14310] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14310/stat : 14310 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140307440012024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14311] ppid=14290 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/14293/task/14311/stat : 14311 (java) S 14290 14293 5965 0 -1 4202560 103 0 0 0 34 40 0 0 20 0 19 0 110768127 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140307438959688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14312] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14312/stat : 14312 (java) S 14290 14293 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110768180 9856040960 92800 33554432000 1073741824 1073778376 140734022241328 140307437904936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1788.22
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.1 s]
/proc/loadavg: 1.32 1.71 1.98 2/188 14411
/proc/meminfo: memFree=29710540/32872528 swapFree=16360/1798728
[pid=14293] ppid=14290 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/14293/stat : 14293 (java) S 14290 14293 5965 0 -1 4202496 12686 0 1 0 179896 113 0 0 20 0 19 0 110768121 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140734022232464 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14293/statm: 2406260 91842 2293 9 0 2396937 0
[pid=14293/tid=14295] ppid=14290 vsize=9625040 CPUtime=1786.19 cores=1,3,5,7
/proc/14293/task/14295/stat : 14295 (java) R 14290 14293 5965 0 -1 4202560 2528 0 1 0 178588 31 0 0 20 0 19 0 110768122 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308092779872 140307942053297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14296] ppid=14290 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/14293/task/14296/stat : 14296 (java) S 14290 14293 5965 0 -1 4202560 488 0 0 0 75 8 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308065233320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14297] ppid=14290 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/14293/task/14297/stat : 14297 (java) S 14290 14293 5965 0 -1 4202560 378 0 0 0 67 9 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308064180776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14298] ppid=14290 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/14293/task/14298/stat : 14298 (java) S 14290 14293 5965 0 -1 4202560 258 0 0 0 72 10 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308063127720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14293/tid=14299] ppid=14290 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/14293/task/14299/stat : 14299 (java) S 14290 14293 5965 0 -1 4202560 208 0 0 0 73 8 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308062075176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14300] ppid=14290 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/14293/task/14300/stat : 14300 (java) S 14290 14293 5965 0 -1 4202560 559 0 0 0 71 12 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308061023144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14301] ppid=14290 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/14293/task/14301/stat : 14301 (java) S 14290 14293 5965 0 -1 4202560 279 0 0 0 75 9 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308059970600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14302] ppid=14290 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/14293/task/14302/stat : 14302 (java) S 14290 14293 5965 0 -1 4202560 409 0 0 0 77 11 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307930327720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14303] ppid=14290 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14293/task/14303/stat : 14303 (java) S 14290 14293 5965 0 -1 4202560 300 0 0 0 62 7 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307929275176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14293/tid=14304] ppid=14290 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/14293/task/14304/stat : 14304 (java) S 14290 14293 5965 0 -1 4202560 344 0 0 0 139 3 0 0 20 0 19 0 110768124 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307446327656 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14305] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14305/stat : 14305 (java) S 14290 14293 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110768125 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307445273976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14306] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14306/stat : 14306 (java) S 14290 14293 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110768125 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307444220808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14307] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14307/stat : 14307 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307443169552 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14308] ppid=14290 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/14293/task/14308/stat : 14308 (java) S 14290 14293 5965 0 -1 4202560 2549 0 0 0 45 0 0 0 20 0 19 0 110768127 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307442117432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14309] ppid=14290 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/14293/task/14309/stat : 14309 (java) S 14290 14293 5965 0 -1 4202560 3023 0 0 0 49 0 0 0 20 0 19 0 110768127 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307441064888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14310] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14310/stat : 14310 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307440012024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14311] ppid=14290 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/14293/task/14311/stat : 14311 (java) S 14290 14293 5965 0 -1 4202560 103 0 0 0 34 40 0 0 20 0 19 0 110768127 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307438959688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14312] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14312/stat : 14312 (java) S 14290 14293 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110768180 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307437904936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14293 sig 9
??? kill -14293 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.1 s]
/proc/loadavg: 1.32 1.71 1.98 2/188 14411
/proc/meminfo: memFree=29710540/32872528 swapFree=16360/1798728
[pid=14293] ppid=14290 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/14293/stat : 14293 (java) S 14290 14293 5965 0 -1 4202496 12686 0 1 0 179896 113 0 0 20 0 19 0 110768121 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140734022232464 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14293/statm: 2406260 91842 2293 9 0 2396937 0
[pid=14293/tid=14295] ppid=14290 vsize=9625040 CPUtime=1786.19 cores=1,3,5,7
/proc/14293/task/14295/stat : 14295 (java) R 14290 14293 5965 0 -1 4202560 2528 0 1 0 178588 31 0 0 20 0 19 0 110768122 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308092779872 140307942053297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14296] ppid=14290 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/14293/task/14296/stat : 14296 (java) S 14290 14293 5965 0 -1 4202560 488 0 0 0 75 8 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308065233320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14297] ppid=14290 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/14293/task/14297/stat : 14297 (java) S 14290 14293 5965 0 -1 4202560 378 0 0 0 67 9 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308064180776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14298] ppid=14290 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/14293/task/14298/stat : 14298 (java) S 14290 14293 5965 0 -1 4202560 258 0 0 0 72 10 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308063127720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14293/tid=14299] ppid=14290 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/14293/task/14299/stat : 14299 (java) S 14290 14293 5965 0 -1 4202560 208 0 0 0 73 8 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308062075176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14300] ppid=14290 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/14293/task/14300/stat : 14300 (java) S 14290 14293 5965 0 -1 4202560 559 0 0 0 71 12 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308061023144 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14301] ppid=14290 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/14293/task/14301/stat : 14301 (java) S 14290 14293 5965 0 -1 4202560 279 0 0 0 75 9 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140308059970600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14302] ppid=14290 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/14293/task/14302/stat : 14302 (java) S 14290 14293 5965 0 -1 4202560 409 0 0 0 77 11 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307930327720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14303] ppid=14290 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14293/task/14303/stat : 14303 (java) S 14290 14293 5965 0 -1 4202560 300 0 0 0 62 7 0 0 20 0 19 0 110768123 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307929275176 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14293/tid=14304] ppid=14290 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/14293/task/14304/stat : 14304 (java) S 14290 14293 5965 0 -1 4202560 344 0 0 0 139 3 0 0 20 0 19 0 110768124 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307446327656 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14305] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14305/stat : 14305 (java) S 14290 14293 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110768125 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307445273976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14306] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14306/stat : 14306 (java) S 14290 14293 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110768125 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307444220808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14307] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14307/stat : 14307 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307443169552 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14308] ppid=14290 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/14293/task/14308/stat : 14308 (java) S 14290 14293 5965 0 -1 4202560 2549 0 0 0 45 0 0 0 20 0 19 0 110768127 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307442117432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14293/tid=14309] ppid=14290 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/14293/task/14309/stat : 14309 (java) S 14290 14293 5965 0 -1 4202560 3023 0 0 0 49 0 0 0 20 0 19 0 110768127 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307441064888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14293/tid=14310] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14310/stat : 14310 (java) S 14290 14293 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110768127 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307440012024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14311] ppid=14290 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/14293/task/14311/stat : 14311 (java) S 14290 14293 5965 0 -1 4202560 103 0 0 0 34 40 0 0 20 0 19 0 110768127 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307438959688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14293/tid=14312] ppid=14290 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14293/task/14312/stat : 14312 (java) S 14290 14293 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110768180 9856040960 91842 33554432000 1073741824 1073778376 140734022241328 140307437904936 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1794.19
CPU time (s): 1800.09
CPU user time (s): 1798.96
CPU system time (s): 1.13
CPU usage (%): 100.329
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.5
system time used= 1.62175
maximum resident set size= 784436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12718
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39375
involuntary context switches= 15178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.14522 second user time and 7.61384 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 10:32:30
IDJOB=4084616
IDBENCH=90204
IDSOLVER=2546
FILE ID=node123/4084616-1465288350
RUNJOBID= node123-1465255130-5982
PBS_JOBID= 19843274
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 4a002b4e44699cf4cd35a469f7223c94
RANDOM SEED=2077461121

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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:        29834864 kB
Buffers:          117012 kB
Cached:           146680 kB
SwapCached:         1808 kB
Active:           295280 kB
Inactive:         193476 kB
Active(anon):     225332 kB
Inactive(anon):     2104 kB
Active(file):      69948 kB
Inactive(file):   191372 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:              2036 kB
Writeback:             0 kB
AnonPages:       2102612 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             600184 kB
SReclaimable:      44152 kB
SUnreclaim:       556032 kB
KernelStack:        1768 kB
PageTables:         8136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2489560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2066432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node123 at 2016-06-07 11:02:24