Trace number 4107005

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.48 1789.95

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_1_80.opb
MD5SUM8096e07164eab6008a97823c6b00b555
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74732
Sum of products size (including duplicates)149464
Number of different products37366
Sum of products size74732

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4107005-1466284009.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
2.30/0.99	c ... done. Wall clock time 0.88s.
2.30/0.99	c declared #vars     1000
2.30/0.99	c internal #vars     38366
2.30/0.99	c #constraints  76235
2.30/0.99	c constraints type 
2.30/0.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37366
2.30/0.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
2.30/0.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
2.30/0.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37366
2.30/0.99	c 76235 constraints processed.
6.02/3.77	c cleaning 2502 clauses out of 5005 with flag 10264/5005
8.68/6.18	c cleaning 4220 clauses out of 8498 with flag 22541/11000
10.78/8.22	c cleaning 5611 clauses out of 11282 with flag 38614/18004
12.81/10.21	c cleaning 6837 clauses out of 13675 with flag 56421/26008
16.24/13.68	c cleaning 7897 clauses out of 15830 with flag 75092/35000
21.87/19.29	c cleaning 8996 clauses out of 17994 with flag 96203/45061
25.57/22.74	c cleaning 9902 clauses out of 19937 with flag 122440/56000
30.87/28.07	c cleaning 11039 clauses out of 22079 with flag 148791/68044
37.68/34.82	c cleaning 11951 clauses out of 23996 with flag 175495/81000
41.88/39.07	c cleaning 13004 clauses out of 26045 with flag 207283/95000
46.48/43.60	c cleaning 14014 clauses out of 28042 with flag 240343/110001
52.68/49.50	c cleaning 14966 clauses out of 30027 with flag 273765/126000
58.88/55.63	c cleaning 15961 clauses out of 32061 with flag 313073/143000
64.88/61.61	c cleaning 17012 clauses out of 34101 with flag 354395/161001
71.08/67.81	c cleaning 17978 clauses out of 36088 with flag 397219/180000
77.48/74.25	c cleaning 18971 clauses out of 38110 with flag 441191/200000
84.19/80.98	c cleaning 19972 clauses out of 40139 with flag 489796/221000
92.09/88.80	c cleaning 21059 clauses out of 42167 with flag 538334/243000
99.79/96.50	c cleaning 21968 clauses out of 44108 with flag 593101/266000
109.14/105.59	c cleaning 22986 clauses out of 46141 with flag 646474/290001
117.54/113.92	c cleaning 23999 clauses out of 48154 with flag 705307/315000
126.64/123.00	c cleaning 25042 clauses out of 50170 with flag 766155/341015
136.15/132.56	c cleaning 26030 clauses out of 52113 with flag 830596/368000
146.55/142.91	c cleaning 26988 clauses out of 54084 with flag 897066/396001
157.05/153.44	c cleaning 27973 clauses out of 56096 with flag 967783/425001
169.21/165.01	c cleaning 28969 clauses out of 58122 with flag 1040116/455000
181.41/177.28	c cleaning 30026 clauses out of 60154 with flag 1115677/486001
193.61/189.42	c cleaning 31004 clauses out of 62127 with flag 1196598/518000
206.01/201.86	c cleaning 31985 clauses out of 64123 with flag 1283143/551000
219.01/214.84	c cleaning 33008 clauses out of 66138 with flag 1378598/585000
231.21/227.00	c cleaning 34001 clauses out of 68135 with flag 1491915/620005
239.42/235.25	c cleaning 34985 clauses out of 70130 with flag 1624336/656001
254.99/249.64	c cleaning 36010 clauses out of 72145 with flag 1738370/693001
270.50/265.14	c cleaning 37025 clauses out of 74137 with flag 1842275/731003
287.59/282.23	c cleaning 37979 clauses out of 76110 with flag 1944006/770001
306.01/300.68	c cleaning 38993 clauses out of 78131 with flag 2048198/810001
325.63/320.21	c cleaning 40030 clauses out of 80137 with flag 2148255/851000
346.12/340.78	c cleaning 41017 clauses out of 82107 with flag 2248156/893000
367.93/362.54	c cleaning 41973 clauses out of 84090 with flag 2351991/936000
394.49/388.16	c cleaning 43006 clauses out of 86118 with flag 2452969/980001
421.49/415.10	c cleaning 44033 clauses out of 88131 with flag 2556072/1025020
449.10/442.72	c cleaning 44942 clauses out of 90079 with flag 2660337/1071001
477.61/471.23	c cleaning 46055 clauses out of 92158 with flag 2766717/1118022
506.71/500.37	c cleaning 46990 clauses out of 94082 with flag 2874621/1166001
538.22/531.83	c cleaning 47973 clauses out of 96091 with flag 2985268/1215000
572.03/565.68	c cleaning 49021 clauses out of 98126 with flag 3094439/1265008
603.39/595.71	c cleaning 50068 clauses out of 100137 with flag 3207944/1316040
635.80/628.15	c cleaning 50971 clauses out of 102029 with flag 3322977/1368000
670.62/662.99	c cleaning 51990 clauses out of 104058 with flag 3440055/1421000
777.57/769.89	c cleaning 53026 clauses out of 106072 with flag 3588476/1475004
881.71/873.97	c cleaning 54021 clauses out of 108042 with flag 3789506/1530000
957.43/949.03	c cleaning 55031 clauses out of 110061 with flag 4001107/1586040
1043.36/1034.92	c cleaning 55998 clauses out of 111995 with flag 4217578/1643005
1143.09/1134.69	c cleaning 56995 clauses out of 114000 with flag 4412243/1701008
1219.91/1211.48	c cleaning 57995 clauses out of 115997 with flag 4546043/1760000
1308.03/1299.57	c cleaning 58975 clauses out of 118010 with flag 4778841/1820008
1414.15/1404.83	c cleaning 59979 clauses out of 120027 with flag 4947919/1881000
1489.77/1480.49	c cleaning 60855 clauses out of 122049 with flag 5086378/1943001
1564.38/1555.09	c cleaning 62046 clauses out of 124240 with flag 5230013/2006047
1645.49/1636.15	c cleaning 63120 clauses out of 126240 with flag 5368671/2070093
1702.67/1692.64	c cleaning 64029 clauses out of 128057 with flag 5514547/2135030
1733.59/1723.59	c cleaning 64978 clauses out of 129998 with flag 5687525/2201000
1761.70/1751.63	c cleaning 65904 clauses out of 132020 with flag 5873029/2268000
1797.41/1787.34	c cleaning 67041 clauses out of 134116 with flag 6035404/2336000
1800.01/1789.90	c starts		: 5042
1800.01/1789.90	c conflicts		: 2349279
1800.01/1789.90	c decisions		: 20257921
1800.01/1789.90	c propagations		: 275079168
1800.01/1789.90	c inspects		: 20121191005
1800.01/1789.90	c shortcuts		: 0
1800.01/1789.90	c learnt literals	: 0
1800.01/1789.90	c learnt binary clauses	: 0
1800.01/1789.90	c learnt ternary clauses	: 281
1800.01/1789.90	c learnt constraints	: 2349279
1800.01/1789.90	c ignored constraints	: 0
1800.01/1789.90	c root simplifications	: 0
1800.01/1789.90	c removed literals (reason simplification)	: 0
1800.01/1789.90	c reason swapping (by a shorter reason)	: 0
1800.01/1789.90	c Calls to reduceDB	: 64
1800.01/1789.90	c Number of update (reduction) of LBD	: 353369
1800.01/1789.90	c Imported unit clauses	: 0
1800.01/1789.90	c number of reductions to clauses (during analyze)	: 0
1800.01/1789.90	c number of learned constraints concerned by reduction	: 0
1800.01/1789.90	c number of learning phase by resolution	: 0
1800.01/1789.90	c number of learning phase by cutting planes	: 0
1800.01/1789.90	c speed (assignments/second)	: 153771.9854411455
1800.01/1789.90	c non guided choices	37768
1800.01/1789.91	c timeout
1800.01/1789.93	c learnt constraints type 
1800.01/1789.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80354
1800.01/1789.93	s UNKNOWN
1800.01/1789.93	c Total wall clock time (in seconds): 1789.818

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-4107005-1466284009/watcher-4107005-1466284009 -o /tmp/evaluation-result-4107005-1466284009/solver-4107005-1466284009 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107005-1466284009.opb 

