Trace number 4084347

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) 1801.17 1798.04

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUMb656932a938990470d09f3771b5047c2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark543.743
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 9
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084347-1465219022.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
1.58/1.16	c ... done. Wall clock time 1.047s.
1.58/1.16	c declared #vars     1650
1.58/1.16	c #constraints  113714
1.58/1.16	c constraints type 
1.58/1.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
1.58/1.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
1.58/1.16	c 113714 constraints processed.
3.04/2.39	c cleaning 2500 clauses out of 5001 with flag 20142/5001
4.47/3.61	c cleaning 4250 clauses out of 8501 with flag 48977/11001
5.89/5.04	c cleaning 5617 clauses out of 11250 with flag 83027/18000
7.50/6.69	c cleaning 6810 clauses out of 13634 with flag 131638/26001
9.41/8.58	c cleaning 7906 clauses out of 15823 with flag 175472/35000
11.51/10.69	c cleaning 8945 clauses out of 17917 with flag 228120/45000
13.91/13.09	c cleaning 9977 clauses out of 19972 with flag 285167/56000
16.71/15.82	c cleaning 10994 clauses out of 21996 with flag 343559/68001
19.72/18.85	c cleaning 11994 clauses out of 24001 with flag 411484/81000
23.02/22.16	c cleaning 13003 clauses out of 26008 with flag 478666/95001
26.61/25.73	c cleaning 13996 clauses out of 28004 with flag 554788/110000
30.62/29.73	c cleaning 14994 clauses out of 30010 with flag 659331/126002
34.91/34.05	c cleaning 15998 clauses out of 32015 with flag 748581/143001
39.42/38.56	c cleaning 17006 clauses out of 34021 with flag 844574/161005
44.08/43.14	c cleaning 18000 clauses out of 36011 with flag 941058/180001
48.89/47.99	c cleaning 19006 clauses out of 38011 with flag 1040678/200001
54.09/53.19	c cleaning 19997 clauses out of 40004 with flag 1146871/221000
59.49/58.55	c cleaning 21001 clauses out of 42010 with flag 1261780/243003
65.39/64.42	c cleaning 21988 clauses out of 44006 with flag 1379649/266000
71.59/70.62	c cleaning 22998 clauses out of 46018 with flag 1503619/290000
78.29/77.33	c cleaning 24006 clauses out of 48023 with flag 1652552/315003
85.29/84.32	c cleaning 25005 clauses out of 50015 with flag 1796105/341001
92.49/91.57	c cleaning 25999 clauses out of 52009 with flag 1928423/368000
100.19/99.28	c cleaning 26998 clauses out of 54010 with flag 2065161/396000
108.29/107.37	c cleaning 27998 clauses out of 56013 with flag 2217480/425001
117.00/116.00	c cleaning 28996 clauses out of 58014 with flag 2377765/455000
125.89/124.97	c cleaning 30008 clauses out of 60019 with flag 2535706/486001
135.31/134.31	c cleaning 30988 clauses out of 62010 with flag 2700958/518000
145.00/144.08	c cleaning 32005 clauses out of 64023 with flag 2881917/551001
155.59/154.61	c cleaning 32994 clauses out of 66017 with flag 3067941/585000
166.18/165.12	c cleaning 34009 clauses out of 68025 with flag 3247328/620002
177.08/176.01	c cleaning 34991 clauses out of 70016 with flag 3432012/656002
188.27/187.26	c cleaning 35997 clauses out of 72023 with flag 3630153/693000
200.18/199.11	c cleaning 37002 clauses out of 74026 with flag 3821032/731000
212.67/211.60	c cleaning 38009 clauses out of 76025 with flag 4016545/770001
225.59/224.56	c cleaning 39000 clauses out of 78015 with flag 4223013/810000
238.98/237.97	c cleaning 39999 clauses out of 80016 with flag 4443431/851001
252.89/251.82	c cleaning 41001 clauses out of 82016 with flag 4666131/893000
267.20/266.19	c cleaning 41995 clauses out of 84016 with flag 4901853/936001
282.30/281.29	c cleaning 42998 clauses out of 86021 with flag 5136568/980001
297.91/296.86	c cleaning 44009 clauses out of 88025 with flag 5382172/1025003
313.52/312.33	c cleaning 44993 clauses out of 90013 with flag 5616266/1071000
329.42/328.25	c cleaning 46005 clauses out of 92021 with flag 5865959/1118001
345.83/344.62	c cleaning 47002 clauses out of 94015 with flag 6113520/1166000
362.84/361.67	c cleaning 47998 clauses out of 96014 with flag 6383020/1215001
380.54/379.37	c cleaning 49000 clauses out of 98016 with flag 6663975/1265001
398.84/397.61	c cleaning 49995 clauses out of 100015 with flag 6926384/1316000
417.94/416.74	c cleaning 51001 clauses out of 102020 with flag 7195527/1368000
438.25/437.04	c cleaning 52004 clauses out of 104019 with flag 7478546/1421000
458.55/457.35	c cleaning 53003 clauses out of 106016 with flag 7765825/1475001
479.57/478.32	c cleaning 53981 clauses out of 108012 with flag 8043478/1530000
501.07/499.81	c cleaning 55013 clauses out of 110032 with flag 8341600/1586001
523.17/521.92	c cleaning 55999 clauses out of 112018 with flag 8639040/1643000
545.97/544.74	c cleaning 57001 clauses out of 114019 with flag 8929100/1701000
569.37/568.20	c cleaning 58001 clauses out of 116019 with flag 9245075/1760001
593.98/592.75	c cleaning 58994 clauses out of 118017 with flag 9586591/1820000
618.98/617.72	c cleaning 60004 clauses out of 120023 with flag 9912194/1881000
644.79/643.28	c cleaning 60999 clauses out of 122022 with flag 10233294/1943003
670.40/668.87	c cleaning 62004 clauses out of 124021 with flag 10584102/2006001
697.71/696.19	c cleaning 63005 clauses out of 126018 with flag 10920837/2070002
725.11/723.59	c cleaning 64004 clauses out of 128011 with flag 11280440/2135000
753.22/751.69	c cleaning 64996 clauses out of 130007 with flag 11626875/2201000
782.13/780.53	c cleaning 65998 clauses out of 132011 with flag 11982699/2268000
811.65/810.04	c cleaning 67006 clauses out of 134015 with flag 12348760/2336002
841.65/840.09	c cleaning 67989 clauses out of 136007 with flag 12717331/2405000
872.76/871.10	c cleaning 68989 clauses out of 138018 with flag 13096990/2475000
905.38/903.79	c cleaning 69995 clauses out of 140031 with flag 13478099/2546002
938.69/937.09	c cleaning 71004 clauses out of 142034 with flag 13879005/2618000
972.10/970.42	c cleaning 72008 clauses out of 144030 with flag 14251732/2691000
1006.38/1004.46	c cleaning 73004 clauses out of 146022 with flag 14643064/2765000
1041.37/1039.46	c cleaning 74005 clauses out of 148019 with flag 15040180/2840001
1077.18/1075.28	c cleaning 74988 clauses out of 150014 with flag 15439207/2916001
1113.98/1112.09	c cleaning 76008 clauses out of 152027 with flag 15839390/2993002
1151.20/1149.23	c cleaning 77000 clauses out of 154017 with flag 16251461/3071000
1189.69/1187.73	c cleaning 77995 clauses out of 156020 with flag 16718069/3150003
1228.71/1226.79	c cleaning 78996 clauses out of 158023 with flag 17124600/3230001
1268.53/1266.52	c cleaning 80001 clauses out of 160026 with flag 17550818/3311000
1309.75/1307.72	c cleaning 81007 clauses out of 162025 with flag 17987662/3393000
1351.27/1349.29	c cleaning 82006 clauses out of 164018 with flag 18411457/3476000
1393.60/1391.55	c cleaning 82997 clauses out of 166012 with flag 18869325/3560000
1437.40/1435.34	c cleaning 84002 clauses out of 168017 with flag 19306608/3645002
1482.72/1480.68	c cleaning 84995 clauses out of 170013 with flag 19757437/3731000
1528.62/1526.55	c cleaning 86007 clauses out of 172019 with flag 20206561/3818001
1575.24/1573.11	c cleaning 87002 clauses out of 174011 with flag 20665841/3906000
1622.86/1620.70	c cleaning 87989 clauses out of 176009 with flag 21138263/3995000
1670.27/1668.19	c cleaning 89006 clauses out of 178020 with flag 21613353/4085000
1719.68/1717.57	c cleaning 89991 clauses out of 180014 with flag 22090773/4176000
1770.69/1768.50	c cleaning 91004 clauses out of 182025 with flag 22641149/4268002
1800.49/1798.00	c starts		: 12802
1800.49/1798.00	c conflicts		: 4326763
1800.49/1798.00	c timeout
1800.49/1798.00	c decisions		: 9002878
1800.49/1798.00	c propagations		: 556129735
1800.49/1798.00	c inspects		: 28040658730
1800.49/1798.00	c shortcuts		: 0
1800.49/1798.00	c learnt literals	: 0
1800.49/1798.00	c learnt binary clauses	: 0
1800.49/1798.00	c learnt ternary clauses	: 0
1800.49/1798.00	c learnt constraints	: 4326763
1800.49/1798.00	c ignored constraints	: 0
1800.49/1798.00	c root simplifications	: 0
1800.49/1798.00	c removed literals (reason simplification)	: 0
1800.49/1798.00	c reason swapping (by a shorter reason)	: 0
1800.49/1798.00	c Calls to reduceDB	: 88
1800.49/1798.00	c Number of update (reduction) of LBD	: 1625700
1800.49/1798.00	c Imported unit clauses	: 0
1800.49/1798.01	c number of reductions to clauses (during analyze)	: 0
1800.49/1798.01	c number of learned constraints concerned by reduction	: 0
1800.49/1798.01	c number of learning phase by resolution	: 0
1800.49/1798.01	c number of learning phase by cutting planes	: 0
1800.49/1798.01	c speed (assignments/second)	: 309504.143661014
1800.49/1798.01	c non guided choices	288
1800.49/1798.03	c learnt constraints type 
1800.49/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 149782
1800.49/1798.03	s UNKNOWN
1800.49/1798.03	c Total wall clock time (in seconds): 1797.921

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-4084347-1465219022/watcher-4084347-1465219022 -o /tmp/evaluation-result-4084347-1465219022/solver-4084347-1465219022 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5890 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084347-1465219022.opb 

