Trace number 4096649

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.91 1798.74

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_33.opb
MD5SUM85e1cc7358e9974f03ba54afe2a17b44
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 benchmark257.395
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1560
Total number of constraints7454
Number of constraints which are clauses7449
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 constraint39
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 72
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4096649-1466115067.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.54/0.34	c ... done. Wall clock time 0.24s.
0.54/0.34	c declared #vars     1560
0.54/0.34	c #constraints  7458
0.54/0.34	c constraints type 
0.54/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4446
0.54/0.34	c org.sat4j.specs.Constr$1 => 4
0.54/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.54/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.54/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3002
0.54/0.34	c 7458 constraints processed.
1.55/1.02	c cleaning 2501 clauses out of 5003 with flag 18848/5003
2.37/1.77	c cleaning 4250 clauses out of 8499 with flag 45516/11000
3.34/2.62	c cleaning 5620 clauses out of 11250 with flag 76018/18001
4.24/3.59	c cleaning 6814 clauses out of 13630 with flag 107451/26001
5.46/4.70	c cleaning 7909 clauses out of 15817 with flag 144365/35002
6.77/6.02	c cleaning 8954 clauses out of 17907 with flag 187446/45001
8.17/7.48	c cleaning 9975 clauses out of 19953 with flag 237550/56001
9.87/9.12	c cleaning 10985 clauses out of 21978 with flag 294246/68001
11.67/10.91	c cleaning 11992 clauses out of 23992 with flag 357743/81000
13.57/12.80	c cleaning 12997 clauses out of 26000 with flag 422207/95000
15.67/14.94	c cleaning 13995 clauses out of 28003 with flag 501094/110000
18.07/17.32	c cleaning 15000 clauses out of 30009 with flag 585952/126001
20.68/19.99	c cleaning 16002 clauses out of 32009 with flag 678197/143001
23.67/23.00	c cleaning 17001 clauses out of 34007 with flag 788071/161001
27.28/26.55	c cleaning 17999 clauses out of 36005 with flag 894313/180000
30.77/30.07	c cleaning 18998 clauses out of 38007 with flag 1009133/200001
34.77/34.09	c cleaning 19998 clauses out of 40008 with flag 1144850/221000
39.27/38.59	c cleaning 20998 clauses out of 42010 with flag 1289790/243000
43.57/42.88	c cleaning 22002 clauses out of 44013 with flag 1424026/266001
48.37/47.68	c cleaning 23000 clauses out of 46011 with flag 1575619/290001
53.68/52.98	c cleaning 23999 clauses out of 48011 with flag 1748182/315001
58.97/58.23	c cleaning 24999 clauses out of 50011 with flag 1912322/341000
64.68/63.94	c cleaning 26003 clauses out of 52013 with flag 2068817/368001
71.08/70.40	c cleaning 27004 clauses out of 54009 with flag 2266648/396000
77.98/77.26	c cleaning 27998 clauses out of 56005 with flag 2463892/425000
85.18/84.43	c cleaning 29001 clauses out of 58007 with flag 2687753/455000
92.59/91.85	c cleaning 30001 clauses out of 60007 with flag 2928986/486001
100.39/99.63	c cleaning 31001 clauses out of 62005 with flag 3171481/518000
108.70/107.97	c cleaning 32002 clauses out of 64005 with flag 3445528/551001
117.69/116.94	c cleaning 32995 clauses out of 66002 with flag 3723673/585000
127.79/127.03	c cleaning 33997 clauses out of 68009 with flag 4023621/620002
136.80/136.00	c cleaning 35001 clauses out of 70010 with flag 4213995/656000
146.19/145.43	c cleaning 36002 clauses out of 72009 with flag 4387248/693000
156.19/155.41	c cleaning 36994 clauses out of 74007 with flag 4573971/731000
166.59/165.87	c cleaning 38002 clauses out of 76016 with flag 4770537/770003
177.29/176.56	c cleaning 38999 clauses out of 78012 with flag 4990746/810001
188.29/187.53	c cleaning 40000 clauses out of 80012 with flag 5201226/851000
200.29/199.55	c cleaning 41000 clauses out of 82012 with flag 5396459/893000
212.79/212.06	c cleaning 41996 clauses out of 84012 with flag 5604203/936000
226.09/225.32	c cleaning 43001 clauses out of 86017 with flag 5836501/980001
240.19/239.43	c cleaning 44004 clauses out of 88016 with flag 6098966/1025001
255.85/255.05	c cleaning 45003 clauses out of 90012 with flag 6390884/1071001
269.15/268.38	c cleaning 45997 clauses out of 92009 with flag 6670985/1118001
283.46/282.68	c cleaning 46994 clauses out of 94011 with flag 6934651/1166000
298.36/297.58	c cleaning 48003 clauses out of 96018 with flag 7199298/1215001
313.96/313.10	c cleaning 49002 clauses out of 98016 with flag 7471005/1265002
330.16/329.30	c cleaning 49998 clauses out of 100012 with flag 7764423/1316000
347.65/346.85	c cleaning 51000 clauses out of 102015 with flag 8085403/1368001
365.57/364.75	c cleaning 51996 clauses out of 104014 with flag 8427080/1421000
383.37/382.59	c cleaning 53007 clauses out of 106020 with flag 8749741/1475002
402.78/401.91	c cleaning 53998 clauses out of 108012 with flag 9082603/1530001
422.18/421.38	c cleaning 54998 clauses out of 110014 with flag 9436617/1586001
443.18/442.30	c cleaning 56002 clauses out of 112016 with flag 9782820/1643001
464.97/464.12	c cleaning 57005 clauses out of 114013 with flag 10147648/1701000
486.01/485.14	c cleaning 57990 clauses out of 116008 with flag 10500340/1760000
509.30/508.47	c cleaning 59001 clauses out of 118018 with flag 10829077/1820000
532.90/532.02	c cleaning 60003 clauses out of 120018 with flag 11205928/1881001
556.20/555.37	c cleaning 60997 clauses out of 122016 with flag 11591174/1943002
580.89/580.04	c cleaning 61997 clauses out of 124017 with flag 11972783/2006000
605.91/605.04	c cleaning 62997 clauses out of 126020 with flag 12363997/2070000
635.13/634.22	c cleaning 64006 clauses out of 128023 with flag 12805256/2135000
662.53/661.68	c cleaning 65001 clauses out of 130019 with flag 13244328/2201002
691.14/690.20	c cleaning 66000 clauses out of 132017 with flag 13660699/2268001
720.74/719.81	c cleaning 67000 clauses out of 134017 with flag 14068333/2336001
749.18/748.26	c cleaning 68002 clauses out of 136017 with flag 14468041/2405001
777.97/777.04	c cleaning 69003 clauses out of 138014 with flag 14902456/2475000
809.87/808.95	c cleaning 69993 clauses out of 140011 with flag 15315324/2546000
846.17/845.23	c cleaning 71004 clauses out of 142019 with flag 15792753/2618001
879.46/878.59	c cleaning 71996 clauses out of 144014 with flag 16226797/2691000
916.28/915.33	c cleaning 73004 clauses out of 146020 with flag 16693367/2765002
955.18/954.23	c cleaning 74000 clauses out of 148016 with flag 17182102/2840002
992.77/991.86	c cleaning 74998 clauses out of 150014 with flag 17662032/2916000
1033.58/1032.70	c cleaning 76001 clauses out of 152018 with flag 18199222/2993002
1072.29/1071.22	c cleaning 76998 clauses out of 154017 with flag 18714215/3071002
1111.70/1110.63	c cleaning 77995 clauses out of 156018 with flag 19201903/3150001
1151.99/1150.92	c cleaning 79008 clauses out of 158023 with flag 19695045/3230001
1193.10/1192.09	c cleaning 79998 clauses out of 160014 with flag 20204807/3311000
1238.81/1237.77	c cleaning 80997 clauses out of 162018 with flag 20749689/3393002
1285.12/1284.03	c cleaning 82002 clauses out of 164019 with flag 21294027/3476000
1334.21/1333.15	c cleaning 82997 clauses out of 166018 with flag 21838136/3560001
1383.94/1382.90	c cleaning 83999 clauses out of 168020 with flag 22384167/3645000
1434.23/1433.02	c cleaning 85007 clauses out of 170021 with flag 22936520/3731000
1486.53/1485.31	c cleaning 85997 clauses out of 172014 with flag 23486018/3818000
1539.54/1538.36	c cleaning 87004 clauses out of 174017 with flag 24038964/3906000
1594.53/1593.37	c cleaning 87998 clauses out of 176014 with flag 24608125/3995001
1652.05/1650.89	c cleaning 89001 clauses out of 178015 with flag 25181877/4085000
1708.57/1707.36	c cleaning 90001 clauses out of 180014 with flag 25729713/4176000
1768.58/1767.37	c cleaning 90995 clauses out of 182014 with flag 26338059/4268001
1800.09/1798.70	c starts		: 177
1800.09/1798.70	c conflicts		: 4323557
1800.09/1798.70	c decisions		: 5095325
1800.09/1798.70	c propagations		: 442629194
1800.09/1798.70	c inspects		: 29947968197
1800.09/1798.70	c shortcuts		: 0
1800.09/1798.70	c learnt literals	: 0
1800.09/1798.70	c learnt binary clauses	: 0
1800.09/1798.70	c learnt ternary clauses	: 3
1800.09/1798.70	c learnt constraints	: 4323557
1800.09/1798.70	c ignored constraints	: 0
1800.09/1798.70	c root simplifications	: 0
1800.09/1798.70	c removed literals (reason simplification)	: 0
1800.09/1798.70	c reason swapping (by a shorter reason)	: 0
1800.09/1798.70	c Calls to reduceDB	: 88
1800.09/1798.70	c Number of update (reduction) of LBD	: 741616
1800.09/1798.70	c Imported unit clauses	: 0
1800.09/1798.70	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.70	c number of learned constraints concerned by reduction	: 0
1800.09/1798.70	c number of learning phase by resolution	: 0
1800.09/1798.70	c number of learning phase by cutting planes	: 0
1800.09/1798.70	c speed (assignments/second)	: 246129.78012708266
1800.09/1798.70	c non guided choices	153
1800.09/1798.70	c timeout
1800.09/1798.73	c learnt constraints type 
1800.09/1798.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146576
1800.09/1798.73	s UNKNOWN
1800.09/1798.73	c Total wall clock time (in seconds): 1798.627

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

