Trace number 4117121

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1798.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-9.opb
MD5SUMbe6a5b387b4c75ca4920353ba749df23
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4117121-1466972646.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.305s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10784
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 888
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10784 constraints processed.
1.69/1.08	c cleaning 2496 clauses out of 5000 with flag 16256/5002
2.46/1.74	c cleaning 4246 clauses out of 8502 with flag 39037/11000
3.26/2.50	c cleaning 5619 clauses out of 11256 with flag 67902/18000
4.08/3.33	c cleaning 6805 clauses out of 13638 with flag 102700/26001
5.09/4.31	c cleaning 7868 clauses out of 15832 with flag 143771/35000
6.19/5.45	c cleaning 8960 clauses out of 17965 with flag 194624/45001
7.59/6.82	c cleaning 9988 clauses out of 20004 with flag 247663/56000
8.99/8.21	c cleaning 11002 clauses out of 22017 with flag 307683/68001
10.49/9.76	c cleaning 11954 clauses out of 24014 with flag 376485/81000
12.19/11.49	c cleaning 13015 clauses out of 26060 with flag 450346/95000
14.10/13.39	c cleaning 14004 clauses out of 28045 with flag 532277/110000
16.21/15.47	c cleaning 15011 clauses out of 30041 with flag 618250/126000
18.51/17.74	c cleaning 15993 clauses out of 32030 with flag 710644/143000
20.90/20.16	c cleaning 16993 clauses out of 34038 with flag 812371/161001
23.50/22.74	c cleaning 18012 clauses out of 36045 with flag 919009/180001
26.20/25.48	c cleaning 18990 clauses out of 38032 with flag 1033130/200000
29.10/28.39	c cleaning 19993 clauses out of 40042 with flag 1158501/221000
32.30/31.57	c cleaning 21001 clauses out of 42050 with flag 1286570/243001
35.89/35.12	c cleaning 21991 clauses out of 44048 with flag 1422305/266000
39.60/38.83	c cleaning 23022 clauses out of 46058 with flag 1565448/290001
43.40/42.62	c cleaning 23962 clauses out of 48035 with flag 1714521/315000
47.40/46.61	c cleaning 25021 clauses out of 50074 with flag 1869201/341001
51.60/50.89	c cleaning 25963 clauses out of 52052 with flag 2030439/368000
55.62/54.85	c cleaning 27014 clauses out of 54089 with flag 2200192/396000
59.82/59.09	c cleaning 28000 clauses out of 56076 with flag 2375762/425001
64.42/63.61	c cleaning 28965 clauses out of 58075 with flag 2558897/455000
69.12/68.39	c cleaning 30001 clauses out of 60112 with flag 2749481/486002
74.02/73.21	c cleaning 31044 clauses out of 62109 with flag 2944265/518000
79.22/78.41	c cleaning 32013 clauses out of 64065 with flag 3146005/551000
84.52/83.78	c cleaning 33005 clauses out of 66052 with flag 3353467/585000
90.22/89.48	c cleaning 33994 clauses out of 68047 with flag 3572210/620000
96.32/95.53	c cleaning 35027 clauses out of 70054 with flag 3790239/656001
102.62/101.81	c cleaning 36002 clauses out of 72026 with flag 4019034/693000
109.12/108.37	c cleaning 36992 clauses out of 74024 with flag 4252294/731000
116.12/115.39	c cleaning 37998 clauses out of 76032 with flag 4494807/770000
123.22/122.43	c cleaning 38999 clauses out of 78034 with flag 4747053/810000
130.92/130.13	c cleaning 39957 clauses out of 80035 with flag 5003511/851000
138.68/137.88	c cleaning 41025 clauses out of 82079 with flag 5263136/893001
146.28/145.40	c cleaning 42013 clauses out of 84053 with flag 5527298/936000
154.18/153.31	c cleaning 43018 clauses out of 86040 with flag 5803093/980000
162.59/161.72	c cleaning 44000 clauses out of 88022 with flag 6079821/1025000
171.18/170.36	c cleaning 44964 clauses out of 90022 with flag 6364220/1071000
180.19/179.34	c cleaning 46005 clauses out of 92059 with flag 6657195/1118001
189.69/188.82	c cleaning 46975 clauses out of 94055 with flag 6955991/1166002
199.19/198.36	c cleaning 48004 clauses out of 96078 with flag 7256594/1215000
209.19/208.35	c cleaning 49004 clauses out of 98074 with flag 7566185/1265000
219.80/218.98	c cleaning 49982 clauses out of 100071 with flag 7883519/1316001
230.80/230.00	c cleaning 50984 clauses out of 102088 with flag 8209189/1368000
241.74/240.85	c cleaning 52032 clauses out of 104105 with flag 8540326/1421001
252.95/252.07	c cleaning 53011 clauses out of 106072 with flag 8879024/1475000
264.54/263.62	c cleaning 54006 clauses out of 108062 with flag 9217838/1530001
276.04/275.17	c cleaning 54999 clauses out of 110055 with flag 9564849/1586000
288.14/287.24	c cleaning 55989 clauses out of 112056 with flag 9917120/1643000
300.63/299.77	c cleaning 57004 clauses out of 114068 with flag 10277385/1701001
313.73/312.89	c cleaning 58009 clauses out of 116063 with flag 10648228/1760000
327.22/326.35	c cleaning 58987 clauses out of 118057 with flag 11019371/1820003
340.84/339.99	c cleaning 60023 clauses out of 120067 with flag 11396293/1881000
355.16/354.21	c cleaning 60999 clauses out of 122046 with flag 11782711/1943002
369.35/368.45	c cleaning 62005 clauses out of 124045 with flag 12174997/2006000
383.95/383.08	c cleaning 63011 clauses out of 126040 with flag 12569000/2070000
399.26/398.36	c cleaning 63992 clauses out of 128029 with flag 12975062/2135000
414.77/413.89	c cleaning 64969 clauses out of 130038 with flag 13383025/2201001
430.67/429.71	c cleaning 65995 clauses out of 132069 with flag 13802104/2268001
447.58/446.61	c cleaning 67015 clauses out of 134073 with flag 14222758/2336000
464.18/463.23	c cleaning 67981 clauses out of 136058 with flag 14652661/2405000
481.10/480.13	c cleaning 69021 clauses out of 138077 with flag 15086240/2475000
498.11/497.19	c cleaning 70014 clauses out of 140056 with flag 15522157/2546000
515.92/514.94	c cleaning 70981 clauses out of 142042 with flag 15966338/2618000
534.01/533.02	c cleaning 72028 clauses out of 144061 with flag 16415358/2691000
552.72/551.79	c cleaning 72986 clauses out of 146033 with flag 16871237/2765000
572.13/571.15	c cleaning 73957 clauses out of 148048 with flag 17330964/2840001
592.19/591.10	c cleaning 75033 clauses out of 150090 with flag 17799201/2916000
612.50/611.43	c cleaning 75989 clauses out of 152057 with flag 18276251/2993000
633.10/632.08	c cleaning 77028 clauses out of 154068 with flag 18758509/3071000
653.71/652.69	c cleaning 77991 clauses out of 156040 with flag 19248958/3150000
675.31/674.24	c cleaning 78986 clauses out of 158050 with flag 19740982/3230001
697.42/696.33	c cleaning 80033 clauses out of 160066 with flag 20242929/3311003
720.49/719.33	c cleaning 81002 clauses out of 162030 with flag 20743387/3393000
744.10/742.98	c cleaning 82008 clauses out of 164028 with flag 21256556/3476000
768.40/767.20	c cleaning 82981 clauses out of 166021 with flag 21768095/3560001
792.90/791.73	c cleaning 83983 clauses out of 168039 with flag 22289043/3645000
818.01/816.84	c cleaning 84990 clauses out of 170056 with flag 22813965/3731000
843.92/842.66	c cleaning 86014 clauses out of 172066 with flag 23344495/3818000
870.51/869.24	c cleaning 86958 clauses out of 174053 with flag 23881682/3906001
896.61/895.30	c cleaning 88019 clauses out of 176095 with flag 24425600/3995001
923.32/922.07	c cleaning 88992 clauses out of 178076 with flag 24979158/4085001
950.82/949.59	c cleaning 90033 clauses out of 180083 with flag 25538216/4176000
979.61/978.26	c cleaning 91014 clauses out of 182050 with flag 26098770/4268000
1009.99/1008.62	c cleaning 92013 clauses out of 184036 with flag 26657596/4361000
1040.39/1039.01	c cleaning 92959 clauses out of 186023 with flag 27232336/4455000
1072.18/1070.83	c cleaning 93962 clauses out of 188064 with flag 27813535/4550000
1105.17/1103.80	c cleaning 95029 clauses out of 190102 with flag 28403471/4646000
1138.96/1137.52	c cleaning 95986 clauses out of 192073 with flag 28992672/4743000
1173.24/1171.85	c cleaning 97002 clauses out of 194087 with flag 29588370/4841000
1207.94/1206.54	c cleaning 98010 clauses out of 196085 with flag 30194015/4940000
1243.13/1241.67	c cleaning 99032 clauses out of 198076 with flag 30803844/5040001
1277.12/1275.62	c cleaning 100010 clauses out of 200044 with flag 31415727/5141001
1311.92/1310.42	c cleaning 100942 clauses out of 202034 with flag 32033917/5243001
1347.32/1345.89	c cleaning 101985 clauses out of 204092 with flag 32659336/5346001
1383.06/1381.46	c cleaning 103040 clauses out of 206109 with flag 33289601/5450003
1420.05/1418.44	c cleaning 103993 clauses out of 208066 with flag 33926885/5555000
1457.75/1456.17	c cleaning 105028 clauses out of 210073 with flag 34568742/5661000
1495.84/1494.14	c cleaning 106020 clauses out of 212045 with flag 35217798/5768000
1534.36/1532.65	c cleaning 107003 clauses out of 214026 with flag 35878698/5876001
1574.06/1572.36	c cleaning 107981 clauses out of 216023 with flag 36535213/5985001
1615.07/1613.36	c cleaning 108995 clauses out of 218042 with flag 37198124/6095001
1655.76/1653.94	c cleaning 110012 clauses out of 220046 with flag 37870780/6206000
1697.56/1695.70	c cleaning 110981 clauses out of 222034 with flag 38549101/6318000
1739.99/1738.16	c cleaning 111971 clauses out of 224053 with flag 39227725/6431000
1784.06/1782.16	c cleaning 112995 clauses out of 226083 with flag 39912751/6545001
1800.07/1798.10	c starts		: 48612
1800.07/1798.10	c conflicts		: 6596454
1800.07/1798.10	c decisions		: 60048496
1800.07/1798.10	c propagations		: 883151107
1800.07/1798.10	c inspects		: 23981230135
1800.07/1798.10	c shortcuts		: 0
1800.07/1798.10	c learnt literals	: 2
1800.07/1798.10	c learnt binary clauses	: 40
1800.07/1798.10	c learnt ternary clauses	: 659
1800.07/1798.10	c learnt constraints	: 6596452
1800.07/1798.10	c ignored constraints	: 0
1800.07/1798.10	c root simplifications	: 0
1800.07/1798.10	c removed literals (reason simplification)	: 0
1800.07/1798.10	c reason swapping (by a shorter reason)	: 0
1800.07/1798.10	c Calls to reduceDB	: 110
1800.07/1798.10	c Number of update (reduction) of LBD	: 1416826
1800.07/1798.10	c Imported unit clauses	: 0
1800.07/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.10	c number of learned constraints concerned by reduction	: 0
1800.07/1798.10	c number of learning phase by resolution	: 0
1800.07/1798.10	c number of learning phase by cutting planes	: 0
1800.07/1798.10	c speed (assignments/second)	: 491273.5196589822
1800.07/1798.10	c non guided choices	30525
1800.07/1798.10	c timeout
1800.07/1798.13	c learnt constraints type 
1800.07/1798.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.07/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164501
1800.07/1798.13	s UNKNOWN
1800.07/1798.13	c Total wall clock time (in seconds): 1798.016

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-4117121-1466972646/watcher-4117121-1466972646 -o /tmp/evaluation-result-4117121-1466972646/solver-4117121-1466972646 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117121-1466972646.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.21 2.22 2.18 3/196 23708
/proc/meminfo: memFree=30157896/32872528 swapFree=1491540/1663236
[pid=23708] ppid=23705 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/23708/stat : 23708 (java) D 23705 23708 19710 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 30302956 2560000 46 33554432000 1073741824 1073778376 140734641014672 140734641011800 273896533287 0 0 4096 0 18446744072100764964 0 0 17 4 0 0 0 0 0
/proc/23708/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.21 2.22 2.18 3/196 23708
/proc/meminfo: memFree=30157896/32872528 swapFree=1491540/1663236
[pid=23708] ppid=23705 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23708/stat : 23708 (java) S 23705 23708 19710 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 30302956 9787879424 6024 33554432000 1073741824 1073778376 140734641014672 140734641005808 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23708/statm: 2389619 6024 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.21 2.22 2.18 3/196 23708
/proc/meminfo: memFree=30157896/32872528 swapFree=1491540/1663236
[pid=23708] ppid=23705 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/23708/stat : 23708 (java) S 23705 23708 19710 0 -1 4202496 4855 0 1 0 24 1 0 0 20 0 18 0 30302956 9787879424 6905 33554432000 1073741824 1073778376 140734641014672 140734641005808 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23708/statm: 2389619 6911 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.21 2.22 2.18 3/196 23708
/proc/meminfo: memFree=30157896/32872528 swapFree=1491540/1663236
[pid=23708] ppid=23705 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/23708/stat : 23708 (java) S 23705 23708 19710 0 -1 4202496 5838 0 1 0 48 1 0 0 20 0 18 0 30302956 9787879424 9027 33554432000 1073741824 1073778376 140734641014672 140734641005808 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23708/statm: 2389619 9027 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700179 s]
/proc/loadavg: 2.21 2.22 2.18 3/196 23708
/proc/meminfo: memFree=30157896/32872528 swapFree=1491540/1663236
[pid=23708] ppid=23705 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/23708/stat : 23708 (java) S 23705 23708 19710 0 -1 4202496 7921 0 1 0 132 2 0 0 20 0 19 0 30302956 9856040960 15743 33554432000 1073741824 1073778376 140734641014672 140734641005808 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23708/statm: 2406260 15743 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.20 2.22 2.18 4/215 23727
/proc/meminfo: memFree=30102864/32872528 swapFree=1491540/1663236
[pid=23708] ppid=23705 vsize=9625040 CPUtime=2.24 cores=0,2,4,6
/proc/23708/stat : 23708 (java) S 23705 23708 19710 0 -1 4202496 8717 0 1 0 222 2 0 0 20 0 19 0 30302956 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140734641005808 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23708/statm: 2406260 16263 2270 9 0 2396937 0
[pid=23708/tid=23710] ppid=23705 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/23708/task/23710/stat : 23710 (java) R 23705 23708 19710 0 -1 4202560 2441 0 1 0 144 2 0 0 20 0 19 0 30302957 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140381367251224 140381224782416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23711] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23711/stat : 23711 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140381345352232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23712] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23712/stat : 23712 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140381344299432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23713] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23713/stat : 23713 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140381343246632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23708/tid=23714] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23714/stat : 23714 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140381006063784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23708/tid=23715] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23715/stat : 23715 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140381005012008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23716] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23716/stat : 23716 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140381003959208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23708/tid=23717] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23717/stat : 23717 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140381002906408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23718] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23718/stat : 23718 (java) S 23705 23708 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140381001853608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23719] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23719/stat : 23719 (java) S 23705 23708 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140380989655528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23720] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23720/stat : 23720 (java) S 23705 23708 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140380988601592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23721] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23721/stat : 23721 (java) S 23705 23708 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140380987548680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23722] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23722/stat : 23722 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140380986497168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23723] ppid=23705 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/23708/task/23723/stat : 23723 (java) S 23705 23708 19710 0 -1 4202560 3206 0 0 0 41 0 0 0 20 0 19 0 30302963 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140380985445304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23724] ppid=23705 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/23708/task/23724/stat : 23724 (java) S 23705 23708 19710 0 -1 4202560 1793 0 0 0 33 0 0 0 20 0 19 0 30302963 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140380984392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23725] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23725/stat : 23725 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140380983339896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23726] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23726/stat : 23726 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140380982287304 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23727] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23727/stat : 23727 (java) S 23705 23708 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30303000 9856040960 16263 33554432000 1073741824 1073778376 140734641014672 140380981134504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.20 2.22 2.18 4/215 23727
/proc/meminfo: memFree=30098148/32872528 swapFree=1491540/1663236
[pid=23708] ppid=23705 vsize=9625040 CPUtime=3.87 cores=0,2,4,6
/proc/23708/stat : 23708 (java) S 23705 23708 19710 0 -1 4202496 8720 0 1 0 385 2 0 0 20 0 19 0 30302956 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140734641005808 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23708/statm: 2406260 17287 2270 9 0 2396937 0
[pid=23708/tid=23710] ppid=23705 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/23708/task/23710/stat : 23710 (java) R 23705 23708 19710 0 -1 4202560 2444 0 1 0 304 2 0 0 20 0 19 0 30302957 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140381367242448 140381224781469 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23708/tid=23711] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23711/stat : 23711 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140381345352232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23712] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23712/stat : 23712 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140381344299432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23713] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23713/stat : 23713 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140381343246632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23708/tid=23714] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23714/stat : 23714 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140381006063784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23708/tid=23715] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23715/stat : 23715 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140381005012008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23716] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23716/stat : 23716 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140381003959208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23708/tid=23717] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23717/stat : 23717 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140381002906408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23718] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23718/stat : 23718 (java) S 23705 23708 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140381001853608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23719] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23719/stat : 23719 (java) S 23705 23708 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140380989655528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23720] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23720/stat : 23720 (java) S 23705 23708 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140380988601592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23721] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23721/stat : 23721 (java) S 23705 23708 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140380987548680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23722] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23722/stat : 23722 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140380986497168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23723] ppid=23705 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/23708/task/23723/stat : 23723 (java) S 23705 23708 19710 0 -1 4202560 3206 0 0 0 44 0 0 0 20 0 19 0 30302963 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140380985445304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23724] ppid=23705 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/23708/task/23724/stat : 23724 (java) S 23705 23708 19710 0 -1 4202560 1793 0 0 0 34 0 0 0 20 0 19 0 30302963 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140380984392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23725] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23725/stat : 23725 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140380983339896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23726] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23726/stat : 23726 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140380982287304 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23727] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23727/stat : 23727 (java) S 23705 23708 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30303000 9856040960 17287 33554432000 1073741824 1073778376 140734641014672 140380981134504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.20 2.22 2.18 3/215 23727
/proc/meminfo: memFree=30089904/32872528 swapFree=1491540/1663236
[pid=23708] ppid=23705 vsize=9625040 CPUtime=7.09 cores=0,2,4,6
/proc/23708/stat : 23708 (java) S 23705 23708 19710 0 -1 4202496 8726 0 1 0 706 3 0 0 20 0 19 0 30302956 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140734641005808 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23708/statm: 2406260 19261 2271 9 0 2396937 0
[pid=23708/tid=23710] ppid=23705 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/23708/task/23710/stat : 23710 (java) R 23705 23708 19710 0 -1 4202560 2449 0 1 0 622 2 0 0 20 0 19 0 30302957 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140381367251368 140381224780913 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23708/tid=23711] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23711/stat : 23711 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140381345352232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23712] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23712/stat : 23712 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140381344299432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23713] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23713/stat : 23713 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140381343246632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23708/tid=23714] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23714/stat : 23714 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140381006063784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23708/tid=23715] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23715/stat : 23715 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140381005012008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23716] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23716/stat : 23716 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140381003959208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23708/tid=23717] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23717/stat : 23717 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140381002906408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23718] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23718/stat : 23718 (java) S 23705 23708 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30302959 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140381001853608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23719] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23719/stat : 23719 (java) S 23705 23708 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140380989655528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23720] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23720/stat : 23720 (java) S 23705 23708 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140380988601592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23721] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23721/stat : 23721 (java) S 23705 23708 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140380987548680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23722] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23722/stat : 23722 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140380986497168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23723] ppid=23705 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/23708/task/23723/stat : 23723 (java) S 23705 23708 19710 0 -1 4202560 3206 0 0 0 45 0 0 0 20 0 19 0 30302963 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140380985445304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23724] ppid=23705 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/23708/task/23724/stat : 23724 (java) S 23705 23708 19710 0 -1 4202560 1793 0 0 0 35 0 0 0 20 0 19 0 30302963 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140380984392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23725] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23725/stat : 23725 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140380983339896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23726] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23726/stat : 23726 (java) S 23705 23708 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140380982287304 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23727] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23727/stat : 23727 (java) S 23705 23708 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30303000 9856040960 19261 33554432000 1073741824 1073778376 140734641014672 140380981134504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9625040


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