pid=7444
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.35 2.21 2.12 3/194 7447
/proc/meminfo: memFree=30095340/32872528 swapFree=16740/1306504
[pid=7447] ppid=7444 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7447/stat : 7447 (java) S 7444 7447 5873 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 103834781 98570240 977 33554432000 1073741824 1073778376 140734243648608 140734243639744 214540779581 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7447/statm: 24065 977 743 9 0 16771 0
[pid=7447/tid=7448] ppid=7444 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7448/stat : 7448 (java) R 7444 7447 5873 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 103834782 98570240 978 33554432000 1073741824 1073778376 140734243648608 140290436218408 214537422208 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100274 s]
/proc/loadavg: 2.35 2.21 2.12 3/194 7447
/proc/meminfo: memFree=30095340/32872528 swapFree=16740/1306504
[pid=7447] ppid=7444 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/7447/stat : 7447 (java) S 7444 7447 5873 0 -1 4202496 4385 0 1 0 9 1 0 0 20 0 18 0 103834781 9787879424 6021 33554432000 1073741824 1073778376 140734243648608 140734243639744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7447/statm: 2389619 6021 2125 9 0 2380296 0
[pid=7447/tid=7448] ppid=7444 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/7447/task/7448/stat : 7448 (java) R 7444 7447 5873 0 -1 4202560 2381 0 1 0 6 2 0 0 20 0 18 0 103834782 9787879424 6021 33554432000 1073741824 1073778376 140734243648608 140290436222024 140290439753403 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 2.35 2.21 2.12 3/194 7447
/proc/meminfo: memFree=30095340/32872528 swapFree=16740/1306504
[pid=7447] ppid=7444 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/7447/stat : 7447 (java) S 7444 7447 5873 0 -1 4202496 4701 0 1 0 24 2 0 0 20 0 18 0 103834781 9787879424 8294 33554432000 1073741824 1073778376 140734243648608 140734243639744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7447/statm: 2389619 8294 2201 9 0 2380296 0
[pid=7447/tid=7448] ppid=7444 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/7447/task/7448/stat : 7448 (java) R 7444 7447 5873 0 -1 4202560 2404 0 1 0 16 2 0 0 20 0 18 0 103834782 9787879424 8294 33554432000 1073741824 1073778376 140734243648608 140290436223000 140290440981009 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300285 s]
/proc/loadavg: 2.35 2.21 2.12 3/194 7447
/proc/meminfo: memFree=30095340/32872528 swapFree=16740/1306504
[pid=7447] ppid=7444 vsize=9558676 CPUtime=0.49 cores=1,3,5,7
/proc/7447/stat : 7447 (java) S 7444 7447 5873 0 -1 4202496 5697 0 1 0 47 2 0 0 20 0 18 0 103834781 9788084224 10414 33554432000 1073741824 1073778376 140734243648608 140734243639744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7447/statm: 2389619 10364 2231 9 0 2380296 0
[pid=7447/tid=7448] ppid=7444 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/7447/task/7448/stat : 7448 (java) R 7444 7447 5873 0 -1 4202560 2407 0 1 0 26 2 0 0 20 0 18 0 103834782 9787879424 10364 33554432000 1073741824 1073778376 140734243648608 140290436223000 140290291760203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558676

