Trace number 4085042

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.01 1795.14

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_9_ic.opb
MD5SUM5b69bba9fba38b21e500a479429a9384
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 146363183
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 9700646039
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 146363183
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 9700646039
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085042-1465350114.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.01/0.58	c ... done. Wall clock time 0.464s.
1.01/0.58	c declared #vars     15725
1.01/0.58	c #constraints  33139
1.23/0.60	c constraints type 
1.23/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.23/0.60	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.23/0.60	c org.sat4j.specs.Constr$1 => 3
1.23/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.23/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.23/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.23/0.60	c 33139 constraints processed.
1.23/0.60	c objective function length is 1825 literals
4.14/3.12	c cleaning 2501 clauses out of 5001 with flag 15975/5001
7.21/6.08	c cleaning 4248 clauses out of 8499 with flag 38941/11000
10.51/9.31	c cleaning 5617 clauses out of 11252 with flag 67213/18001
14.54/13.31	c cleaning 6812 clauses out of 13635 with flag 109497/26001
18.94/17.68	c cleaning 7908 clauses out of 15822 with flag 151021/35000
23.84/22.57	c cleaning 8952 clauses out of 17914 with flag 190345/45000
28.74/27.42	c cleaning 9972 clauses out of 19962 with flag 260447/56000
33.73/32.41	c cleaning 10989 clauses out of 21991 with flag 344888/68001
40.74/39.48	c cleaning 11995 clauses out of 24004 with flag 410905/81003
47.15/45.88	c cleaning 12997 clauses out of 26007 with flag 492428/95001
54.54/53.27	c cleaning 13998 clauses out of 28010 with flag 588371/110001
61.95/60.63	c cleaning 14996 clauses out of 30011 with flag 710302/126000
70.24/68.98	c cleaning 15999 clauses out of 32016 with flag 840291/143001
78.54/77.28	c cleaning 17003 clauses out of 34017 with flag 953524/161001
87.31/85.99	c cleaning 18003 clauses out of 36013 with flag 1086185/180000
96.30/94.94	c cleaning 19003 clauses out of 38011 with flag 1206579/200001
107.21/105.81	c cleaning 19997 clauses out of 40008 with flag 1340731/221001
118.61/117.20	c cleaning 20996 clauses out of 42010 with flag 1500596/243000
129.51/128.15	c cleaning 21996 clauses out of 44015 with flag 1648354/266001
142.62/141.26	c cleaning 23000 clauses out of 46019 with flag 1811406/290001
156.42/155.04	c cleaning 24000 clauses out of 48018 with flag 1974354/315000
170.05/168.51	c cleaning 25002 clauses out of 50018 with flag 2130946/341000
184.65/183.18	c cleaning 26001 clauses out of 52016 with flag 2303479/368000
200.85/199.31	c cleaning 26998 clauses out of 54016 with flag 2477773/396001
217.95/216.46	c cleaning 28003 clauses out of 56017 with flag 2657774/425000
234.55/233.04	c cleaning 29002 clauses out of 58018 with flag 2834808/455004
252.76/251.21	c cleaning 29996 clauses out of 60012 with flag 3022257/486000
273.61/271.96	c cleaning 31002 clauses out of 62019 with flag 3208757/518003
296.92/295.28	c cleaning 32001 clauses out of 64015 with flag 3398218/551001
317.92/316.26	c cleaning 33000 clauses out of 66014 with flag 3598549/585001
340.52/338.85	c cleaning 33996 clauses out of 68013 with flag 3800413/620000
365.03/363.38	c cleaning 35005 clauses out of 70018 with flag 3953429/656001
388.01/386.13	c cleaning 35997 clauses out of 72012 with flag 4173041/693000
410.60/408.76	c cleaning 37001 clauses out of 74015 with flag 4451259/731000
434.51/432.61	c cleaning 38003 clauses out of 76015 with flag 4741169/770001
459.88/457.88	c cleaning 38997 clauses out of 78011 with flag 5052781/810000
486.00/484.00	c cleaning 39999 clauses out of 80014 with flag 5336365/851000
512.81/510.72	c cleaning 41001 clauses out of 82016 with flag 5617233/893001
541.91/539.69	c cleaning 42006 clauses out of 84015 with flag 5852188/936001
570.92/568.61	c cleaning 43005 clauses out of 86009 with flag 6113574/980001
601.62/599.31	c cleaning 43998 clauses out of 88005 with flag 6362898/1025002
630.83/628.38	c cleaning 44994 clauses out of 90006 with flag 6651072/1071001
659.92/657.40	c cleaning 45984 clauses out of 92011 with flag 6882535/1118000
690.81/688.11	c cleaning 47004 clauses out of 94027 with flag 7182971/1166000
718.91/716.03	c cleaning 48006 clauses out of 96023 with flag 7527681/1215000
749.93/747.03	c cleaning 48999 clauses out of 98017 with flag 7852369/1265000
780.50/777.56	c cleaning 50000 clauses out of 100020 with flag 8241502/1316002
810.71/807.78	c cleaning 50986 clauses out of 102019 with flag 8635912/1368001
842.12/839.00	c cleaning 52016 clauses out of 104033 with flag 8983597/1421001
877.75/874.58	c cleaning 53001 clauses out of 106017 with flag 9371393/1475001
911.44/908.26	c cleaning 54004 clauses out of 108017 with flag 9737169/1530002
956.87/953.52	c cleaning 54998 clauses out of 110012 with flag 10108117/1586001
998.18/994.78	c cleaning 55999 clauses out of 112013 with flag 10491801/1643000
1040.09/1036.65	c cleaning 57000 clauses out of 114014 with flag 10906278/1701000
1084.82/1081.22	c cleaning 57998 clauses out of 116014 with flag 11335477/1760000
1128.83/1125.19	c cleaning 59002 clauses out of 118019 with flag 11802484/1820003
1168.13/1164.48	c cleaning 59996 clauses out of 120015 with flag 12240592/1881001
1208.52/1204.78	c cleaning 61002 clauses out of 122018 with flag 12615611/1943000
1243.88/1240.09	c cleaning 62002 clauses out of 124016 with flag 12969414/2006000
1286.47/1282.50	c cleaning 63002 clauses out of 126016 with flag 13363197/2070002
1332.14/1328.19	c cleaning 63999 clauses out of 128014 with flag 13693265/2135002
1371.94/1367.81	c cleaning 64998 clauses out of 130013 with flag 14082254/2201000
1420.74/1416.57	c cleaning 66002 clauses out of 132016 with flag 14570427/2268001
1473.31/1469.01	c cleaning 66964 clauses out of 134013 with flag 14782569/2336000
1517.08/1512.75	c cleaning 68022 clauses out of 136049 with flag 15219668/2405000
1563.36/1558.97	c cleaning 69000 clauses out of 138027 with flag 15611831/2475000
1629.40/1624.90	c cleaning 70000 clauses out of 140027 with flag 15967347/2546000
1687.86/1683.20	c cleaning 71009 clauses out of 142028 with flag 16536464/2618001
1749.27/1744.54	c cleaning 72004 clauses out of 144019 with flag 17110930/2691001
1800.01/1795.10	c starts		: 4288
1800.01/1795.10	c conflicts		: 2754854
1800.01/1795.10	c decisions		: 3814554
1800.01/1795.10	c propagations		: 1582770385
1800.01/1795.10	c inspects		: 22747486504
1800.01/1795.10	c shortcuts		: 0
1800.01/1795.10	c learnt literals	: 0
1800.01/1795.10	c learnt binary clauses	: 0
1800.01/1795.10	c learnt ternary clauses	: 0
1800.01/1795.10	c learnt constraints	: 2754854
1800.01/1795.10	c ignored constraints	: 0
1800.01/1795.10	c root simplifications	: 0
1800.01/1795.10	c removed literals (reason simplification)	: 0
1800.01/1795.10	c reason swapping (by a shorter reason)	: 0
1800.01/1795.10	c Calls to reduceDB	: 69
1800.01/1795.10	c Number of update (reduction) of LBD	: 825317
1800.01/1795.10	c Imported unit clauses	: 0
1800.01/1795.10	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.10	c number of learned constraints concerned by reduction	: 0
1800.01/1795.10	c number of learning phase by resolution	: 0
1800.01/1795.10	c number of learning phase by cutting planes	: 0
1800.01/1795.10	c speed (assignments/second)	: 882010.4602778597
1800.01/1795.10	c non guided choices	6
1800.01/1795.11	c timeout
1800.01/1795.13	c learnt constraints type 
1800.01/1795.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 135869
1800.01/1795.13	s UNKNOWN
1800.01/1795.13	c Total wall clock time (in seconds): 1795.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-4085042-1465350114/watcher-4085042-1465350114 -o /tmp/evaluation-result-4085042-1465350114/solver-4085042-1465350114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19292 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085042-1465350114.opb 

