Trace number 4085033

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 1795.34

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_0_ic.opb
MD5SUM3ccb0020d438b0d41f96e5d1bc8e13b8
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 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 14748631329
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 14748631329
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085033-1465351933.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.01/0.59	c ... done. Wall clock time 0.486s.
1.01/0.59	c declared #vars     15725
1.01/0.59	c #constraints  33139
1.01/0.59	c constraints type 
1.01/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.01/0.59	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.01/0.59	c org.sat4j.specs.Constr$1 => 3
1.01/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.01/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.01/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.01/0.59	c 33139 constraints processed.
1.01/0.59	c objective function length is 1825 literals
4.11/3.13	c cleaning 2500 clauses out of 5000 with flag 19694/5000
6.92/5.87	c cleaning 4248 clauses out of 8500 with flag 48930/11000
10.48/9.30	c cleaning 5626 clauses out of 11252 with flag 79677/18000
14.98/13.87	c cleaning 6814 clauses out of 13627 with flag 126262/26001
19.49/18.24	c cleaning 7901 clauses out of 15812 with flag 180780/35000
24.59/23.35	c cleaning 8954 clauses out of 17913 with flag 229485/45002
30.49/29.24	c cleaning 9977 clauses out of 19957 with flag 286566/56000
36.19/34.98	c cleaning 10987 clauses out of 21981 with flag 350247/68001
42.59/41.30	c cleaning 11993 clauses out of 23995 with flag 440810/81002
49.49/48.23	c cleaning 12998 clauses out of 26001 with flag 542121/95001
56.79/55.58	c cleaning 13998 clauses out of 28002 with flag 647774/110000
64.79/63.51	c cleaning 14998 clauses out of 30005 with flag 775109/126001
72.91/71.64	c cleaning 16001 clauses out of 32006 with flag 897152/143000
82.28/80.93	c cleaning 16999 clauses out of 34006 with flag 984798/161001
90.78/89.49	c cleaning 18003 clauses out of 36007 with flag 1115291/180001
99.68/98.36	c cleaning 19000 clauses out of 38004 with flag 1264618/200001
109.48/108.10	c cleaning 19997 clauses out of 40004 with flag 1381874/221001
119.27/117.91	c cleaning 20996 clauses out of 42006 with flag 1499805/243000
131.97/130.67	c cleaning 21998 clauses out of 44011 with flag 1648386/266001
143.78/142.42	c cleaning 22996 clauses out of 46012 with flag 1847499/290000
155.45/154.01	c cleaning 24001 clauses out of 48017 with flag 2022487/315001
168.93/167.53	c cleaning 25003 clauses out of 50015 with flag 2217634/341000
181.23/179.81	c cleaning 26000 clauses out of 52012 with flag 2378144/368000
195.04/193.66	c cleaning 27004 clauses out of 54012 with flag 2573423/396000
212.43/211.06	c cleaning 28002 clauses out of 56008 with flag 2761363/425000
231.04/229.46	c cleaning 28994 clauses out of 58007 with flag 2956679/455001
249.53/247.92	c cleaning 30001 clauses out of 60012 with flag 3150407/486000
268.24/266.63	c cleaning 31000 clauses out of 62011 with flag 3366241/518000
288.03/286.42	c cleaning 31999 clauses out of 64012 with flag 3586443/551001
308.33/306.74	c cleaning 33006 clauses out of 66015 with flag 3773296/585003
330.61/328.85	c cleaning 33998 clauses out of 68006 with flag 3980854/620000
353.21/351.46	c cleaning 34997 clauses out of 70009 with flag 4179191/656001
378.82/377.08	c cleaning 35998 clauses out of 72011 with flag 4387540/693000
399.12/397.35	c cleaning 36999 clauses out of 74013 with flag 4613937/731000
422.22/420.21	c cleaning 38000 clauses out of 76015 with flag 4858982/770001
446.93/444.91	c cleaning 39005 clauses out of 78017 with flag 5112632/810003
474.92/472.91	c cleaning 39993 clauses out of 80009 with flag 5415387/851000
503.11/500.83	c cleaning 41003 clauses out of 82016 with flag 5723394/893000
531.11/528.88	c cleaning 42001 clauses out of 84015 with flag 6027086/936002
561.32/559.03	c cleaning 42997 clauses out of 86012 with flag 6315580/980000
591.28/588.79	c cleaning 43999 clauses out of 88016 with flag 6501808/1025001
624.78/622.28	c cleaning 44996 clauses out of 90019 with flag 6649642/1071003
657.13/654.30	c cleaning 46006 clauses out of 92020 with flag 6825452/1118000
687.03/684.28	c cleaning 46997 clauses out of 94014 with flag 7091546/1166000
719.38/716.52	c cleaning 48000 clauses out of 96017 with flag 7366795/1215000
754.60/751.66	c cleaning 48998 clauses out of 98018 with flag 7649182/1265001
789.41/786.50	c cleaning 50001 clauses out of 100019 with flag 8006968/1316000
824.43/821.32	c cleaning 51002 clauses out of 102020 with flag 8329711/1368002
859.83/856.79	c cleaning 52002 clauses out of 104016 with flag 8616708/1421000
897.74/894.51	c cleaning 52995 clauses out of 106014 with flag 8933471/1475000
937.13/933.97	c cleaning 54002 clauses out of 108020 with flag 9316538/1530001
984.98/981.74	c cleaning 55005 clauses out of 110017 with flag 9706220/1586000
1032.59/1029.38	c cleaning 56000 clauses out of 112014 with flag 10135837/1643002
1075.51/1072.25	c cleaning 57002 clauses out of 114012 with flag 10459812/1701000
1118.29/1114.99	c cleaning 57996 clauses out of 116010 with flag 10851992/1760000
1157.98/1154.66	c cleaning 59005 clauses out of 118015 with flag 11210331/1820001
1204.97/1201.53	c cleaning 59994 clauses out of 120011 with flag 11583747/1881002
1255.15/1251.65	c cleaning 60996 clauses out of 122016 with flag 11994352/1943001
1306.96/1303.30	c cleaning 62005 clauses out of 124020 with flag 12413580/2006001
1354.25/1350.56	c cleaning 63002 clauses out of 126017 with flag 12874527/2070003
1406.68/1402.85	c cleaning 63998 clauses out of 128013 with flag 13267677/2135001
1458.28/1454.31	c cleaning 64998 clauses out of 130014 with flag 13659058/2201000
1504.18/1500.15	c cleaning 66003 clauses out of 132016 with flag 14035945/2268000
1545.97/1541.89	c cleaning 67001 clauses out of 134014 with flag 14439309/2336001
1599.76/1595.55	c cleaning 67996 clauses out of 136014 with flag 14947006/2405002
1641.96/1637.63	c cleaning 69001 clauses out of 138016 with flag 15354741/2475000
1683.23/1678.83	c cleaning 70003 clauses out of 140016 with flag 15819461/2546001
1745.43/1740.82	c cleaning 70995 clauses out of 142012 with flag 16343237/2618000
1797.09/1792.42	c cleaning 71998 clauses out of 144017 with flag 16839354/2691000
1800.00/1795.31	c starts		: 3778
1800.00/1795.31	c conflicts		: 2696476
1800.00/1795.31	c decisions		: 3643786
1800.00/1795.31	c propagations		: 1648667957
1800.00/1795.31	c inspects		: 22752898342
1800.00/1795.31	c shortcuts		: 0
1800.00/1795.31	c learnt literals	: 0
1800.00/1795.31	c learnt binary clauses	: 0
1800.00/1795.31	c learnt ternary clauses	: 4
1800.00/1795.31	c learnt constraints	: 2696476
1800.00/1795.31	c ignored constraints	: 0
1800.00/1795.31	c root simplifications	: 0
1800.00/1795.31	c removed literals (reason simplification)	: 0
1800.00/1795.31	c reason swapping (by a shorter reason)	: 0
1800.00/1795.31	c Calls to reduceDB	: 69
1800.00/1795.31	c Number of update (reduction) of LBD	: 823055
1800.00/1795.31	c Imported unit clauses	: 0
1800.00/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.00/1795.31	c number of learned constraints concerned by reduction	: 0
1800.00/1795.31	c number of learning phase by resolution	: 0
1800.00/1795.31	c number of learning phase by cutting planes	: 0
1800.00/1795.31	c speed (assignments/second)	: 918635.0852207035
1800.00/1795.31	c non guided choices	5
1800.00/1795.31	c timeout
1800.00/1795.33	c learnt constraints type 
1800.00/1795.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77495
1800.00/1795.33	s UNKNOWN
1800.00/1795.33	c Total wall clock time (in seconds): 1795.225

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

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

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