pid=30111
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.06 2.05 2.06 4/194 30114
/proc/meminfo: memFree=30723416/32872528 swapFree=338416/354768
[pid=30114] ppid=30111 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/30114/stat : 30114 (java) S 30111 30114 24550 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 30447645 98570240 977 33554432000 1073741824 1073778376 140737289417152 140737289408288 242170757181 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30114/statm: 24065 977 744 9 0 16771 0
[pid=30114/tid=30115] ppid=30111 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30115/stat : 30115 (java) R 30111 30114 24550 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 30447646 98570240 977 33554432000 1073741824 1073778376 140737289417152 140533240188456 242167399808 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.06 2.05 2.06 4/194 30114
/proc/meminfo: memFree=30723416/32872528 swapFree=338416/354768
[pid=30114] ppid=30111 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/30114/stat : 30114 (java) S 30111 30114 24550 0 -1 4202496 4412 0 1 0 9 0 0 0 20 0 18 0 30447645 9787879424 6038 33554432000 1073741824 1073778376 140737289417152 140737289408288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30114/statm: 2389619 6038 2125 9 0 2380296 0
[pid=30114/tid=30115] ppid=30111 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/30114/task/30115/stat : 30115 (java) R 30111 30114 24550 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 30447646 9787879424 6038 33554432000 1073741824 1073778376 140737289417152 140533240191904 140533248098027 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 2.06 2.05 2.06 4/194 30114
/proc/meminfo: memFree=30723416/32872528 swapFree=338416/354768
[pid=30114] ppid=30111 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/30114/stat : 30114 (java) S 30111 30114 24550 0 -1 4202496 4656 0 1 0 24 0 0 0 20 0 18 0 30447645 9787879424 6738 33554432000 1073741824 1073778376 140737289417152 140737289408288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30114/statm: 2389619 6738 2201 9 0 2380296 0
[pid=30114/tid=30115] ppid=30111 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/30114/task/30115/stat : 30115 (java) R 30111 30114 24550 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 18 0 30447646 9787879424 6738 33554432000 1073741824 1073778376 140737289417152 140533240193240 140533243268224 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300255 s]
/proc/loadavg: 2.06 2.05 2.06 4/194 30114
/proc/meminfo: memFree=30723416/32872528 swapFree=338416/354768
[pid=30114] ppid=30111 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/30114/stat : 30114 (java) S 30111 30114 24550 0 -1 4202496 6206 0 1 0 47 1 0 0 20 0 18 0 30447645 9787879424 9356 33554432000 1073741824 1073778376 140737289417152 140737289408288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30114/statm: 2389619 9356 2243 9 0 2380296 0
[pid=30114/tid=30115] ppid=30111 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/30114/task/30115/stat : 30115 (java) R 30111 30114 24550 0 -1 4202560 2407 0 1 0 27 0 0 0 20 0 18 0 30447646 9787879424 9356 33554432000 1073741824 1073778376 140737289417152 140533240193096 140533091645985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700209 s]
/proc/loadavg: 2.06 2.05 2.06 4/194 30114
/proc/meminfo: memFree=30723416/32872528 swapFree=338416/354768
[pid=30114] ppid=30111 vsize=9558476 CPUtime=1.67 cores=1,3,5,7
/proc/30114/stat : 30114 (java) S 30111 30114 24550 0 -1 4202496 25655 0 1 0 160 7 0 0 20 0 18 0 30447645 9787879424 42287 33554432000 1073741824 1073778376 140737289417152 140737289408288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30114/statm: 2389619 42294 2257 9 0 2380296 0
[pid=30114/tid=30115] ppid=30111 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/30114/task/30115/stat : 30115 (java) R 30111 30114 24550 0 -1 4202560 2452 0 1 0 65 2 0 0 20 0 18 0 30447646 9787879424 42301 33554432000 1073741824 1073778376 140737289417152 140533240191208 140533091555499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9558476

