Trace number 4097076

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.53 1798.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_29.opb
MD5SUMc2b4b76dd3e2cc4f859a60373c56042a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark65.561
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1332
Total number of constraints6341
Number of constraints which are clauses6336
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint36
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 65
Number of bits of the biggest sum of numbers7
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-4097076-1466116480.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.50/0.34	c ... done. Wall clock time 0.235s.
0.50/0.34	c declared #vars     1332
0.50/0.34	c #constraints  6345
0.50/0.34	c constraints type 
0.50/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3780
0.50/0.34	c org.sat4j.specs.Constr$1 => 4
0.50/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.50/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.50/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2555
0.50/0.34	c 6345 constraints processed.
1.47/0.96	c cleaning 2495 clauses out of 5000 with flag 19904/5000
2.27/1.60	c cleaning 4243 clauses out of 8505 with flag 48738/11000
3.03/2.39	c cleaning 5623 clauses out of 11263 with flag 85596/18001
3.93/3.29	c cleaning 6811 clauses out of 13639 with flag 133769/26000
5.15/4.46	c cleaning 7906 clauses out of 15828 with flag 189795/35000
6.54/5.85	c cleaning 8956 clauses out of 17924 with flag 256167/45002
7.75/7.07	c cleaning 9980 clauses out of 19967 with flag 319657/56001
9.25/8.51	c cleaning 10988 clauses out of 21986 with flag 383054/68000
11.15/10.42	c cleaning 11987 clauses out of 24000 with flag 452879/81002
13.15/12.47	c cleaning 12998 clauses out of 26011 with flag 522387/95000
15.35/14.70	c cleaning 14001 clauses out of 28013 with flag 597257/110000
17.95/17.27	c cleaning 15000 clauses out of 30012 with flag 688618/126000
20.85/20.13	c cleaning 16002 clauses out of 32014 with flag 776801/143002
23.85/23.11	c cleaning 16999 clauses out of 34010 with flag 872258/161000
26.64/25.98	c cleaning 17999 clauses out of 36012 with flag 951092/180001
29.74/29.05	c cleaning 19002 clauses out of 38012 with flag 1041295/200000
33.04/32.32	c cleaning 20000 clauses out of 40010 with flag 1143868/221000
36.64/35.91	c cleaning 21001 clauses out of 42012 with flag 1258000/243002
40.54/39.82	c cleaning 21999 clauses out of 44009 with flag 1363720/266000
44.64/43.99	c cleaning 23000 clauses out of 46012 with flag 1468710/290002
49.15/48.47	c cleaning 24001 clauses out of 48010 with flag 1591875/315000
54.34/53.62	c cleaning 24996 clauses out of 50010 with flag 1726382/341001
60.34/59.65	c cleaning 26002 clauses out of 52013 with flag 1873096/368000
66.14/65.47	c cleaning 26998 clauses out of 54013 with flag 2005306/396002
72.34/71.68	c cleaning 28002 clauses out of 56016 with flag 2143273/425003
79.13/78.42	c cleaning 28996 clauses out of 58012 with flag 2285798/455001
86.34/85.69	c cleaning 30002 clauses out of 60016 with flag 2449258/486001
93.84/93.13	c cleaning 31000 clauses out of 62013 with flag 2620054/518000
102.37/101.61	c cleaning 32000 clauses out of 64014 with flag 2808704/551001
110.66/109.96	c cleaning 33001 clauses out of 66015 with flag 3004730/585002
119.36/118.70	c cleaning 33996 clauses out of 68013 with flag 3182441/620001
127.46/126.76	c cleaning 35002 clauses out of 70017 with flag 3348427/656001
136.66/135.96	c cleaning 35999 clauses out of 72015 with flag 3542925/693001
146.85/146.14	c cleaning 36998 clauses out of 74015 with flag 3755857/731000
156.06/155.33	c cleaning 38002 clauses out of 76018 with flag 3933836/770001
166.56/165.84	c cleaning 38997 clauses out of 78015 with flag 4132584/810000
177.16/176.48	c cleaning 40006 clauses out of 80019 with flag 4344331/851001
188.25/187.54	c cleaning 40997 clauses out of 82014 with flag 4571401/893002
200.35/199.66	c cleaning 42001 clauses out of 84016 with flag 4805731/936001
212.25/211.58	c cleaning 42996 clauses out of 86014 with flag 5028825/980000
224.75/224.00	c cleaning 44001 clauses out of 88019 with flag 5265256/1025001
238.64/238.00	c cleaning 45004 clauses out of 90017 with flag 5508063/1071000
253.24/252.50	c cleaning 46000 clauses out of 92013 with flag 5775967/1118000
267.64/266.91	c cleaning 46999 clauses out of 94013 with flag 6033215/1166000
283.04/282.35	c cleaning 47994 clauses out of 96014 with flag 6295539/1215000
297.69/296.95	c cleaning 48997 clauses out of 98021 with flag 6549508/1265001
312.89/312.15	c cleaning 50007 clauses out of 100025 with flag 6818604/1316002
329.38/328.63	c cleaning 51002 clauses out of 102018 with flag 7109413/1368002
347.29/346.56	c cleaning 52001 clauses out of 104014 with flag 7413065/1421000
365.08/364.37	c cleaning 52997 clauses out of 106013 with flag 7712574/1475000
383.48/382.75	c cleaning 53999 clauses out of 108018 with flag 8004339/1530002
402.07/401.33	c cleaning 55001 clauses out of 110019 with flag 8297185/1586002
422.47/421.78	c cleaning 55999 clauses out of 112017 with flag 8623969/1643001
443.67/442.96	c cleaning 57002 clauses out of 114017 with flag 8953194/1701000
465.47/464.77	c cleaning 57998 clauses out of 116016 with flag 9293588/1760001
488.37/487.65	c cleaning 59000 clauses out of 118018 with flag 9637184/1820001
512.96/512.28	c cleaning 60000 clauses out of 120017 with flag 9994641/1881000
535.92/535.11	c cleaning 61001 clauses out of 122019 with flag 10354576/1943002
559.42/558.62	c cleaning 62001 clauses out of 124018 with flag 10686174/2006002
585.02/584.28	c cleaning 63001 clauses out of 126016 with flag 11050752/2070001
610.33/609.53	c cleaning 63997 clauses out of 128014 with flag 11427123/2135000
638.02/637.24	c cleaning 64996 clauses out of 130017 with flag 11825144/2201000
665.71/664.92	c cleaning 66006 clauses out of 132021 with flag 12239381/2268000
695.51/694.79	c cleaning 66997 clauses out of 134015 with flag 12674454/2336000
726.10/725.36	c cleaning 67997 clauses out of 136018 with flag 13112544/2405000
757.80/757.06	c cleaning 69004 clauses out of 138021 with flag 13543462/2475000
790.60/789.85	c cleaning 70003 clauses out of 140017 with flag 13993931/2546000
826.19/825.48	c cleaning 70999 clauses out of 142015 with flag 14457153/2618001
860.16/859.31	c cleaning 72000 clauses out of 144016 with flag 14909357/2691001
895.17/894.31	c cleaning 73003 clauses out of 146017 with flag 15381594/2765002
933.56/932.72	c cleaning 74004 clauses out of 148013 with flag 15888457/2840001
971.85/971.09	c cleaning 74997 clauses out of 150008 with flag 16385977/2916000
1011.75/1010.95	c cleaning 75999 clauses out of 152012 with flag 16891858/2993001
1054.54/1053.72	c cleaning 76999 clauses out of 154012 with flag 17442448/3071000
1096.23/1095.40	c cleaning 77996 clauses out of 156013 with flag 17918832/3150000
1138.23/1137.48	c cleaning 79001 clauses out of 158017 with flag 18409152/3230000
1183.42/1182.69	c cleaning 80003 clauses out of 160017 with flag 18952358/3311001
1235.04/1234.19	c cleaning 81001 clauses out of 162014 with flag 19560824/3393001
1283.83/1282.95	c cleaning 81999 clauses out of 164012 with flag 20137809/3476000
1337.92/1337.04	c cleaning 82999 clauses out of 166013 with flag 20769775/3560000
1395.01/1394.14	c cleaning 84000 clauses out of 168014 with flag 21432220/3645000
1455.00/1454.11	c cleaning 84997 clauses out of 170014 with flag 22105586/3731000
1522.30/1521.43	c cleaning 86000 clauses out of 172018 with flag 22843172/3818001
1590.99/1590.11	c cleaning 87003 clauses out of 174017 with flag 23584951/3906000
1656.98/1655.93	c cleaning 88000 clauses out of 176014 with flag 24279015/3995000
1729.09/1728.09	c cleaning 89000 clauses out of 178016 with flag 25019424/4085002
1800.01/1798.90	c starts		: 247
1800.01/1798.90	c conflicts		: 4171692
1800.01/1798.90	c decisions		: 4815393
1800.01/1798.90	c propagations		: 402913978
1800.01/1798.90	c inspects		: 29538297395
1800.01/1798.90	c shortcuts		: 0
1800.01/1798.90	c learnt literals	: 0
1800.01/1798.90	c learnt binary clauses	: 0
1800.01/1798.90	c learnt ternary clauses	: 15
1800.01/1798.90	c learnt constraints	: 4171692
1800.01/1798.90	c ignored constraints	: 0
1800.01/1798.90	c root simplifications	: 0
1800.01/1798.90	c removed literals (reason simplification)	: 0
1800.01/1798.90	c reason swapping (by a shorter reason)	: 0
1800.01/1798.90	c Calls to reduceDB	: 86
1800.01/1798.90	c Number of update (reduction) of LBD	: 670713
1800.01/1798.90	c Imported unit clauses	: 0
1800.01/1798.90	c number of reductions to clauses (during analyze)	: 0
1800.01/1798.90	c number of learned constraints concerned by reduction	: 0
1800.01/1798.90	c number of learning phase by resolution	: 0
1800.01/1798.90	c number of learning phase by cutting planes	: 0
1800.01/1798.90	c speed (assignments/second)	: 224020.697147769
1800.01/1798.90	c non guided choices	141
1800.01/1798.90	c timeout
1800.01/1798.93	c learnt constraints type 
1800.01/1798.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 175707
1800.01/1798.93	s UNKNOWN
1800.01/1798.93	c Total wall clock time (in seconds): 1798.825

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-4097076-1466116480/watcher-4097076-1466116480 -o /tmp/evaluation-result-4097076-1466116480/solver-4097076-1466116480 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26608 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097076-1466116480.opb 

