Trace number 4117265

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.57 1798.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round22-5.opb
MD5SUMb2f3ec71a43dbbf65cb4ebcad59910f1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1011.38
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8672
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints864
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.10/0.10	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4117265-1466959611.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.294s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  9920
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 872
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9920 constraints processed.
1.77/1.11	c cleaning 2494 clauses out of 4998 with flag 15818/5000
2.53/1.81	c cleaning 4246 clauses out of 8505 with flag 36587/11001
3.22/2.60	c cleaning 5624 clauses out of 11258 with flag 63710/18000
4.24/3.50	c cleaning 6809 clauses out of 13634 with flag 96685/26000
5.26/4.51	c cleaning 7885 clauses out of 15825 with flag 135287/35000
6.36/5.69	c cleaning 8956 clauses out of 17943 with flag 182501/45003
7.75/7.06	c cleaning 9992 clauses out of 19986 with flag 232571/56002
9.25/8.58	c cleaning 10977 clauses out of 21997 with flag 291520/68005
10.95/10.22	c cleaning 11999 clauses out of 24016 with flag 357544/81001
12.75/12.00	c cleaning 12997 clauses out of 26016 with flag 428910/95000
14.76/14.04	c cleaning 13985 clauses out of 28021 with flag 507605/110002
16.97/16.20	c cleaning 14990 clauses out of 30036 with flag 592871/126002
19.27/18.54	c cleaning 16010 clauses out of 32044 with flag 683863/143000
21.77/21.07	c cleaning 17012 clauses out of 34034 with flag 785482/161000
24.47/23.75	c cleaning 17986 clauses out of 36023 with flag 890999/180001
27.37/26.65	c cleaning 18983 clauses out of 38037 with flag 1005365/200001
30.58/29.84	c cleaning 19969 clauses out of 40053 with flag 1124488/221000
33.97/33.21	c cleaning 21009 clauses out of 42084 with flag 1250862/243000
37.57/36.85	c cleaning 22008 clauses out of 44075 with flag 1383198/266000
41.26/40.57	c cleaning 23011 clauses out of 46068 with flag 1522203/290001
45.46/44.76	c cleaning 23992 clauses out of 48056 with flag 1667904/315000
49.87/49.10	c cleaning 25022 clauses out of 50065 with flag 1817697/341001
54.47/53.74	c cleaning 26018 clauses out of 52042 with flag 1975604/368000
59.37/58.62	c cleaning 27003 clauses out of 54026 with flag 2139395/396002
64.41/63.62	c cleaning 28008 clauses out of 56021 with flag 2312279/425000
69.21/68.40	c cleaning 28970 clauses out of 58013 with flag 2489958/455000
74.21/73.48	c cleaning 30011 clauses out of 60043 with flag 2673522/486000
79.71/78.90	c cleaning 31017 clauses out of 62033 with flag 2866901/518001
85.11/84.36	c cleaning 31987 clauses out of 64015 with flag 3065515/551000
91.02/90.24	c cleaning 32962 clauses out of 66028 with flag 3271470/585000
97.11/96.32	c cleaning 34022 clauses out of 68066 with flag 3486563/620000
103.41/102.67	c cleaning 35004 clauses out of 70044 with flag 3704796/656000
110.01/109.29	c cleaning 36005 clauses out of 72040 with flag 3933409/693000
117.01/116.23	c cleaning 36973 clauses out of 74037 with flag 4168632/731002
124.31/123.52	c cleaning 37996 clauses out of 76063 with flag 4409125/770001
131.82/131.05	c cleaning 39020 clauses out of 78068 with flag 4653075/810002
140.01/139.20	c cleaning 40008 clauses out of 80046 with flag 4908564/851000
148.32/147.55	c cleaning 40971 clauses out of 82038 with flag 5169853/893000
157.02/156.26	c cleaning 42018 clauses out of 84068 with flag 5439994/936001
165.88/165.06	c cleaning 43007 clauses out of 86049 with flag 5718613/980000
174.88/174.01	c cleaning 44016 clauses out of 88042 with flag 6000698/1025000
184.18/183.32	c cleaning 44994 clauses out of 90027 with flag 6288823/1071001
193.68/192.82	c cleaning 45996 clauses out of 92032 with flag 6586807/1118000
203.39/202.57	c cleaning 46998 clauses out of 94036 with flag 6886025/1166000
213.68/212.87	c cleaning 48002 clauses out of 96038 with flag 7196889/1215000
224.38/223.57	c cleaning 49006 clauses out of 98036 with flag 7509497/1265000
235.49/234.66	c cleaning 49975 clauses out of 100030 with flag 7829433/1316000
246.89/246.04	c cleaning 51014 clauses out of 102055 with flag 8161357/1368000
258.59/257.79	c cleaning 51970 clauses out of 104041 with flag 8496252/1421000
271.20/270.35	c cleaning 53036 clauses out of 106071 with flag 8836132/1475000
283.95/283.02	c cleaning 53988 clauses out of 108035 with flag 9179974/1530000
296.75/295.80	c cleaning 54974 clauses out of 110047 with flag 9531049/1586000
309.46/308.56	c cleaning 56018 clauses out of 112073 with flag 9889623/1643000
322.76/321.86	c cleaning 57014 clauses out of 114055 with flag 10254912/1701000
336.57/335.64	c cleaning 57996 clauses out of 116041 with flag 10626039/1760000
350.68/349.74	c cleaning 59004 clauses out of 118045 with flag 11003114/1820000
365.68/364.70	c cleaning 60006 clauses out of 120041 with flag 11383682/1881000
380.68/379.74	c cleaning 60999 clauses out of 122036 with flag 11777103/1943001
396.49/395.56	c cleaning 61986 clauses out of 124036 with flag 12178793/2006000
412.76/411.71	c cleaning 62996 clauses out of 126050 with flag 12580359/2070000
428.96/427.92	c cleaning 64014 clauses out of 128054 with flag 12989385/2135000
445.57/444.54	c cleaning 64998 clauses out of 130040 with flag 13408189/2201000
462.47/461.46	c cleaning 66014 clauses out of 132042 with flag 13828892/2268000
480.18/479.12	c cleaning 67008 clauses out of 134028 with flag 14256925/2336000
498.18/497.13	c cleaning 68003 clauses out of 136020 with flag 14695056/2405000
516.57/515.54	c cleaning 68988 clauses out of 138018 with flag 15134463/2475001
535.67/534.69	c cleaning 70010 clauses out of 140029 with flag 15583622/2546000
555.64/554.54	c cleaning 70975 clauses out of 142019 with flag 16037656/2618000
575.73/574.61	c cleaning 71976 clauses out of 144044 with flag 16494962/2691000
596.53/595.43	c cleaning 73000 clauses out of 146070 with flag 16954649/2765002
617.43/616.39	c cleaning 73998 clauses out of 148068 with flag 17432762/2840000
639.13/638.01	c cleaning 75023 clauses out of 150071 with flag 17908879/2916001
661.82/660.72	c cleaning 75974 clauses out of 152048 with flag 18394969/2993001
684.33/683.28	c cleaning 77006 clauses out of 154073 with flag 18883655/3071000
708.02/706.89	c cleaning 77978 clauses out of 156068 with flag 19387425/3150001
732.12/730.94	c cleaning 79009 clauses out of 158089 with flag 19887862/3230000
756.31/755.10	c cleaning 80023 clauses out of 160081 with flag 20396235/3311001
781.61/780.44	c cleaning 80999 clauses out of 162057 with flag 20911379/3393000
807.71/806.52	c cleaning 81999 clauses out of 164058 with flag 21429312/3476000
834.61/833.42	c cleaning 83009 clauses out of 166059 with flag 21952858/3560000
861.20/859.93	c cleaning 84009 clauses out of 168050 with flag 22487539/3645000
888.31/887.09	c cleaning 85010 clauses out of 170041 with flag 23027010/3731000
916.61/915.35	c cleaning 85980 clauses out of 172031 with flag 23571947/3818000
944.30/943.04	c cleaning 86989 clauses out of 174051 with flag 24124201/3906000
973.20/971.92	c cleaning 88008 clauses out of 176062 with flag 24679580/3995000
1003.21/1001.99	c cleaning 88992 clauses out of 178054 with flag 25243339/4085000
1033.48/1032.13	c cleaning 90025 clauses out of 180063 with flag 25812416/4176001
1064.77/1063.48	c cleaning 91000 clauses out of 182038 with flag 26388625/4268001
1096.47/1095.15	c cleaning 92012 clauses out of 184037 with flag 26971581/4361000
1129.27/1127.93	c cleaning 92985 clauses out of 186025 with flag 27560557/4455000
1161.67/1160.32	c cleaning 94011 clauses out of 188041 with flag 28155408/4550001
1194.76/1193.31	c cleaning 94990 clauses out of 190029 with flag 28758212/4646000
1228.16/1226.76	c cleaning 95980 clauses out of 192044 with flag 29363897/4743005
1262.45/1261.08	c cleaning 96992 clauses out of 194059 with flag 29975974/4841000
1297.95/1296.55	c cleaning 98025 clauses out of 196067 with flag 30599031/4940000
1333.94/1332.49	c cleaning 99005 clauses out of 198042 with flag 31222111/5040000
1370.45/1368.99	c cleaning 99985 clauses out of 200037 with flag 31851815/5141000
1408.54/1407.03	c cleaning 101008 clauses out of 202052 with flag 32489547/5243000
1447.63/1446.19	c cleaning 101964 clauses out of 204045 with flag 33138371/5346001
1487.20/1485.52	c cleaning 102987 clauses out of 206080 with flag 33797258/5450000
1528.41/1526.75	c cleaning 104023 clauses out of 208094 with flag 34452790/5555001
1570.62/1568.94	c cleaning 104965 clauses out of 210072 with flag 35117757/5661002
1613.34/1611.69	c cleaning 106047 clauses out of 212106 with flag 35786885/5768001
1656.76/1654.98	c cleaning 106983 clauses out of 214059 with flag 36461274/5876001
1701.08/1699.20	c cleaning 107998 clauses out of 216075 with flag 37145918/5985000
1744.08/1742.27	c cleaning 109022 clauses out of 218078 with flag 37837224/6095001
1789.21/1787.37	c cleaning 110020 clauses out of 220055 with flag 38534025/6206000
1800.00/1798.10	c starts		: 54302
1800.00/1798.10	c conflicts		: 6240048
1800.00/1798.10	c decisions		: 64929310
1800.00/1798.10	c propagations		: 869534979
1800.00/1798.10	c inspects		: 23732972710
1800.00/1798.10	c shortcuts		: 0
1800.00/1798.10	c learnt literals	: 2
1800.00/1798.10	c learnt binary clauses	: 41
1800.00/1798.10	c learnt ternary clauses	: 656
1800.00/1798.10	c learnt constraints	: 6240046
1800.00/1798.10	c ignored constraints	: 0
1800.00/1798.10	c root simplifications	: 0
1800.00/1798.10	c removed literals (reason simplification)	: 0
1800.00/1798.10	c reason swapping (by a shorter reason)	: 0
1800.00/1798.10	c Calls to reduceDB	: 107
1800.00/1798.10	c timeout
1800.00/1798.10	c Number of update (reduction) of LBD	: 1286831
1800.00/1798.10	c Imported unit clauses	: 0
1800.00/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.10	c number of learned constraints concerned by reduction	: 0
1800.00/1798.10	c number of learning phase by resolution	: 0
1800.00/1798.10	c number of learning phase by cutting planes	: 0
1800.00/1798.10	c speed (assignments/second)	: 483698.1527868404
1800.00/1798.10	c non guided choices	13486
1800.00/1798.13	c learnt constraints type 
1800.00/1798.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
1800.00/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144042
1800.00/1798.13	s UNKNOWN
1800.00/1798.13	c Total wall clock time (in seconds): 1798.011

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-4117265-1466959611/watcher-4117265-1466959611 -o /tmp/evaluation-result-4117265-1466959611/solver-4117265-1466959611 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23992 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117265-1466959611.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.34 2.28 2.22 4/171 24386
/proc/meminfo: memFree=30381756/32872528 swapFree=1392268/1580316
[pid=24386] ppid=24382 vsize=9220 CPUtime=0 cores=1,3,5,7
/proc/24386/stat : 24386 (java) R 24382 24386 23975 0 -1 4202496 398 0 0 0 0 0 0 0 20 0 1 0 28998356 9441280 70 33554432000 1073741824 1073778376 140734669864288 140734669861416 248781018399 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24386/statm: 2306 85 66 9 0 38 0