[startup+1.50092 s]
/proc/loadavg: 2.06 2.05 2.06 6/213 30133
/proc/meminfo: memFree=30464516/32872528 swapFree=338416/354768
[pid=30114] ppid=30111 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/30114/stat : 30114 (java) S 30111 30114 24550 0 -1 4202496 29770 0 1 0 367 13 0 0 20 0 19 0 30447645 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140737289408288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30114/statm: 2406260 66567 2281 9 0 2396937 0
[pid=30114/tid=30115] ppid=30111 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/30114/task/30115/stat : 30115 (java) R 30111 30114 24550 0 -1 4202560 2479 0 1 0 135 4 0 0 20 0 19 0 30447646 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533240184984 140533092155333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30117] ppid=30111 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/30114/task/30117/stat : 30117 (java) S 30111 30114 24550 0 -1 4202560 158 0 0 0 3 1 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533212646184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30118] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30118/stat : 30118 (java) S 30111 30114 24550 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533211593384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30119] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30119/stat : 30119 (java) S 30111 30114 24550 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533210541096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30120] ppid=30111 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/30114/task/30120/stat : 30120 (java) S 30111 30114 24550 0 -1 4202560 81 0 0 0 4 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533080566696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30121] ppid=30111 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/30114/task/30121/stat : 30121 (java) S 30111 30114 24550 0 -1 4202560 128 0 0 0 3 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533079513384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30122] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30122/stat : 30122 (java) S 30111 30114 24550 0 -1 4202560 57 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533078460584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30123] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30123/stat : 30123 (java) S 30111 30114 24550 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533077408296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30124] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30124/stat : 30124 (java) S 30111 30114 24550 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533076355496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30125] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30125/stat : 30125 (java) S 30111 30114 24550 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532593842920 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30126] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30126/stat : 30126 (java) S 30111 30114 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532592788984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30127] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30127/stat : 30127 (java) S 30111 30114 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532591736584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30128] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30128/stat : 30128 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532590685072 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30129] ppid=30111 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/30114/task/30129/stat : 30129 (java) S 30111 30114 24550 0 -1 4202560 16557 0 0 0 105 5 0 0 20 0 19 0 30447651 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532589631672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30130] ppid=30111 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/30114/task/30130/stat : 30130 (java) S 30111 30114 24550 0 -1 4202560 8899 0 0 0 100 2 0 0 20 0 19 0 30447651 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532588578872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30131] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30131/stat : 30131 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532587526776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30132] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30132/stat : 30132 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532586474184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30133] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30133/stat : 30133 (java) S 30111 30114 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30447749 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532585420200 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+3.10091 s]
/proc/loadavg: 2.06 2.05 2.06 4/213 30133
/proc/meminfo: memFree=30464632/32872528 swapFree=338416/354768
[pid=30114] ppid=30111 vsize=9625040 CPUtime=5.42 cores=1,3,5,7
/proc/30114/stat : 30114 (java) S 30111 30114 24550 0 -1 4202496 29771 0 1 0 529 13 0 0 20 0 19 0 30447645 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140737289408288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30114/statm: 2406260 66567 2281 9 0 2396937 0
[pid=30114/tid=30115] ppid=30111 vsize=9625040 CPUtime=2.99 cores=1,3,5,7
/proc/30114/task/30115/stat : 30115 (java) R 30111 30114 24550 0 -1 4202560 2480 0 1 0 295 4 0 0 20 0 19 0 30447646 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533240191432 140533092845484 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30117] ppid=30111 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/30114/task/30117/stat : 30117 (java) S 30111 30114 24550 0 -1 4202560 158 0 0 0 3 1 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533212646184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30118] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30118/stat : 30118 (java) S 30111 30114 24550 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533211593384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30119] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30119/stat : 30119 (java) S 30111 30114 24550 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533210541096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30120] ppid=30111 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/30114/task/30120/stat : 30120 (java) S 30111 30114 24550 0 -1 4202560 81 0 0 0 4 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533080566696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30121] ppid=30111 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/30114/task/30121/stat : 30121 (java) S 30111 30114 24550 0 -1 4202560 128 0 0 0 3 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533079513384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30122] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30122/stat : 30122 (java) S 30111 30114 24550 0 -1 4202560 57 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533078460584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30123] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30123/stat : 30123 (java) S 30111 30114 24550 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533077408296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30124] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30124/stat : 30124 (java) S 30111 30114 24550 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140533076355496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30125] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30125/stat : 30125 (java) S 30111 30114 24550 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532593842920 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30126] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30126/stat : 30126 (java) S 30111 30114 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532592788984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30127] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30127/stat : 30127 (java) S 30111 30114 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532591736584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30128] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30128/stat : 30128 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532590685072 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30129] ppid=30111 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/30114/task/30129/stat : 30129 (java) S 30111 30114 24550 0 -1 4202560 16557 0 0 0 107 5 0 0 20 0 19 0 30447651 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532589631672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30130] ppid=30111 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/30114/task/30130/stat : 30130 (java) S 30111 30114 24550 0 -1 4202560 8899 0 0 0 100 2 0 0 20 0 19 0 30447651 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532588578872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30131] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30131/stat : 30131 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532587526776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30132] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30132/stat : 30132 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532586474184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30133] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30133/stat : 30133 (java) S 30111 30114 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30447749 9856040960 66567 33554432000 1073741824 1073778376 140737289417152 140532585420200 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 9625040