[startup+0.70036 s]
/proc/loadavg: 2.35 2.21 2.12 3/194 7447
/proc/meminfo: memFree=30095340/32872528 swapFree=16740/1306504
[pid=7447] ppid=7444 vsize=9558476 CPUtime=1.1 cores=1,3,5,7
/proc/7447/stat : 7447 (java) S 7444 7447 5873 0 -1 4202496 6645 0 1 0 106 4 0 0 20 0 18 0 103834781 9787879424 39447 33554432000 1073741824 1073778376 140734243648608 140734243639744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7447/statm: 2389619 39447 2261 9 0 2380296 0
[pid=7447/tid=7448] ppid=7444 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/7447/task/7448/stat : 7448 (java) R 7444 7447 5873 0 -1 4202560 2466 0 1 0 64 3 0 0 20 0 18 0 103834782 9787879424 39447 33554432000 1073741824 1073778376 140734243648608 140290436222304 140290292071813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 2.35 2.21 2.12 9/212 7465
/proc/meminfo: memFree=29931500/32872528 swapFree=16740/1306504
[pid=7447] ppid=7444 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/7447/stat : 7447 (java) S 7444 7447 5873 0 -1 4202496 8408 0 1 0 211 6 0 0 20 0 19 0 103834781 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140734243639744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7447/statm: 2406260 44009 2278 9 0 2396937 0
[pid=7447/tid=7448] ppid=7444 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/7447/task/7448/stat : 7448 (java) R 7444 7447 5873 0 -1 4202560 2479 0 1 0 141 3 0 0 20 0 19 0 103834782 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290436222040 140290292374080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7447/tid=7450] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7450/stat : 7450 (java) S 7444 7447 5873 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290414323880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7451] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7451/stat : 7451 (java) S 7444 7447 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290413271336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7452] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7452/stat : 7452 (java) S 7444 7447 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290412218792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7453] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7453/stat : 7453 (java) S 7444 7447 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290411166248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7454] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7454/stat : 7454 (java) S 7444 7447 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290073553576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7455] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7455/stat : 7455 (java) S 7444 7447 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290072501032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7456] ppid=7444 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7447/task/7456/stat : 7456 (java) S 7444 7447 5873 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 103834782 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290071448488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7457] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7457/stat : 7457 (java) S 7444 7447 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290070395944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7458] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7458/stat : 7458 (java) S 7444 7447 5873 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 103834783 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290058197096 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7459] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7459/stat : 7459 (java) S 7444 7447 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103834784 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290057143416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7460] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7460/stat : 7460 (java) S 7444 7447 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103834784 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290056090760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7461] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7461/stat : 7461 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834786 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290055039504 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7462] ppid=7444 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7447/task/7462/stat : 7462 (java) S 7444 7447 5873 0 -1 4202560 2298 0 0 0 28 0 0 0 20 0 19 0 103834786 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290053986872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7463] ppid=7444 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7447/task/7463/stat : 7463 (java) S 7444 7447 5873 0 -1 4202560 2247 0 0 0 30 0 0 0 20 0 19 0 103834786 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290052934328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7464] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7464/stat : 7464 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834787 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290051881976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7465] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7465/stat : 7465 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834787 9856040960 44009 33554432000 1073741824 1073778376 140734243648608 140290050829640 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10092 s]
/proc/loadavg: 2.35 2.21 2.12 4/213 7466
/proc/meminfo: memFree=29927152/32872528 swapFree=16740/1306504
[pid=7447] ppid=7444 vsize=9625040 CPUtime=3.95 cores=1,3,5,7
/proc/7447/stat : 7447 (java) S 7444 7447 5873 0 -1 4202496 10469 0 1 0 388 7 0 0 20 0 19 0 103834781 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140734243639744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7447/statm: 2406260 44045 2285 9 0 2396937 0
[pid=7447/tid=7448] ppid=7444 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/7447/task/7448/stat : 7448 (java) R 7444 7447 5873 0 -1 4202560 2480 0 1 0 301 4 0 0 20 0 19 0 103834782 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290436223368 140290291931074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7447/tid=7450] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7450/stat : 7450 (java) S 7444 7447 5873 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290414323880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7451] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7451/stat : 7451 (java) S 7444 7447 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290413271336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7452] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7452/stat : 7452 (java) S 7444 7447 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290412218792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7453] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7453/stat : 7453 (java) S 7444 7447 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290411166248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7454] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7454/stat : 7454 (java) S 7444 7447 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290073553576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7455] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7455/stat : 7455 (java) S 7444 7447 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290072501032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7456] ppid=7444 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7447/task/7456/stat : 7456 (java) S 7444 7447 5873 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 103834782 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290071448488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7457] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7457/stat : 7457 (java) S 7444 7447 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290070395944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7458] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7458/stat : 7458 (java) S 7444 7447 5873 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 103834783 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290058197096 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7459] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7459/stat : 7459 (java) S 7444 7447 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103834784 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290057143416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7460] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7460/stat : 7460 (java) S 7444 7447 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103834784 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290056090760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7461] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7461/stat : 7461 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834786 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290055039504 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7462] ppid=7444 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7447/task/7462/stat : 7462 (java) S 7444 7447 5873 0 -1 4202560 3491 0 0 0 39 0 0 0 20 0 19 0 103834786 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290053986872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7463] ppid=7444 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/7447/task/7463/stat : 7463 (java) S 7444 7447 5873 0 -1 4202560 3113 0 0 0 37 0 0 0 20 0 19 0 103834786 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290052934328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7464] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7464/stat : 7464 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834787 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290051881976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7465] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7465/stat : 7465 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834787 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290050829640 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7466] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7466/stat : 7466 (java) S 7444 7447 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103834898 9856040960 44045 33554432000 1073741824 1073778376 140734243648608 140290049774376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.32 2.20 2.11 3/213 7466
/proc/meminfo: memFree=29926620/32872528 swapFree=16740/1306504
[pid=7447] ppid=7444 vsize=9625040 CPUtime=7.2 cores=1,3,5,7
/proc/7447/stat : 7447 (java) S 7444 7447 5873 0 -1 4202496 10472 0 1 0 713 7 0 0 20 0 19 0 103834781 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140734243639744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7447/statm: 2406260 43995 2285 9 0 2396937 0
[pid=7447/tid=7448] ppid=7444 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/7447/task/7448/stat : 7448 (java) R 7444 7447 5873 0 -1 4202560 2483 0 1 0 620 4 0 0 20 0 19 0 103834782 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290436223464 140290292319041 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7447/tid=7450] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7450/stat : 7450 (java) S 7444 7447 5873 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290414323880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7451] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7451/stat : 7451 (java) S 7444 7447 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290413271336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7452] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7452/stat : 7452 (java) S 7444 7447 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290412218792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7453] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7453/stat : 7453 (java) S 7444 7447 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290411166248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7454] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7454/stat : 7454 (java) S 7444 7447 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290073553576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7455] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7455/stat : 7455 (java) S 7444 7447 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290072501032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7456] ppid=7444 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7447/task/7456/stat : 7456 (java) S 7444 7447 5873 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 103834782 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290071448488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7457] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7457/stat : 7457 (java) S 7444 7447 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103834782 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290070395944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7458] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7458/stat : 7458 (java) S 7444 7447 5873 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 103834783 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290058197096 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7459] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7459/stat : 7459 (java) S 7444 7447 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103834784 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290057143416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7460] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7460/stat : 7460 (java) S 7444 7447 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103834784 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290056090760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7461] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7461/stat : 7461 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834786 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290055039504 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7462] ppid=7444 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7447/task/7462/stat : 7462 (java) S 7444 7447 5873 0 -1 4202560 3491 0 0 0 42 0 0 0 20 0 19 0 103834786 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290053986872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7463] ppid=7444 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7447/task/7463/stat : 7463 (java) S 7444 7447 5873 0 -1 4202560 3113 0 0 0 38 0 0 0 20 0 19 0 103834786 9856040960 43995 33554432000 1073741824 1073778376 140734243648608 140290052934328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7464] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=7447/tid=7458] ppid=7444 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7447/task/7458/stat : 7458 (java) S 7444 7447 5873 0 -1 4202560 556 0 0 0 2 1 0 0 20 0 19 0 103834783 9856040960 281357 33554432000 1073741824 1073778376 140734243648608 140290058197096 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7459] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7459/stat : 7459 (java) S 7444 7447 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103834784 9856040960 281357 33554432000 1073741824 1073778376 140734243648608 140290057143416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7460] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7460/stat : 7460 (java) S 7444 7447 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103834784 9856040960 281357 33554432000 1073741824 1073778376 140734243648608 140290056090760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7461] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7461/stat : 7461 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834786 9856040960 281357 33554432000 1073741824 1073778376 140734243648608 140290055039504 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7462] ppid=7444 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7447/task/7462/stat : 7462 (java) S 7444 7447 5873 0 -1 4202560 3551 0 0 0 45 0 0 0 20 0 19 0 103834786 9856040960 281357 33554432000 1073741824 1073778376 140734243648608 140290053986872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7463] ppid=7444 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7447/task/7463/stat : 7463 (java) S 7444 7447 5873 0 -1 4202560 3113 0 0 0 39 0 0 0 20 0 19 0 103834786 9856040960 281357 33554432000 1073741824 1073778376 140734243648608 140290052934328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7464] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7464/stat : 7464 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834787 9856040960 281357 33554432000 1073741824 1073778376 140734243648608 140290051881976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7465] ppid=7444 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/7447/task/7465/stat : 7465 (java) S 7444 7447 5873 0 -1 4202560 99 0 0 0 41 45 0 0 20 0 19 0 103834787 9856040960 281357 33554432000 1073741824 1073778376 140734243648608 140290050829640 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7466] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7466/stat : 7466 (java) S 7444 7447 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103834898 9856040960 281357 33554432000 1073741824 1073778376 140734243648608 140290049774376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.48
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.19 2.14 4/213 7576
/proc/meminfo: memFree=29155096/32872528 swapFree=16740/1306504
[pid=7447] ppid=7444 vsize=9625040 CPUtime=1784.48 cores=1,3,5,7
/proc/7447/stat : 7447 (java) S 7444 7447 5873 0 -1 4202496 13209 0 1 0 178358 90 0 0 20 0 19 0 103834781 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140734243639744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7447/statm: 2406260 297741 2286 9 0 2396937 0
[pid=7447/tid=7448] ppid=7444 vsize=9625040 CPUtime=1781.94 cores=1,3,5,7
/proc/7447/task/7448/stat : 7448 (java) R 7444 7447 5873 0 -1 4202560 2807 0 1 0 178153 41 0 0 20 0 19 0 103834782 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290436214464 140290292533509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7447/tid=7450] ppid=7444 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7447/task/7450/stat : 7450 (java) S 7444 7447 5873 0 -1 4202560 224 0 0 0 9 4 0 0 20 0 19 0 103834782 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290414323880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7451] ppid=7444 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7447/task/7451/stat : 7451 (java) S 7444 7447 5873 0 -1 4202560 86 0 0 0 8 4 0 0 20 0 19 0 103834782 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290413271336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7452] ppid=7444 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7447/task/7452/stat : 7452 (java) S 7444 7447 5873 0 -1 4202560 176 0 0 0 9 5 0 0 20 0 19 0 103834782 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290412218792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7453] ppid=7444 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7447/task/7453/stat : 7453 (java) S 7444 7447 5873 0 -1 4202560 353 0 0 0 8 5 0 0 20 0 19 0 103834782 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290411166248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7454] ppid=7444 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7447/task/7454/stat : 7454 (java) S 7444 7447 5873 0 -1 4202560 346 0 0 0 7 4 0 0 20 0 19 0 103834782 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290073553576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7455] ppid=7444 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7447/task/7455/stat : 7455 (java) S 7444 7447 5873 0 -1 4202560 344 0 0 0 10 6 0 0 20 0 19 0 103834782 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290072501032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7456] ppid=7444 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7447/task/7456/stat : 7456 (java) S 7444 7447 5873 0 -1 4202560 89 0 0 0 9 5 0 0 20 0 19 0 103834782 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290071448488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7447/tid=7457] ppid=7444 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7447/task/7457/stat : 7457 (java) S 7444 7447 5873 0 -1 4202560 202 0 0 0 11 6 0 0 20 0 19 0 103834782 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290070395944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7447/tid=7458] ppid=7444 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7447/task/7458/stat : 7458 (java) S 7444 7447 5873 0 -1 4202560 556 0 0 0 2 1 0 0 20 0 19 0 103834783 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290058197096 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7459] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7459/stat : 7459 (java) S 7444 7447 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103834784 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290057143416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7460] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7460/stat : 7460 (java) S 7444 7447 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103834784 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290056090760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7461] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7461/stat : 7461 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834786 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290055039504 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7462] ppid=7444 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7447/task/7462/stat : 7462 (java) S 7444 7447 5873 0 -1 4202560 3551 0 0 0 45 0 0 0 20 0 19 0 103834786 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290053986872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7463] ppid=7444 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7447/task/7463/stat : 7463 (java) S 7444 7447 5873 0 -1 4202560 3113 0 0 0 39 0 0 0 20 0 19 0 103834786 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290052934328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7464] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7464/stat : 7464 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834787 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290051881976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7465] ppid=7444 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/7447/task/7465/stat : 7465 (java) S 7444 7447 5873 0 -1 4202560 103 0 0 0 44 45 0 0 20 0 19 0 103834787 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290050829640 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7466] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7466/stat : 7466 (java) S 7444 7447 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103834898 9856040960 297741 33554432000 1073741824 1073778376 140734243648608 140290049774376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.48
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.11 2.18 2.14 3/213 7576
/proc/meminfo: memFree=29151492/32872528 swapFree=16740/1306504
[pid=7447] ppid=7444 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/7447/stat : 7447 (java) S 7444 7447 5873 0 -1 4202496 13217 0 1 0 179918 91 0 0 20 0 19 0 103834781 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140734243639744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7447/statm: 2406260 301837 2286 9 0 2396937 0
[pid=7447/tid=7448] ppid=7444 vsize=9625040 CPUtime=1797.54 cores=1,3,5,7
/proc/7447/task/7448/stat : 7448 (java) R 7444 7447 5873 0 -1 4202560 2815 0 1 0 179712 42 0 0 20 0 19 0 103834782 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290436214464 140290292309649 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7447/tid=7450] ppid=7444 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7447/task/7450/stat : 7450 (java) S 7444 7447 5873 0 -1 4202560 224 0 0 0 9 4 0 0 20 0 19 0 103834782 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290414323880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7451] ppid=7444 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7447/task/7451/stat : 7451 (java) S 7444 7447 5873 0 -1 4202560 86 0 0 0 8 4 0 0 20 0 19 0 103834782 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290413271336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7452] ppid=7444 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7447/task/7452/stat : 7452 (java) S 7444 7447 5873 0 -1 4202560 176 0 0 0 9 5 0 0 20 0 19 0 103834782 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290412218792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7453] ppid=7444 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7447/task/7453/stat : 7453 (java) S 7444 7447 5873 0 -1 4202560 353 0 0 0 8 5 0 0 20 0 19 0 103834782 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290411166248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7454] ppid=7444 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7447/task/7454/stat : 7454 (java) S 7444 7447 5873 0 -1 4202560 346 0 0 0 7 4 0 0 20 0 19 0 103834782 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290073553576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7455] ppid=7444 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7447/task/7455/stat : 7455 (java) S 7444 7447 5873 0 -1 4202560 344 0 0 0 10 6 0 0 20 0 19 0 103834782 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290072501032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7456] ppid=7444 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7447/task/7456/stat : 7456 (java) S 7444 7447 5873 0 -1 4202560 89 0 0 0 9 5 0 0 20 0 19 0 103834782 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290071448488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7447/tid=7457] ppid=7444 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7447/task/7457/stat : 7457 (java) S 7444 7447 5873 0 -1 4202560 202 0 0 0 11 6 0 0 20 0 19 0 103834782 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290070395944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7447/tid=7458] ppid=7444 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7447/task/7458/stat : 7458 (java) S 7444 7447 5873 0 -1 4202560 556 0 0 0 2 1 0 0 20 0 19 0 103834783 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290058197096 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7459] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7459/stat : 7459 (java) S 7444 7447 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103834784 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290057143416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7460] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7460/stat : 7460 (java) S 7444 7447 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103834784 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290056090760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7461] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7461/stat : 7461 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834786 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290055039504 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7462] ppid=7444 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7447/task/7462/stat : 7462 (java) S 7444 7447 5873 0 -1 4202560 3551 0 0 0 45 0 0 0 20 0 19 0 103834786 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290053986872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7463] ppid=7444 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/7447/task/7463/stat : 7463 (java) S 7444 7447 5873 0 -1 4202560 3113 0 0 0 39 0 0 0 20 0 19 0 103834786 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290052934328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7464] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7464/stat : 7464 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103834787 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290051881976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7465] ppid=7444 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/7447/task/7465/stat : 7465 (java) S 7444 7447 5873 0 -1 4202560 103 0 0 0 44 46 0 0 20 0 19 0 103834787 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290050829640 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7466] ppid=7444 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7466/stat : 7466 (java) S 7444 7447 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103834898 9856040960 301837 33554432000 1073741824 1073778376 140734243648608 140290049774376 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 7447 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.01 s]
/proc/loadavg: 2.11 2.18 2.14 3/213 7576
/proc/meminfo: memFree=29151492/32872528 swapFree=16740/1306504
[pid=7447] ppid=7444 vsize=9758168 CPUtime=1800.49 cores=1,3,5,7
/proc/7447/stat : 7447 (java) S 7444 7447 5873 0 -1 4202496 13618 0 1 0 179940 109 0 0 20 0 20 0 103834781 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140734243639744 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7447/statm: 2439542 340857 2287 9 0 2430219 0
[pid=7447/tid=7448] ppid=7444 vsize=9758168 CPUtime=1797.55 cores=1,3,5,7
/proc/7447/task/7448/stat : 7448 (java) S 7444 7447 5873 0 -1 4202560 2815 0 1 0 179713 42 0 0 20 0 20 0 103834782 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290436223704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7447/tid=7450] ppid=7444 vsize=9758168 CPUtime=0.16 cores=1,3,5,7
/proc/7447/task/7450/stat : 7450 (java) R 7444 7447 5873 0 -1 4202560 258 0 0 0 11 5 0 0 20 0 20 0 103834782 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290414324008 214537374855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7451] ppid=7444 vsize=9758168 CPUtime=0.17 cores=1,3,5,7
/proc/7447/task/7451/stat : 7451 (java) R 7444 7447 5873 0 -1 4202560 124 0 0 0 10 7 0 0 20 0 20 0 103834782 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290413271464 140290444268706 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7452] ppid=7444 vsize=9758168 CPUtime=0.18 cores=1,3,5,7
/proc/7447/task/7452/stat : 7452 (java) R 7444 7447 5873 0 -1 4202560 204 0 0 0 11 7 0 0 20 0 20 0 103834782 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290412218920 214537374855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7453] ppid=7444 vsize=9758168 CPUtime=0.23 cores=1,3,5,7
/proc/7447/task/7453/stat : 7453 (java) R 7444 7447 5873 0 -1 4202560 428 0 0 0 14 9 0 0 20 0 20 0 103834782 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290411166248 214537374855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7454] ppid=7444 vsize=9758168 CPUtime=0.16 cores=1,3,5,7
/proc/7447/task/7454/stat : 7454 (java) R 7444 7447 5873 0 -1 4202560 382 0 0 0 10 6 0 0 20 0 20 0 103834782 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290073553704 214537374855 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7455] ppid=7444 vsize=9758168 CPUtime=0.2 cores=1,3,5,7
/proc/7447/task/7455/stat : 7455 (java) R 7444 7447 5873 0 -1 4202560 368 0 0 0 12 8 0 0 20 0 20 0 103834782 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290072500912 140290438694593 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7456] ppid=7444 vsize=9758168 CPUtime=0.18 cores=1,3,5,7
/proc/7447/task/7456/stat : 7456 (java) R 7444 7447 5873 0 -1 4202560 166 0 0 0 11 7 0 0 20 0 20 0 103834782 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290071448664 214537374855 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7447/tid=7457] ppid=7444 vsize=9758168 CPUtime=0.22 cores=1,3,5,7
/proc/7447/task/7457/stat : 7457 (java) R 7444 7447 5873 0 -1 4202560 259 0 0 0 14 8 0 0 20 0 20 0 103834782 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290070396120 140290440399023 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7447/tid=7458] ppid=7444 vsize=9758168 CPUtime=0.03 cores=1,3,5,7
/proc/7447/task/7458/stat : 7458 (java) S 7444 7447 5873 0 -1 4202560 557 0 0 0 2 1 0 0 20 0 20 0 103834783 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290058195976 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7459] ppid=7444 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7459/stat : 7459 (java) S 7444 7447 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 103834784 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290057143416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7460] ppid=7444 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7460/stat : 7460 (java) S 7444 7447 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 103834784 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290056090760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7447/tid=7461] ppid=7444 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7461/stat : 7461 (java) S 7444 7447 5873 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 103834786 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290055039504 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7447/tid=7462] ppid=7444 vsize=9758168 CPUtime=0.45 cores=1,3,5,7
/proc/7447/task/7462/stat : 7462 (java) S 7444 7447 5873 0 -1 4202560 3551 0 0 0 45 0 0 0 20 0 20 0 103834786 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290053986872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7463] ppid=7444 vsize=9758168 CPUtime=0.39 cores=1,3,5,7
/proc/7447/task/7463/stat : 7463 (java) S 7444 7447 5873 0 -1 4202560 3113 0 0 0 39 0 0 0 20 0 20 0 103834786 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290052934328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7464] ppid=7444 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/7447/task/7464/stat : 7464 (java) S 7444 7447 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 103834787 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290051881976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7447/tid=7465] ppid=7444 vsize=9758168 CPUtime=0.9 cores=1,3,5,7
/proc/7447/task/7465/stat : 7465 (java) S 7444 7447 5873 0 -1 4202560 103 0 0 0 44 46 0 0 20 0 20 0 103834787 9992364032 340857 33554432000 1073741824 1073778376 140734243648608 140290050829640 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 9758168