[startup+0.100061 s]
/proc/loadavg: 2.34 2.28 2.22 4/171 24386
/proc/meminfo: memFree=30381756/32872528 swapFree=1392268/1580316
[pid=24386] ppid=24382 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/24386/stat : 24386 (java) S 24382 24386 23975 0 -1 4202496 4408 0 1 0 8 2 0 0 20 0 18 0 28998356 9787879424 6029 33554432000 1073741824 1073778376 140734669864288 140734669855424 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24386/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 2.34 2.28 2.22 4/171 24386
/proc/meminfo: memFree=30381756/32872528 swapFree=1392268/1580316
[pid=24386] ppid=24382 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/24386/stat : 24386 (java) S 24382 24386 23975 0 -1 4202496 4706 0 1 0 23 2 0 0 20 0 18 0 28998356 9787879424 6776 33554432000 1073741824 1073778376 140734669864288 140734669855424 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24386/statm: 2389619 6776 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300237 s]
/proc/loadavg: 2.34 2.28 2.22 4/171 24386
/proc/meminfo: memFree=30381756/32872528 swapFree=1392268/1580316
[pid=24386] ppid=24382 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/24386/stat : 24386 (java) S 24382 24386 23975 0 -1 4202496 5758 0 1 0 46 2 0 0 20 0 18 0 28998356 9787879424 8472 33554432000 1073741824 1073778376 140734669864288 140734669855424 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24386/statm: 2389619 8472 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700259 s]
/proc/loadavg: 2.34 2.28 2.22 4/171 24386
/proc/meminfo: memFree=30381756/32872528 swapFree=1392268/1580316
[pid=24386] ppid=24382 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/24386/stat : 24386 (java) S 24382 24386 23975 0 -1 4202496 9738 0 1 0 129 3 0 0 20 0 19 0 28998356 9856040960 15807 33554432000 1073741824 1073778376 140734669864288 140734669855424 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24386/statm: 2406260 15735 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.34 2.28 2.22 6/213 24433
/proc/meminfo: memFree=30275200/32872528 swapFree=1392268/1580316
[pid=24386] ppid=24382 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/24386/stat : 24386 (java) S 24382 24386 23975 0 -1 4202496 9969 0 1 0 217 3 0 0 20 0 19 0 28998356 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140734669855424 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24386/statm: 2406260 15868 2270 9 0 2396937 0
[pid=24386/tid=24392] ppid=24382 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/24386/task/24392/stat : 24392 (java) R 24382 24386 23975 0 -1 4202560 2424 0 1 0 144 3 0 0 20 0 19 0 28998357 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140498290634448 140498128468894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24398] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24398/stat : 24398 (java) S 24382 24386 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140498252135208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24399] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24399/stat : 24399 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140498251082408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24400] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24400/stat : 24400 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140498250030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24401] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24401/stat : 24401 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140498248977320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24402] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24402/stat : 24402 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140498247924008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24403] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24403/stat : 24403 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140498246871208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24404] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24404/stat : 24404 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140498127809064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24405] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24405/stat : 24405 (java) S 24382 24386 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140498126756264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24409] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24409/stat : 24409 (java) S 24382 24386 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140498114558696 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24417] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24417/stat : 24417 (java) S 24382 24386 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140498113504760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24418] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24418/stat : 24418 (java) S 24382 24386 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140498112452360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24422] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24422/stat : 24422 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140497372834704 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24423] ppid=24382 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/24386/task/24423/stat : 24423 (java) S 24382 24386 23975 0 -1 4202560 2348 0 0 0 27 0 0 0 20 0 19 0 28998362 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140497371781304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24424] ppid=24382 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/24386/task/24424/stat : 24424 (java) S 24382 24386 23975 0 -1 4202560 3918 0 0 0 41 0 0 0 20 0 19 0 28998362 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140497370728504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24425] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24425/stat : 24425 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140497369676408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24426] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24426/stat : 24426 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140497368623816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24432] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24432/stat : 24432 (java) S 24382 24386 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28998398 9856040960 15868 33554432000 1073741824 1073778376 140734669864288 140497367569832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.34 2.28 2.22 3/212 24433
/proc/meminfo: memFree=30270616/32872528 swapFree=1392268/1580316
[pid=24386] ppid=24382 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/24386/stat : 24386 (java) S 24382 24386 23975 0 -1 4202496 9971 0 1 0 381 3 0 0 20 0 19 0 28998356 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140734669855424 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24386/statm: 2406260 16380 2270 9 0 2396937 0
[pid=24386/tid=24392] ppid=24382 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/24386/task/24392/stat : 24392 (java) R 24382 24386 23975 0 -1 4202560 2426 0 1 0 304 3 0 0 20 0 19 0 28998357 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140498290643312 140498128507252 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24398] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24398/stat : 24398 (java) S 24382 24386 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140498252135208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24399] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24399/stat : 24399 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140498251082408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24400] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24400/stat : 24400 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140498250030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24401] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24401/stat : 24401 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140498248977320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24402] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24402/stat : 24402 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140498247924008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24403] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24403/stat : 24403 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140498246871208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24404] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24404/stat : 24404 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140498127809064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24405] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24405/stat : 24405 (java) S 24382 24386 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140498126756264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24409] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24409/stat : 24409 (java) S 24382 24386 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140498114558696 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24417] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24417/stat : 24417 (java) S 24382 24386 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140498113504760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24418] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24418/stat : 24418 (java) S 24382 24386 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140498112452360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24422] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24422/stat : 24422 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140497372834704 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24423] ppid=24382 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/24386/task/24423/stat : 24423 (java) S 24382 24386 23975 0 -1 4202560 2348 0 0 0 29 0 0 0 20 0 19 0 28998362 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140497371781304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24424] ppid=24382 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/24386/task/24424/stat : 24424 (java) S 24382 24386 23975 0 -1 4202560 3918 0 0 0 44 0 0 0 20 0 19 0 28998362 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140497370728504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24425] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24425/stat : 24425 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140497369676408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24426] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24426/stat : 24426 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140497368623816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24432] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24432/stat : 24432 (java) S 24382 24386 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28998398 9856040960 16380 33554432000 1073741824 1073778376 140734669864288 140497367569832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.39 2.29 2.22 4/212 24433
/proc/meminfo: memFree=30254752/32872528 swapFree=1392268/1580316
[pid=24386] ppid=24382 vsize=9625040 CPUtime=7.05 cores=1,3,5,7
/proc/24386/stat : 24386 (java) S 24382 24386 23975 0 -1 4202496 9977 0 1 0 702 3 0 0 20 0 19 0 28998356 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140734669855424 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24386/statm: 2406260 18079 2271 9 0 2396937 0
[pid=24386/tid=24392] ppid=24382 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/24386/task/24392/stat : 24392 (java) R 24382 24386 23975 0 -1 4202560 2431 0 1 0 624 3 0 0 20 0 19 0 28998357 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140498290634432 140498128398311 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24398] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24398/stat : 24398 (java) S 24382 24386 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140498252135208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24399] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24399/stat : 24399 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140498251082408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24400] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24400/stat : 24400 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140498250030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24401] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24401/stat : 24401 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140498248977320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24402] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24402/stat : 24402 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140498247924008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24403] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24403/stat : 24403 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140498246871208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24404] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24404/stat : 24404 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140498127809064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24405] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24405/stat : 24405 (java) S 24382 24386 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28998358 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140498126756264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24409] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24409/stat : 24409 (java) S 24382 24386 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140498114558696 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24417] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24417/stat : 24417 (java) S 24382 24386 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140498113504760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24418] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24418/stat : 24418 (java) S 24382 24386 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140498112452360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24422] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24422/stat : 24422 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140497372834704 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24423] ppid=24382 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/24386/task/24423/stat : 24423 (java) S 24382 24386 23975 0 -1 4202560 2348 0 0 0 29 0 0 0 20 0 19 0 28998362 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140497371781304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24424] ppid=24382 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/24386/task/24424/stat : 24424 (java) S 24382 24386 23975 0 -1 4202560 3918 0 0 0 45 0 0 0 20 0 19 0 28998362 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140497370728504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24425] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24425/stat : 24425 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140497369676408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24426] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24426/stat : 24426 (java) S 24382 24386 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140497368623816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24432] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24432/stat : 24432 (java) S 24382 24386 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28998398 9856040960 18079 33554432000 1073741824 1073778376 140734669864288 140497367569832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9625040


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