pid=28717
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.06 2.03 2.00 3/194 28720
/proc/meminfo: memFree=31671576/32872528 swapFree=162364/176672
[pid=28720] ppid=28717 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28720/stat : 28720 (java) S 28717 28720 23926 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13697883 98570240 977 33554432000 1073741824 1073778376 140733626405664 140733626396800 224925876285 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28720/statm: 24065 977 743 9 0 16771 0
[pid=28720/tid=28721] ppid=28717 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28721/stat : 28721 (java) R 28717 28720 23926 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13697883 98570240 977 33554432000 1073741824 1073778376 140733626405664 140658096041512 224922518912 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 28720
/proc/meminfo: memFree=31671576/32872528 swapFree=162364/176672
[pid=28720] ppid=28717 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28720/stat : 28720 (java) S 28717 28720 23926 0 -1 4202496 4461 0 1 0 9 1 0 0 20 0 18 0 13697883 9787879424 5586 33554432000 1073741824 1073778376 140733626405664 140733626396800 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28720/statm: 2389619 5586 2140 9 0 2380296 0
[pid=28720/tid=28721] ppid=28717 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28720/task/28721/stat : 28721 (java) R 28717 28720 23926 0 -1 4202560 2433 0 1 0 6 1 0 0 20 0 18 0 13697883 9787879424 5586 33554432000 1073741824 1073778376 140733626405664 140658096044960 140658098891601 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.20031 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 28720
/proc/meminfo: memFree=31671576/32872528 swapFree=162364/176672
[pid=28720] ppid=28717 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/28720/stat : 28720 (java) S 28717 28720 23926 0 -1 4202496 5073 0 1 0 27 1 0 0 20 0 18 0 13697883 9787879424 6531 33554432000 1073741824 1073778376 140733626405664 140733626396800 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28720/statm: 2389619 6531 2216 9 0 2380296 0
[pid=28720/tid=28721] ppid=28717 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/28720/task/28721/stat : 28721 (java) R 28717 28720 23926 0 -1 4202560 2453 0 1 0 16 1 0 0 20 0 18 0 13697883 9787879424 6531 33554432000 1073741824 1073778376 140733626405664 140658096044960 140658035800644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30026 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 28720
/proc/meminfo: memFree=31671576/32872528 swapFree=162364/176672
[pid=28720] ppid=28717 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/28720/stat : 28720 (java) S 28717 28720 23926 0 -1 4202496 6331 0 1 0 48 2 0 0 20 0 18 0 13697883 9787879424 8067 33554432000 1073741824 1073778376 140733626405664 140733626396800 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28720/statm: 2389619 8067 2233 9 0 2380296 0
[pid=28720/tid=28721] ppid=28717 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/28720/task/28721/stat : 28721 (java) R 28717 28720 23926 0 -1 4202560 2455 0 1 0 26 1 0 0 20 0 18 0 13697883 9787879424 8067 33554432000 1073741824 1073778376 140733626405664 140658096045736 140658036171496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700271 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 28720
/proc/meminfo: memFree=31671576/32872528 swapFree=162364/176672
[pid=28720] ppid=28717 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/28720/stat : 28720 (java) S 28717 28720 23926 0 -1 4202496 9565 0 1 0 122 3 0 0 20 0 19 0 13697883 9856040960 11499 33554432000 1073741824 1073778376 140733626405664 140733626396800 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28720/statm: 2406260 11499 2257 9 0 2396937 0
[pid=28720/tid=28721] ppid=28717 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28720/task/28721/stat : 28721 (java) R 28717 28720 23926 0 -1 4202560 2474 0 1 0 66 1 0 0 20 0 19 0 13697883 9856040960 11499 33554432000 1073741824 1073778376 140733626405664 140658096046088 140658036292544 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.06 2.03 2.00 4/213 28739
/proc/meminfo: memFree=31631820/32872528 swapFree=162364/176672
[pid=28720] ppid=28717 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/28720/stat : 28720 (java) S 28717 28720 23926 0 -1 4202496 10803 0 1 0 214 3 0 0 20 0 19 0 13697883 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140733626396800 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28720/statm: 2406260 12214 2267 9 0 2396937 0
[pid=28720/tid=28721] ppid=28717 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/28720/task/28721/stat : 28721 (java) R 28717 28720 23926 0 -1 4202560 2476 0 1 0 145 2 0 0 20 0 19 0 13697883 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140658096046488 140658036362713 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28723] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28723/stat : 28723 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140658034777128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28724] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28724/stat : 28724 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140658033724328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28725] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28725/stat : 28725 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140658032671528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28726] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28726/stat : 28726 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657936775848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28727] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28727/stat : 28727 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657935723048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28728] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28728/stat : 28728 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657934670248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28729] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28729/stat : 28729 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657933617448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28730] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28730/stat : 28730 (java) S 28717 28720 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657932564648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28731] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28731/stat : 28731 (java) S 28717 28720 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13697885 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657920154600 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28732] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28732/stat : 28732 (java) S 28717 28720 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657919100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28733] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28733/stat : 28733 (java) S 28717 28720 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657918047752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28734] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28734/stat : 28734 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657916996240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28735] ppid=28717 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/28720/task/28735/stat : 28735 (java) S 28717 28720 23926 0 -1 4202560 1882 0 0 0 28 0 0 0 20 0 19 0 13697888 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657915943352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28736] ppid=28717 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/28720/task/28736/stat : 28736 (java) S 28717 28720 23926 0 -1 4202560 5172 0 0 0 37 0 0 0 20 0 19 0 13697888 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657914890552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28737] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28737/stat : 28737 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657913837944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28738] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28738/stat : 28738 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657912785352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28739] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28739/stat : 28739 (java) S 28717 28720 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13697918 9856040960 12214 33554432000 1073741824 1073778376 140733626405664 140657911731880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 28739
/proc/meminfo: memFree=31628540/32872528 swapFree=162364/176672
[pid=28720] ppid=28717 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/28720/stat : 28720 (java) S 28717 28720 23926 0 -1 4202496 11696 0 1 0 380 3 0 0 20 0 19 0 13697883 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140733626396800 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28720/statm: 2406260 13252 2267 9 0 2396937 0
[pid=28720/tid=28721] ppid=28717 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/28720/task/28721/stat : 28721 (java) R 28717 28720 23926 0 -1 4202560 2478 0 1 0 305 2 0 0 20 0 19 0 13697883 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140658096037568 140658036400404 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28723] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28723/stat : 28723 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140658034777128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28724] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28724/stat : 28724 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140658033724328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28725] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28725/stat : 28725 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140658032671528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28726] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28726/stat : 28726 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657936775848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28727] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28727/stat : 28727 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657935723048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28728] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28728/stat : 28728 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657934670248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28729] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28729/stat : 28729 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657933617448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28730] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28730/stat : 28730 (java) S 28717 28720 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657932564648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28731] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28731/stat : 28731 (java) S 28717 28720 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13697885 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657920154600 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28732] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28732/stat : 28732 (java) S 28717 28720 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657919100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28733] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28733/stat : 28733 (java) S 28717 28720 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657918047752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28734] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28734/stat : 28734 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657916996240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28735] ppid=28717 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/28720/task/28735/stat : 28735 (java) S 28717 28720 23926 0 -1 4202560 1882 0 0 0 29 0 0 0 20 0 19 0 13697888 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657915943352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28736] ppid=28717 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28720/task/28736/stat : 28736 (java) S 28717 28720 23926 0 -1 4202560 6063 0 0 0 43 0 0 0 20 0 19 0 13697888 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657914890552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28737] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28737/stat : 28737 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657913837944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28738] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28738/stat : 28738 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657912785352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28739] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28739/stat : 28739 (java) S 28717 28720 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13697918 9856040960 13252 33554432000 1073741824 1073778376 140733626405664 140657911731880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 28739
/proc/meminfo: memFree=31620464/32872528 swapFree=162364/176672
[pid=28720] ppid=28717 vsize=9625040 CPUtime=7.05 cores=0,2,4,6
/proc/28720/stat : 28720 (java) S 28717 28720 23926 0 -1 4202496 11718 0 1 0 701 4 0 0 20 0 19 0 13697883 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140733626396800 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28720/statm: 2406260 15133 2268 9 0 2396937 0
[pid=28720/tid=28721] ppid=28717 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/28720/task/28721/stat : 28721 (java) R 28717 28720 23926 0 -1 4202560 2483 0 1 0 624 2 0 0 20 0 19 0 13697883 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140658096037536 140658036400276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28723] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28723/stat : 28723 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140658034777128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28724] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28724/stat : 28724 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140658033724328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28725] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28725/stat : 28725 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140658032671528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28726] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28726/stat : 28726 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140657936775848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28727] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28727/stat : 28727 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140657935723048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28728] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28728/stat : 28728 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140657934670248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28729] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28729/stat : 28729 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140657933617448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28730] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28730/stat : 28730 (java) S 28717 28720 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13697884 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140657932564648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28731] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28731/stat : 28731 (java) S 28717 28720 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13697885 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140657920154600 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28732] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28732/stat : 28732 (java) S 28717 28720 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140657919100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28733] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28733/stat : 28733 (java) S 28717 28720 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140657918047752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28734] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28734/stat : 28734 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140657916996240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28735] ppid=28717 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/28720/task/28735/stat : 28735 (java) S 28717 28720 23926 0 -1 4202560 1898 0 0 0 31 0 0 0 20 0 19 0 13697888 9856040960 15133 33554432000 1073741824 1073778376 140733626405664 140657915943352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28736] ppid=28717 vsize=9625040 CPUtime=0.43 cores=0,2,4,6

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