pid=28099
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: 1.97 2.00 1.99 3/194 28102
/proc/meminfo: memFree=31736720/32872528 swapFree=162364/176672
[pid=28102] ppid=28099 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/28102/stat : 28102 (java) S 28099 28102 23926 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 13556613 98570240 978 33554432000 1073741824 1073778376 140733664921120 140733664912256 224925876285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28102/statm: 24065 978 744 9 0 16771 0
[pid=28102/tid=28103] ppid=28099 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28103/stat : 28103 (java) R 28099 28102 23926 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13556613 98570240 978 33554432000 1073741824 1073778376 140733664921120 140166241930792 224922518912 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 1.97 2.00 1.99 3/194 28102
/proc/meminfo: memFree=31736720/32872528 swapFree=162364/176672
[pid=28102] ppid=28099 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/28102/stat : 28102 (java) S 28099 28102 23926 0 -1 4202496 4491 0 1 0 10 1 0 0 20 0 18 0 13556613 9787879424 6116 33554432000 1073741824 1073778376 140733664921120 140733664912256 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28102/statm: 2389619 6117 2157 9 0 2380296 0
[pid=28102/tid=28103] ppid=28099 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/28102/task/28103/stat : 28103 (java) R 28099 28102 23926 0 -1 4202560 2376 0 1 0 6 1 0 0 20 0 18 0 13556613 9787879424 6117 33554432000 1073741824 1073778376 140733664921120 140166241934240 224925902093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200368 s]
/proc/loadavg: 1.97 2.00 1.99 3/194 28102
/proc/meminfo: memFree=31736720/32872528 swapFree=162364/176672
[pid=28102] ppid=28099 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/28102/stat : 28102 (java) S 28099 28102 23926 0 -1 4202496 4944 0 1 0 27 2 0 0 20 0 18 0 13556613 9787879424 6969 33554432000 1073741824 1073778376 140733664921120 140733664912256 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28102/statm: 2389619 6969 2216 9 0 2380296 0
[pid=28102/tid=28103] ppid=28099 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/28102/task/28103/stat : 28103 (java) R 28099 28102 23926 0 -1 4202560 2394 0 1 0 16 1 0 0 20 0 18 0 13556613 9787879424 6969 33554432000 1073741824 1073778376 140733664921120 140166241934240 224925902093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300372 s]
/proc/loadavg: 1.97 2.00 1.99 3/194 28102
/proc/meminfo: memFree=31736720/32872528 swapFree=162364/176672
[pid=28102] ppid=28099 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/28102/stat : 28102 (java) S 28099 28102 23926 0 -1 4202496 6532 0 1 0 52 2 0 0 20 0 18 0 13556613 9787879424 9350 33554432000 1073741824 1073778376 140733664921120 140733664912256 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28102/statm: 2389619 9350 2238 9 0 2380296 0
[pid=28102/tid=28103] ppid=28099 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/28102/task/28103/stat : 28103 (java) R 28099 28102 23926 0 -1 4202560 2397 0 1 0 26 1 0 0 20 0 18 0 13556613 9787879424 9350 33554432000 1073741824 1073778376 140733664921120 140166241935688 140166073220992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700273 s]
/proc/loadavg: 1.97 2.00 1.99 3/194 28102
/proc/meminfo: memFree=31736720/32872528 swapFree=162364/176672
[pid=28102] ppid=28099 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/28102/stat : 28102 (java) S 28099 28102 23926 0 -1 4202496 9213 0 1 0 120 3 0 0 20 0 19 0 13556613 9856040960 12644 33554432000 1073741824 1073778376 140733664921120 140733664912256 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28102/statm: 2406260 12644 2257 9 0 2396937 0
[pid=28102/tid=28103] ppid=28099 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/28102/task/28103/stat : 28103 (java) R 28099 28102 23926 0 -1 4202560 2415 0 1 0 66 1 0 0 20 0 19 0 13556613 9856040960 12644 33554432000 1073741824 1073778376 140733664921120 140166241935592 140166073732598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 1.97 2.00 1.99 3/213 28121
/proc/meminfo: memFree=31691768/32872528 swapFree=162364/176672
[pid=28102] ppid=28099 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/28102/stat : 28102 (java) S 28099 28102 23926 0 -1 4202496 10598 0 1 0 213 3 0 0 20 0 19 0 13556613 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140733664912256 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28102/statm: 2406260 13166 2267 9 0 2396937 0
[pid=28102/tid=28103] ppid=28099 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/28102/task/28103/stat : 28103 (java) R 28099 28102 23926 0 -1 4202560 2417 0 1 0 146 1 0 0 20 0 19 0 13556613 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166241935944 140166073423288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28105] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28105/stat : 28105 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166203427112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28106] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28106/stat : 28106 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166202374312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28107] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28107/stat : 28107 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166201322024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28102/tid=28108] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28108/stat : 28108 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166200269224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28109] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28109/stat : 28109 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166199216936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28110] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28110/stat : 28110 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166198164136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28111] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28111/stat : 28111 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166197111848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28112] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28112/stat : 28112 (java) S 28099 28102 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166196059048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28113] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28113/stat : 28113 (java) S 28099 28102 23926 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166065780968 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28114] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28114/stat : 28114 (java) S 28099 28102 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166064727032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28115] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28115/stat : 28115 (java) S 28099 28102 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166063674632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28116] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28116/stat : 28116 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166062623120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28117] ppid=28099 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/28102/task/28117/stat : 28117 (java) S 28099 28102 23926 0 -1 4202560 3069 0 0 0 30 0 0 0 20 0 19 0 13556617 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166061570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28118] ppid=28099 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28102/task/28118/stat : 28118 (java) S 28099 28102 23926 0 -1 4202560 3835 0 0 0 32 1 0 0 20 0 19 0 13556617 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166060517944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28119] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28119/stat : 28119 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166059465848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28120] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28120/stat : 28120 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140166058413256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28121] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28121/stat : 28121 (java) S 28099 28102 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13556648 9856040960 13166 33554432000 1073741824 1073778376 140733664921120 140165049738152 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 1.97 2.00 1.99 4/213 28121
/proc/meminfo: memFree=31686868/32872528 swapFree=162364/176672
[pid=28102] ppid=28099 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/28102/stat : 28102 (java) S 28099 28102 23926 0 -1 4202496 12066 0 1 0 380 4 0 0 20 0 19 0 13556613 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140733664912256 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28102/statm: 2406260 14835 2267 9 0 2396937 0
[pid=28102/tid=28103] ppid=28099 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/28102/task/28103/stat : 28103 (java) R 28099 28102 23926 0 -1 4202560 2419 0 1 0 306 1 0 0 20 0 19 0 13556613 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166241935944 140166073737246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28105] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28105/stat : 28105 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166203427112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28106] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28106/stat : 28106 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166202374312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28107] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28107/stat : 28107 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166201322024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28102/tid=28108] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28108/stat : 28108 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166200269224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28109] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28109/stat : 28109 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166199216936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28110] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28110/stat : 28110 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166198164136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28111] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28111/stat : 28111 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166197111848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28112] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28112/stat : 28112 (java) S 28099 28102 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166196059048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28113] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28113/stat : 28113 (java) S 28099 28102 23926 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166065780968 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28114] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28114/stat : 28114 (java) S 28099 28102 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166064727032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28115] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28115/stat : 28115 (java) S 28099 28102 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166063674632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28116] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28116/stat : 28116 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166062623120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28117] ppid=28099 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/28102/task/28117/stat : 28117 (java) S 28099 28102 23926 0 -1 4202560 3069 0 0 0 31 0 0 0 20 0 19 0 13556617 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166061570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28118] ppid=28099 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/28102/task/28118/stat : 28118 (java) S 28099 28102 23926 0 -1 4202560 5301 0 0 0 39 2 0 0 20 0 19 0 13556617 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166060517944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28119] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28119/stat : 28119 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166059465848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28120] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28120/stat : 28120 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140166058413256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28121] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28121/stat : 28121 (java) S 28099 28102 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13556648 9856040960 14835 33554432000 1073741824 1073778376 140733664921120 140165049738152 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 1.97 2.00 1.99 3/213 28121
/proc/meminfo: memFree=31683068/32872528 swapFree=162364/176672
[pid=28102] ppid=28099 vsize=9625040 CPUtime=7.07 cores=1,3,5,7
/proc/28102/stat : 28102 (java) S 28099 28102 23926 0 -1 4202496 12074 0 1 0 703 4 0 0 20 0 19 0 13556613 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140733664912256 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28102/statm: 2406260 15158 2268 9 0 2396937 0
[pid=28102/tid=28103] ppid=28099 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/28102/task/28103/stat : 28103 (java) R 28099 28102 23926 0 -1 4202560 2422 0 1 0 626 1 0 0 20 0 19 0 13556613 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166241926816 140166073732721 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28105] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28105/stat : 28105 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166203427112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28106] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28106/stat : 28106 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166202374312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28107] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28107/stat : 28107 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166201322024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28102/tid=28108] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28108/stat : 28108 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166200269224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28109] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28109/stat : 28109 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166199216936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28110] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28110/stat : 28110 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166198164136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28111] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28111/stat : 28111 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166197111848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28112] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28112/stat : 28112 (java) S 28099 28102 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13556614 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166196059048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28113] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28113/stat : 28113 (java) S 28099 28102 23926 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166065780968 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28114] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28114/stat : 28114 (java) S 28099 28102 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166064727032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28115] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28115/stat : 28115 (java) S 28099 28102 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166063674632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28116] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28116/stat : 28116 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166062623120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28117] ppid=28099 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28102/task/28117/stat : 28117 (java) S 28099 28102 23926 0 -1 4202560 3073 0 0 0 33 0 0 0 20 0 19 0 13556617 9856040960 15158 33554432000 1073741824 1073778376 140733664921120 140166061570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28118] ppid=28099 vsize=9625040 CPUtime=0.42 cores=1,3,5,7

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