[pid=24386/tid=24417] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24417/stat : 24417 (java) S 24382 24386 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498113504760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24418] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24418/stat : 24418 (java) S 24382 24386 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498112452360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24422] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24422/stat : 24422 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497372834704 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24423] ppid=24382 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/24386/task/24423/stat : 24423 (java) S 24382 24386 23975 0 -1 4202560 2348 0 0 0 29 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497371781304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24424] ppid=24382 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/24386/task/24424/stat : 24424 (java) S 24382 24386 23975 0 -1 4202560 4046 0 0 0 49 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497370728504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24425] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24425/stat : 24425 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497369676408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24426] ppid=24382 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/24386/task/24426/stat : 24426 (java) S 24382 24386 23975 0 -1 4202560 100 0 0 0 27 35 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497368623816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24432] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24432/stat : 24432 (java) S 24382 24386 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28998398 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497367569832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.19
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.25 2.23 3/213 24500
/proc/meminfo: memFree=29695388/32872528 swapFree=1392268/1580316
[pid=24386] ppid=24382 vsize=9625040 CPUtime=1784.2 cores=1,3,5,7
/proc/24386/stat : 24386 (java) S 24382 24386 23975 0 -1 4202496 11738 0 1 0 178353 67 0 0 20 0 19 0 28998356 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140734669855424 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24386/statm: 2406260 93991 2285 9 0 2396937 0
[pid=24386/tid=24392] ppid=24382 vsize=9625040 CPUtime=1781.64 cores=1,3,5,7
/proc/24386/task/24392/stat : 24392 (java) R 24382 24386 23975 0 -1 4202560 2487 0 1 0 178125 39 0 0 20 0 19 0 28998357 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498290634528 140498128450338 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24398] ppid=24382 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24386/task/24398/stat : 24398 (java) S 24382 24386 23975 0 -1 4202560 176 0 0 0 10 3 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498252135208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24399] ppid=24382 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24386/task/24399/stat : 24399 (java) S 24382 24386 23975 0 -1 4202560 49 0 0 0 15 4 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498251082408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24400] ppid=24382 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/24386/task/24400/stat : 24400 (java) S 24382 24386 23975 0 -1 4202560 184 0 0 0 13 3 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498250030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24401] ppid=24382 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/24386/task/24401/stat : 24401 (java) S 24382 24386 23975 0 -1 4202560 191 0 0 0 13 3 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498248977320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24402] ppid=24382 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24386/task/24402/stat : 24402 (java) S 24382 24386 23975 0 -1 4202560 155 0 0 0 13 2 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498247924008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24403] ppid=24382 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/24386/task/24403/stat : 24403 (java) S 24382 24386 23975 0 -1 4202560 225 0 0 0 17 4 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498246871208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24404] ppid=24382 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24386/task/24404/stat : 24404 (java) S 24382 24386 23975 0 -1 4202560 200 0 0 0 15 3 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498127809064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24405] ppid=24382 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24386/task/24405/stat : 24405 (java) S 24382 24386 23975 0 -1 4202560 251 0 0 0 15 4 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498126756264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24409] ppid=24382 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24386/task/24409/stat : 24409 (java) S 24382 24386 23975 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 28998359 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498114558696 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24417] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24417/stat : 24417 (java) S 24382 24386 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498113504760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24418] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24418/stat : 24418 (java) S 24382 24386 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498112452360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24422] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24422/stat : 24422 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497372834704 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24423] ppid=24382 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/24386/task/24423/stat : 24423 (java) S 24382 24386 23975 0 -1 4202560 2348 0 0 0 29 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497371781304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24424] ppid=24382 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/24386/task/24424/stat : 24424 (java) S 24382 24386 23975 0 -1 4202560 4046 0 0 0 49 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497370728504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24425] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24425/stat : 24425 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497369676408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24426] ppid=24382 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/24386/task/24426/stat : 24426 (java) S 24382 24386 23975 0 -1 4202560 104 0 0 0 28 36 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497368623816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24432] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24432/stat : 24432 (java) S 24382 24386 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28998398 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497367569832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.2
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.19 2.24 2.23 3/213 24500
/proc/meminfo: memFree=29695516/32872528 swapFree=1392268/1580316
[pid=24386] ppid=24382 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/24386/stat : 24386 (java) S 24382 24386 23975 0 -1 4202496 11738 0 1 0 179932 68 0 0 20 0 19 0 28998356 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140734669855424 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24386/statm: 2406260 93991 2285 9 0 2396937 0
[pid=24386/tid=24392] ppid=24382 vsize=9625040 CPUtime=1797.44 cores=1,3,5,7
/proc/24386/task/24392/stat : 24392 (java) R 24382 24386 23975 0 -1 4202560 2487 0 1 0 179705 39 0 0 20 0 19 0 28998357 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498290634528 140498128411744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24398] ppid=24382 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24386/task/24398/stat : 24398 (java) S 24382 24386 23975 0 -1 4202560 176 0 0 0 10 3 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498252135208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24399] ppid=24382 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24386/task/24399/stat : 24399 (java) S 24382 24386 23975 0 -1 4202560 49 0 0 0 15 4 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498251082408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24400] ppid=24382 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/24386/task/24400/stat : 24400 (java) S 24382 24386 23975 0 -1 4202560 184 0 0 0 13 3 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498250030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24401] ppid=24382 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/24386/task/24401/stat : 24401 (java) S 24382 24386 23975 0 -1 4202560 191 0 0 0 13 3 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498248977320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24402] ppid=24382 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24386/task/24402/stat : 24402 (java) S 24382 24386 23975 0 -1 4202560 155 0 0 0 13 2 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498247924008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24403] ppid=24382 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/24386/task/24403/stat : 24403 (java) S 24382 24386 23975 0 -1 4202560 225 0 0 0 17 4 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498246871208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24404] ppid=24382 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24386/task/24404/stat : 24404 (java) S 24382 24386 23975 0 -1 4202560 200 0 0 0 15 3 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498127809064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24405] ppid=24382 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24386/task/24405/stat : 24405 (java) S 24382 24386 23975 0 -1 4202560 251 0 0 0 15 4 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498126756264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24409] ppid=24382 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24386/task/24409/stat : 24409 (java) S 24382 24386 23975 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 28998359 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498114558696 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24417] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24417/stat : 24417 (java) S 24382 24386 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498113504760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24418] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24418/stat : 24418 (java) S 24382 24386 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498112452360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24422] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24422/stat : 24422 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497372834704 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24423] ppid=24382 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/24386/task/24423/stat : 24423 (java) S 24382 24386 23975 0 -1 4202560 2348 0 0 0 29 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497371781304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24424] ppid=24382 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/24386/task/24424/stat : 24424 (java) S 24382 24386 23975 0 -1 4202560 4046 0 0 0 49 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497370728504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24425] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24425/stat : 24425 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497369676408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24426] ppid=24382 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/24386/task/24426/stat : 24426 (java) S 24382 24386 23975 0 -1 4202560 104 0 0 0 28 37 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497368623816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24432] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24432/stat : 24432 (java) S 24382 24386 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28998398 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497367569832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1798.1 s]
/proc/loadavg: 2.19 2.24 2.23 3/213 24500
/proc/meminfo: memFree=29695516/32872528 swapFree=1392268/1580316
[pid=24386] ppid=24382 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/24386/stat : 24386 (java) S 24382 24386 23975 0 -1 4202496 11738 0 1 0 179932 68 0 0 20 0 19 0 28998356 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140734669855424 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24386/statm: 2406260 93991 2285 9 0 2396937 0
[pid=24386/tid=24392] ppid=24382 vsize=9625040 CPUtime=1797.44 cores=1,3,5,7
/proc/24386/task/24392/stat : 24392 (java) R 24382 24386 23975 0 -1 4202560 2487 0 1 0 179705 39 0 0 20 0 19 0 28998357 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498290634528 140498128411744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24398] ppid=24382 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/24386/task/24398/stat : 24398 (java) S 24382 24386 23975 0 -1 4202560 176 0 0 0 10 3 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498252135208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24399] ppid=24382 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24386/task/24399/stat : 24399 (java) S 24382 24386 23975 0 -1 4202560 49 0 0 0 15 4 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498251082408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24386/tid=24400] ppid=24382 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/24386/task/24400/stat : 24400 (java) S 24382 24386 23975 0 -1 4202560 184 0 0 0 13 3 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498250030120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24401] ppid=24382 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/24386/task/24401/stat : 24401 (java) S 24382 24386 23975 0 -1 4202560 191 0 0 0 13 3 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498248977320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24402] ppid=24382 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24386/task/24402/stat : 24402 (java) S 24382 24386 23975 0 -1 4202560 155 0 0 0 13 2 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498247924008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24403] ppid=24382 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/24386/task/24403/stat : 24403 (java) S 24382 24386 23975 0 -1 4202560 225 0 0 0 17 4 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498246871208 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24404] ppid=24382 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24386/task/24404/stat : 24404 (java) S 24382 24386 23975 0 -1 4202560 200 0 0 0 15 3 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498127809064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24405] ppid=24382 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/24386/task/24405/stat : 24405 (java) S 24382 24386 23975 0 -1 4202560 251 0 0 0 15 4 0 0 20 0 19 0 28998358 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498126756264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24409] ppid=24382 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/24386/task/24409/stat : 24409 (java) S 24382 24386 23975 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 28998359 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498114558696 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24417] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24417/stat : 24417 (java) S 24382 24386 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498113504760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24418] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24418/stat : 24418 (java) S 24382 24386 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28998359 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140498112452360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24422] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24422/stat : 24422 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497372834704 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24423] ppid=24382 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/24386/task/24423/stat : 24423 (java) S 24382 24386 23975 0 -1 4202560 2348 0 0 0 29 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497371781304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24386/tid=24424] ppid=24382 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/24386/task/24424/stat : 24424 (java) S 24382 24386 23975 0 -1 4202560 4046 0 0 0 49 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497370728504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24425] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24425/stat : 24425 (java) S 24382 24386 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497369676408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24386/tid=24426] ppid=24382 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/24386/task/24426/stat : 24426 (java) S 24382 24386 23975 0 -1 4202560 104 0 0 0 28 37 0 0 20 0 19 0 28998362 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497368623816 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24386/tid=24432] ppid=24382 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24386/task/24432/stat : 24432 (java) S 24382 24386 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28998398 9856040960 93991 33554432000 1073741824 1073778376 140734669864288 140497367569832 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.14
CPU time (s): 1800.57
CPU user time (s): 1799.4
CPU system time (s): 1.17182
CPU usage (%): 100.135
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 1.17182
maximum resident set size= 376080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11774
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38365
involuntary context switches= 21674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8181 second user time and 10.3314 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-26 18:46:51
IDJOB=4117265
IDBENCH=109573
IDSOLVER=2546
FILE ID=node139/4117265-1466959611
RUNJOBID= node139-1466956013-23992
PBS_JOBID= 19976371
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round22-5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117265-1466959611/watcher-4117265-1466959611 -o /tmp/evaluation-result-4117265-1466959611/solver-4117265-1466959611 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23992 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117265-1466959611.opb

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

MD5SUM BENCH= b2f3ec71a43dbbf65cb4ebcad59910f1
RANDOM SEED=1739288715

node139.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.394
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	: 5332.78
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.394
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.394
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.394
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.394
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.394
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.57
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.394
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.394
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30383020 kB
Buffers:           29752 kB
Cached:           174256 kB
SwapCached:         2160 kB
Active:            41228 kB
Inactive:         166484 kB
Active(anon):       4816 kB
Inactive(anon):     1288 kB
Active(file):      36412 kB
Inactive(file):   165196 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098792 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:       1788160 kB
Mapped:             7352 kB
Shmem:                 0 kB
Slab:             567700 kB
SReclaimable:      11788 kB
SUnreclaim:       555912 kB
KernelStack:        1760 kB
PageTables:         7024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1677256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 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= 71676 MiB
End job on node139 at 2016-06-26 19:16:50