Child status: 143
Real time (s): 1798.04
CPU time (s): 1801.17
CPU user time (s): 1799.56
CPU system time (s): 1.61175
CPU usage (%): 100.174
Max. virtual memory (cumulated for all children) (KiB): 9758168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 1.61175
maximum resident set size= 1365476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13627
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38219
involuntary context switches= 2675

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3724 second user time and 14.3838 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 15:17:02
IDJOB=4084347
IDBENCH=1370
IDSOLVER=2546
FILE ID=node127/4084347-1465219022
RUNJOBID= node127-1465216773-5890
PBS_JOBID= 19843202
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084347-1465219022/watcher-4084347-1465219022 -o /tmp/evaluation-result-4084347-1465219022/solver-4084347-1465219022 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5890 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084347-1465219022.opb

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=1747058492

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30095868 kB
Buffers:            4996 kB
Cached:            44536 kB
SwapCached:         1768 kB
Active:           743280 kB
Inactive:          22760 kB
Active(anon):     718124 kB
Inactive(anon):      900 kB
Active(file):      25156 kB
Inactive(file):    21860 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098468 kB
Dirty:              6380 kB
Writeback:             0 kB
AnonPages:       2025056 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             566928 kB
SReclaimable:      10000 kB
SUnreclaim:       556928 kB
KernelStack:        1584 kB
PageTables:         8304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2286616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1988608 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= 71732 MiB
End job on node127 at 2016-06-06 15:47:00