Trace number 4085747

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 1797.14

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_20null0mast_rapportOE1.0_TMAX60_K67_cod2.opb
MD5SUMdc1f1c1369db62ce46fa63aa9c3db18d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-397
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 389
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 1526
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 12538
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085747-1465293694.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.22/0.77	c ... done. Wall clock time 0.659s.
1.22/0.77	c declared #vars     40937
1.22/0.77	c #constraints  41436
1.22/0.77	c constraints type 
1.22/0.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36984
1.22/0.77	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.22/0.77	c org.sat4j.specs.Constr$1 => 1
1.22/0.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.22/0.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.22/0.77	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.22/0.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.22/0.77	c 41436 constraints processed.
1.22/0.77	c objective function length is 389 literals
8.29/7.28	c cleaning 2499 clauses out of 4998 with flag 29059/5000
15.28/14.11	c cleaning 4249 clauses out of 8500 with flag 51752/11001
21.58/20.47	c cleaning 5626 clauses out of 11252 with flag 76258/18002
26.59/25.50	c cleaning 6782 clauses out of 13624 with flag 109655/26000
32.12/30.98	c cleaning 7921 clauses out of 15842 with flag 144959/35000
37.21/36.09	c cleaning 8957 clauses out of 17921 with flag 189318/45000
42.83/41.63	c cleaning 9977 clauses out of 19966 with flag 236157/56002
49.04/47.85	c cleaning 10991 clauses out of 21987 with flag 291053/68000
55.44/54.28	c cleaning 11996 clauses out of 23997 with flag 352852/81001
62.34/61.10	c cleaning 12998 clauses out of 26003 with flag 419130/95003
69.75/68.56	c cleaning 13989 clauses out of 28002 with flag 484768/110000
78.14/76.98	c cleaning 15005 clauses out of 30015 with flag 553599/126002
86.74/85.53	c cleaning 16001 clauses out of 32009 with flag 636636/143001
96.25/95.00	c cleaning 16999 clauses out of 34007 with flag 722471/161000
105.94/104.74	c cleaning 17994 clauses out of 36008 with flag 806392/180000
116.02/114.75	c cleaning 19005 clauses out of 38015 with flag 891795/200001
127.12/125.84	c cleaning 19997 clauses out of 40009 with flag 983792/221000
138.83/137.56	c cleaning 21004 clauses out of 42014 with flag 1083889/243002
151.12/149.81	c cleaning 21996 clauses out of 44008 with flag 1185158/266000
164.52/163.23	c cleaning 22999 clauses out of 46012 with flag 1290875/290000
178.32/177.03	c cleaning 24003 clauses out of 48013 with flag 1395530/315000
193.23/191.93	c cleaning 25001 clauses out of 50010 with flag 1494428/341000
207.72/206.47	c cleaning 26000 clauses out of 52010 with flag 1623712/368001
223.23/221.97	c cleaning 27001 clauses out of 54012 with flag 1751495/396003
239.73/238.22	c cleaning 28003 clauses out of 56008 with flag 1888801/425000
255.33/253.86	c cleaning 29002 clauses out of 58006 with flag 2034656/455001
271.93/270.40	c cleaning 29995 clauses out of 60004 with flag 2167393/486001
288.74/287.27	c cleaning 31001 clauses out of 62008 with flag 2314293/518000
305.74/304.23	c cleaning 31991 clauses out of 64008 with flag 2478939/551001
324.85/323.31	c cleaning 33004 clauses out of 66017 with flag 2642807/585001
345.04/343.50	c cleaning 34005 clauses out of 68012 with flag 2816059/620000
364.65/363.16	c cleaning 35004 clauses out of 70009 with flag 2998476/656002
385.35/383.87	c cleaning 36002 clauses out of 72004 with flag 3189526/693001
406.65/405.16	c cleaning 36990 clauses out of 74001 with flag 3386928/731000
428.96/427.41	c cleaning 38003 clauses out of 76012 with flag 3594539/770001
451.97/450.49	c cleaning 38996 clauses out of 78008 with flag 3790839/810000
473.77/472.25	c cleaning 40002 clauses out of 80012 with flag 4008173/851000
497.88/496.07	c cleaning 41006 clauses out of 82011 with flag 4231703/893001
522.98/521.19	c cleaning 42001 clauses out of 84005 with flag 4465730/936001
548.18/546.35	c cleaning 43001 clauses out of 86004 with flag 4713002/980001
573.99/572.17	c cleaning 43996 clauses out of 88003 with flag 4950704/1025001
600.99/599.19	c cleaning 44998 clauses out of 90006 with flag 5196549/1071000
629.79/627.98	c cleaning 46003 clauses out of 92009 with flag 5454624/1118001
658.50/656.65	c cleaning 47001 clauses out of 94006 with flag 5719931/1166001
687.91/686.07	c cleaning 48003 clauses out of 96005 with flag 5992780/1215001
717.51/715.63	c cleaning 48995 clauses out of 98001 with flag 6251560/1265000
746.92/745.09	c cleaning 49996 clauses out of 100006 with flag 6511271/1316000
776.63/774.73	c cleaning 51003 clauses out of 102011 with flag 6752920/1368001
807.73/805.53	c cleaning 52001 clauses out of 104007 with flag 7020139/1421000
839.34/837.15	c cleaning 52998 clauses out of 106007 with flag 7294435/1475001
871.04/868.82	c cleaning 53995 clauses out of 108010 with flag 7590599/1530002
904.56/902.30	c cleaning 55003 clauses out of 110013 with flag 7878369/1586000
939.96/937.73	c cleaning 55999 clauses out of 112010 with flag 8149153/1643000
975.47/973.29	c cleaning 56997 clauses out of 114011 with flag 8450784/1701000
1010.38/1008.13	c cleaning 58000 clauses out of 116014 with flag 8739744/1760000
1046.19/1043.99	c cleaning 59006 clauses out of 118014 with flag 9033088/1820000
1082.00/1079.79	c cleaning 60001 clauses out of 120008 with flag 9318372/1881000
1118.20/1115.95	c cleaning 60997 clauses out of 122009 with flag 9609280/1943002
1155.02/1152.76	c cleaning 62002 clauses out of 124011 with flag 9938188/2006001
1192.94/1190.66	c cleaning 63003 clauses out of 126009 with flag 10248784/2070001
1232.35/1230.07	c cleaning 63999 clauses out of 128006 with flag 10588432/2135001
1272.66/1270.30	c cleaning 64994 clauses out of 130007 with flag 10934050/2201001
1311.96/1309.61	c cleaning 66003 clauses out of 132013 with flag 11287687/2268001
1351.66/1349.39	c cleaning 66998 clauses out of 134009 with flag 11663361/2336000
1393.42/1390.67	c cleaning 68000 clauses out of 136014 with flag 12035562/2405003
1435.44/1432.68	c cleaning 69001 clauses out of 138011 with flag 12425357/2475000
1477.55/1474.75	c cleaning 70003 clauses out of 140011 with flag 12798046/2546001
1519.77/1516.94	c cleaning 70991 clauses out of 142007 with flag 13198087/2618000
1561.67/1558.88	c cleaning 72004 clauses out of 144016 with flag 13643460/2691000
1605.47/1602.61	c cleaning 73006 clauses out of 146013 with flag 14092811/2765001
1649.07/1646.21	c cleaning 73997 clauses out of 148007 with flag 14574015/2840001
1694.59/1691.78	c cleaning 74990 clauses out of 150010 with flag 15059447/2916001
1737.70/1734.85	c cleaning 76000 clauses out of 152021 with flag 15557172/2993002
1781.90/1779.05	c cleaning 77000 clauses out of 154021 with flag 16082427/3071002
1800.00/1797.10	c starts		: 87
1800.00/1797.10	c conflicts		: 3106141
1800.00/1797.10	c decisions		: 3950414
1800.00/1797.10	c propagations		: 5489515654
1800.00/1797.10	c inspects		: 12593709243
1800.00/1797.10	c shortcuts		: 0
1800.00/1797.10	c learnt literals	: 2
1800.00/1797.10	c learnt binary clauses	: 623
1800.00/1797.10	c learnt ternary clauses	: 444
1800.00/1797.10	c learnt constraints	: 3106139
1800.00/1797.10	c ignored constraints	: 0
1800.00/1797.10	c root simplifications	: 0
1800.00/1797.10	c removed literals (reason simplification)	: 0
1800.00/1797.10	c reason swapping (by a shorter reason)	: 0
1800.00/1797.10	c Calls to reduceDB	: 74
1800.00/1797.10	c Number of update (reduction) of LBD	: 161654
1800.00/1797.10	c Imported unit clauses	: 0
1800.00/1797.10	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.10	c number of learned constraints concerned by reduction	: 0
1800.00/1797.10	c number of learning phase by resolution	: 0
1800.00/1797.10	c number of learning phase by cutting planes	: 0
1800.00/1797.10	c speed (assignments/second)	: 3056007.6189818755
1800.00/1797.10	c non guided choices	11
1800.00/1797.10	c timeout
1800.00/1797.13	c learnt constraints type 
1800.00/1797.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 623
1800.00/1797.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111537
1800.00/1797.13	s UNKNOWN
1800.00/1797.13	c Total wall clock time (in seconds): 1797.014

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-4085747-1465293694/watcher-4085747-1465293694 -o /tmp/evaluation-result-4085747-1465293694/solver-4085747-1465293694 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085747-1465293694.opb 