[startup+0 s]
/proc/loadavg: 2.27 2.27 2.21 3/194 20997
/proc/meminfo: memFree=29554336/32872528 swapFree=14448/1543360
[pid=20997] ppid=20994 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20997/stat : 20997 (java) S 20994 20997 19275 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 117126881 98570240 977 33554432000 1073741824 1073778376 140735419779808 140735419770944 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20997/statm: 24065 977 743 9 0 16771 0
[pid=20997/tid=20998] ppid=20994 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20997/task/20998/stat : 20998 (java) R 20994 20997 19275 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 117126882 98570240 977 33554432000 1073741824 1073778376 140735419779808 140682037534248 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100157 s]
/proc/loadavg: 2.27 2.27 2.21 3/194 20997
/proc/meminfo: memFree=29554336/32872528 swapFree=14448/1543360
[pid=20997] ppid=20994 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/20997/stat : 20997 (java) S 20994 20997 19275 0 -1 4202496 4417 0 1 0 9 1 0 0 20 0 18 0 117126881 9787879424 6042 33554432000 1073741824 1073778376 140735419779808 140735419770944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20997/statm: 2389619 6042 2140 9 0 2380296 0
[pid=20997/tid=20998] ppid=20994 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20997/task/20998/stat : 20998 (java) R 20994 20997 19275 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 117126882 9787879424 6042 33554432000 1073741824 1073778376 140735419779808 140682037537696 266439025933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200311 s]
/proc/loadavg: 2.27 2.27 2.21 3/194 20997
/proc/meminfo: memFree=29554336/32872528 swapFree=14448/1543360
[pid=20997] ppid=20994 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/20997/stat : 20997 (java) S 20994 20997 19275 0 -1 4202496 5136 0 1 0 29 1 0 0 20 0 18 0 117126881 9787879424 7602 33554432000 1073741824 1073778376 140735419779808 140735419770944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20997/statm: 2389619 7602 2219 9 0 2380296 0
[pid=20997/tid=20998] ppid=20994 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20997/task/20998/stat : 20998 (java) R 20994 20997 19275 0 -1 4202560 2408 0 1 0 17 0 0 0 20 0 18 0 117126882 9787879424 7602 33554432000 1073741824 1073778376 140735419779808 140682037537696 140681872300490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300328 s]
/proc/loadavg: 2.27 2.27 2.21 3/194 20997
/proc/meminfo: memFree=29554336/32872528 swapFree=14448/1543360
[pid=20997] ppid=20994 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/20997/stat : 20997 (java) S 20994 20997 19275 0 -1 4202496 6016 0 1 0 50 1 0 0 20 0 18 0 117126881 9787879424 9066 33554432000 1073741824 1073778376 140735419779808 140735419770944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20997/statm: 2389619 9066 2234 9 0 2380296 0
[pid=20997/tid=20998] ppid=20994 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20997/task/20998/stat : 20998 (java) R 20994 20997 19275 0 -1 4202560 2411 0 1 0 27 0 0 0 20 0 18 0 117126882 9787879424 9066 33554432000 1073741824 1073778376 140735419779808 140682037537696 140681872364371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700264 s]
/proc/loadavg: 2.27 2.27 2.21 3/194 20997
/proc/meminfo: memFree=29554336/32872528 swapFree=14448/1543360
[pid=20997] ppid=20994 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/20997/stat : 20997 (java) S 20994 20997 19275 0 -1 4202496 11513 0 1 0 144 4 0 0 20 0 19 0 117126881 9856040960 33453 33554432000 1073741824 1073778376 140735419779808 140735419770944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20997/statm: 2406260 33453 2261 9 0 2396937 0
[pid=20997/tid=20998] ppid=20994 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20997/task/20998/stat : 20998 (java) R 20994 20997 19275 0 -1 4202560 2464 0 1 0 64 3 0 0 20 0 19 0 117126882 9856040960 33453 33554432000 1073741824 1073778376 140735419779808 140682037530776 140682040824661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.32 2.28 2.22 3/213 21016
/proc/meminfo: memFree=29426292/32872528 swapFree=14448/1543360
[pid=20997] ppid=20994 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/20997/stat : 20997 (java) S 20994 20997 19275 0 -1 4202496 13233 0 1 0 245 4 0 0 20 0 19 0 117126881 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140735419770944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20997/statm: 2406260 34055 2264 9 0 2396937 0
[pid=20997/tid=20998] ppid=20994 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/20997/task/20998/stat : 20998 (java) R 20994 20997 19275 0 -1 4202560 2465 0 1 0 144 3 0 0 20 0 19 0 117126882 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140682037539032 140681872649776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21000] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21000/stat : 21000 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681999030696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21001] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21001/stat : 21001 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681997978152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21002] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21002/stat : 21002 (java) S 20994 20997 19275 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681996925096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20997/tid=21003] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21003/stat : 21003 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681995872552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21004] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21004/stat : 21004 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681994820520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21005] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21005/stat : 21005 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681993767976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21006] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21006/stat : 21006 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681992714920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21007] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21007/stat : 21007 (java) S 20994 20997 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681991662376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21008] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21008/stat : 21008 (java) S 20994 20997 19275 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681861785960 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21009] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21009/stat : 21009 (java) S 20994 20997 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681860732280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21010] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21010/stat : 21010 (java) S 20994 20997 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681859679112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21011] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21011/stat : 21011 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681858627856 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21012] ppid=20994 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20997/task/21012/stat : 21012 (java) S 20994 20997 19275 0 -1 4202560 5843 0 0 0 53 2 0 0 20 0 19 0 117126886 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681857575736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21013] ppid=20994 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/20997/task/21013/stat : 21013 (java) S 20994 20997 19275 0 -1 4202560 3648 0 0 0 44 0 0 0 20 0 19 0 117126886 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140681856523192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21014] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21014/stat : 21014 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140680982686456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21015] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21015/stat : 21015 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140680981634120 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21016] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21016/stat : 21016 (java) S 20994 20997 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117126943 9856040960 34055 33554432000 1073741824 1073778376 140735419779808 140680980579368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.32 2.28 2.22 3/213 21016
/proc/meminfo: memFree=29423756/32872528 swapFree=14448/1543360
[pid=20997] ppid=20994 vsize=9625040 CPUtime=4.11 cores=0,2,4,6
/proc/20997/stat : 20997 (java) S 20994 20997 19275 0 -1 4202496 13239 0 1 0 407 4 0 0 20 0 19 0 117126881 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140735419770944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20997/statm: 2406260 35082 2266 9 0 2396937 0
[pid=20997/tid=20998] ppid=20994 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/20997/task/20998/stat : 20998 (java) R 20994 20997 19275 0 -1 4202560 2468 0 1 0 304 3 0 0 20 0 19 0 117126882 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140682037539096 140681872658547 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21000] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21000/stat : 21000 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681999030696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21001] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21001/stat : 21001 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681997978152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21002] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21002/stat : 21002 (java) S 20994 20997 19275 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681996925096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20997/tid=21003] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21003/stat : 21003 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681995872552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21004] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21004/stat : 21004 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681994820520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21005] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21005/stat : 21005 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681993767976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21006] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21006/stat : 21006 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681992714920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21007] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21007/stat : 21007 (java) S 20994 20997 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681991662376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21008] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21008/stat : 21008 (java) S 20994 20997 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681861785960 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21009] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21009/stat : 21009 (java) S 20994 20997 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681860732280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21010] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21010/stat : 21010 (java) S 20994 20997 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681859679112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21011] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21011/stat : 21011 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681858627856 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21012] ppid=20994 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20997/task/21012/stat : 21012 (java) S 20994 20997 19275 0 -1 4202560 5843 0 0 0 53 2 0 0 20 0 19 0 117126886 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681857575736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21013] ppid=20994 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/20997/task/21013/stat : 21013 (java) S 20994 20997 19275 0 -1 4202560 3650 0 0 0 45 0 0 0 20 0 19 0 117126886 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140681856523192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21014] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21014/stat : 21014 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140680982686456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21015] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21015/stat : 21015 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140680981634120 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21016] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21016/stat : 21016 (java) S 20994 20997 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117126943 9856040960 35082 33554432000 1073741824 1073778376 140735419779808 140680980579368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.30 2.28 2.22 3/213 21016
/proc/meminfo: memFree=29415176/32872528 swapFree=14448/1543360
[pid=20997] ppid=20994 vsize=9625040 CPUtime=7.48 cores=0,2,4,6
/proc/20997/stat : 20997 (java) S 20994 20997 19275 0 -1 4202496 14289 0 1 0 743 5 0 0 20 0 19 0 117126881 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140735419770944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20997/statm: 2406260 37029 2272 9 0 2396937 0
[pid=20997/tid=20998] ppid=20994 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/20997/task/20998/stat : 20998 (java) R 20994 20997 19275 0 -1 4202560 2474 0 1 0 623 3 0 0 20 0 19 0 117126882 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140682037537024 140681872659112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21000] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21000/stat : 21000 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681999030696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21001] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21001/stat : 21001 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681997978152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21002] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21002/stat : 21002 (java) S 20994 20997 19275 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681996925096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20997/tid=21003] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21003/stat : 21003 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681995872552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21004] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21004/stat : 21004 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681994820520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21005] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21005/stat : 21005 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681993767976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21006] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21006/stat : 21006 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681992714920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21007] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21007/stat : 21007 (java) S 20994 20997 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 117126882 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681991662376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21008] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21008/stat : 21008 (java) S 20994 20997 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681861785960 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21009] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21009/stat : 21009 (java) S 20994 20997 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681860732280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21010] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21010/stat : 21010 (java) S 20994 20997 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681859679112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21011] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21011/stat : 21011 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681858627856 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21012] ppid=20994 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/20997/task/21012/stat : 21012 (java) S 20994 20997 19275 0 -1 4202560 6272 0 0 0 62 2 0 0 20 0 19 0 117126886 9856040960 37029 33554432000 1073741824 1073778376 140735419779808 140681857575736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21013] ppid=20994 vsize=9625040 CPUtime=0.53 cores=0,2,4,6

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