[startup+6.30091 s]
/proc/loadavg: 2.05 2.04 2.06 4/213 30133
/proc/meminfo: memFree=30464756/32872528 swapFree=338416/354768
[pid=30114] ppid=30111 vsize=9625040 CPUtime=8.88 cores=1,3,5,7
/proc/30114/stat : 30114 (java) S 30111 30114 24550 0 -1 4202496 32584 0 1 0 874 14 0 0 20 0 19 0 30447645 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140737289408288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30114/statm: 2406260 66460 2290 9 0 2396937 0
[pid=30114/tid=30115] ppid=30111 vsize=9625040 CPUtime=6.19 cores=1,3,5,7
/proc/30114/task/30115/stat : 30115 (java) R 30111 30114 24550 0 -1 4202560 2482 0 1 0 615 4 0 0 20 0 19 0 30447646 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140533240184544 140533092678954 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30117] ppid=30111 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/30114/task/30117/stat : 30117 (java) S 30111 30114 24550 0 -1 4202560 158 0 0 0 3 1 0 0 20 0 19 0 30447647 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140533212646184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30118] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30118/stat : 30118 (java) S 30111 30114 24550 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140533211593384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30119] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30119/stat : 30119 (java) S 30111 30114 24550 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140533210541096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30120] ppid=30111 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/30114/task/30120/stat : 30120 (java) S 30111 30114 24550 0 -1 4202560 81 0 0 0 4 0 0 0 20 0 19 0 30447647 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140533080566696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30121] ppid=30111 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/30114/task/30121/stat : 30121 (java) S 30111 30114 24550 0 -1 4202560 128 0 0 0 3 0 0 0 20 0 19 0 30447647 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140533079513384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30122] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30122/stat : 30122 (java) S 30111 30114 24550 0 -1 4202560 57 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140533078460584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30123] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30123/stat : 30123 (java) S 30111 30114 24550 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140533077408296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30124] ppid=30111 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/30114/task/30124/stat : 30124 (java) S 30111 30114 24550 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 30447647 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140533076355496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30125] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30125/stat : 30125 (java) S 30111 30114 24550 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140532593842920 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30126] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30126/stat : 30126 (java) S 30111 30114 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140532592788984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30127] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30127/stat : 30127 (java) S 30111 30114 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140532591736584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30128] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30128/stat : 30128 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140532590685072 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30129] ppid=30111 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/30114/task/30129/stat : 30129 (java) S 30111 30114 24550 0 -1 4202560 16566 0 0 0 111 5 0 0 20 0 19 0 30447651 9856040960 66460 33554432000 1073741824 1073778376 140737289417152 140532589631672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30130] ppid=30111 vsize=9625040 CPUtime=1.23 cores=1,3,5,7

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