pid=20026
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.10 2.21 2.18 4/197 20029
/proc/meminfo: memFree=27403000/32872528 swapFree=20720/1686580
[pid=20029] ppid=20026 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20029/stat : 20029 (java) D 20026 20029 15085 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 111301452 9515008 183 33554432000 1073741824 1073778376 140735070703888 140735070694920 215124623029 0 0 4096 0 18446744072100756772 0 0 17 5 0 0 0 0 0
/proc/20029/statm: 2323 183 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.10 2.21 2.18 4/197 20029
/proc/meminfo: memFree=27403000/32872528 swapFree=20720/1686580
[pid=20029] ppid=20026 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20026 20029 15085 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 111301452 9787879424 6026 33554432000 1073741824 1073778376 140734336398448 140734336389584 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20029/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200255 s]
/proc/loadavg: 2.10 2.21 2.18 4/197 20029
/proc/meminfo: memFree=27403000/32872528 swapFree=20720/1686580
[pid=20029] ppid=20026 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20026 20029 15085 0 -1 4202496 4990 0 1 0 25 1 0 0 20 0 18 0 111301452 9787879424 6954 33554432000 1073741824 1073778376 140734336398448 140734336389584 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20029/statm: 2389619 6954 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 2.10 2.21 2.18 4/197 20029
/proc/meminfo: memFree=27403000/32872528 swapFree=20720/1686580
[pid=20029] ppid=20026 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20026 20029 15085 0 -1 4202496 5811 0 1 0 49 1 0 0 20 0 18 0 111301452 9787879424 8984 33554432000 1073741824 1073778376 140734336398448 140734336389584 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20029/statm: 2389619 8984 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 2.10 2.21 2.18 4/197 20029
/proc/meminfo: memFree=27403000/32872528 swapFree=20720/1686580
[pid=20029] ppid=20026 vsize=9558476 CPUtime=1.22 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20026 20029 15085 0 -1 4202496 7109 0 1 0 117 5 0 0 20 0 18 0 111301452 9787879424 44824 33554432000 1073741824 1073778376 140734336398448 140734336389584 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20029/statm: 2389619 44824 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 2.10 2.21 2.18 4/216 20048
/proc/meminfo: memFree=27226068/32872528 swapFree=20720/1686580
[pid=20029] ppid=20026 vsize=9625040 CPUtime=2.57 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20026 20029 15085 0 -1 4202496 9670 0 1 0 251 6 0 0 20 0 19 0 111301452 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140734336389584 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20029/statm: 2406260 46318 2280 9 0 2396937 0
[pid=20029/tid=20031] ppid=20026 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) R 20026 20029 15085 0 -1 4202560 2479 0 1 0 137 3 0 0 20 0 19 0 111301454 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694724169960 140694556170017 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20032] ppid=20026 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20026 20029 15085 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 111301455 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694685661608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20033] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20026 20029 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111301455 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694684609064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20034] ppid=20026 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20026 20029 15085 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 111301455 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694683556008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20035] ppid=20026 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20026 20029 15085 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 111301455 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694682503464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20036] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20026 20029 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 111301455 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694681451432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20029/tid=20037] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20026 20029 15085 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 111301455 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694680398888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20038] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20026 20029 15085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 111301455 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694679345832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20039] ppid=20026 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) S 20026 20029 15085 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 111301455 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694678293288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20040] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) S 20026 20029 15085 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694548085096 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20041] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) S 20026 20029 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694547031416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20042] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20026 20029 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694545978248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20043] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694544926992 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20044] ppid=20026 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/20029/task/20044/stat : 20044 (java) S 20026 20029 15085 0 -1 4202560 3064 0 0 0 43 0 0 0 20 0 19 0 111301459 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694543874872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20045] ppid=20026 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/20029/task/20045/stat : 20045 (java) S 20026 20029 15085 0 -1 4202560 2715 0 0 0 51 0 0 0 20 0 19 0 111301459 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694542822328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20046] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20046/stat : 20046 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694541769464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20047] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20047/stat : 20047 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140694540717128 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20048] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20048/stat : 20048 (java) S 20026 20029 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111301533 9856040960 46318 33554432000 1073741824 1073778376 140734336398448 140693532042280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.10 2.21 2.18 4/216 20048
/proc/meminfo: memFree=27224824/32872528 swapFree=20720/1686580
[pid=20029] ppid=20026 vsize=9625040 CPUtime=4.18 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20026 20029 15085 0 -1 4202496 9672 0 1 0 412 6 0 0 20 0 19 0 111301452 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140734336389584 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20029/statm: 2406260 46319 2280 9 0 2396937 0
[pid=20029/tid=20031] ppid=20026 vsize=9625040 CPUtime=3 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) R 20026 20029 15085 0 -1 4202560 2480 0 1 0 297 3 0 0 20 0 19 0 111301454 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694724168016 140694556173601 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20032] ppid=20026 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20026 20029 15085 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 111301455 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694685661608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20033] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20026 20029 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111301455 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694684609064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20034] ppid=20026 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20026 20029 15085 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 111301455 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694683556008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20035] ppid=20026 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20026 20029 15085 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 111301455 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694682503464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20036] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20026 20029 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 111301455 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694681451432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20029/tid=20037] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20026 20029 15085 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 111301455 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694680398888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20038] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20026 20029 15085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 111301455 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694679345832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20039] ppid=20026 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) S 20026 20029 15085 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 111301455 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694678293288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20040] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) S 20026 20029 15085 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694548085096 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20041] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) S 20026 20029 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694547031416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20042] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20026 20029 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694545978248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20043] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694544926992 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20044] ppid=20026 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/20029/task/20044/stat : 20044 (java) S 20026 20029 15085 0 -1 4202560 3064 0 0 0 45 0 0 0 20 0 19 0 111301459 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694543874872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20045] ppid=20026 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/20029/task/20045/stat : 20045 (java) S 20026 20029 15085 0 -1 4202560 2715 0 0 0 51 0 0 0 20 0 19 0 111301459 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694542822328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20046] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20046/stat : 20046 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694541769464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20047] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20047/stat : 20047 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140694540717128 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20048] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20048/stat : 20048 (java) S 20026 20029 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111301533 9856040960 46319 33554432000 1073741824 1073778376 140734336398448 140693532042280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.09 2.21 2.18 3/216 20048
/proc/meminfo: memFree=27225308/32872528 swapFree=20720/1686580
[pid=20029] ppid=20026 vsize=9625040 CPUtime=7.39 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20026 20029 15085 0 -1 4202496 9674 0 1 0 733 6 0 0 20 0 19 0 111301452 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140734336389584 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20029/statm: 2406260 46231 2280 9 0 2396937 0
[pid=20029/tid=20031] ppid=20026 vsize=9625040 CPUtime=6.19 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) R 20026 20029 15085 0 -1 4202560 2482 0 1 0 616 3 0 0 20 0 19 0 111301454 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694724169800 140694556221144 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20032] ppid=20026 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20026 20029 15085 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 111301455 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694685661608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20033] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20026 20029 15085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 111301455 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694684609064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20034] ppid=20026 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20026 20029 15085 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 111301455 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694683556008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20035] ppid=20026 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20026 20029 15085 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 111301455 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694682503464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20036] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20026 20029 15085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 111301455 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694681451432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20029/tid=20037] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20026 20029 15085 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 111301455 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694680398888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20038] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20026 20029 15085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 111301455 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694679345832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20039] ppid=20026 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) S 20026 20029 15085 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 111301455 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694678293288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20040] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) S 20026 20029 15085 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694548085096 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20041] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) S 20026 20029 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694547031416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20042] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20026 20029 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694545978248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20043] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694544926992 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20044] ppid=20026 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/20029/task/20044/stat : 20044 (java) S 20026 20029 15085 0 -1 4202560 3064 0 0 0 45 0 0 0 20 0 19 0 111301459 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694543874872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20045] ppid=20026 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/20029/task/20045/stat : 20045 (java) S 20026 20029 15085 0 -1 4202560 2715 0 0 0 51 0 0 0 20 0 19 0 111301459 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694542822328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20046] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20046/stat : 20046 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694541769464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20047] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20047/stat : 20047 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140694540717128 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20048] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20048/stat : 20048 (java) S 20026 20029 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111301533 9856040960 46231 33554432000 1073741824 1073778376 140734336398448 140693532042280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 9625040


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