[pid=20997/tid=21016] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21016/stat : 21016 (java) S 20994 20997 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117126943 9856040960 150657 33554432000 1073741824 1073778376 140735419779808 140680980579368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.82
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.23 2.21 3/213 21125
/proc/meminfo: memFree=29001736/32872528 swapFree=14448/1543360
[pid=20997] ppid=20994 vsize=9625040 CPUtime=1786.93 cores=0,2,4,6
/proc/20997/stat : 20997 (java) S 20994 20997 19275 0 -1 4202496 17260 0 1 0 178584 109 0 0 20 0 19 0 117126881 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140735419770944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20997/statm: 2406260 149057 2294 9 0 2396937 0
[pid=20997/tid=20998] ppid=20994 vsize=9625040 CPUtime=1775.69 cores=0,2,4,6
/proc/20997/task/20998/stat : 20998 (java) R 20994 20997 19275 0 -1 4202560 2515 0 1 0 177537 32 0 0 20 0 19 0 117126882 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140682037530272 140681872691675 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21000] ppid=20994 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/20997/task/21000/stat : 21000 (java) S 20994 20997 19275 0 -1 4202560 356 0 0 0 45 8 0 0 20 0 19 0 117126882 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681999030696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21001] ppid=20994 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/20997/task/21001/stat : 21001 (java) S 20994 20997 19275 0 -1 4202560 212 0 0 0 50 9 0 0 20 0 19 0 117126882 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681997978152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21002] ppid=20994 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/20997/task/21002/stat : 21002 (java) S 20994 20997 19275 0 -1 4202560 477 0 0 0 50 12 0 0 20 0 19 0 117126882 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681996925096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20997/tid=21003] ppid=20994 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/20997/task/21003/stat : 21003 (java) S 20994 20997 19275 0 -1 4202560 254 0 0 0 46 10 0 0 20 0 19 0 117126882 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681995872552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21004] ppid=20994 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/20997/task/21004/stat : 21004 (java) S 20994 20997 19275 0 -1 4202560 189 0 0 0 35 8 0 0 20 0 19 0 117126882 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681994820520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21005] ppid=20994 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/20997/task/21005/stat : 21005 (java) S 20994 20997 19275 0 -1 4202560 385 0 0 0 48 11 0 0 20 0 19 0 117126882 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681993767976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21006] ppid=20994 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/20997/task/21006/stat : 21006 (java) S 20994 20997 19275 0 -1 4202560 426 0 0 0 51 8 0 0 20 0 19 0 117126882 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681992714920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20997/tid=21007] ppid=20994 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20997/task/21007/stat : 21007 (java) S 20994 20997 19275 0 -1 4202560 245 0 0 0 46 9 0 0 20 0 19 0 117126882 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681991662376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20997/tid=21008] ppid=20994 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/20997/task/21008/stat : 21008 (java) S 20994 20997 19275 0 -1 4202560 292 0 0 0 62 2 0 0 20 0 19 0 117126884 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681861785960 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21009] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21009/stat : 21009 (java) S 20994 20997 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681860732280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21010] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21010/stat : 21010 (java) S 20994 20997 19275 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681859679112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21011] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21011/stat : 21011 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681858627856 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21012] ppid=20994 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20997/task/21012/stat : 21012 (java) S 20994 20997 19275 0 -1 4202560 6274 0 0 0 65 2 0 0 20 0 19 0 117126886 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681857575736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21013] ppid=20994 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20997/task/21013/stat : 21013 (java) S 20994 20997 19275 0 -1 4202560 4269 0 0 0 55 0 0 0 20 0 19 0 117126886 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140681856523192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21014] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21014/stat : 21014 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140680982686456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21015] ppid=20994 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/20997/task/21015/stat : 21015 (java) S 20994 20997 19275 0 -1 4202560 103 0 0 0 24 30 0 0 20 0 19 0 117126886 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140680981634120 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21016] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21016/stat : 21016 (java) S 20994 20997 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117126943 9856040960 149057 33554432000 1073741824 1073778376 140735419779808 140680980579368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.93
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.31 s]
/proc/loadavg: 2.14 2.22 2.20 3/213 21125
/proc/meminfo: memFree=28986636/32872528 swapFree=14448/1543360
[pid=20997] ppid=20994 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/20997/stat : 20997 (java) S 20994 20997 19275 0 -1 4202496 17337 0 1 0 179891 109 0 0 20 0 19 0 117126881 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140735419770944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20997/statm: 2406260 147175 2294 9 0 2396937 0
[pid=20997/tid=20998] ppid=20994 vsize=9625040 CPUtime=1788.63 cores=0,2,4,6
/proc/20997/task/20998/stat : 20998 (java) R 20994 20997 19275 0 -1 4202560 2516 0 1 0 178830 33 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140682037530272 140681872720468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21000] ppid=20994 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20997/task/21000/stat : 21000 (java) S 20994 20997 19275 0 -1 4202560 413 0 0 0 47 8 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681999030696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21001] ppid=20994 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20997/task/21001/stat : 21001 (java) S 20994 20997 19275 0 -1 4202560 212 0 0 0 51 9 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681997978152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21002] ppid=20994 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/20997/task/21002/stat : 21002 (java) S 20994 20997 19275 0 -1 4202560 477 0 0 0 51 12 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681996925096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20997/tid=21003] ppid=20994 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/20997/task/21003/stat : 21003 (java) S 20994 20997 19275 0 -1 4202560 254 0 0 0 47 10 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681995872552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21004] ppid=20994 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/20997/task/21004/stat : 21004 (java) S 20994 20997 19275 0 -1 4202560 206 0 0 0 36 8 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681994820520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21005] ppid=20994 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20997/task/21005/stat : 21005 (java) S 20994 20997 19275 0 -1 4202560 385 0 0 0 49 11 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681993767976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21006] ppid=20994 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20997/task/21006/stat : 21006 (java) S 20994 20997 19275 0 -1 4202560 426 0 0 0 52 8 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681992714920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21007] ppid=20994 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/20997/task/21007/stat : 21007 (java) S 20994 20997 19275 0 -1 4202560 245 0 0 0 47 9 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681991662376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20997/tid=21008] ppid=20994 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/20997/task/21008/stat : 21008 (java) S 20994 20997 19275 0 -1 4202560 294 0 0 0 62 2 0 0 20 0 19 0 117126884 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681861785960 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21009] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21009/stat : 21009 (java) S 20994 20997 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681860732280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21010] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21010/stat : 21010 (java) S 20994 20997 19275 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681859679112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21011] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21011/stat : 21011 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681858627856 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21012] ppid=20994 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20997/task/21012/stat : 21012 (java) S 20994 20997 19275 0 -1 4202560 6274 0 0 0 65 2 0 0 20 0 19 0 117126886 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681857575736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21013] ppid=20994 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20997/task/21013/stat : 21013 (java) S 20994 20997 19275 0 -1 4202560 4269 0 0 0 55 0 0 0 20 0 19 0 117126886 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681856523192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21014] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21014/stat : 21014 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140680982686456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21015] ppid=20994 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20997/task/21015/stat : 21015 (java) S 20994 20997 19275 0 -1 4202560 103 0 0 0 25 30 0 0 20 0 19 0 117126886 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140680981634120 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21016] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21016/stat : 21016 (java) S 20994 20997 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117126943 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140680980579368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 20997 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.31 s]
/proc/loadavg: 2.14 2.22 2.20 3/213 21125
/proc/meminfo: memFree=28986636/32872528 swapFree=14448/1543360
[pid=20997] ppid=20994 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/20997/stat : 20997 (java) S 20994 20997 19275 0 -1 4202496 17337 0 1 0 179891 109 0 0 20 0 19 0 117126881 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140735419770944 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20997/statm: 2406260 147175 2294 9 0 2396937 0
[pid=20997/tid=20998] ppid=20994 vsize=9625040 CPUtime=1788.63 cores=0,2,4,6
/proc/20997/task/20998/stat : 20998 (java) R 20994 20997 19275 0 -1 4202560 2516 0 1 0 178830 33 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140682037530272 140681872720468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21000] ppid=20994 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20997/task/21000/stat : 21000 (java) S 20994 20997 19275 0 -1 4202560 413 0 0 0 47 8 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681999030696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21001] ppid=20994 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20997/task/21001/stat : 21001 (java) S 20994 20997 19275 0 -1 4202560 212 0 0 0 51 9 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681997978152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21002] ppid=20994 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/20997/task/21002/stat : 21002 (java) S 20994 20997 19275 0 -1 4202560 477 0 0 0 51 12 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681996925096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20997/tid=21003] ppid=20994 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/20997/task/21003/stat : 21003 (java) S 20994 20997 19275 0 -1 4202560 254 0 0 0 47 10 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681995872552 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21004] ppid=20994 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/20997/task/21004/stat : 21004 (java) S 20994 20997 19275 0 -1 4202560 206 0 0 0 36 8 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681994820520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21005] ppid=20994 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20997/task/21005/stat : 21005 (java) S 20994 20997 19275 0 -1 4202560 385 0 0 0 49 11 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681993767976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21006] ppid=20994 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/20997/task/21006/stat : 21006 (java) S 20994 20997 19275 0 -1 4202560 426 0 0 0 52 8 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681992714920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21007] ppid=20994 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/20997/task/21007/stat : 21007 (java) S 20994 20997 19275 0 -1 4202560 245 0 0 0 47 9 0 0 20 0 19 0 117126882 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681991662376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20997/tid=21008] ppid=20994 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/20997/task/21008/stat : 21008 (java) S 20994 20997 19275 0 -1 4202560 294 0 0 0 62 2 0 0 20 0 19 0 117126884 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681861785960 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21009] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21009/stat : 21009 (java) S 20994 20997 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681860732280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21010] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21010/stat : 21010 (java) S 20994 20997 19275 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 117126884 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681859679112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21011] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21011/stat : 21011 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681858627856 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21012] ppid=20994 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20997/task/21012/stat : 21012 (java) S 20994 20997 19275 0 -1 4202560 6274 0 0 0 65 2 0 0 20 0 19 0 117126886 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681857575736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20997/tid=21013] ppid=20994 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20997/task/21013/stat : 21013 (java) S 20994 20997 19275 0 -1 4202560 4269 0 0 0 55 0 0 0 20 0 19 0 117126886 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140681856523192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21014] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21014/stat : 21014 (java) S 20994 20997 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 117126886 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140680982686456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20997/tid=21015] ppid=20994 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/20997/task/21015/stat : 21015 (java) S 20994 20997 19275 0 -1 4202560 103 0 0 0 25 30 0 0 20 0 19 0 117126886 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140680981634120 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20997/tid=21016] ppid=20994 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20997/task/21016/stat : 21016 (java) S 20994 20997 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 117126943 9856040960 147175 33554432000 1073741824 1073778376 140735419779808 140680980579368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 20997 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=340218
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=561762
# CPU time returned by wait4() is 1795.9
# 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): 1795.34
CPU time (s): 1800
CPU user time (s): 1798.91
CPU system time (s): 1.09
CPU usage (%): 100.26
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 1.56176
maximum resident set size= 785632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17370
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38817
involuntary context switches= 18572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1135 second user time and 13.6429 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-08 04:12:13
IDJOB=4085033
IDBENCH=92768
IDSOLVER=2546
FILE ID=node116/4085033-1465351933
RUNJOBID= node116-1465339364-19291
PBS_JOBID= 19853403
Free space on /tmp= 71640 MiB

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

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

MD5SUM BENCH= 3ccb0020d438b0d41f96e5d1bc8e13b8
RANDOM SEED=1899548129

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:        29555088 kB
Buffers:          177524 kB
Cached:           672216 kB
SwapCached:         1864 kB
Active:           448376 kB
Inactive:         579984 kB
Active(anon):     179236 kB
Inactive(anon):     2004 kB
Active(file):     269140 kB
Inactive(file):   577980 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67099076 kB
Dirty:              4216 kB
Writeback:             4 kB
AnonPages:       1819792 kB
Mapped:            16476 kB
Shmem:                 0 kB
Slab:             610776 kB
SReclaimable:      54320 kB
SUnreclaim:       556456 kB
KernelStack:        1648 kB
PageTables:         7748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2232304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1781760 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:42:08