Trace number 4117249

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.03 1797.93

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round22-7.opb
MD5SUM3c97ccde6535b8dde3e19a211053aafb
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 variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-4117249-1466967655.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.292s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  10048
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 936
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 10048 constraints processed.
1.70/1.06	c cleaning 2494 clauses out of 4999 with flag 16616/5001
2.37/1.65	c cleaning 4240 clauses out of 8504 with flag 38328/11000
3.08/2.39	c cleaning 5609 clauses out of 11265 with flag 67042/18001
3.98/3.27	c cleaning 6826 clauses out of 13656 with flag 101254/26001
4.99/4.27	c cleaning 7908 clauses out of 15830 with flag 143139/35001
6.09/5.37	c cleaning 8944 clauses out of 17922 with flag 189076/45001
7.29/6.56	c cleaning 9982 clauses out of 19977 with flag 243891/56000
8.69/7.96	c cleaning 10964 clauses out of 21996 with flag 303385/68001
10.19/9.48	c cleaning 11999 clauses out of 24031 with flag 370619/81000
11.90/11.17	c cleaning 13004 clauses out of 26032 with flag 442804/95000
13.80/13.04	c cleaning 13989 clauses out of 28028 with flag 521152/110000
15.80/15.04	c cleaning 15015 clauses out of 30040 with flag 606490/126001
18.00/17.20	c cleaning 16004 clauses out of 32024 with flag 701014/143000
20.30/19.53	c cleaning 17001 clauses out of 34020 with flag 798727/161000
22.80/22.10	c cleaning 17988 clauses out of 36020 with flag 904116/180001
25.60/24.84	c cleaning 19011 clauses out of 38033 with flag 1013784/200002
28.49/27.73	c cleaning 19981 clauses out of 40020 with flag 1132875/221000
31.60/30.89	c cleaning 21005 clauses out of 42039 with flag 1257829/243000
35.00/34.25	c cleaning 21981 clauses out of 44035 with flag 1389484/266001
38.59/37.81	c cleaning 22986 clauses out of 46053 with flag 1526572/290000
42.40/41.60	c cleaning 24003 clauses out of 48068 with flag 1673915/315001
46.40/45.61	c cleaning 25020 clauses out of 50064 with flag 1826754/341000
50.60/49.86	c cleaning 25987 clauses out of 52044 with flag 1983913/368000
55.20/54.44	c cleaning 27028 clauses out of 54057 with flag 2143296/396000
59.54/58.75	c cleaning 28009 clauses out of 56030 with flag 2315385/425001
64.04/63.20	c cleaning 28985 clauses out of 58020 with flag 2492506/455000
68.74/67.93	c cleaning 30001 clauses out of 60037 with flag 2676036/486002
73.74/72.93	c cleaning 30992 clauses out of 62035 with flag 2866421/518001
78.95/78.12	c cleaning 31982 clauses out of 64043 with flag 3061101/551001
84.34/83.53	c cleaning 32999 clauses out of 66060 with flag 3265634/585000
90.06/89.28	c cleaning 34010 clauses out of 68061 with flag 3474818/620000
96.05/95.29	c cleaning 35007 clauses out of 70051 with flag 3693184/656000
102.25/101.45	c cleaning 36016 clauses out of 72044 with flag 3915709/693000
108.76/107.99	c cleaning 36979 clauses out of 74034 with flag 4143058/731006
115.65/114.88	c cleaning 38012 clauses out of 76049 with flag 4375842/770000
122.96/122.11	c cleaning 38991 clauses out of 78037 with flag 4612627/810000
130.45/129.63	c cleaning 39983 clauses out of 80047 with flag 4858034/851001
138.15/137.37	c cleaning 41020 clauses out of 82063 with flag 5114969/893000
146.30/145.40	c cleaning 41963 clauses out of 84043 with flag 5379471/936000
154.30/153.44	c cleaning 43031 clauses out of 86082 with flag 5647113/980002
162.61/161.78	c cleaning 43988 clauses out of 88049 with flag 5921332/1025000
171.20/170.31	c cleaning 44973 clauses out of 90061 with flag 6209982/1071000
180.11/179.26	c cleaning 46038 clauses out of 92089 with flag 6495076/1118001
189.51/188.65	c cleaning 46999 clauses out of 94053 with flag 6791645/1166003
199.41/198.57	c cleaning 48011 clauses out of 96051 with flag 7090169/1215000
209.71/208.81	c cleaning 49008 clauses out of 98040 with flag 7396481/1265000
220.31/219.46	c cleaning 50000 clauses out of 100032 with flag 7704829/1316000
231.11/230.27	c cleaning 51014 clauses out of 102032 with flag 8023124/1368000
242.42/241.59	c cleaning 51966 clauses out of 104018 with flag 8350770/1421000
253.73/252.88	c cleaning 53011 clauses out of 106052 with flag 8681898/1475000
265.14/264.26	c cleaning 54002 clauses out of 108041 with flag 9021267/1530000
276.94/276.10	c cleaning 54999 clauses out of 110039 with flag 9358080/1586000
289.35/288.42	c cleaning 55980 clauses out of 112040 with flag 9706683/1643000
302.15/301.22	c cleaning 57005 clauses out of 114060 with flag 10064316/1701000
315.25/314.35	c cleaning 58027 clauses out of 116055 with flag 10429808/1760000
328.76/327.84	c cleaning 58960 clauses out of 118029 with flag 10803708/1820001
342.95/342.01	c cleaning 59990 clauses out of 120068 with flag 11183893/1881000
357.22/356.20	c cleaning 61009 clauses out of 122078 with flag 11564337/1943000
371.72/370.73	c cleaning 61985 clauses out of 124069 with flag 11954805/2006000
386.62/385.68	c cleaning 63024 clauses out of 126084 with flag 12346920/2070000
402.13/401.14	c cleaning 64018 clauses out of 128060 with flag 12746230/2135000
419.04/418.02	c cleaning 65016 clauses out of 130042 with flag 13150291/2201000
436.33/435.35	c cleaning 65997 clauses out of 132027 with flag 13564395/2268001
454.23/453.28	c cleaning 66992 clauses out of 134029 with flag 13982179/2336000
472.72/471.80	c cleaning 67996 clauses out of 136038 with flag 14403891/2405001
491.27/490.21	c cleaning 69001 clauses out of 138042 with flag 14834728/2475001
509.97/508.99	c cleaning 69970 clauses out of 140040 with flag 15274454/2546000
529.76/528.77	c cleaning 71025 clauses out of 142070 with flag 15709545/2618000
549.86/548.86	c cleaning 71968 clauses out of 144045 with flag 16156841/2691000
570.65/569.62	c cleaning 73022 clauses out of 146077 with flag 16612227/2765000
591.74/590.80	c cleaning 73973 clauses out of 148055 with flag 17073110/2840000
613.49/612.41	c cleaning 75029 clauses out of 150083 with flag 17541250/2916001
635.19/634.10	c cleaning 76022 clauses out of 152053 with flag 18011124/2993000
656.70/655.62	c cleaning 76977 clauses out of 154031 with flag 18487439/3071000
678.71/677.69	c cleaning 77989 clauses out of 156054 with flag 18967048/3150000
701.81/700.71	c cleaning 79010 clauses out of 158065 with flag 19456773/3230000
725.20/724.11	c cleaning 79972 clauses out of 160055 with flag 19952400/3311000
749.78/748.60	c cleaning 80995 clauses out of 162083 with flag 20456126/3393000
775.17/774.00	c cleaning 82025 clauses out of 164088 with flag 20961024/3476000
799.97/798.82	c cleaning 83006 clauses out of 166063 with flag 21472903/3560000
825.18/824.08	c cleaning 84022 clauses out of 168057 with flag 21988315/3645000
850.67/849.56	c cleaning 85011 clauses out of 170035 with flag 22506018/3731000
877.28/876.01	c cleaning 85979 clauses out of 172025 with flag 23031520/3818001
903.99/902.77	c cleaning 87019 clauses out of 174045 with flag 23568593/3906000
931.78/930.50	c cleaning 87972 clauses out of 176026 with flag 24108554/3995000
959.89/958.65	c cleaning 89018 clauses out of 178056 with flag 24661375/4085002
988.61/987.25	c cleaning 89972 clauses out of 180036 with flag 25216107/4176000
1018.21/1016.81	c cleaning 91010 clauses out of 182064 with flag 25774665/4268000
1047.92/1046.56	c cleaning 92009 clauses out of 184056 with flag 26335231/4361002
1078.22/1076.90	c cleaning 92992 clauses out of 186045 with flag 26910532/4455000
1110.05/1108.53	c cleaning 93991 clauses out of 188053 with flag 27485594/4550000
1141.55/1140.08	c cleaning 95005 clauses out of 190064 with flag 28060049/4646002
1174.27/1172.70	c cleaning 96021 clauses out of 192057 with flag 28647019/4743000
1207.76/1206.26	c cleaning 97007 clauses out of 194036 with flag 29237146/4841000
1241.99/1240.37	c cleaning 97997 clauses out of 196031 with flag 29836226/4940002
1276.29/1274.62	c cleaning 98991 clauses out of 198032 with flag 30441910/5040000
1311.70/1310.00	c cleaning 100010 clauses out of 200041 with flag 31054143/5141000
1347.84/1346.06	c cleaning 100984 clauses out of 202032 with flag 31670396/5243001
1385.14/1383.39	c cleaning 101996 clauses out of 204047 with flag 32287276/5346000
1423.25/1421.46	c cleaning 102995 clauses out of 206051 with flag 32907406/5450000
1461.96/1460.17	c cleaning 104022 clauses out of 208056 with flag 33539536/5555000
1501.38/1499.41	c cleaning 105017 clauses out of 210034 with flag 34184338/5661000
1540.59/1538.62	c cleaning 105968 clauses out of 212017 with flag 34820696/5768000
1580.79/1578.83	c cleaning 106993 clauses out of 214051 with flag 35473648/5876002
1621.96/1619.97	c cleaning 108016 clauses out of 216056 with flag 36127573/5985000
1663.27/1661.29	c cleaning 109006 clauses out of 218041 with flag 36788067/6095001
1705.77/1703.66	c cleaning 109982 clauses out of 220035 with flag 37459348/6206001
1751.85/1749.72	c cleaning 111006 clauses out of 222053 with flag 38143176/6318001
1798.63/1796.56	c cleaning 111992 clauses out of 224046 with flag 38828968/6431000
1800.03/1797.90	c starts		: 56803
1800.03/1797.90	c conflicts		: 6435650
1800.03/1797.90	c decisions		: 52935143
1800.03/1797.90	c propagations		: 824743516
1800.03/1797.90	c inspects		: 25028791099
1800.03/1797.90	c shortcuts		: 0
1800.03/1797.90	c learnt literals	: 2
1800.03/1797.90	c learnt binary clauses	: 74
1800.03/1797.90	c learnt ternary clauses	: 952
1800.03/1797.90	c learnt constraints	: 6435648
1800.03/1797.90	c ignored constraints	: 0
1800.03/1797.90	c root simplifications	: 0
1800.03/1797.90	c removed literals (reason simplification)	: 0
1800.03/1797.90	c reason swapping (by a shorter reason)	: 0
1800.03/1797.90	c Calls to reduceDB	: 109
1800.03/1797.90	c Number of update (reduction) of LBD	: 1367475
1800.03/1797.90	c Imported unit clauses	: 0
1800.03/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.90	c number of learned constraints concerned by reduction	: 0
1800.03/1797.90	c number of learning phase by resolution	: 0
1800.03/1797.90	c number of learning phase by cutting planes	: 0
1800.03/1797.90	c speed (assignments/second)	: 458831.4218684196
1800.03/1797.90	c non guided choices	12678
1800.03/1797.90	c timeout
1800.03/1797.93	c learnt constraints type 
1800.03/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 74
1800.03/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116630
1800.03/1797.93	s UNKNOWN
1800.03/1797.93	c Total wall clock time (in seconds): 1797.813

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-4117249-1466967655/watcher-4117249-1466967655 -o /tmp/evaluation-result-4117249-1466967655/solver-4117249-1466967655 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117249-1466967655.opb 

