Trace number 4085036

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.05 1795.54

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_3_ic.opb
MD5SUMfa2d46c927da2620047f5e5cfeece7cd
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 111980168
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9113142699
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 111980168
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9113142699
Number of bits of the biggest sum of numbers34
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.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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085036-1465348342.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.02/0.59	c ... done. Wall clock time 0.481s.
1.02/0.59	c declared #vars     15725
1.02/0.59	c #constraints  33139
1.02/0.59	c constraints type 
1.02/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.02/0.59	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.02/0.59	c org.sat4j.specs.Constr$1 => 3
1.02/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.02/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.02/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.02/0.59	c 33139 constraints processed.
1.02/0.59	c objective function length is 1825 literals
4.13/3.17	c cleaning 2501 clauses out of 5002 with flag 15658/5002
7.19/6.13	c cleaning 4240 clauses out of 8500 with flag 36504/11001
11.20/10.15	c cleaning 5630 clauses out of 11260 with flag 71633/18001
15.90/14.90	c cleaning 6812 clauses out of 13630 with flag 121673/26001
22.53/21.45	c cleaning 7905 clauses out of 15817 with flag 171112/35000
27.05/25.97	c cleaning 8949 clauses out of 17914 with flag 234238/45002
31.65/30.57	c cleaning 9972 clauses out of 19963 with flag 314314/56000
36.65/35.59	c cleaning 10987 clauses out of 21991 with flag 407274/68000
42.65/41.50	c cleaning 11992 clauses out of 24004 with flag 497534/81000
48.66/47.54	c cleaning 12998 clauses out of 26013 with flag 595192/95001
61.15/60.00	c cleaning 14001 clauses out of 28014 with flag 707586/110000
71.95/70.84	c cleaning 14998 clauses out of 30013 with flag 792776/126000
81.05/79.94	c cleaning 16005 clauses out of 32020 with flag 868107/143005
90.45/89.35	c cleaning 16998 clauses out of 34010 with flag 951603/161000
100.54/99.37	c cleaning 17993 clauses out of 36012 with flag 1065405/180000
111.14/109.97	c cleaning 18998 clauses out of 38019 with flag 1171222/200000
122.84/121.62	c cleaning 20002 clauses out of 40021 with flag 1283678/221000
134.35/133.13	c cleaning 21002 clauses out of 42022 with flag 1414073/243003
147.44/146.29	c cleaning 22000 clauses out of 44017 with flag 1550835/266000
161.85/160.64	c cleaning 23005 clauses out of 46017 with flag 1695657/290000
177.08/175.72	c cleaning 24002 clauses out of 48013 with flag 1806216/315001
190.59/189.23	c cleaning 24995 clauses out of 50010 with flag 1914270/341000
205.88/204.60	c cleaning 25999 clauses out of 52015 with flag 2060160/368000
222.28/220.98	c cleaning 26995 clauses out of 54017 with flag 2244260/396001
239.48/237.94	c cleaning 28002 clauses out of 56022 with flag 2474559/425001
255.08/253.58	c cleaning 29006 clauses out of 58019 with flag 2709485/455000
273.28/271.74	c cleaning 30002 clauses out of 60016 with flag 2922263/486003
292.88/291.39	c cleaning 31000 clauses out of 62011 with flag 3135905/518000
312.59/310.88	c cleaning 32003 clauses out of 64011 with flag 3369413/551000
331.98/330.23	c cleaning 33001 clauses out of 66009 with flag 3552935/585001
352.99/351.22	c cleaning 33997 clauses out of 68009 with flag 3795887/620002
377.18/375.40	c cleaning 34995 clauses out of 70011 with flag 4035623/656001
398.65/396.77	c cleaning 35996 clauses out of 72016 with flag 4246770/693001
421.16/419.26	c cleaning 37004 clauses out of 74019 with flag 4481682/731000
443.26/441.36	c cleaning 38002 clauses out of 76017 with flag 4737640/770002
468.76/466.65	c cleaning 38993 clauses out of 78014 with flag 5003853/810001
494.67/492.57	c cleaning 40001 clauses out of 80021 with flag 5316215/851001
522.47/520.37	c cleaning 40999 clauses out of 82019 with flag 5644451/893000
550.13/547.78	c cleaning 42003 clauses out of 84021 with flag 5962815/936001
579.35/576.90	c cleaning 42999 clauses out of 86018 with flag 6299577/980001
607.04/604.67	c cleaning 44002 clauses out of 88020 with flag 6541641/1025002
637.67/635.20	c cleaning 45001 clauses out of 90017 with flag 6753739/1071001
668.09/665.49	c cleaning 45999 clauses out of 92015 with flag 7056217/1118000
702.00/699.38	c cleaning 46998 clauses out of 94017 with flag 7426631/1166001
737.39/734.62	c cleaning 47997 clauses out of 96020 with flag 7768983/1215002
770.49/767.78	c cleaning 49002 clauses out of 98022 with flag 8114402/1265001
800.91/798.04	c cleaning 50002 clauses out of 100020 with flag 8461130/1316001
837.01/834.16	c cleaning 51006 clauses out of 102019 with flag 8865003/1368002
873.25/870.23	c cleaning 51996 clauses out of 104012 with flag 9233356/1421001
908.12/905.04	c cleaning 52997 clauses out of 106015 with flag 9610530/1475000
944.32/941.20	c cleaning 54005 clauses out of 108020 with flag 10012493/1530002
980.33/977.12	c cleaning 55000 clauses out of 110013 with flag 10425981/1586000
1019.73/1016.50	c cleaning 55996 clauses out of 112013 with flag 10859014/1643000
1059.84/1056.59	c cleaning 57001 clauses out of 114017 with flag 11316088/1701000
1098.33/1094.95	c cleaning 58002 clauses out of 116016 with flag 11752141/1760000
1143.26/1139.73	c cleaning 58999 clauses out of 118014 with flag 12208611/1820000
1186.97/1183.40	c cleaning 60001 clauses out of 120015 with flag 12672896/1881000
1240.03/1236.41	c cleaning 60999 clauses out of 122014 with flag 13193435/1943000
1288.53/1284.89	c cleaning 62000 clauses out of 124015 with flag 13676536/2006000
1337.05/1333.35	c cleaning 63004 clauses out of 126017 with flag 14171100/2070002
1385.45/1381.64	c cleaning 64000 clauses out of 128011 with flag 14638090/2135000
1436.44/1432.53	c cleaning 65005 clauses out of 130011 with flag 14981999/2201000
1482.23/1478.20	c cleaning 65997 clauses out of 132006 with flag 15347103/2268000
1534.40/1530.38	c cleaning 66998 clauses out of 134010 with flag 15847376/2336001
1588.06/1584.00	c cleaning 67999 clauses out of 136011 with flag 16291665/2405000
1643.06/1638.83	c cleaning 68999 clauses out of 138012 with flag 16733728/2475000
1695.29/1690.91	c cleaning 69999 clauses out of 140013 with flag 17167788/2546000
1748.10/1743.66	c cleaning 70997 clauses out of 142014 with flag 17605625/2618000
1800.05/1795.50	c starts		: 3393
1800.05/1795.50	c conflicts		: 2688338
1800.05/1795.50	c decisions		: 3565601
1800.05/1795.50	c propagations		: 1557044883
1800.05/1795.50	c inspects		: 22898840580
1800.05/1795.50	c shortcuts		: 0
1800.05/1795.50	c learnt literals	: 0
1800.05/1795.50	c learnt binary clauses	: 0
1800.05/1795.50	c learnt ternary clauses	: 0
1800.05/1795.50	c learnt constraints	: 2688338
1800.05/1795.50	c ignored constraints	: 0
1800.05/1795.50	c root simplifications	: 0
1800.05/1795.50	c removed literals (reason simplification)	: 0
1800.05/1795.50	c reason swapping (by a shorter reason)	: 0
1800.05/1795.50	c Calls to reduceDB	: 68
1800.05/1795.50	c Number of update (reduction) of LBD	: 849890
1800.05/1795.50	c Imported unit clauses	: 0
1800.05/1795.50	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.50	c number of learned constraints concerned by reduction	: 0
1800.05/1795.50	c number of learning phase by resolution	: 0
1800.05/1795.50	c number of learning phase by cutting planes	: 0
1800.05/1795.50	c speed (assignments/second)	: 867486.6693929216
1800.05/1795.50	c non guided choices	1
1800.05/1795.50	c timeout
1800.05/1795.53	c learnt constraints type 
1800.05/1795.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 141355
1800.05/1795.53	s UNKNOWN
1800.05/1795.53	c Total wall clock time (in seconds): 1795.421

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-4085036-1465348342/watcher-4085036-1465348342 -o /tmp/evaluation-result-4085036-1465348342/solver-4085036-1465348342 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19291 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085036-1465348342.opb 