[pid=28720/tid=28732] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28732/stat : 28732 (java) S 28717 28720 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657919100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28733] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28733/stat : 28733 (java) S 28717 28720 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657918047752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28734] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28734/stat : 28734 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657916996240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28735] ppid=28717 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/28720/task/28735/stat : 28735 (java) S 28717 28720 23926 0 -1 4202560 2012 0 0 0 33 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657915943352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28736] ppid=28717 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28720/task/28736/stat : 28736 (java) S 28717 28720 23926 0 -1 4202560 6063 0 0 0 43 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657914890552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28737] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28737/stat : 28737 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657913837944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28738] ppid=28717 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/28720/task/28738/stat : 28738 (java) S 28717 28720 23926 0 -1 4202560 100 0 0 0 21 29 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657912785352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28739] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28739/stat : 28739 (java) S 28717 28720 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13697918 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657911731880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.39
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/213 29779
/proc/meminfo: memFree=31404716/32872528 swapFree=162364/176672
[pid=28720] ppid=28717 vsize=9625040 CPUtime=1783.4 cores=0,2,4,6
/proc/28720/stat : 28720 (java) S 28717 28720 23926 0 -1 4202496 13055 0 1 0 178276 64 0 0 20 0 19 0 13697883 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140733626396800 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28720/statm: 2406260 75017 2282 9 0 2396937 0
[pid=28720/tid=28721] ppid=28717 vsize=9625040 CPUtime=1781.72 cores=0,2,4,6
/proc/28720/task/28721/stat : 28721 (java) R 28717 28720 23926 0 -1 4202560 2539 0 1 0 178137 35 0 0 20 0 19 0 13697883 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140658096037536 140658036310088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28723] ppid=28717 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/28720/task/28723/stat : 28723 (java) S 28717 28720 23926 0 -1 4202560 155 0 0 0 5 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140658034777128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28724] ppid=28717 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28720/task/28724/stat : 28724 (java) S 28717 28720 23926 0 -1 4202560 207 0 0 0 8 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140658033724328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28725] ppid=28717 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/28720/task/28725/stat : 28725 (java) S 28717 28720 23926 0 -1 4202560 146 0 0 0 7 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140658032671528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28726] ppid=28717 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28720/task/28726/stat : 28726 (java) S 28717 28720 23926 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657936775848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28727] ppid=28717 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/28720/task/28727/stat : 28727 (java) S 28717 28720 23926 0 -1 4202560 88 0 0 0 4 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657935723048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28728] ppid=28717 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28720/task/28728/stat : 28728 (java) S 28717 28720 23926 0 -1 4202560 157 0 0 0 7 1 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657934670248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28729] ppid=28717 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28720/task/28729/stat : 28729 (java) S 28717 28720 23926 0 -1 4202560 105 0 0 0 4 0 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657933617448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28730] ppid=28717 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/28720/task/28730/stat : 28730 (java) S 28717 28720 23926 0 -1 4202560 119 0 0 0 4 1 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657932564648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28731] ppid=28717 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28720/task/28731/stat : 28731 (java) S 28717 28720 23926 0 -1 4202560 56 0 0 0 0 2 0 0 20 0 19 0 13697885 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657920154600 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28732] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28732/stat : 28732 (java) S 28717 28720 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657919100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28733] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28733/stat : 28733 (java) S 28717 28720 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657918047752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28734] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28734/stat : 28734 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657916996240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28735] ppid=28717 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/28720/task/28735/stat : 28735 (java) S 28717 28720 23926 0 -1 4202560 2012 0 0 0 33 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657915943352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28736] ppid=28717 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28720/task/28736/stat : 28736 (java) S 28717 28720 23926 0 -1 4202560 6063 0 0 0 43 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657914890552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28737] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28737/stat : 28737 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657913837944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28738] ppid=28717 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/28720/task/28738/stat : 28738 (java) S 28717 28720 23926 0 -1 4202560 104 0 0 0 22 30 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657912785352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28739] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28739/stat : 28739 (java) S 28717 28720 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13697918 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657911731880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.4
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.9 s]
/proc/loadavg: 2.11 2.06 2.01 3/213 29779
/proc/meminfo: memFree=31404892/32872528 swapFree=162364/176672
[pid=28720] ppid=28717 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/28720/stat : 28720 (java) S 28717 28720 23926 0 -1 4202496 13055 0 1 0 179936 65 0 0 20 0 19 0 13697883 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140733626396800 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28720/statm: 2406260 75017 2282 9 0 2396937 0
[pid=28720/tid=28721] ppid=28717 vsize=9625040 CPUtime=1798.32 cores=0,2,4,6
/proc/28720/task/28721/stat : 28721 (java) R 28717 28720 23926 0 -1 4202560 2539 0 1 0 179797 35 0 0 20 0 19 0 13697883 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140658096037536 140658036310108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28723] ppid=28717 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/28720/task/28723/stat : 28723 (java) S 28717 28720 23926 0 -1 4202560 155 0 0 0 5 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140658034777128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28724] ppid=28717 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28720/task/28724/stat : 28724 (java) S 28717 28720 23926 0 -1 4202560 207 0 0 0 8 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140658033724328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28725] ppid=28717 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/28720/task/28725/stat : 28725 (java) S 28717 28720 23926 0 -1 4202560 146 0 0 0 7 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140658032671528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28726] ppid=28717 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28720/task/28726/stat : 28726 (java) S 28717 28720 23926 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657936775848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28727] ppid=28717 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/28720/task/28727/stat : 28727 (java) S 28717 28720 23926 0 -1 4202560 88 0 0 0 4 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657935723048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28728] ppid=28717 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28720/task/28728/stat : 28728 (java) S 28717 28720 23926 0 -1 4202560 157 0 0 0 7 1 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657934670248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28729] ppid=28717 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28720/task/28729/stat : 28729 (java) S 28717 28720 23926 0 -1 4202560 105 0 0 0 4 0 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657933617448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28730] ppid=28717 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/28720/task/28730/stat : 28730 (java) S 28717 28720 23926 0 -1 4202560 119 0 0 0 4 1 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657932564648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28731] ppid=28717 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28720/task/28731/stat : 28731 (java) S 28717 28720 23926 0 -1 4202560 56 0 0 0 0 2 0 0 20 0 19 0 13697885 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657920154600 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28732] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28732/stat : 28732 (java) S 28717 28720 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657919100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28733] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28733/stat : 28733 (java) S 28717 28720 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657918047752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28734] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28734/stat : 28734 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657916996240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28735] ppid=28717 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/28720/task/28735/stat : 28735 (java) S 28717 28720 23926 0 -1 4202560 2012 0 0 0 33 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657915943352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28736] ppid=28717 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28720/task/28736/stat : 28736 (java) S 28717 28720 23926 0 -1 4202560 6063 0 0 0 43 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657914890552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28737] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28737/stat : 28737 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657913837944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28738] ppid=28717 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/28720/task/28738/stat : 28738 (java) S 28717 28720 23926 0 -1 4202560 104 0 0 0 23 30 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657912785352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28739] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28739/stat : 28739 (java) S 28717 28720 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13697918 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657911731880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1798.9 s]
/proc/loadavg: 2.11 2.06 2.01 3/213 29779
/proc/meminfo: memFree=31404892/32872528 swapFree=162364/176672
[pid=28720] ppid=28717 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/28720/stat : 28720 (java) S 28717 28720 23926 0 -1 4202496 13055 0 1 0 179936 65 0 0 20 0 19 0 13697883 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140733626396800 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28720/statm: 2406260 75017 2282 9 0 2396937 0
[pid=28720/tid=28721] ppid=28717 vsize=9625040 CPUtime=1798.32 cores=0,2,4,6
/proc/28720/task/28721/stat : 28721 (java) R 28717 28720 23926 0 -1 4202560 2539 0 1 0 179797 35 0 0 20 0 19 0 13697883 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140658096037536 140658036310108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28723] ppid=28717 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/28720/task/28723/stat : 28723 (java) S 28717 28720 23926 0 -1 4202560 155 0 0 0 5 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140658034777128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28724] ppid=28717 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28720/task/28724/stat : 28724 (java) S 28717 28720 23926 0 -1 4202560 207 0 0 0 8 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140658033724328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28725] ppid=28717 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/28720/task/28725/stat : 28725 (java) S 28717 28720 23926 0 -1 4202560 146 0 0 0 7 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140658032671528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28726] ppid=28717 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28720/task/28726/stat : 28726 (java) S 28717 28720 23926 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657936775848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28727] ppid=28717 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/28720/task/28727/stat : 28727 (java) S 28717 28720 23926 0 -1 4202560 88 0 0 0 4 2 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657935723048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28728] ppid=28717 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28720/task/28728/stat : 28728 (java) S 28717 28720 23926 0 -1 4202560 157 0 0 0 7 1 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657934670248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28729] ppid=28717 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/28720/task/28729/stat : 28729 (java) S 28717 28720 23926 0 -1 4202560 105 0 0 0 4 0 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657933617448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28730] ppid=28717 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/28720/task/28730/stat : 28730 (java) S 28717 28720 23926 0 -1 4202560 119 0 0 0 4 1 0 0 20 0 19 0 13697884 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657932564648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28731] ppid=28717 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28720/task/28731/stat : 28731 (java) S 28717 28720 23926 0 -1 4202560 56 0 0 0 0 2 0 0 20 0 19 0 13697885 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657920154600 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28732] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28732/stat : 28732 (java) S 28717 28720 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657919100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28733] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28733/stat : 28733 (java) S 28717 28720 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13697886 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657918047752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28734] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28734/stat : 28734 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657916996240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28720/tid=28735] ppid=28717 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/28720/task/28735/stat : 28735 (java) S 28717 28720 23926 0 -1 4202560 2012 0 0 0 33 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657915943352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28720/tid=28736] ppid=28717 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28720/task/28736/stat : 28736 (java) S 28717 28720 23926 0 -1 4202560 6063 0 0 0 43 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657914890552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28737] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28737/stat : 28737 (java) S 28717 28720 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657913837944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28720/tid=28738] ppid=28717 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/28720/task/28738/stat : 28738 (java) S 28717 28720 23926 0 -1 4202560 104 0 0 0 23 30 0 0 20 0 19 0 13697888 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657912785352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28720/tid=28739] ppid=28717 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28720/task/28739/stat : 28739 (java) S 28717 28720 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13697918 9856040960 75017 33554432000 1073741824 1073778376 140733626405664 140657911731880 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.94
CPU time (s): 1800.53
CPU user time (s): 1799.6
CPU system time (s): 0.930858
CPU usage (%): 100.088
Max. virtual memory (cumulated for all children) (KiB): 9625596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.930858
maximum resident set size= 300200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13095
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38211
involuntary context switches= 35548

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.32258 second user time and 14.6538 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-17 00:34:40
IDJOB=4097076
IDBENCH=107705
IDSOLVER=2546
FILE ID=node105/4097076-1466116480
RUNJOBID= node105-1466112850-26608
PBS_JOBID= 19904031
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_29.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097076-1466116480/watcher-4097076-1466116480 -o /tmp/evaluation-result-4097076-1466116480/solver-4097076-1466116480 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26608 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097076-1466116480.opb

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

MD5SUM BENCH= c2b4b76dd3e2cc4f859a60373c56042a
RANDOM SEED=1759457458

node105.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		: 2666.561
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	: 5333.12
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		: 2666.561
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		: 2666.561
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		: 2666.561
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		: 2666.561
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.54
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		: 2666.561
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		: 2666.561
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		: 2666.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31671948 kB
Buffers:            7176 kB
Cached:            60572 kB
SwapCached:          584 kB
Active:           287132 kB
Inactive:          28240 kB
Active(anon):     247192 kB
Inactive(anon):     3208 kB
Active(file):      39940 kB
Inactive(file):    25032 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67098060 kB
Dirty:              1164 kB
Writeback:             4 kB
AnonPages:        434460 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             568392 kB
SReclaimable:      11612 kB
SUnreclaim:       556780 kB
KernelStack:        1616 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     902568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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= 71748 MiB
End job on node105 at 2016-06-17 01:04:39