[pid=30114/tid=30126] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30126/stat : 30126 (java) S 30111 30114 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532592788984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30127] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30127/stat : 30127 (java) S 30111 30114 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532591736584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30128] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30128/stat : 30128 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532590685072 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30129] ppid=30111 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/30114/task/30129/stat : 30129 (java) S 30111 30114 24550 0 -1 4202560 16639 0 0 0 124 5 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532589631672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30130] ppid=30111 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/30114/task/30130/stat : 30130 (java) S 30111 30114 24550 0 -1 4202560 11701 0 0 0 121 2 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532588578872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30131] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30131/stat : 30131 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532587526776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30132] ppid=30111 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/30114/task/30132/stat : 30132 (java) S 30111 30114 24550 0 -1 4202560 99 0 0 0 37 43 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532586474184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30133] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30133/stat : 30133 (java) S 30111 30114 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30447749 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532585420200 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1732.39
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 30242
/proc/meminfo: memFree=27268876/32872528 swapFree=338416/354768
[pid=30114] ppid=30111 vsize=9625040 CPUtime=1792.41 cores=1,3,5,7
/proc/30114/stat : 30114 (java) S 30111 30114 24550 0 -1 4202496 42409 0 1 0 178872 369 0 0 20 0 19 0 30447645 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140737289408288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30114/statm: 2406260 913893 2299 9 0 2396937 0
[pid=30114/tid=30115] ppid=30111 vsize=9625040 CPUtime=1778.6 cores=1,3,5,7
/proc/30114/task/30115/stat : 30115 (java) R 30111 30114 24550 0 -1 4202560 3473 0 1 0 177819 41 0 0 20 0 19 0 30447646 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533240184512 140533092678971 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30117] ppid=30111 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/30114/task/30117/stat : 30117 (java) S 30111 30114 24550 0 -1 4202560 1088 0 0 0 73 39 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533212646184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30118] ppid=30111 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/30114/task/30118/stat : 30118 (java) S 30111 30114 24550 0 -1 4202560 855 0 0 0 81 38 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533211593384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30119] ppid=30111 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/30114/task/30119/stat : 30119 (java) S 30111 30114 24550 0 -1 4202560 754 0 0 0 88 41 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533210541096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30120] ppid=30111 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/30114/task/30120/stat : 30120 (java) S 30111 30114 24550 0 -1 4202560 851 0 0 0 107 43 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533080566696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30121] ppid=30111 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/30114/task/30121/stat : 30121 (java) S 30111 30114 24550 0 -1 4202560 913 0 0 0 59 32 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533079513384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30122] ppid=30111 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/30114/task/30122/stat : 30122 (java) S 30111 30114 24550 0 -1 4202560 790 0 0 0 90 38 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533078460584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30123] ppid=30111 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/30114/task/30123/stat : 30123 (java) S 30111 30114 24550 0 -1 4202560 858 0 0 0 74 39 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533077408296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30124] ppid=30111 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/30114/task/30124/stat : 30124 (java) S 30111 30114 24550 0 -1 4202560 874 0 0 0 59 38 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533076355496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30125] ppid=30111 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/30114/task/30125/stat : 30125 (java) S 30111 30114 24550 0 -1 4202560 2247 0 0 0 118 3 0 0 20 0 19 0 30447648 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532593842920 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30126] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30126/stat : 30126 (java) S 30111 30114 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532592788984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30127] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30127/stat : 30127 (java) S 30111 30114 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532591736584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30128] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30128/stat : 30128 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532590685072 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30129] ppid=30111 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/30114/task/30129/stat : 30129 (java) S 30111 30114 24550 0 -1 4202560 16639 0 0 0 124 5 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532589631672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30130] ppid=30111 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/30114/task/30130/stat : 30130 (java) S 30111 30114 24550 0 -1 4202560 11701 0 0 0 121 2 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532588578872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30131] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30131/stat : 30131 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532587526776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30132] ppid=30111 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/30114/task/30132/stat : 30132 (java) S 30111 30114 24550 0 -1 4202560 103 0 0 0 38 45 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532586474184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30133] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30133/stat : 30133 (java) S 30111 30114 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30447749 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532585420200 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1792.41
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 30243
/proc/meminfo: memFree=27268608/32872528 swapFree=338416/354768
[pid=30114] ppid=30111 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/30114/stat : 30114 (java) S 30111 30114 24550 0 -1 4202496 42409 0 1 0 179632 369 0 0 20 0 19 0 30447645 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140737289408288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30114/statm: 2406260 913893 2299 9 0 2396937 0
[pid=30114/tid=30115] ppid=30111 vsize=9625040 CPUtime=1786.2 cores=1,3,5,7
/proc/30114/task/30115/stat : 30115 (java) R 30111 30114 24550 0 -1 4202560 3473 0 1 0 178579 41 0 0 20 0 19 0 30447646 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533240184512 140533092678971 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30117] ppid=30111 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/30114/task/30117/stat : 30117 (java) S 30111 30114 24550 0 -1 4202560 1088 0 0 0 73 39 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533212646184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30118] ppid=30111 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/30114/task/30118/stat : 30118 (java) S 30111 30114 24550 0 -1 4202560 855 0 0 0 81 38 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533211593384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30119] ppid=30111 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/30114/task/30119/stat : 30119 (java) S 30111 30114 24550 0 -1 4202560 754 0 0 0 88 41 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533210541096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30120] ppid=30111 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/30114/task/30120/stat : 30120 (java) S 30111 30114 24550 0 -1 4202560 851 0 0 0 107 43 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533080566696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30121] ppid=30111 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/30114/task/30121/stat : 30121 (java) S 30111 30114 24550 0 -1 4202560 913 0 0 0 59 32 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533079513384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30122] ppid=30111 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/30114/task/30122/stat : 30122 (java) S 30111 30114 24550 0 -1 4202560 790 0 0 0 90 38 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533078460584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30123] ppid=30111 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/30114/task/30123/stat : 30123 (java) S 30111 30114 24550 0 -1 4202560 858 0 0 0 74 39 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533077408296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30124] ppid=30111 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/30114/task/30124/stat : 30124 (java) S 30111 30114 24550 0 -1 4202560 874 0 0 0 59 38 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533076355496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30125] ppid=30111 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/30114/task/30125/stat : 30125 (java) S 30111 30114 24550 0 -1 4202560 2247 0 0 0 118 3 0 0 20 0 19 0 30447648 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532593842920 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30126] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30126/stat : 30126 (java) S 30111 30114 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532592788984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30127] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30127/stat : 30127 (java) S 30111 30114 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532591736584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30128] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30128/stat : 30128 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532590685072 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30129] ppid=30111 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/30114/task/30129/stat : 30129 (java) S 30111 30114 24550 0 -1 4202560 16639 0 0 0 124 5 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532589631672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30130] ppid=30111 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/30114/task/30130/stat : 30130 (java) S 30111 30114 24550 0 -1 4202560 11701 0 0 0 121 2 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532588578872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30131] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30131/stat : 30131 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532587526776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30132] ppid=30111 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/30114/task/30132/stat : 30132 (java) S 30111 30114 24550 0 -1 4202560 103 0 0 0 38 45 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532586474184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30133] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30133/stat : 30133 (java) S 30111 30114 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30447749 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532585420200 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 30114 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1789.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 30243
/proc/meminfo: memFree=27268608/32872528 swapFree=338416/354768
[pid=30114] ppid=30111 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/30114/stat : 30114 (java) S 30111 30114 24550 0 -1 4202496 42409 0 1 0 179632 369 0 0 20 0 19 0 30447645 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140737289408288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/30114/statm: 2406260 913893 2299 9 0 2396937 0
[pid=30114/tid=30115] ppid=30111 vsize=9625040 CPUtime=1786.2 cores=1,3,5,7
/proc/30114/task/30115/stat : 30115 (java) R 30111 30114 24550 0 -1 4202560 3473 0 1 0 178579 41 0 0 20 0 19 0 30447646 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533240184512 140533092678971 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30117] ppid=30111 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/30114/task/30117/stat : 30117 (java) S 30111 30114 24550 0 -1 4202560 1088 0 0 0 73 39 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533212646184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30118] ppid=30111 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/30114/task/30118/stat : 30118 (java) S 30111 30114 24550 0 -1 4202560 855 0 0 0 81 38 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533211593384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30119] ppid=30111 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/30114/task/30119/stat : 30119 (java) S 30111 30114 24550 0 -1 4202560 754 0 0 0 88 41 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533210541096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30120] ppid=30111 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/30114/task/30120/stat : 30120 (java) S 30111 30114 24550 0 -1 4202560 851 0 0 0 107 43 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533080566696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30121] ppid=30111 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/30114/task/30121/stat : 30121 (java) S 30111 30114 24550 0 -1 4202560 913 0 0 0 59 32 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533079513384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30122] ppid=30111 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/30114/task/30122/stat : 30122 (java) S 30111 30114 24550 0 -1 4202560 790 0 0 0 90 38 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533078460584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30123] ppid=30111 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/30114/task/30123/stat : 30123 (java) S 30111 30114 24550 0 -1 4202560 858 0 0 0 74 39 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533077408296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30114/tid=30124] ppid=30111 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/30114/task/30124/stat : 30124 (java) S 30111 30114 24550 0 -1 4202560 874 0 0 0 59 38 0 0 20 0 19 0 30447647 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140533076355496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30125] ppid=30111 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/30114/task/30125/stat : 30125 (java) S 30111 30114 24550 0 -1 4202560 2247 0 0 0 118 3 0 0 20 0 19 0 30447648 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532593842920 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30126] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30126/stat : 30126 (java) S 30111 30114 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532592788984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30127] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30127/stat : 30127 (java) S 30111 30114 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30447648 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532591736584 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30128] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30128/stat : 30128 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532590685072 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30114/tid=30129] ppid=30111 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/30114/task/30129/stat : 30129 (java) S 30111 30114 24550 0 -1 4202560 16639 0 0 0 124 5 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532589631672 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30130] ppid=30111 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/30114/task/30130/stat : 30130 (java) S 30111 30114 24550 0 -1 4202560 11701 0 0 0 121 2 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532588578872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30131] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30131/stat : 30131 (java) S 30111 30114 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532587526776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30114/tid=30132] ppid=30111 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/30114/task/30132/stat : 30132 (java) S 30111 30114 24550 0 -1 4202560 103 0 0 0 38 45 0 0 20 0 19 0 30447651 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532586474184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30114/tid=30133] ppid=30111 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30114/task/30133/stat : 30133 (java) S 30111 30114 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30447749 9856040960 913893 33554432000 1073741824 1073778376 140737289417152 140532585420200 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1789.95
CPU time (s): 1800.48
CPU user time (s): 1796.29
CPU system time (s): 4.19136
CPU usage (%): 100.588
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.29
system time used= 4.19136
maximum resident set size= 3655688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42443
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38193
involuntary context switches= 4043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6054 second user time and 13.7409 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 23:06:49
IDJOB=4107005
IDBENCH=48360
IDSOLVER=2546
FILE ID=node126/4107005-1466284009
RUNJOBID= node126-1466264639-24567
PBS_JOBID= 19918224
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_1_80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107005-1466284009/watcher-4107005-1466284009 -o /tmp/evaluation-result-4107005-1466284009/solver-4107005-1466284009 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107005-1466284009.opb

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

MD5SUM BENCH= 8096e07164eab6008a97823c6b00b555
RANDOM SEED=715249401

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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.121
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.121
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.121
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:        30723308 kB
Buffers:          150604 kB
Cached:           254840 kB
SwapCached:         1736 kB
Active:           734028 kB
Inactive:         319824 kB
Active(anon):     649352 kB
Inactive(anon):     1796 kB
Active(file):      84676 kB
Inactive(file):   318028 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:              1668 kB
Writeback:             0 kB
AnonPages:       1012468 kB
Mapped:            17064 kB
Shmem:                 0 kB
Slab:             606952 kB
SReclaimable:      50372 kB
SUnreclaim:       556580 kB
KernelStack:        1752 kB
PageTables:         6344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1078368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 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= 71736 MiB
End job on node126 at 2016-06-18 23:36:39