pid=29651
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.08 2.05 3/195 29654
/proc/meminfo: memFree=31125576/32872528 swapFree=552864/567172
[pid=29654] ppid=29651 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/29654/stat : 29654 (java) R 29651 29654 26442 0 -1 4202496 380 0 0 0 0 0 0 0 20 0 1 0 29803449 3653632 50 33554432000 1073741824 1073778376 140735028018592 140735028015720 206619897127 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/29654/statm: 1408 53 41 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.12 2.08 2.05 3/195 29654
/proc/meminfo: memFree=31125576/32872528 swapFree=552864/567172
[pid=29654] ppid=29651 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/29654/stat : 29654 (java) S 29651 29654 26442 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 29803449 9787879424 6037 33554432000 1073741824 1073778376 140735028018592 140735028009728 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29654/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.12 2.08 2.05 3/195 29654
/proc/meminfo: memFree=31125576/32872528 swapFree=552864/567172
[pid=29654] ppid=29651 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/29654/stat : 29654 (java) S 29651 29654 26442 0 -1 4202496 4863 0 1 0 24 1 0 0 20 0 18 0 29803449 9787879424 6942 33554432000 1073741824 1073778376 140735028018592 140735028009728 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29654/statm: 2389619 6942 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 2.12 2.08 2.05 3/195 29654
/proc/meminfo: memFree=31125576/32872528 swapFree=552864/567172
[pid=29654] ppid=29651 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/29654/stat : 29654 (java) S 29651 29654 26442 0 -1 4202496 5792 0 1 0 47 1 0 0 20 0 18 0 29803449 9787879424 9027 33554432000 1073741824 1073778376 140735028018592 140735028009728 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29654/statm: 2389619 9027 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700182 s]
/proc/loadavg: 2.12 2.08 2.05 3/195 29654
/proc/meminfo: memFree=31125576/32872528 swapFree=552864/567172
[pid=29654] ppid=29651 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/29654/stat : 29654 (java) S 29651 29654 26442 0 -1 4202496 9288 0 1 0 134 3 0 0 20 0 19 0 29803449 9856040960 15463 33554432000 1073741824 1073778376 140735028018592 140735028009728 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29654/statm: 2406260 15471 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.19 2.10 2.06 3/214 29673
/proc/meminfo: memFree=31071872/32872528 swapFree=552864/567172
[pid=29654] ppid=29651 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/29654/stat : 29654 (java) S 29651 29654 26442 0 -1 4202496 10277 0 1 0 222 3 0 0 20 0 19 0 29803449 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 140735028009728 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29654/statm: 2406260 15976 2270 9 0 2396937 0
[pid=29654/tid=29656] ppid=29651 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/29654/task/29656/stat : 29656 (java) R 29651 29654 26442 0 -1 4202560 2433 0 1 0 144 1 0 0 20 0 19 0 29803450 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139882279833680 139882136160673 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29657] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29657/stat : 29657 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139882257934632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29658] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29658/stat : 29658 (java) S 29651 29654 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139882256881832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29659] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29659/stat : 29659 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139882255829544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29660] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29660/stat : 29660 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139882254776744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29654/tid=29661] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29661/stat : 29661 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881917442856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29662] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29662/stat : 29662 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881916390056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29654/tid=29663] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29663/stat : 29663 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881915337768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29664] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29664/stat : 29664 (java) S 29651 29654 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881914284968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29665] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29665/stat : 29665 (java) S 29651 29654 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881902086376 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29666] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29666/stat : 29666 (java) S 29651 29654 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881901032440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29667] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29667/stat : 29667 (java) S 29651 29654 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881899980040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29668] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29668/stat : 29668 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881898928528 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29669] ppid=29651 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/29654/task/29669/stat : 29669 (java) S 29651 29654 26442 0 -1 4202560 3608 0 0 0 42 0 0 0 20 0 19 0 29803455 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881897876152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29670] ppid=29651 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/29654/task/29670/stat : 29670 (java) S 29651 29654 26442 0 -1 4202560 2956 0 0 0 34 0 0 0 20 0 19 0 29803455 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881896823352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29671] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29671/stat : 29671 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881895771256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29672] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29672/stat : 29672 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881894718664 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29673] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29673/stat : 29673 (java) S 29651 29654 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29803491 9856040960 15976 33554432000 1073741824 1073778376 140735028018592 139881893663656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.19 2.10 2.06 3/214 29673
/proc/meminfo: memFree=31067520/32872528 swapFree=552864/567172
[pid=29654] ppid=29651 vsize=9625040 CPUtime=3.88 cores=0,2,4,6
/proc/29654/stat : 29654 (java) S 29651 29654 26442 0 -1 4202496 10280 0 1 0 385 3 0 0 20 0 19 0 29803449 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 140735028009728 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29654/statm: 2406260 17000 2270 9 0 2396937 0
[pid=29654/tid=29656] ppid=29651 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/29654/task/29656/stat : 29656 (java) R 29651 29654 26442 0 -1 4202560 2436 0 1 0 302 2 0 0 20 0 19 0 29803450 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139882279833912 139882136266130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29657] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29657/stat : 29657 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139882257934632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29658] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29658/stat : 29658 (java) S 29651 29654 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139882256881832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29659] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29659/stat : 29659 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139882255829544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29660] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29660/stat : 29660 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139882254776744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29654/tid=29661] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29661/stat : 29661 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881917442856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29662] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29662/stat : 29662 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881916390056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29654/tid=29663] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29663/stat : 29663 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881915337768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29664] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29664/stat : 29664 (java) S 29651 29654 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881914284968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29665] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29665/stat : 29665 (java) S 29651 29654 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881902086376 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29666] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29666/stat : 29666 (java) S 29651 29654 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881901032440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29667] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29667/stat : 29667 (java) S 29651 29654 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881899980040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29668] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29668/stat : 29668 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881898928528 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29669] ppid=29651 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/29654/task/29669/stat : 29669 (java) S 29651 29654 26442 0 -1 4202560 3608 0 0 0 44 0 0 0 20 0 19 0 29803455 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881897876152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29670] ppid=29651 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/29654/task/29670/stat : 29670 (java) S 29651 29654 26442 0 -1 4202560 2956 0 0 0 36 0 0 0 20 0 19 0 29803455 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881896823352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29671] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29671/stat : 29671 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881895771256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29672] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29672/stat : 29672 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881894718664 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29673] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29673/stat : 29673 (java) S 29651 29654 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29803491 9856040960 17000 33554432000 1073741824 1073778376 140735028018592 139881893663656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.25 2.11 2.06 3/214 29696
/proc/meminfo: memFree=31059796/32872528 swapFree=552864/567172
[pid=29654] ppid=29651 vsize=9625040 CPUtime=7.09 cores=0,2,4,6
/proc/29654/stat : 29654 (java) S 29651 29654 26442 0 -1 4202496 10285 0 1 0 706 3 0 0 20 0 19 0 29803449 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 140735028009728 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29654/statm: 2406260 18368 2271 9 0 2396937 0
[pid=29654/tid=29656] ppid=29651 vsize=9625040 CPUtime=6.22 cores=0,2,4,6
/proc/29654/task/29656/stat : 29656 (java) R 29651 29654 26442 0 -1 4202560 2440 0 1 0 620 2 0 0 20 0 19 0 29803450 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139882279833872 139882136214500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29657] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29657/stat : 29657 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139882257934632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29658] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29658/stat : 29658 (java) S 29651 29654 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139882256881832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29659] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29659/stat : 29659 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139882255829544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29660] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29660/stat : 29660 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139882254776744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29654/tid=29661] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29661/stat : 29661 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881917442856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29662] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29662/stat : 29662 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881916390056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29654/tid=29663] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29663/stat : 29663 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881915337768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29664] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29664/stat : 29664 (java) S 29651 29654 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29803451 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881914284968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29665] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29665/stat : 29665 (java) S 29651 29654 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881902086376 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29666] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29666/stat : 29666 (java) S 29651 29654 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881901032440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29667] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29667/stat : 29667 (java) S 29651 29654 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881899980040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29668] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29668/stat : 29668 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881898928528 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29669] ppid=29651 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/29654/task/29669/stat : 29669 (java) S 29651 29654 26442 0 -1 4202560 3608 0 0 0 45 0 0 0 20 0 19 0 29803455 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881897876152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29670] ppid=29651 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/29654/task/29670/stat : 29670 (java) S 29651 29654 26442 0 -1 4202560 2956 0 0 0 37 0 0 0 20 0 19 0 29803455 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881896823352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29671] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29671/stat : 29671 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881895771256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29672] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29672/stat : 29672 (java) S 29651 29654 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881894718664 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29673] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29673/stat : 29673 (java) S 29651 29654 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29803491 9856040960 18368 33554432000 1073741824 1073778376 140735028018592 139881893663656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9625040


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