pid=20286
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.21 2.24 2.20 3/195 20289
/proc/meminfo: memFree=29553052/32872528 swapFree=14448/1543360
[pid=20289] ppid=20286 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20289/stat : 20289 (java) S 20286 20289 19275 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 116767767 98570240 978 33554432000 1073741824 1073778376 140734394987168 140734394978304 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20289/statm: 24065 978 744 9 0 16771 0
[pid=20289/tid=20290] ppid=20286 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20290/stat : 20290 (java) R 20286 20289 19275 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 116767767 98570240 978 33554432000 1073741824 1073778376 140734394987168 139788830400040 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 2.21 2.24 2.20 3/195 20289
/proc/meminfo: memFree=29553052/32872528 swapFree=14448/1543360
[pid=20289] ppid=20286 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/20289/stat : 20289 (java) S 20286 20289 19275 0 -1 4202496 4448 0 1 0 9 1 0 0 20 0 18 0 116767767 9787879424 6074 33554432000 1073741824 1073778376 140734394987168 140734394978304 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20289/statm: 2389619 6074 2140 9 0 2380296 0
[pid=20289/tid=20290] ppid=20286 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20289/task/20290/stat : 20290 (java) R 20286 20289 19275 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 116767767 9787879424 6074 33554432000 1073741824 1073778376 140734394987168 139788830403488 266439025933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200315 s]
/proc/loadavg: 2.21 2.24 2.20 3/195 20289
/proc/meminfo: memFree=29553052/32872528 swapFree=14448/1543360
[pid=20289] ppid=20286 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/20289/stat : 20289 (java) S 20286 20289 19275 0 -1 4202496 5122 0 1 0 29 1 0 0 20 0 18 0 116767767 9787879424 7640 33554432000 1073741824 1073778376 140734394987168 140734394978304 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20289/statm: 2389619 7640 2219 9 0 2380296 0
[pid=20289/tid=20290] ppid=20286 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20289/task/20290/stat : 20290 (java) R 20286 20289 19275 0 -1 4202560 2407 0 1 0 17 0 0 0 20 0 18 0 116767767 9787879424 7640 33554432000 1073741824 1073778376 140734394987168 139788830393232 139788652967424 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300331 s]
/proc/loadavg: 2.21 2.24 2.20 3/195 20289
/proc/meminfo: memFree=29553052/32872528 swapFree=14448/1543360
[pid=20289] ppid=20286 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/20289/stat : 20289 (java) S 20286 20289 19275 0 -1 4202496 5829 0 1 0 51 1 0 0 20 0 18 0 116767767 9787879424 9596 33554432000 1073741824 1073778376 140734394987168 140734394978304 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20289/statm: 2389619 9596 2235 9 0 2380296 0
[pid=20289/tid=20290] ppid=20286 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20289/task/20290/stat : 20290 (java) R 20286 20289 19275 0 -1 4202560 2411 0 1 0 27 0 0 0 20 0 18 0 116767767 9787879424 9596 33554432000 1073741824 1073778376 140734394987168 139788830404936 139788653017890 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 2.21 2.24 2.20 3/195 20289
/proc/meminfo: memFree=29553052/32872528 swapFree=14448/1543360
[pid=20289] ppid=20286 vsize=9625040 CPUtime=1.5 cores=0,2,4,6
/proc/20289/stat : 20289 (java) S 20286 20289 19275 0 -1 4202496 11754 0 1 0 146 4 0 0 20 0 19 0 116767767 9856040960 33529 33554432000 1073741824 1073778376 140734394987168 140734394978304 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20289/statm: 2406260 33529 2263 9 0 2396937 0
[pid=20289/tid=20290] ppid=20286 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20289/task/20290/stat : 20290 (java) R 20286 20289 19275 0 -1 4202560 2464 0 1 0 65 2 0 0 20 0 19 0 116767767 9856040960 33529 33554432000 1073741824 1073778376 140734394987168 139788830396568 139788653652992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.19 2.24 2.19 3/214 20308
/proc/meminfo: memFree=29424388/32872528 swapFree=14448/1543360
[pid=20289] ppid=20286 vsize=9625040 CPUtime=2.47 cores=0,2,4,6
/proc/20289/stat : 20289 (java) S 20286 20289 19275 0 -1 4202496 13110 0 1 0 243 4 0 0 20 0 19 0 116767767 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 140734394978304 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20289/statm: 2406260 34161 2264 9 0 2396937 0
[pid=20289/tid=20290] ppid=20286 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/20289/task/20290/stat : 20290 (java) R 20286 20289 19275 0 -1 4202560 2465 0 1 0 145 2 0 0 20 0 19 0 116767767 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788830404824 139788653674581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20292] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20292/stat : 20292 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788791897000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20293] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20293/stat : 20293 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788790844456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20294] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20294/stat : 20294 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788789791400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20289/tid=20295] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20295/stat : 20295 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788788738856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20296] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20296/stat : 20296 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788787685800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20297] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20297/stat : 20297 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788786633256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20298] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20298/stat : 20298 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788785580200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20299] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20299/stat : 20299 (java) S 20286 20289 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788784527656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20300] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20300/stat : 20300 (java) S 20286 20289 19275 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 116767769 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788772117352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20301] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20301/stat : 20301 (java) S 20286 20289 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 116767770 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788652898168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20302] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20302/stat : 20302 (java) S 20286 20289 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 116767770 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788651845000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20303] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20303/stat : 20303 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788650793744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20304] ppid=20286 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/20289/task/20304/stat : 20304 (java) S 20286 20289 19275 0 -1 4202560 4395 0 0 0 49 0 0 0 20 0 19 0 116767772 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788649740600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20305] ppid=20286 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/20289/task/20305/stat : 20305 (java) S 20286 20289 19275 0 -1 4202560 4972 0 0 0 46 1 0 0 20 0 19 0 116767772 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788648688056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20289/tid=20306] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20306/stat : 20306 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788647635192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20307] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20307/stat : 20307 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788646582856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20308] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20308/stat : 20308 (java) S 20286 20289 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116767828 9856040960 34161 33554432000 1073741824 1073778376 140734394987168 139788645529128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.19 2.24 2.19 3/214 20308
/proc/meminfo: memFree=29421968/32872528 swapFree=14448/1543360
[pid=20289] ppid=20286 vsize=9625040 CPUtime=4.13 cores=0,2,4,6
/proc/20289/stat : 20289 (java) S 20286 20289 19275 0 -1 4202496 13143 0 1 0 409 4 0 0 20 0 19 0 116767767 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 140734394978304 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20289/statm: 2406260 35213 2268 9 0 2396937 0
[pid=20289/tid=20290] ppid=20286 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/20289/task/20290/stat : 20290 (java) R 20286 20289 19275 0 -1 4202560 2469 0 1 0 305 2 0 0 20 0 19 0 116767767 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788830404872 139788653674993 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20292] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20292/stat : 20292 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788791897000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20293] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20293/stat : 20293 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788790844456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20294] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20294/stat : 20294 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788789791400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20289/tid=20295] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20295/stat : 20295 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788788738856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20296] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20296/stat : 20296 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788787685800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20297] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20297/stat : 20297 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788786633256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20298] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20298/stat : 20298 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788785580200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20299] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20299/stat : 20299 (java) S 20286 20289 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788784527656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20300] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20300/stat : 20300 (java) S 20286 20289 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 116767769 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788772117352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20301] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20301/stat : 20301 (java) S 20286 20289 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 116767770 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788652898168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20302] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20302/stat : 20302 (java) S 20286 20289 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 116767770 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788651845000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20303] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20303/stat : 20303 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788650793744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20304] ppid=20286 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/20289/task/20304/stat : 20304 (java) S 20286 20289 19275 0 -1 4202560 4395 0 0 0 49 0 0 0 20 0 19 0 116767772 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788649740600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20305] ppid=20286 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/20289/task/20305/stat : 20305 (java) S 20286 20289 19275 0 -1 4202560 5000 0 0 0 51 2 0 0 20 0 19 0 116767772 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788648688056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20289/tid=20306] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20306/stat : 20306 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788647635192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20307] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20307/stat : 20307 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788646582856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20308] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20308/stat : 20308 (java) S 20286 20289 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116767828 9856040960 35213 33554432000 1073741824 1073778376 140734394987168 139788645529128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.19 2.24 2.19 3/214 20308
/proc/meminfo: memFree=29415668/32872528 swapFree=14448/1543360
[pid=20289] ppid=20286 vsize=9625040 CPUtime=7.39 cores=0,2,4,6
/proc/20289/stat : 20289 (java) S 20286 20289 19275 0 -1 4202496 13156 0 1 0 735 4 0 0 20 0 19 0 116767767 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 140734394978304 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20289/statm: 2406260 36194 2272 9 0 2396937 0
[pid=20289/tid=20290] ppid=20286 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/20289/task/20290/stat : 20290 (java) R 20286 20289 19275 0 -1 4202560 2473 0 1 0 624 2 0 0 20 0 19 0 116767767 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788830403048 139788653675153 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20292] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20292/stat : 20292 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788791897000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20293] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20293/stat : 20293 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788790844456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20294] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20294/stat : 20294 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788789791400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20289/tid=20295] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20295/stat : 20295 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788788738856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20296] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20296/stat : 20296 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788787685800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20297] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20297/stat : 20297 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788786633256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20298] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20298/stat : 20298 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788785580200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20299] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20299/stat : 20299 (java) S 20286 20289 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116767768 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788784527656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20300] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20300/stat : 20300 (java) S 20286 20289 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 116767769 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788772117352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20301] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20301/stat : 20301 (java) S 20286 20289 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 116767770 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788652898168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20302] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20302/stat : 20302 (java) S 20286 20289 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 116767770 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788651845000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20303] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20303/stat : 20303 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788650793744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20304] ppid=20286 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/20289/task/20304/stat : 20304 (java) S 20286 20289 19275 0 -1 4202560 4399 0 0 0 53 0 0 0 20 0 19 0 116767772 9856040960 36194 33554432000 1073741824 1073778376 140734394987168 139788649740600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20305] ppid=20286 vsize=9625040 CPUtime=0.56 cores=0,2,4,6

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