[pid=23708/tid=23727] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23727/stat : 23727 (java) S 23705 23708 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30303000 9856040960 85656 33554432000 1073741824 1073778376 140734641014672 140380981134504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.17
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.22 2.18 3/215 23838
/proc/meminfo: memFree=29801908/32872528 swapFree=1491540/1663236
[pid=23708] ppid=23705 vsize=9625040 CPUtime=1784.26 cores=0,2,4,6
/proc/23708/stat : 23708 (java) S 23705 23708 19710 0 -1 4202496 10694 0 1 0 178371 55 0 0 20 0 19 0 30302956 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140734641005808 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23708/statm: 2406260 87558 2285 9 0 2396937 0
[pid=23708/tid=23710] ppid=23705 vsize=9625040 CPUtime=1776.97 cores=0,2,4,6
/proc/23708/task/23710/stat : 23710 (java) R 23705 23708 19710 0 -1 4202560 2506 0 1 0 177664 33 0 0 20 0 19 0 30302957 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381367250256 140381224866943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23711] ppid=23705 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23708/task/23711/stat : 23711 (java) S 23705 23708 19710 0 -1 4202560 228 0 0 0 17 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381345352232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23708/tid=23712] ppid=23705 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23708/task/23712/stat : 23712 (java) S 23705 23708 19710 0 -1 4202560 232 0 0 0 17 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381344299432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23708/tid=23713] ppid=23705 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23708/task/23713/stat : 23713 (java) S 23705 23708 19710 0 -1 4202560 136 0 0 0 13 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381343246632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23714] ppid=23705 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/23708/task/23714/stat : 23714 (java) S 23705 23708 19710 0 -1 4202560 230 0 0 0 22 4 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381006063784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23715] ppid=23705 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/23708/task/23715/stat : 23715 (java) S 23705 23708 19710 0 -1 4202560 297 0 0 0 16 2 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381005012008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23716] ppid=23705 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/23708/task/23716/stat : 23716 (java) S 23705 23708 19710 0 -1 4202560 82 0 0 0 12 2 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381003959208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23708/tid=23717] ppid=23705 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/23708/task/23717/stat : 23717 (java) S 23705 23708 19710 0 -1 4202560 43 0 0 0 12 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381002906408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23718] ppid=23705 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/23708/task/23718/stat : 23718 (java) S 23705 23708 19710 0 -1 4202560 64 0 0 0 15 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381001853608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23708/tid=23719] ppid=23705 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23708/task/23719/stat : 23719 (java) S 23705 23708 19710 0 -1 4202560 55 0 0 0 2 0 0 0 20 0 19 0 30302960 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380989655528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23720] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23720/stat : 23720 (java) S 23705 23708 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380988601592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23721] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23721/stat : 23721 (java) S 23705 23708 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380987548680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23722] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23722/stat : 23722 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380986497168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23723] ppid=23705 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/23708/task/23723/stat : 23723 (java) S 23705 23708 19710 0 -1 4202560 3661 0 0 0 49 0 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380985445304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23724] ppid=23705 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/23708/task/23724/stat : 23724 (java) S 23705 23708 19710 0 -1 4202560 1793 0 0 0 35 0 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380984392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23725] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23725/stat : 23725 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380983339896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23726] ppid=23705 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23708/task/23726/stat : 23726 (java) S 23705 23708 19710 0 -1 4202560 104 0 0 0 33 31 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380982287304 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23727] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23727/stat : 23727 (java) S 23705 23708 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30303000 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380981134504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.26
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.31 2.25 2.19 3/215 23838
/proc/meminfo: memFree=29802296/32872528 swapFree=1491540/1663236
[pid=23708] ppid=23705 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/23708/stat : 23708 (java) S 23705 23708 19710 0 -1 4202496 10694 0 1 0 179951 56 0 0 20 0 19 0 30302956 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140734641005808 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23708/statm: 2406260 87558 2285 9 0 2396937 0
[pid=23708/tid=23710] ppid=23705 vsize=9625040 CPUtime=1792.73 cores=0,2,4,6
/proc/23708/task/23710/stat : 23710 (java) R 23705 23708 19710 0 -1 4202560 2506 0 1 0 179240 33 0 0 20 0 19 0 30302957 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381367242528 140381224818158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23711] ppid=23705 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23708/task/23711/stat : 23711 (java) S 23705 23708 19710 0 -1 4202560 228 0 0 0 17 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381345352232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23708/tid=23712] ppid=23705 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23708/task/23712/stat : 23712 (java) S 23705 23708 19710 0 -1 4202560 232 0 0 0 17 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381344299432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23708/tid=23713] ppid=23705 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23708/task/23713/stat : 23713 (java) S 23705 23708 19710 0 -1 4202560 136 0 0 0 13 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381343246632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23714] ppid=23705 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/23708/task/23714/stat : 23714 (java) S 23705 23708 19710 0 -1 4202560 230 0 0 0 22 4 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381006063784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23715] ppid=23705 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/23708/task/23715/stat : 23715 (java) S 23705 23708 19710 0 -1 4202560 297 0 0 0 16 2 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381005012008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23716] ppid=23705 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/23708/task/23716/stat : 23716 (java) S 23705 23708 19710 0 -1 4202560 82 0 0 0 12 2 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381003959208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23708/tid=23717] ppid=23705 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/23708/task/23717/stat : 23717 (java) S 23705 23708 19710 0 -1 4202560 43 0 0 0 12 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381002906408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23718] ppid=23705 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/23708/task/23718/stat : 23718 (java) S 23705 23708 19710 0 -1 4202560 64 0 0 0 15 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381001853608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23708/tid=23719] ppid=23705 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23708/task/23719/stat : 23719 (java) S 23705 23708 19710 0 -1 4202560 55 0 0 0 2 0 0 0 20 0 19 0 30302960 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380989655528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23720] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23720/stat : 23720 (java) S 23705 23708 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380988601592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23721] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23721/stat : 23721 (java) S 23705 23708 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380987548680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23722] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23722/stat : 23722 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380986497168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23723] ppid=23705 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/23708/task/23723/stat : 23723 (java) S 23705 23708 19710 0 -1 4202560 3661 0 0 0 49 0 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380985445304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23724] ppid=23705 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/23708/task/23724/stat : 23724 (java) S 23705 23708 19710 0 -1 4202560 1793 0 0 0 35 0 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380984392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23725] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23725/stat : 23725 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380983339896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23726] ppid=23705 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23708/task/23726/stat : 23726 (java) S 23705 23708 19710 0 -1 4202560 104 0 0 0 33 31 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380982287304 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23727] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23727/stat : 23727 (java) S 23705 23708 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30303000 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380981134504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 23708 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.31 2.25 2.19 3/215 23838
/proc/meminfo: memFree=29802296/32872528 swapFree=1491540/1663236
[pid=23708] ppid=23705 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/23708/stat : 23708 (java) S 23705 23708 19710 0 -1 4202496 10694 0 1 0 179951 56 0 0 20 0 19 0 30302956 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140734641005808 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23708/statm: 2406260 87558 2285 9 0 2396937 0
[pid=23708/tid=23710] ppid=23705 vsize=9625040 CPUtime=1792.73 cores=0,2,4,6
/proc/23708/task/23710/stat : 23710 (java) R 23705 23708 19710 0 -1 4202560 2506 0 1 0 179240 33 0 0 20 0 19 0 30302957 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381367242528 140381224818158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23711] ppid=23705 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23708/task/23711/stat : 23711 (java) S 23705 23708 19710 0 -1 4202560 228 0 0 0 17 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381345352232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23708/tid=23712] ppid=23705 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/23708/task/23712/stat : 23712 (java) S 23705 23708 19710 0 -1 4202560 232 0 0 0 17 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381344299432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23708/tid=23713] ppid=23705 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23708/task/23713/stat : 23713 (java) S 23705 23708 19710 0 -1 4202560 136 0 0 0 13 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381343246632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23714] ppid=23705 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/23708/task/23714/stat : 23714 (java) S 23705 23708 19710 0 -1 4202560 230 0 0 0 22 4 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381006063784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23715] ppid=23705 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/23708/task/23715/stat : 23715 (java) S 23705 23708 19710 0 -1 4202560 297 0 0 0 16 2 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381005012008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23716] ppid=23705 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/23708/task/23716/stat : 23716 (java) S 23705 23708 19710 0 -1 4202560 82 0 0 0 12 2 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381003959208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23708/tid=23717] ppid=23705 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/23708/task/23717/stat : 23717 (java) S 23705 23708 19710 0 -1 4202560 43 0 0 0 12 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381002906408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23718] ppid=23705 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/23708/task/23718/stat : 23718 (java) S 23705 23708 19710 0 -1 4202560 64 0 0 0 15 3 0 0 20 0 19 0 30302959 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140381001853608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23708/tid=23719] ppid=23705 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23708/task/23719/stat : 23719 (java) S 23705 23708 19710 0 -1 4202560 55 0 0 0 2 0 0 0 20 0 19 0 30302960 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380989655528 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23720] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23720/stat : 23720 (java) S 23705 23708 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380988601592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23721] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23721/stat : 23721 (java) S 23705 23708 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30302960 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380987548680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23722] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23722/stat : 23722 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380986497168 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23723] ppid=23705 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/23708/task/23723/stat : 23723 (java) S 23705 23708 19710 0 -1 4202560 3661 0 0 0 49 0 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380985445304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23708/tid=23724] ppid=23705 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/23708/task/23724/stat : 23724 (java) S 23705 23708 19710 0 -1 4202560 1793 0 0 0 35 0 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380984392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23725] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23725/stat : 23725 (java) S 23705 23708 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380983339896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23726] ppid=23705 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/23708/task/23726/stat : 23726 (java) S 23705 23708 19710 0 -1 4202560 104 0 0 0 33 31 0 0 20 0 19 0 30302963 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380982287304 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23708/tid=23727] ppid=23705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23708/task/23727/stat : 23727 (java) S 23705 23708 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30303000 9856040960 87558 33554432000 1073741824 1073778376 140734641014672 140380981134504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1798.14
CPU time (s): 1800.07
CPU user time (s): 1799.51
CPU system time (s): 0.56
CPU usage (%): 100.108
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.99
system time used= 1.01285
maximum resident set size= 352864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10728
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38464
involuntary context switches= 16764

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2334 second user time and 13.8719 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 22:24:07
IDJOB=4117121
IDBENCH=109555
IDSOLVER=2546
FILE ID=node134/4117121-1466972646
RUNJOBID= node134-1466945036-19726
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round23-9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117121-1466972646/watcher-4117121-1466972646 -o /tmp/evaluation-result-4117121-1466972646/solver-4117121-1466972646 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117121-1466972646.opb

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

MD5SUM BENCH= be6a5b387b4c75ca4920353ba749df23
RANDOM SEED=367531732

node134.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.170
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.34
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.170
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.170
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.54
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.170
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.56
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.170
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.57
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.170
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	: 5317.19
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.170
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.170
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:        30158424 kB
Buffers:           36204 kB
Cached:           116172 kB
SwapCached:         1316 kB
Active:           224492 kB
Inactive:         128436 kB
Active(anon):     200192 kB
Inactive(anon):     2596 kB
Active(file):      24300 kB
Inactive(file):   125840 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:       1821000 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             565796 kB
SReclaimable:       9536 kB
SUnreclaim:       556260 kB
KernelStack:        1776 kB
PageTables:         7476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2363356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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= 71692 MiB
End job on node134 at 2016-06-26 22:54:05