[pid=29654/tid=29673] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29673/stat : 29673 (java) S 29651 29654 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29803491 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881893663656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.47
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.19 2.11 3/214 29806
/proc/meminfo: memFree=30737776/32872528 swapFree=552864/567172
[pid=29654] ppid=29651 vsize=9625040 CPUtime=1784.44 cores=0,2,4,6
/proc/29654/stat : 29654 (java) S 29651 29654 26442 0 -1 4202496 12917 0 1 0 178387 57 0 0 20 0 19 0 29803449 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 140735028009728 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29654/statm: 2406260 103381 2285 9 0 2396937 0
[pid=29654/tid=29656] ppid=29651 vsize=9625040 CPUtime=1776.93 cores=0,2,4,6
/proc/29654/task/29656/stat : 29656 (java) R 29651 29654 26442 0 -1 4202560 2501 0 1 0 177662 31 0 0 20 0 19 0 29803450 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882279825184 139882136201377 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29657] ppid=29651 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29654/task/29657/stat : 29657 (java) S 29651 29654 26442 0 -1 4202560 73 0 0 0 15 2 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882257934632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29658] ppid=29651 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/29654/task/29658/stat : 29658 (java) S 29651 29654 26442 0 -1 4202560 367 0 0 0 18 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882256881832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29654/tid=29659] ppid=29651 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/29654/task/29659/stat : 29659 (java) S 29651 29654 26442 0 -1 4202560 224 0 0 0 19 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882255829544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29660] ppid=29651 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29654/task/29660/stat : 29660 (java) S 29651 29654 26442 0 -1 4202560 250 0 0 0 16 3 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882254776744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29661] ppid=29651 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/29654/task/29661/stat : 29661 (java) S 29651 29654 26442 0 -1 4202560 369 0 0 0 17 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881917442856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29654/tid=29662] ppid=29651 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/29654/task/29662/stat : 29662 (java) S 29651 29654 26442 0 -1 4202560 304 0 0 0 18 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881916390056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29663] ppid=29651 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29654/task/29663/stat : 29663 (java) S 29651 29654 26442 0 -1 4202560 330 0 0 0 14 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881915337768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29664] ppid=29651 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29654/task/29664/stat : 29664 (java) S 29651 29654 26442 0 -1 4202560 241 0 0 0 16 3 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881914284968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29665] ppid=29651 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29654/task/29665/stat : 29665 (java) S 29651 29654 26442 0 -1 4202560 75 0 0 0 1 1 0 0 20 0 19 0 29803453 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881902086376 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29666] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29666/stat : 29666 (java) S 29651 29654 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881901032440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29667] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29667/stat : 29667 (java) S 29651 29654 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881899980040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29668] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29668/stat : 29668 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881898928528 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29669] ppid=29651 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/29654/task/29669/stat : 29669 (java) S 29651 29654 26442 0 -1 4202560 3608 0 0 0 45 0 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881897876152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29670] ppid=29651 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/29654/task/29670/stat : 29670 (java) S 29651 29654 26442 0 -1 4202560 3206 0 0 0 40 0 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881896823352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29671] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29671/stat : 29671 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881895771256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29672] ppid=29651 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/29654/task/29672/stat : 29672 (java) S 29651 29654 26442 0 -1 4202560 104 0 0 0 35 33 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881894718664 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29673] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29673/stat : 29673 (java) S 29651 29654 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29803491 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881893663656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.44
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.25 2.20 2.11 4/214 29806
/proc/meminfo: memFree=30738076/32872528 swapFree=552864/567172
[pid=29654] ppid=29651 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/29654/stat : 29654 (java) S 29651 29654 26442 0 -1 4202496 12917 0 1 0 179946 57 0 0 20 0 19 0 29803449 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 140735028009728 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29654/statm: 2406260 103381 2285 9 0 2396937 0
[pid=29654/tid=29656] ppid=29651 vsize=9625040 CPUtime=1792.48 cores=0,2,4,6
/proc/29654/task/29656/stat : 29656 (java) R 29651 29654 26442 0 -1 4202560 2501 0 1 0 179217 31 0 0 20 0 19 0 29803450 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882279825184 139882136201403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29657] ppid=29651 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29654/task/29657/stat : 29657 (java) S 29651 29654 26442 0 -1 4202560 73 0 0 0 15 2 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882257934632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29658] ppid=29651 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/29654/task/29658/stat : 29658 (java) S 29651 29654 26442 0 -1 4202560 367 0 0 0 18 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882256881832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29654/tid=29659] ppid=29651 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/29654/task/29659/stat : 29659 (java) S 29651 29654 26442 0 -1 4202560 224 0 0 0 19 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882255829544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29660] ppid=29651 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29654/task/29660/stat : 29660 (java) S 29651 29654 26442 0 -1 4202560 250 0 0 0 16 3 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882254776744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29661] ppid=29651 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/29654/task/29661/stat : 29661 (java) S 29651 29654 26442 0 -1 4202560 369 0 0 0 17 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881917442856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29654/tid=29662] ppid=29651 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/29654/task/29662/stat : 29662 (java) S 29651 29654 26442 0 -1 4202560 304 0 0 0 18 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881916390056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29663] ppid=29651 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29654/task/29663/stat : 29663 (java) S 29651 29654 26442 0 -1 4202560 330 0 0 0 14 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881915337768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29664] ppid=29651 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29654/task/29664/stat : 29664 (java) S 29651 29654 26442 0 -1 4202560 241 0 0 0 16 3 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881914284968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29665] ppid=29651 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29654/task/29665/stat : 29665 (java) S 29651 29654 26442 0 -1 4202560 75 0 0 0 1 1 0 0 20 0 19 0 29803453 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881902086376 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29666] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29666/stat : 29666 (java) S 29651 29654 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881901032440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29667] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29667/stat : 29667 (java) S 29651 29654 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881899980040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29668] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29668/stat : 29668 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881898928528 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29669] ppid=29651 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/29654/task/29669/stat : 29669 (java) S 29651 29654 26442 0 -1 4202560 3608 0 0 0 45 0 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881897876152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29670] ppid=29651 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/29654/task/29670/stat : 29670 (java) S 29651 29654 26442 0 -1 4202560 3206 0 0 0 40 0 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881896823352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29671] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29671/stat : 29671 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881895771256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29672] ppid=29651 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/29654/task/29672/stat : 29672 (java) S 29651 29654 26442 0 -1 4202560 104 0 0 0 36 33 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881894718664 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29673] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29673/stat : 29673 (java) S 29651 29654 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29803491 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881893663656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 29654 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.25 2.20 2.11 4/214 29806
/proc/meminfo: memFree=30738076/32872528 swapFree=552864/567172
[pid=29654] ppid=29651 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/29654/stat : 29654 (java) S 29651 29654 26442 0 -1 4202496 12917 0 1 0 179946 57 0 0 20 0 19 0 29803449 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 140735028009728 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29654/statm: 2406260 103381 2285 9 0 2396937 0
[pid=29654/tid=29656] ppid=29651 vsize=9625040 CPUtime=1792.48 cores=0,2,4,6
/proc/29654/task/29656/stat : 29656 (java) R 29651 29654 26442 0 -1 4202560 2501 0 1 0 179217 31 0 0 20 0 19 0 29803450 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882279825184 139882136201403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29657] ppid=29651 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/29654/task/29657/stat : 29657 (java) S 29651 29654 26442 0 -1 4202560 73 0 0 0 15 2 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882257934632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29658] ppid=29651 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/29654/task/29658/stat : 29658 (java) S 29651 29654 26442 0 -1 4202560 367 0 0 0 18 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882256881832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29654/tid=29659] ppid=29651 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/29654/task/29659/stat : 29659 (java) S 29651 29654 26442 0 -1 4202560 224 0 0 0 19 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882255829544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29660] ppid=29651 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29654/task/29660/stat : 29660 (java) S 29651 29654 26442 0 -1 4202560 250 0 0 0 16 3 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139882254776744 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29661] ppid=29651 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/29654/task/29661/stat : 29661 (java) S 29651 29654 26442 0 -1 4202560 369 0 0 0 17 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881917442856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29654/tid=29662] ppid=29651 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/29654/task/29662/stat : 29662 (java) S 29651 29654 26442 0 -1 4202560 304 0 0 0 18 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881916390056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29663] ppid=29651 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/29654/task/29663/stat : 29663 (java) S 29651 29654 26442 0 -1 4202560 330 0 0 0 14 4 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881915337768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29664] ppid=29651 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/29654/task/29664/stat : 29664 (java) S 29651 29654 26442 0 -1 4202560 241 0 0 0 16 3 0 0 20 0 19 0 29803451 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881914284968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29665] ppid=29651 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/29654/task/29665/stat : 29665 (java) S 29651 29654 26442 0 -1 4202560 75 0 0 0 1 1 0 0 20 0 19 0 29803453 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881902086376 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29666] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29666/stat : 29666 (java) S 29651 29654 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881901032440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29667] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29667/stat : 29667 (java) S 29651 29654 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29803453 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881899980040 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29668] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29668/stat : 29668 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881898928528 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29669] ppid=29651 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/29654/task/29669/stat : 29669 (java) S 29651 29654 26442 0 -1 4202560 3608 0 0 0 45 0 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881897876152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29654/tid=29670] ppid=29651 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/29654/task/29670/stat : 29670 (java) S 29651 29654 26442 0 -1 4202560 3206 0 0 0 40 0 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881896823352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29671] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29671/stat : 29671 (java) S 29651 29654 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881895771256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29654/tid=29672] ppid=29651 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/29654/task/29672/stat : 29672 (java) S 29651 29654 26442 0 -1 4202560 104 0 0 0 36 33 0 0 20 0 19 0 29803455 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881894718664 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29654/tid=29673] ppid=29651 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29654/task/29673/stat : 29673 (java) S 29651 29654 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29803491 9856040960 103381 33554432000 1073741824 1073778376 140735028018592 139881893663656 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.93
CPU time (s): 1800.03
CPU user time (s): 1799.46
CPU system time (s): 0.57
CPU usage (%): 100.117
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.9
system time used= 1.07284
maximum resident set size= 413640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12952
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38478
involuntary context switches= 11665

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.07077 second user time and 7.8778 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 21:00:55
IDJOB=4117249
IDBENCH=109571
IDSOLVER=2546
FILE ID=node138/4117249-1466967655
RUNJOBID= node138-1466940040-26458
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round22-7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117249-1466967655/watcher-4117249-1466967655 -o /tmp/evaluation-result-4117249-1466967655/solver-4117249-1466967655 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117249-1466967655.opb

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

MD5SUM BENCH= 3c97ccde6535b8dde3e19a211053aafb
RANDOM SEED=1928280710

node138.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.803
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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.803
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.803
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		: 2666.803
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.803
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.803
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.803
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.803
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:        31126104 kB
Buffers:           33108 kB
Cached:           226356 kB
SwapCached:         3788 kB
Active:           241572 kB
Inactive:         237112 kB
Active(anon):     217288 kB
Inactive(anon):     4564 kB
Active(file):      24284 kB
Inactive(file):   232548 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1188 kB
Writeback:             0 kB
AnonPages:        805876 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             567024 kB
SReclaimable:      10724 kB
SUnreclaim:       556300 kB
KernelStack:        1768 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1276336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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= 71716 MiB
End job on node138 at 2016-06-26 21:30:53