[pid=28102/tid=28114] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28114/stat : 28114 (java) S 28099 28102 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166064727032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28115] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28115/stat : 28115 (java) S 28099 28102 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166063674632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28116] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28116/stat : 28116 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166062623120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28117] ppid=28099 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28102/task/28117/stat : 28117 (java) S 28099 28102 23926 0 -1 4202560 3073 0 0 0 33 0 0 0 20 0 19 0 13556617 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166061570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28118] ppid=28099 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/28102/task/28118/stat : 28118 (java) S 28099 28102 23926 0 -1 4202560 5435 0 0 0 42 2 0 0 20 0 19 0 13556617 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166060517944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28119] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28119/stat : 28119 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166059465848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28120] ppid=28099 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/28102/task/28120/stat : 28120 (java) S 28099 28102 23926 0 -1 4202560 100 0 0 0 31 45 0 0 20 0 19 0 13556617 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166058413256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28121] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28121/stat : 28121 (java) S 28099 28102 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13556648 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140165049738152 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.56
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/214 28749
/proc/meminfo: memFree=31490240/32872528 swapFree=162364/176672
[pid=28102] ppid=28099 vsize=9625040 CPUtime=1783.57 cores=1,3,5,7
/proc/28102/stat : 28102 (java) S 28099 28102 23926 0 -1 4202496 13153 0 1 0 178316 41 0 0 20 0 19 0 13556613 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140733664912256 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28102/statm: 2406260 65373 2282 9 0 2396937 0
[pid=28102/tid=28103] ppid=28099 vsize=9625040 CPUtime=1782.11 cores=1,3,5,7
/proc/28102/task/28103/stat : 28103 (java) R 28099 28102 23926 0 -1 4202560 2480 0 1 0 178180 31 0 0 20 0 19 0 13556613 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166241926816 140166073737308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28105] ppid=28099 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/28102/task/28105/stat : 28105 (java) S 28099 28102 23926 0 -1 4202560 239 0 0 0 5 1 0 0 20 0 19 0 13556614 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166203427112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28106] ppid=28099 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/28102/task/28106/stat : 28106 (java) S 28099 28102 23926 0 -1 4202560 114 0 0 0 4 1 0 0 20 0 19 0 13556614 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166202374312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28107] ppid=28099 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/28102/task/28107/stat : 28107 (java) S 28099 28102 23926 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 13556614 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166201322024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28108] ppid=28099 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/28102/task/28108/stat : 28108 (java) S 28099 28102 23926 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 19 0 13556614 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166200269224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28109] ppid=28099 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/28102/task/28109/stat : 28109 (java) S 28099 28102 23926 0 -1 4202560 127 0 0 0 4 0 0 0 20 0 19 0 13556614 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166199216936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28110] ppid=28099 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28102/task/28110/stat : 28110 (java) S 28099 28102 23926 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 13556614 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166198164136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28102/tid=28111] ppid=28099 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/28102/task/28111/stat : 28111 (java) S 28099 28102 23926 0 -1 4202560 167 0 0 0 3 2 0 0 20 0 19 0 13556614 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166197111848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28102/tid=28112] ppid=28099 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/28102/task/28112/stat : 28112 (java) S 28099 28102 23926 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 19 0 13556614 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166196059048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28113] ppid=28099 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28102/task/28113/stat : 28113 (java) S 28099 28102 23926 0 -1 4202560 39 0 0 0 1 1 0 0 20 0 19 0 13556615 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166065780968 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28114] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28114/stat : 28114 (java) S 28099 28102 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166064727032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28115] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28115/stat : 28115 (java) S 28099 28102 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166063674632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28116] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28116/stat : 28116 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166062623120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28117] ppid=28099 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28102/task/28117/stat : 28117 (java) S 28099 28102 23926 0 -1 4202560 3073 0 0 0 33 0 0 0 20 0 19 0 13556617 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166061570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28118] ppid=28099 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/28102/task/28118/stat : 28118 (java) S 28099 28102 23926 0 -1 4202560 5435 0 0 0 42 2 0 0 20 0 19 0 13556617 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166060517944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28119] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28119/stat : 28119 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166059465848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28120] ppid=28099 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/28102/task/28120/stat : 28120 (java) S 28099 28102 23926 0 -1 4202560 104 0 0 0 33 47 0 0 20 0 19 0 13556617 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140166058413256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28121] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28121/stat : 28121 (java) S 28099 28102 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13556648 9856040960 65373 33554432000 1073741824 1073778376 140733664921120 140165049738152 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.57
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 2.07 2.06 2.00 3/213 28749
/proc/meminfo: memFree=31473876/32872528 swapFree=162364/176672
[pid=28102] ppid=28099 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/28102/stat : 28102 (java) S 28099 28102 23926 0 -1 4202496 13205 0 1 0 179967 42 0 0 20 0 19 0 13556613 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140733664912256 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28102/statm: 2406260 69487 2282 9 0 2396937 0
[pid=28102/tid=28103] ppid=28099 vsize=9625040 CPUtime=1798.47 cores=1,3,5,7
/proc/28102/task/28103/stat : 28103 (java) R 28099 28102 23926 0 -1 4202560 2481 0 1 0 179816 31 0 0 20 0 19 0 13556613 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166241934512 140166073732557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28105] ppid=28099 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/28102/task/28105/stat : 28105 (java) S 28099 28102 23926 0 -1 4202560 248 0 0 0 6 2 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166203427112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28106] ppid=28099 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/28102/task/28106/stat : 28106 (java) S 28099 28102 23926 0 -1 4202560 117 0 0 0 5 1 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166202374312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28102/tid=28107] ppid=28099 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/28102/task/28107/stat : 28107 (java) S 28099 28102 23926 0 -1 4202560 36 0 0 0 7 1 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166201322024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28108] ppid=28099 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/28102/task/28108/stat : 28108 (java) S 28099 28102 23926 0 -1 4202560 44 0 0 0 8 2 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166200269224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28109] ppid=28099 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/28102/task/28109/stat : 28109 (java) S 28099 28102 23926 0 -1 4202560 130 0 0 0 6 0 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166199216936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28110] ppid=28099 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/28102/task/28110/stat : 28110 (java) S 28099 28102 23926 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166198164136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28102/tid=28111] ppid=28099 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/28102/task/28111/stat : 28111 (java) S 28099 28102 23926 0 -1 4202560 170 0 0 0 4 2 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166197111848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28102/tid=28112] ppid=28099 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/28102/task/28112/stat : 28112 (java) S 28099 28102 23926 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166196059048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28113] ppid=28099 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28102/task/28113/stat : 28113 (java) S 28099 28102 23926 0 -1 4202560 53 0 0 0 1 1 0 0 20 0 19 0 13556615 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166065780968 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28114] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28114/stat : 28114 (java) S 28099 28102 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166064727032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28115] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28115/stat : 28115 (java) S 28099 28102 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166063674632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28116] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28116/stat : 28116 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166062623120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28117] ppid=28099 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28102/task/28117/stat : 28117 (java) S 28099 28102 23926 0 -1 4202560 3073 0 0 0 33 0 0 0 20 0 19 0 13556617 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166061570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28118] ppid=28099 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/28102/task/28118/stat : 28118 (java) S 28099 28102 23926 0 -1 4202560 5435 0 0 0 42 2 0 0 20 0 19 0 13556617 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166060517944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28119] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28119/stat : 28119 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166059465848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28120] ppid=28099 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/28102/task/28120/stat : 28120 (java) S 28099 28102 23926 0 -1 4202560 104 0 0 0 33 47 0 0 20 0 19 0 13556617 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166058413256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28121] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28121/stat : 28121 (java) S 28099 28102 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13556648 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140165049738152 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 28102 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.7 s]
/proc/loadavg: 2.07 2.06 2.00 3/213 28749
/proc/meminfo: memFree=31473876/32872528 swapFree=162364/176672
[pid=28102] ppid=28099 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/28102/stat : 28102 (java) S 28099 28102 23926 0 -1 4202496 13205 0 1 0 179967 42 0 0 20 0 19 0 13556613 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140733664912256 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28102/statm: 2406260 69487 2282 9 0 2396937 0
[pid=28102/tid=28103] ppid=28099 vsize=9625040 CPUtime=1798.47 cores=1,3,5,7
/proc/28102/task/28103/stat : 28103 (java) R 28099 28102 23926 0 -1 4202560 2481 0 1 0 179816 31 0 0 20 0 19 0 13556613 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166241934512 140166073732557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28105] ppid=28099 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/28102/task/28105/stat : 28105 (java) S 28099 28102 23926 0 -1 4202560 248 0 0 0 6 2 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166203427112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28106] ppid=28099 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/28102/task/28106/stat : 28106 (java) S 28099 28102 23926 0 -1 4202560 117 0 0 0 5 1 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166202374312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28102/tid=28107] ppid=28099 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/28102/task/28107/stat : 28107 (java) S 28099 28102 23926 0 -1 4202560 36 0 0 0 7 1 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166201322024 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28108] ppid=28099 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/28102/task/28108/stat : 28108 (java) S 28099 28102 23926 0 -1 4202560 44 0 0 0 8 2 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166200269224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28109] ppid=28099 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/28102/task/28109/stat : 28109 (java) S 28099 28102 23926 0 -1 4202560 130 0 0 0 6 0 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166199216936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28110] ppid=28099 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/28102/task/28110/stat : 28110 (java) S 28099 28102 23926 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166198164136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28102/tid=28111] ppid=28099 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/28102/task/28111/stat : 28111 (java) S 28099 28102 23926 0 -1 4202560 170 0 0 0 4 2 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166197111848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28102/tid=28112] ppid=28099 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/28102/task/28112/stat : 28112 (java) S 28099 28102 23926 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 19 0 13556614 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166196059048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28113] ppid=28099 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28102/task/28113/stat : 28113 (java) S 28099 28102 23926 0 -1 4202560 53 0 0 0 1 1 0 0 20 0 19 0 13556615 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166065780968 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28102/tid=28114] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28114/stat : 28114 (java) S 28099 28102 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166064727032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28115] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28115/stat : 28115 (java) S 28099 28102 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13556615 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166063674632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28116] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28116/stat : 28116 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166062623120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28117] ppid=28099 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28102/task/28117/stat : 28117 (java) S 28099 28102 23926 0 -1 4202560 3073 0 0 0 33 0 0 0 20 0 19 0 13556617 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166061570744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28118] ppid=28099 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/28102/task/28118/stat : 28118 (java) S 28099 28102 23926 0 -1 4202560 5435 0 0 0 42 2 0 0 20 0 19 0 13556617 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166060517944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28119] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28119/stat : 28119 (java) S 28099 28102 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13556617 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166059465848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28102/tid=28120] ppid=28099 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/28102/task/28120/stat : 28120 (java) S 28099 28102 23926 0 -1 4202560 104 0 0 0 33 47 0 0 20 0 19 0 13556617 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140166058413256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28102/tid=28121] ppid=28099 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28102/task/28121/stat : 28121 (java) S 28099 28102 23926 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13556648 9856040960 69487 33554432000 1073741824 1073778376 140733664921120 140165049738152 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.74
CPU time (s): 1800.91
CPU user time (s): 1799.85
CPU system time (s): 1.06184
CPU usage (%): 100.121
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 1.06184
maximum resident set size= 278072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13241
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38191
involuntary context switches= 3684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5814 second user time and 13.8949 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-17 00:11:07
IDJOB=4096649
IDBENCH=107644
IDSOLVER=2546
FILE ID=node105/4096649-1466115067
RUNJOBID= node105-1466112850-26609
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-6_6_33.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096649-1466115067/watcher-4096649-1466115067 -o /tmp/evaluation-result-4096649-1466115067/solver-4096649-1466115067 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26609 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096649-1466115067.opb

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

MD5SUM BENCH= 85e1cc7358e9974f03ba54afe2a17b44
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:        31736720 kB
Buffers:            5436 kB
Cached:            59740 kB
SwapCached:          584 kB
Active:           233532 kB
Inactive:          26624 kB
Active(anon):     194556 kB
Inactive(anon):     3208 kB
Active(file):      38976 kB
Inactive(file):    23416 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67098060 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:        371540 kB
Mapped:            15268 kB
Shmem:                 0 kB
Slab:             568364 kB
SReclaimable:      11504 kB
SUnreclaim:       556860 kB
KernelStack:        1576 kB
PageTables:         4980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     864796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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 00:41:06