[pid=20289/tid=20308] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20308/stat : 20308 (java) S 20286 20289 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116767828 9856040960 145642 33554432000 1073741824 1073778376 140734394987168 139788645529128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.7
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.18 2.18 3/214 20418
/proc/meminfo: memFree=29021048/32872528 swapFree=14448/1543360
[pid=20289] ppid=20286 vsize=9625040 CPUtime=1786.79 cores=0,2,4,6
/proc/20289/stat : 20289 (java) S 20286 20289 19275 0 -1 4202496 15944 0 1 0 178580 99 0 0 20 0 19 0 116767767 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 140734394978304 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20289/statm: 2406260 142941 2294 9 0 2396937 0
[pid=20289/tid=20290] ppid=20286 vsize=9625040 CPUtime=1775.82 cores=0,2,4,6
/proc/20289/task/20290/stat : 20290 (java) R 20286 20289 19275 0 -1 4202560 2517 0 1 0 177553 29 0 0 20 0 19 0 116767767 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788830396096 139788653485631 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20292] ppid=20286 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/20289/task/20292/stat : 20292 (java) S 20286 20289 19275 0 -1 4202560 320 0 0 0 44 8 0 0 20 0 19 0 116767768 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788791897000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20293] ppid=20286 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/20289/task/20293/stat : 20293 (java) S 20286 20289 19275 0 -1 4202560 276 0 0 0 41 10 0 0 20 0 19 0 116767768 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788790844456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20289/tid=20294] ppid=20286 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/20289/task/20294/stat : 20294 (java) S 20286 20289 19275 0 -1 4202560 184 0 0 0 41 8 0 0 20 0 19 0 116767768 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788789791400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20289/tid=20295] ppid=20286 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20289/task/20295/stat : 20295 (java) S 20286 20289 19275 0 -1 4202560 264 0 0 0 45 10 0 0 20 0 19 0 116767768 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788788738856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20296] ppid=20286 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/20289/task/20296/stat : 20296 (java) S 20286 20289 19275 0 -1 4202560 316 0 0 0 49 10 0 0 20 0 19 0 116767768 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788787685800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20297] ppid=20286 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20289/task/20297/stat : 20297 (java) S 20286 20289 19275 0 -1 4202560 321 0 0 0 46 9 0 0 20 0 19 0 116767768 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788786633256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20298] ppid=20286 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/20289/task/20298/stat : 20298 (java) S 20286 20289 19275 0 -1 4202560 289 0 0 0 41 7 0 0 20 0 19 0 116767768 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788785580200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20299] ppid=20286 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/20289/task/20299/stat : 20299 (java) S 20286 20289 19275 0 -1 4202560 398 0 0 0 47 11 0 0 20 0 19 0 116767768 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788784527656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20300] ppid=20286 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/20289/task/20300/stat : 20300 (java) S 20286 20289 19275 0 -1 4202560 286 0 0 0 69 2 0 0 20 0 19 0 116767769 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788772117352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20301] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20301/stat : 20301 (java) S 20286 20289 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116767770 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788652898168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20302] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20302/stat : 20302 (java) S 20286 20289 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116767770 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788651845000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20303] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20303/stat : 20303 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788650793744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20304] ppid=20286 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/20289/task/20304/stat : 20304 (java) S 20286 20289 19275 0 -1 4202560 4399 0 0 0 53 0 0 0 20 0 19 0 116767772 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788649740600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20305] ppid=20286 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20289/task/20305/stat : 20305 (java) S 20286 20289 19275 0 -1 4202560 5007 0 0 0 58 2 0 0 20 0 19 0 116767772 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788648688056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20306] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20306/stat : 20306 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788647635192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20307] ppid=20286 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20289/task/20307/stat : 20307 (java) S 20286 20289 19275 0 -1 4202560 103 0 0 0 30 30 0 0 20 0 19 0 116767772 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788646582856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20308] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20308/stat : 20308 (java) S 20286 20289 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116767828 9856040960 142941 33554432000 1073741824 1073778376 140734394987168 139788645529128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.79
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.16 2.17 2.17 4/214 20418
/proc/meminfo: memFree=29001912/32872528 swapFree=14448/1543360
[pid=20289] ppid=20286 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/20289/stat : 20289 (java) S 20286 20289 19275 0 -1 4202496 15947 0 1 0 179906 99 0 0 20 0 19 0 116767767 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 140734394978304 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20289/statm: 2406260 140520 2294 9 0 2396937 0
[pid=20289/tid=20290] ppid=20286 vsize=9625040 CPUtime=1788.96 cores=0,2,4,6
/proc/20289/task/20290/stat : 20290 (java) R 20286 20289 19275 0 -1 4202560 2518 0 1 0 178866 30 0 0 20 0 19 0 116767767 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788830403792 139788653672096 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20292] ppid=20286 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/20289/task/20292/stat : 20292 (java) S 20286 20289 19275 0 -1 4202560 320 0 0 0 44 8 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788791897000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20293] ppid=20286 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/20289/task/20293/stat : 20293 (java) S 20286 20289 19275 0 -1 4202560 276 0 0 0 43 10 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788790844456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20294] ppid=20286 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/20289/task/20294/stat : 20294 (java) S 20286 20289 19275 0 -1 4202560 184 0 0 0 42 8 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788789791400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20295] ppid=20286 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/20289/task/20295/stat : 20295 (java) S 20286 20289 19275 0 -1 4202560 264 0 0 0 46 10 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788788738856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20296] ppid=20286 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20289/task/20296/stat : 20296 (java) S 20286 20289 19275 0 -1 4202560 316 0 0 0 50 10 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788787685800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20297] ppid=20286 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/20289/task/20297/stat : 20297 (java) S 20286 20289 19275 0 -1 4202560 321 0 0 0 47 9 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788786633256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20289/tid=20298] ppid=20286 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/20289/task/20298/stat : 20298 (java) S 20286 20289 19275 0 -1 4202560 289 0 0 0 42 7 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788785580200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20299] ppid=20286 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/20289/task/20299/stat : 20299 (java) S 20286 20289 19275 0 -1 4202560 398 0 0 0 48 11 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788784527656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20300] ppid=20286 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/20289/task/20300/stat : 20300 (java) S 20286 20289 19275 0 -1 4202560 288 0 0 0 69 2 0 0 20 0 19 0 116767769 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788772117352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20301] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20301/stat : 20301 (java) S 20286 20289 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116767770 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788652898168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20302] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20302/stat : 20302 (java) S 20286 20289 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116767770 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788651845000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20303] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20303/stat : 20303 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788650793744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20304] ppid=20286 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/20289/task/20304/stat : 20304 (java) S 20286 20289 19275 0 -1 4202560 4399 0 0 0 53 0 0 0 20 0 19 0 116767772 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788649740600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20305] ppid=20286 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20289/task/20305/stat : 20305 (java) S 20286 20289 19275 0 -1 4202560 5007 0 0 0 58 2 0 0 20 0 19 0 116767772 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788648688056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20306] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20306/stat : 20306 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788647635192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20307] ppid=20286 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20289/task/20307/stat : 20307 (java) S 20286 20289 19275 0 -1 4202560 103 0 0 0 30 30 0 0 20 0 19 0 116767772 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788646582856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20308] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20308/stat : 20308 (java) S 20286 20289 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116767828 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788645529128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 20289 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.5 s]
/proc/loadavg: 2.16 2.17 2.17 4/214 20418
/proc/meminfo: memFree=29001912/32872528 swapFree=14448/1543360
[pid=20289] ppid=20286 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/20289/stat : 20289 (java) S 20286 20289 19275 0 -1 4202496 15947 0 1 0 179906 99 0 0 20 0 19 0 116767767 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 140734394978304 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20289/statm: 2406260 140520 2294 9 0 2396937 0
[pid=20289/tid=20290] ppid=20286 vsize=9625040 CPUtime=1788.96 cores=0,2,4,6
/proc/20289/task/20290/stat : 20290 (java) R 20286 20289 19275 0 -1 4202560 2518 0 1 0 178866 30 0 0 20 0 19 0 116767767 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788830403792 139788653672096 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20292] ppid=20286 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/20289/task/20292/stat : 20292 (java) S 20286 20289 19275 0 -1 4202560 320 0 0 0 44 8 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788791897000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20293] ppid=20286 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/20289/task/20293/stat : 20293 (java) S 20286 20289 19275 0 -1 4202560 276 0 0 0 43 10 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788790844456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20294] ppid=20286 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/20289/task/20294/stat : 20294 (java) S 20286 20289 19275 0 -1 4202560 184 0 0 0 42 8 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788789791400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20295] ppid=20286 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/20289/task/20295/stat : 20295 (java) S 20286 20289 19275 0 -1 4202560 264 0 0 0 46 10 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788788738856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20296] ppid=20286 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20289/task/20296/stat : 20296 (java) S 20286 20289 19275 0 -1 4202560 316 0 0 0 50 10 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788787685800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20297] ppid=20286 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/20289/task/20297/stat : 20297 (java) S 20286 20289 19275 0 -1 4202560 321 0 0 0 47 9 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788786633256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20289/tid=20298] ppid=20286 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/20289/task/20298/stat : 20298 (java) S 20286 20289 19275 0 -1 4202560 289 0 0 0 42 7 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788785580200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20299] ppid=20286 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/20289/task/20299/stat : 20299 (java) S 20286 20289 19275 0 -1 4202560 398 0 0 0 48 11 0 0 20 0 19 0 116767768 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788784527656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20300] ppid=20286 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/20289/task/20300/stat : 20300 (java) S 20286 20289 19275 0 -1 4202560 288 0 0 0 69 2 0 0 20 0 19 0 116767769 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788772117352 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20301] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20301/stat : 20301 (java) S 20286 20289 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116767770 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788652898168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20302] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20302/stat : 20302 (java) S 20286 20289 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116767770 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788651845000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20303] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20303/stat : 20303 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788650793744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20304] ppid=20286 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/20289/task/20304/stat : 20304 (java) S 20286 20289 19275 0 -1 4202560 4399 0 0 0 53 0 0 0 20 0 19 0 116767772 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788649740600 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20305] ppid=20286 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20289/task/20305/stat : 20305 (java) S 20286 20289 19275 0 -1 4202560 5007 0 0 0 58 2 0 0 20 0 19 0 116767772 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788648688056 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20289/tid=20306] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20306/stat : 20306 (java) S 20286 20289 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116767772 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788647635192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20289/tid=20307] ppid=20286 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20289/task/20307/stat : 20307 (java) S 20286 20289 19275 0 -1 4202560 103 0 0 0 30 30 0 0 20 0 19 0 116767772 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788646582856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20289/tid=20308] ppid=20286 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20289/task/20308/stat : 20308 (java) S 20286 20289 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116767828 9856040960 140520 33554432000 1073741824 1073778376 140734394987168 139788645529128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1795.54
CPU time (s): 1800.05
CPU user time (s): 1799.06
CPU system time (s): 0.99
CPU usage (%): 100.251
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 1.51277
maximum resident set size= 733260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15980
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38870
involuntary context switches= 9033

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8733 second user time and 12.943 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-08 03:12:22
IDJOB=4085036
IDBENCH=92762
IDSOLVER=2546
FILE ID=node116/4085036-1465348342
RUNJOBID= node116-1465339364-19291
PBS_JOBID= 19853403
Free space on /tmp= 71640 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_3_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085036-1465348342/watcher-4085036-1465348342 -o /tmp/evaluation-result-4085036-1465348342/solver-4085036-1465348342 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19291 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085036-1465348342.opb

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

MD5SUM BENCH= fa2d46c927da2620047f5e5cfeece7cd
RANDOM SEED=73745347

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.134
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:        29553316 kB
Buffers:          174632 kB
Cached:           669328 kB
SwapCached:         1868 kB
Active:           426924 kB
Inactive:         592964 kB
Active(anon):     176028 kB
Inactive(anon):     2004 kB
Active(file):     250896 kB
Inactive(file):   590960 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67099072 kB
Dirty:              4108 kB
Writeback:             0 kB
AnonPages:       1804276 kB
Mapped:            16540 kB
Shmem:                 0 kB
Slab:             610024 kB
SReclaimable:      54020 kB
SUnreclaim:       556004 kB
KernelStack:        1768 kB
PageTables:         7576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2233056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1761280 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= 71640 MiB
End job on node116 at 2016-06-08 03:42:17