pid=20396
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.22 2.19 2.18 4/195 20399
/proc/meminfo: memFree=29167144/32872528 swapFree=14448/1543360
[pid=20399] ppid=20396 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/20399/stat : 20399 (java) R 20396 20399 19275 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 116945050 278528 33 33554432000 1073741824 1073778376 140735034656976 140733931250904 266426477863 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20399/statm: 68 33 25 9 0 25 0

[startup+0.100061 s]
/proc/loadavg: 2.22 2.19 2.18 4/195 20399
/proc/meminfo: memFree=29167144/32872528 swapFree=14448/1543360
[pid=20399] ppid=20396 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20399/stat : 20399 (java) S 20396 20399 19275 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 116945050 9787879424 6028 33554432000 1073741824 1073778376 140735034656976 140735034648112 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20399/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.22 2.19 2.18 4/195 20399
/proc/meminfo: memFree=29167144/32872528 swapFree=14448/1543360
[pid=20399] ppid=20396 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/20399/stat : 20399 (java) S 20396 20399 19275 0 -1 4202496 5143 0 1 0 27 1 0 0 20 0 18 0 116945050 9787879424 7627 33554432000 1073741824 1073778376 140735034656976 140735034648112 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20399/statm: 2389619 7627 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300248 s]
/proc/loadavg: 2.22 2.19 2.18 4/195 20399
/proc/meminfo: memFree=29167144/32872528 swapFree=14448/1543360
[pid=20399] ppid=20396 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/20399/stat : 20399 (java) S 20396 20399 19275 0 -1 4202496 5908 0 1 0 49 1 0 0 20 0 18 0 116945050 9787879424 9588 33554432000 1073741824 1073778376 140735034656976 140735034648112 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20399/statm: 2389619 9588 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 2.22 2.19 2.18 4/195 20399
/proc/meminfo: memFree=29167144/32872528 swapFree=14448/1543360
[pid=20399] ppid=20396 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/20399/stat : 20399 (java) S 20396 20399 19275 0 -1 4202496 11833 0 1 0 146 3 0 0 20 0 19 0 116945050 9856040960 33505 33554432000 1073741824 1073778376 140735034656976 140735034648112 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20399/statm: 2406260 33505 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.22 2.19 2.18 4/214 20418
/proc/meminfo: memFree=29040028/32872528 swapFree=14448/1543360
[pid=20399] ppid=20396 vsize=9625040 CPUtime=2.49 cores=1,3,5,7
/proc/20399/stat : 20399 (java) S 20396 20399 19275 0 -1 4202496 12808 0 1 0 245 4 0 0 20 0 19 0 116945050 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140735034648112 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20399/statm: 2406260 34022 2265 9 0 2396937 0
[pid=20399/tid=20401] ppid=20396 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/20399/task/20401/stat : 20401 (java) R 20396 20399 19275 0 -1 4202560 2464 0 1 0 143 2 0 0 20 0 19 0 116945051 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140718141927552 140717976787211 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20402] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20402/stat : 20402 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140718103419048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20403] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20403/stat : 20403 (java) S 20396 20399 19275 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140718102366504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20404] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20404/stat : 20404 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140718101313960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20405] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20405/stat : 20405 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140718100261416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20406] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20406/stat : 20406 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140718099208872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20407] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20407/stat : 20407 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140718098156328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20408] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20408/stat : 20408 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140718097103784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20409] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20409/stat : 20409 (java) S 20396 20399 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140718096051240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20410] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20410/stat : 20410 (java) S 20396 20399 19275 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140717965301864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20411] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20411/stat : 20411 (java) S 20396 20399 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140717964248184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20412] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20412/stat : 20412 (java) S 20396 20399 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140717963195528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20413] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20413/stat : 20413 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945056 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140717962144272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20414] ppid=20396 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/20399/task/20414/stat : 20414 (java) S 20396 20399 19275 0 -1 4202560 4233 0 0 0 54 0 0 0 20 0 19 0 116945056 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140717961091640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20415] ppid=20396 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/20399/task/20415/stat : 20415 (java) S 20396 20399 19275 0 -1 4202560 4834 0 0 0 46 0 0 0 20 0 19 0 116945056 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140717087255224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20416] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20416/stat : 20416 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945057 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140717086202872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20417] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20417/stat : 20417 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945057 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140717085150536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20418] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20418/stat : 20418 (java) S 20396 20399 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116945111 9856040960 34022 33554432000 1073741824 1073778376 140735034656976 140717084095272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.22 2.19 2.18 4/214 20418
/proc/meminfo: memFree=29037236/32872528 swapFree=14448/1543360
[pid=20399] ppid=20396 vsize=9625040 CPUtime=4.14 cores=1,3,5,7
/proc/20399/stat : 20399 (java) S 20396 20399 19275 0 -1 4202496 13348 0 1 0 410 4 0 0 20 0 19 0 116945050 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140735034648112 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20399/statm: 2406260 35058 2268 9 0 2396937 0
[pid=20399/tid=20401] ppid=20396 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/20399/task/20401/stat : 20401 (java) R 20396 20399 19275 0 -1 4202560 2467 0 1 0 301 2 0 0 20 0 19 0 116945051 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140718141927912 140717977227430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20402] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20402/stat : 20402 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140718103419048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20403] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20403/stat : 20403 (java) S 20396 20399 19275 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140718102366504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20404] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20404/stat : 20404 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140718101313960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20405] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20405/stat : 20405 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140718100261416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20406] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20406/stat : 20406 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140718099208872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20407] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20407/stat : 20407 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140718098156328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20408] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20408/stat : 20408 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140718097103784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20409] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20409/stat : 20409 (java) S 20396 20399 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140718096051240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20410] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20410/stat : 20410 (java) S 20396 20399 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140717965301864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20411] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20411/stat : 20411 (java) S 20396 20399 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140717964248184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20412] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20412/stat : 20412 (java) S 20396 20399 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140717963195528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20413] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20413/stat : 20413 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945056 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140717962144272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20414] ppid=20396 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/20399/task/20414/stat : 20414 (java) S 20396 20399 19275 0 -1 4202560 4768 0 0 0 58 0 0 0 20 0 19 0 116945056 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140717961091640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20415] ppid=20396 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/20399/task/20415/stat : 20415 (java) S 20396 20399 19275 0 -1 4202560 4835 0 0 0 48 0 0 0 20 0 19 0 116945056 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140717087255224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20416] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20416/stat : 20416 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945057 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140717086202872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20417] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20417/stat : 20417 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945057 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140717085150536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20418] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20418/stat : 20418 (java) S 20396 20399 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116945111 9856040960 35058 33554432000 1073741824 1073778376 140735034656976 140717084095272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.20 2.18 2.18 4/214 20418
/proc/meminfo: memFree=29028976/32872528 swapFree=14448/1543360
[pid=20399] ppid=20396 vsize=9625040 CPUtime=7.51 cores=1,3,5,7
/proc/20399/stat : 20399 (java) S 20396 20399 19275 0 -1 4202496 16659 0 1 0 746 5 0 0 20 0 19 0 116945050 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140735034648112 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20399/statm: 2406260 36872 2272 9 0 2396937 0
[pid=20399/tid=20401] ppid=20396 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/20399/task/20401/stat : 20401 (java) R 20396 20399 19275 0 -1 4202560 2474 0 1 0 620 2 0 0 20 0 19 0 116945051 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140718141927928 140717977218602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20402] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20402/stat : 20402 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140718103419048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20403] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20403/stat : 20403 (java) S 20396 20399 19275 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140718102366504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20404] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20404/stat : 20404 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140718101313960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20405] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20405/stat : 20405 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140718100261416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20406] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20406/stat : 20406 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140718099208872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20407] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20407/stat : 20407 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140718098156328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20408] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20408/stat : 20408 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140718097103784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20409] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20409/stat : 20409 (java) S 20396 20399 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 116945053 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140718096051240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20410] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20410/stat : 20410 (java) S 20396 20399 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140717965301864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20411] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20411/stat : 20411 (java) S 20396 20399 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140717964248184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20412] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20412/stat : 20412 (java) S 20396 20399 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140717963195528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20413] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20413/stat : 20413 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945056 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140717962144272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20414] ppid=20396 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20399/task/20414/stat : 20414 (java) S 20396 20399 19275 0 -1 4202560 4779 0 0 0 60 0 0 0 20 0 19 0 116945056 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140717961091640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20415] ppid=20396 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/20399/task/20415/stat : 20415 (java) S 20396 20399 19275 0 -1 4202560 8128 0 0 0 62 1 0 0 20 0 19 0 116945056 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140717087255224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20416] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20416/stat : 20416 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945057 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140717086202872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20417] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20417/stat : 20417 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945057 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140717085150536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20418] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20418/stat : 20418 (java) S 20396 20399 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116945111 9856040960 36872 33554432000 1073741824 1073778376 140735034656976 140717084095272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9625040


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