[pid=20029/tid=20048] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20048/stat : 20048 (java) S 20026 20029 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111301533 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140693532042280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.2
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.21 2.19 4/215 20157
/proc/meminfo: memFree=27373716/32872528 swapFree=20720/1686580
[pid=20029] ppid=20026 vsize=9625040 CPUtime=1785.2 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20026 20029 15085 0 -1 4202496 13158 0 1 0 178394 126 0 0 20 0 19 0 111301452 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140734336389584 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20029/statm: 2406260 414349 2293 9 0 2396937 0
[pid=20029/tid=20031] ppid=20026 vsize=9625040 CPUtime=1777.08 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) R 20026 20029 15085 0 -1 4202560 2856 0 1 0 177666 42 0 0 20 0 19 0 111301454 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694724161216 140694556173678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20032] ppid=20026 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20026 20029 15085 0 -1 4202560 222 0 0 0 13 9 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694685661608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20033] ppid=20026 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20026 20029 15085 0 -1 4202560 186 0 0 0 10 8 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694684609064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20034] ppid=20026 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20026 20029 15085 0 -1 4202560 231 0 0 0 12 8 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694683556008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20035] ppid=20026 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20026 20029 15085 0 -1 4202560 151 0 0 0 10 6 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694682503464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20036] ppid=20026 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20026 20029 15085 0 -1 4202560 251 0 0 0 18 12 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694681451432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20037] ppid=20026 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20026 20029 15085 0 -1 4202560 250 0 0 0 16 11 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694680398888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20038] ppid=20026 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20026 20029 15085 0 -1 4202560 281 0 0 0 18 14 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694679345832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20029/tid=20039] ppid=20026 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) S 20026 20029 15085 0 -1 4202560 268 0 0 0 13 9 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694678293288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20040] ppid=20026 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) S 20026 20029 15085 0 -1 4202560 1254 0 0 0 12 1 0 0 20 0 19 0 111301456 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694548085096 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20041] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) S 20026 20029 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694547031416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20042] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20026 20029 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694545978248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20043] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694544926992 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20044] ppid=20026 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/20029/task/20044/stat : 20044 (java) S 20026 20029 15085 0 -1 4202560 3126 0 0 0 58 0 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694543874872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20045] ppid=20026 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/20029/task/20045/stat : 20045 (java) S 20026 20029 15085 0 -1 4202560 2719 0 0 0 55 0 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694542822328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20046] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20046/stat : 20046 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694541769464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20047] ppid=20026 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20029/task/20047/stat : 20047 (java) S 20026 20029 15085 0 -1 4202560 103 0 0 0 26 34 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694540717128 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20048] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20048/stat : 20048 (java) S 20026 20029 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111301533 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140693532042280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.23 2.20 2.18 3/214 20157
/proc/meminfo: memFree=27351200/32872528 swapFree=20720/1686580
[pid=20029] ppid=20026 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20026 20029 15085 0 -1 4202496 13158 0 1 0 179874 126 0 0 20 0 19 0 111301452 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140734336389584 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20029/statm: 2406260 414349 2293 9 0 2396937 0
[pid=20029/tid=20031] ppid=20026 vsize=9625040 CPUtime=1791.84 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) R 20026 20029 15085 0 -1 4202560 2856 0 1 0 179142 42 0 0 20 0 19 0 111301454 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694724161216 140694556114464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20032] ppid=20026 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20026 20029 15085 0 -1 4202560 222 0 0 0 13 9 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694685661608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20033] ppid=20026 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20026 20029 15085 0 -1 4202560 186 0 0 0 10 8 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694684609064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20034] ppid=20026 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20026 20029 15085 0 -1 4202560 231 0 0 0 12 8 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694683556008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20035] ppid=20026 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20026 20029 15085 0 -1 4202560 151 0 0 0 10 6 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694682503464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20036] ppid=20026 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20026 20029 15085 0 -1 4202560 251 0 0 0 18 12 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694681451432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20037] ppid=20026 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20026 20029 15085 0 -1 4202560 250 0 0 0 16 11 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694680398888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20038] ppid=20026 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20026 20029 15085 0 -1 4202560 281 0 0 0 18 14 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694679345832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20029/tid=20039] ppid=20026 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) S 20026 20029 15085 0 -1 4202560 268 0 0 0 13 9 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694678293288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20040] ppid=20026 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) S 20026 20029 15085 0 -1 4202560 1254 0 0 0 12 1 0 0 20 0 19 0 111301456 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694548085096 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20041] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) S 20026 20029 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694547031416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20042] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20026 20029 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694545978248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20043] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694544926992 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20044] ppid=20026 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/20029/task/20044/stat : 20044 (java) S 20026 20029 15085 0 -1 4202560 3126 0 0 0 58 0 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694543874872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20045] ppid=20026 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/20029/task/20045/stat : 20045 (java) S 20026 20029 15085 0 -1 4202560 2719 0 0 0 55 0 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694542822328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20046] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20046/stat : 20046 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694541769464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20047] ppid=20026 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20029/task/20047/stat : 20047 (java) S 20026 20029 15085 0 -1 4202560 103 0 0 0 26 34 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694540717128 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20048] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20048/stat : 20048 (java) S 20026 20029 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111301533 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140693532042280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 20029 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.1 s]
/proc/loadavg: 2.23 2.20 2.18 3/214 20157
/proc/meminfo: memFree=27351200/32872528 swapFree=20720/1686580
[pid=20029] ppid=20026 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/20029/stat : 20029 (java) S 20026 20029 15085 0 -1 4202496 13158 0 1 0 179874 126 0 0 20 0 19 0 111301452 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140734336389584 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20029/statm: 2406260 414349 2293 9 0 2396937 0
[pid=20029/tid=20031] ppid=20026 vsize=9625040 CPUtime=1791.84 cores=1,3,5,7
/proc/20029/task/20031/stat : 20031 (java) R 20026 20029 15085 0 -1 4202560 2856 0 1 0 179142 42 0 0 20 0 19 0 111301454 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694724161216 140694556114464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20032] ppid=20026 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20029/task/20032/stat : 20032 (java) S 20026 20029 15085 0 -1 4202560 222 0 0 0 13 9 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694685661608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20033] ppid=20026 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20029/task/20033/stat : 20033 (java) S 20026 20029 15085 0 -1 4202560 186 0 0 0 10 8 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694684609064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20034] ppid=20026 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20029/task/20034/stat : 20034 (java) S 20026 20029 15085 0 -1 4202560 231 0 0 0 12 8 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694683556008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20035] ppid=20026 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/20029/task/20035/stat : 20035 (java) S 20026 20029 15085 0 -1 4202560 151 0 0 0 10 6 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694682503464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20036] ppid=20026 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20029/task/20036/stat : 20036 (java) S 20026 20029 15085 0 -1 4202560 251 0 0 0 18 12 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694681451432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20037] ppid=20026 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20029/task/20037/stat : 20037 (java) S 20026 20029 15085 0 -1 4202560 250 0 0 0 16 11 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694680398888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20038] ppid=20026 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/20029/task/20038/stat : 20038 (java) S 20026 20029 15085 0 -1 4202560 281 0 0 0 18 14 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694679345832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20029/tid=20039] ppid=20026 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20029/task/20039/stat : 20039 (java) S 20026 20029 15085 0 -1 4202560 268 0 0 0 13 9 0 0 20 0 19 0 111301455 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694678293288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20040] ppid=20026 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/20029/task/20040/stat : 20040 (java) S 20026 20029 15085 0 -1 4202560 1254 0 0 0 12 1 0 0 20 0 19 0 111301456 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694548085096 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20029/tid=20041] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20041/stat : 20041 (java) S 20026 20029 15085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694547031416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20042] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20042/stat : 20042 (java) S 20026 20029 15085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 111301456 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694545978248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20043] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20043/stat : 20043 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694544926992 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20044] ppid=20026 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/20029/task/20044/stat : 20044 (java) S 20026 20029 15085 0 -1 4202560 3126 0 0 0 58 0 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694543874872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20029/tid=20045] ppid=20026 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/20029/task/20045/stat : 20045 (java) S 20026 20029 15085 0 -1 4202560 2719 0 0 0 55 0 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694542822328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20046] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20046/stat : 20046 (java) S 20026 20029 15085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694541769464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20047] ppid=20026 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20029/task/20047/stat : 20047 (java) S 20026 20029 15085 0 -1 4202560 103 0 0 0 26 34 0 0 20 0 19 0 111301459 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140694540717128 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20029/tid=20048] ppid=20026 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20029/task/20048/stat : 20048 (java) S 20026 20029 15085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 111301533 9856040960 414349 33554432000 1073741824 1073778376 140734336398448 140693532042280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.14
CPU time (s): 1800
CPU user time (s): 1798.74
CPU system time (s): 1.26
CPU usage (%): 100.159
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.2
system time used= 1.68174
maximum resident set size= 1657532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13197
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38209
involuntary context switches= 3146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0523 second user time and 13.194 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-07 12:01:34
IDJOB=4085747
IDBENCH=90698
IDSOLVER=2546
FILE ID=node135/4085747-1465293694
RUNJOBID= node135-1465261709-15102
PBS_JOBID= 19843293
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_20null0mast_rapportOE1.0_TMAX60_K67_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085747-1465293694/watcher-4085747-1465293694 -o /tmp/evaluation-result-4085747-1465293694/solver-4085747-1465293694 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465261709-15102 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085747-1465293694.opb

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

MD5SUM BENCH= dc1f1c1369db62ce46fa63aa9c3db18d
RANDOM SEED=240772541

node135.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.026
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.05
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.026
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.026
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.026
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.026
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.56
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.026
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.026
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.026
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:        27403164 kB
Buffers:          132820 kB
Cached:           239104 kB
SwapCached:         1764 kB
Active:          2757172 kB
Inactive:         282084 kB
Active(anon):    2666756 kB
Inactive(anon):     3060 kB
Active(file):      90416 kB
Inactive(file):   279024 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098336 kB
Dirty:              3184 kB
Writeback:             0 kB
AnonPages:       4453544 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             601908 kB
SReclaimable:      45648 kB
SUnreclaim:       556260 kB
KernelStack:        1792 kB
PageTables:        13036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5089888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4392960 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= 71728 MiB
End job on node135 at 2016-06-07 12:31:31