[pid=20399/tid=20418] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20418/stat : 20418 (java) S 20396 20399 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116945111 9856040960 138619 33554432000 1073741824 1073778376 140735034656976 140717084095272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.07
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.39 2.29 2.22 5/213 20753
/proc/meminfo: memFree=28665172/32872528 swapFree=14448/1543360
[pid=20399] ppid=20396 vsize=9625040 CPUtime=1787.13 cores=1,3,5,7
/proc/20399/stat : 20399 (java) S 20396 20399 19275 0 -1 4202496 18932 0 1 0 178613 100 0 0 20 0 19 0 116945050 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140735034648112 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20399/statm: 2406260 138202 2294 9 0 2396937 0
[pid=20399/tid=20401] ppid=20396 vsize=9625040 CPUtime=1775.54 cores=1,3,5,7
/proc/20399/task/20401/stat : 20401 (java) R 20396 20399 19275 0 -1 4202560 2519 0 1 0 177522 32 0 0 20 0 19 0 116945051 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140718141926608 140717977227430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20402] ppid=20396 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/20399/task/20402/stat : 20402 (java) S 20396 20399 19275 0 -1 4202560 351 0 0 0 55 10 0 0 20 0 19 0 116945053 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140718103419048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20403] ppid=20396 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/20399/task/20403/stat : 20403 (java) S 20396 20399 19275 0 -1 4202560 286 0 0 0 40 6 0 0 20 0 19 0 116945053 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140718102366504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20404] ppid=20396 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/20399/task/20404/stat : 20404 (java) S 20396 20399 19275 0 -1 4202560 174 0 0 0 53 6 0 0 20 0 19 0 116945053 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140718101313960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20405] ppid=20396 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/20399/task/20405/stat : 20405 (java) S 20396 20399 19275 0 -1 4202560 193 0 0 0 52 10 0 0 20 0 19 0 116945053 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140718100261416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20406] ppid=20396 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/20399/task/20406/stat : 20406 (java) S 20396 20399 19275 0 -1 4202560 300 0 0 0 49 10 0 0 20 0 19 0 116945053 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140718099208872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20407] ppid=20396 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20399/task/20407/stat : 20407 (java) S 20396 20399 19275 0 -1 4202560 140 0 0 0 53 7 0 0 20 0 19 0 116945053 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140718098156328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20408] ppid=20396 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/20399/task/20408/stat : 20408 (java) S 20396 20399 19275 0 -1 4202560 175 0 0 0 51 8 0 0 20 0 19 0 116945053 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140718097103784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20409] ppid=20396 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/20399/task/20409/stat : 20409 (java) S 20396 20399 19275 0 -1 4202560 242 0 0 0 44 7 0 0 20 0 19 0 116945053 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140718096051240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20410] ppid=20396 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/20399/task/20410/stat : 20410 (java) S 20396 20399 19275 0 -1 4202560 262 0 0 0 60 2 0 0 20 0 19 0 116945054 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140717965301864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20411] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20411/stat : 20411 (java) S 20396 20399 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140717964248184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20412] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20412/stat : 20412 (java) S 20396 20399 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140717963195528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20413] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20413/stat : 20413 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945056 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140717962144272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20414] ppid=20396 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/20399/task/20414/stat : 20414 (java) S 20396 20399 19275 0 -1 4202560 4790 0 0 0 62 0 0 0 20 0 19 0 116945056 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140717961091640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20415] ppid=20396 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/20399/task/20415/stat : 20415 (java) S 20396 20399 19275 0 -1 4202560 8135 0 0 0 69 1 0 0 20 0 19 0 116945056 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140717087255224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20416] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20416/stat : 20416 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945057 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140717086202872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20417] ppid=20396 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20399/task/20417/stat : 20417 (java) S 20396 20399 19275 0 -1 4202560 103 0 0 0 27 33 0 0 20 0 19 0 116945057 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140717085150536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20418] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20418/stat : 20418 (java) S 20396 20399 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116945111 9856040960 138202 33554432000 1073741824 1073778376 140735034656976 140717084095272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1787.13
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.37 2.29 2.22 4/213 20753
/proc/meminfo: memFree=28668028/32872528 swapFree=14448/1543360
[pid=20399] ppid=20396 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/20399/stat : 20399 (java) S 20396 20399 19275 0 -1 4202496 19289 0 1 0 179901 100 0 0 20 0 19 0 116945050 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140735034648112 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20399/statm: 2406260 137728 2294 9 0 2396937 0
[pid=20399/tid=20401] ppid=20396 vsize=9625040 CPUtime=1788.15 cores=1,3,5,7
/proc/20399/task/20401/stat : 20401 (java) R 20396 20399 19275 0 -1 4202560 2520 0 1 0 178782 33 0 0 20 0 19 0 116945051 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718141926608 140717977227425 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20402] ppid=20396 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20399/task/20402/stat : 20402 (java) S 20396 20399 19275 0 -1 4202560 351 0 0 0 56 10 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718103419048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20403] ppid=20396 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20399/task/20403/stat : 20403 (java) S 20396 20399 19275 0 -1 4202560 286 0 0 0 41 6 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718102366504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20404] ppid=20396 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20399/task/20404/stat : 20404 (java) S 20396 20399 19275 0 -1 4202560 174 0 0 0 54 6 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718101313960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20405] ppid=20396 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/20399/task/20405/stat : 20405 (java) S 20396 20399 19275 0 -1 4202560 193 0 0 0 53 10 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718100261416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20406] ppid=20396 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/20399/task/20406/stat : 20406 (java) S 20396 20399 19275 0 -1 4202560 381 0 0 0 51 10 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718099208872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20407] ppid=20396 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/20399/task/20407/stat : 20407 (java) S 20396 20399 19275 0 -1 4202560 222 0 0 0 55 7 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718098156328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20408] ppid=20396 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20399/task/20408/stat : 20408 (java) S 20396 20399 19275 0 -1 4202560 256 0 0 0 52 8 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718097103784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20409] ppid=20396 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/20399/task/20409/stat : 20409 (java) S 20396 20399 19275 0 -1 4202560 352 0 0 0 46 7 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718096051240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20410] ppid=20396 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/20399/task/20410/stat : 20410 (java) S 20396 20399 19275 0 -1 4202560 264 0 0 0 73 3 0 0 20 0 19 0 116945054 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717965301864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20411] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20411/stat : 20411 (java) S 20396 20399 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717964248184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20412] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20412/stat : 20412 (java) S 20396 20399 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717963195528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20413] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20413/stat : 20413 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945056 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717962144272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20414] ppid=20396 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/20399/task/20414/stat : 20414 (java) S 20396 20399 19275 0 -1 4202560 4790 0 0 0 62 0 0 0 20 0 19 0 116945056 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717961091640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20415] ppid=20396 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/20399/task/20415/stat : 20415 (java) S 20396 20399 19275 0 -1 4202560 8135 0 0 0 69 1 0 0 20 0 19 0 116945056 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717087255224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20416] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20416/stat : 20416 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945057 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717086202872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20417] ppid=20396 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20399/task/20417/stat : 20417 (java) S 20396 20399 19275 0 -1 4202560 103 0 0 0 27 33 0 0 20 0 19 0 116945057 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717085150536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20418] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20418/stat : 20418 (java) S 20396 20399 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116945111 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717084095272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1795.1 s]
/proc/loadavg: 2.37 2.29 2.22 4/213 20753
/proc/meminfo: memFree=28668028/32872528 swapFree=14448/1543360
[pid=20399] ppid=20396 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/20399/stat : 20399 (java) S 20396 20399 19275 0 -1 4202496 19289 0 1 0 179901 100 0 0 20 0 19 0 116945050 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140735034648112 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20399/statm: 2406260 137728 2294 9 0 2396937 0
[pid=20399/tid=20401] ppid=20396 vsize=9625040 CPUtime=1788.15 cores=1,3,5,7
/proc/20399/task/20401/stat : 20401 (java) R 20396 20399 19275 0 -1 4202560 2520 0 1 0 178782 33 0 0 20 0 19 0 116945051 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718141926608 140717977227425 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20402] ppid=20396 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20399/task/20402/stat : 20402 (java) S 20396 20399 19275 0 -1 4202560 351 0 0 0 56 10 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718103419048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20403] ppid=20396 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20399/task/20403/stat : 20403 (java) S 20396 20399 19275 0 -1 4202560 286 0 0 0 41 6 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718102366504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20404] ppid=20396 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20399/task/20404/stat : 20404 (java) S 20396 20399 19275 0 -1 4202560 174 0 0 0 54 6 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718101313960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20405] ppid=20396 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/20399/task/20405/stat : 20405 (java) S 20396 20399 19275 0 -1 4202560 193 0 0 0 53 10 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718100261416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20406] ppid=20396 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/20399/task/20406/stat : 20406 (java) S 20396 20399 19275 0 -1 4202560 381 0 0 0 51 10 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718099208872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20407] ppid=20396 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/20399/task/20407/stat : 20407 (java) S 20396 20399 19275 0 -1 4202560 222 0 0 0 55 7 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718098156328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20408] ppid=20396 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20399/task/20408/stat : 20408 (java) S 20396 20399 19275 0 -1 4202560 256 0 0 0 52 8 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718097103784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20399/tid=20409] ppid=20396 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/20399/task/20409/stat : 20409 (java) S 20396 20399 19275 0 -1 4202560 352 0 0 0 46 7 0 0 20 0 19 0 116945053 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140718096051240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20410] ppid=20396 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/20399/task/20410/stat : 20410 (java) S 20396 20399 19275 0 -1 4202560 264 0 0 0 73 3 0 0 20 0 19 0 116945054 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717965301864 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20411] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20411/stat : 20411 (java) S 20396 20399 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717964248184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20412] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20412/stat : 20412 (java) S 20396 20399 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 116945054 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717963195528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20413] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20413/stat : 20413 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945056 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717962144272 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20414] ppid=20396 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/20399/task/20414/stat : 20414 (java) S 20396 20399 19275 0 -1 4202560 4790 0 0 0 62 0 0 0 20 0 19 0 116945056 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717961091640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20415] ppid=20396 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/20399/task/20415/stat : 20415 (java) S 20396 20399 19275 0 -1 4202560 8135 0 0 0 69 1 0 0 20 0 19 0 116945056 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717087255224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20399/tid=20416] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20416/stat : 20416 (java) S 20396 20399 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 116945057 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717086202872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20399/tid=20417] ppid=20396 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/20399/task/20417/stat : 20417 (java) S 20396 20399 19275 0 -1 4202560 103 0 0 0 27 33 0 0 20 0 19 0 116945057 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717085150536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20399/tid=20418] ppid=20396 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20399/task/20418/stat : 20418 (java) S 20396 20399 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 116945111 9856040960 137728 33554432000 1073741824 1073778376 140735034656976 140717084095272 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1795.14
CPU time (s): 1800.01
CPU user time (s): 1799.01
CPU system time (s): 1
CPU usage (%): 100.272
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.39
system time used= 1.48377
maximum resident set size= 718624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19321
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38979
involuntary context switches= 13990

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1881 second user time and 16.3355 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-08 03:41:54
IDJOB=4085042
IDBENCH=92763
IDSOLVER=2546
FILE ID=node116/4085042-1465350114
RUNJOBID= node116-1465339364-19292
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_9_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085042-1465350114/watcher-4085042-1465350114 -o /tmp/evaluation-result-4085042-1465350114/solver-4085042-1465350114 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19292 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085042-1465350114.opb

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

MD5SUM BENCH= 5b69bba9fba38b21e500a479429a9384
RANDOM SEED=1286917382

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:        29167672 kB
Buffers:          175972 kB
Cached:           670872 kB
SwapCached:         1868 kB
Active:           822312 kB
Inactive:         594420 kB
Active(anon):     570108 kB
Inactive(anon):     2004 kB
Active(file):     252204 kB
Inactive(file):   592416 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67099072 kB
Dirty:              2008 kB
Writeback:             0 kB
AnonPages:       2122320 kB
Mapped:            16540 kB
Shmem:                 0 kB
Slab:             610000 kB
SReclaimable:      54060 kB
SUnreclaim:       555940 kB
KernelStack:        1768 kB
PageTables:         8692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2287692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2097152 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 04:11:50