Trace number 4084312

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_55_pb.cnf.cr.opb
MD5SUM887c74fdc5099423a97b443d1200370c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.031994
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5500
Total number of constraints210
Number of constraints which are clauses110
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
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-4084312-1465220099.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.29/0.26	c ... done. Wall clock time 0.16s.
0.29/0.26	c declared #vars     5500
0.29/0.26	c #constraints  210
0.29/0.26	c constraints type 
0.29/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 110
0.29/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.29/0.26	c 210 constraints processed.
1.23/0.79	c cleaning 2498 clauses out of 5000 with flag 32051/5000
1.78/1.18	c cleaning 4236 clauses out of 8503 with flag 67967/11001
2.49/1.81	c cleaning 5613 clauses out of 11267 with flag 111340/18001
3.50/2.83	c cleaning 6806 clauses out of 13655 with flag 165613/26002
4.83/4.18	c cleaning 7898 clauses out of 15848 with flag 226594/35001
6.54/5.80	c cleaning 8953 clauses out of 17950 with flag 292861/45001
8.54/7.81	c cleaning 9973 clauses out of 19997 with flag 366981/56001
10.03/9.31	c cleaning 10979 clauses out of 22024 with flag 451341/68001
11.74/11.07	c cleaning 11990 clauses out of 24045 with flag 532147/81001
13.39/12.68	c cleaning 12997 clauses out of 26056 with flag 639243/95002
15.99/15.26	c cleaning 13999 clauses out of 28057 with flag 763256/110000
18.09/17.32	c cleaning 14956 clauses out of 30059 with flag 869040/126001
25.25/24.39	c cleaning 16017 clauses out of 32102 with flag 1148052/143000
33.86/32.82	c cleaning 17032 clauses out of 34085 with flag 1450361/161000
43.33/42.13	c cleaning 18024 clauses out of 36054 with flag 1747737/180001
54.98/53.46	c cleaning 19016 clauses out of 38032 with flag 2065025/200003
65.70/63.54	c cleaning 20007 clauses out of 40013 with flag 2437744/221000
78.34/75.95	c cleaning 20995 clauses out of 42006 with flag 2815924/243000
91.28/88.60	c cleaning 22003 clauses out of 44012 with flag 3207893/266001
104.37/101.64	c cleaning 23002 clauses out of 46008 with flag 3642610/290000
119.75/116.82	c cleaning 24002 clauses out of 48007 with flag 4046833/315001
133.22/130.03	c cleaning 25001 clauses out of 50005 with flag 4450141/341001
149.50/145.90	c cleaning 25997 clauses out of 52003 with flag 4869497/368000
166.33/162.60	c cleaning 26996 clauses out of 54006 with flag 5323580/396000
179.98/176.16	c cleaning 27998 clauses out of 56010 with flag 5758868/425000
198.38/194.15	c cleaning 29004 clauses out of 58012 with flag 6216554/455000
215.96/211.44	c cleaning 29997 clauses out of 60008 with flag 6701431/486000
233.22/228.45	c cleaning 31002 clauses out of 62015 with flag 7168131/518004
252.96/247.98	c cleaning 32003 clauses out of 64013 with flag 7488703/551004
275.52/270.26	c cleaning 32998 clauses out of 66007 with flag 7774245/585001
296.22/290.64	c cleaning 33996 clauses out of 68010 with flag 8086377/620002
316.93/311.09	c cleaning 34999 clauses out of 70012 with flag 8389293/656000
339.71/333.44	c cleaning 36001 clauses out of 72014 with flag 8721340/693001
365.20/358.62	c cleaning 37001 clauses out of 74013 with flag 9061886/731001
392.49/385.60	c cleaning 37999 clauses out of 76011 with flag 9372536/770000
423.22/415.95	c cleaning 39000 clauses out of 78013 with flag 9823333/810001
452.67/444.86	c cleaning 40002 clauses out of 80013 with flag 10219232/851001
481.16/472.94	c cleaning 41001 clauses out of 82011 with flag 10601267/893001
511.52/502.97	c cleaning 42001 clauses out of 84009 with flag 10970495/936000
543.27/534.25	c cleaning 43001 clauses out of 86009 with flag 11377373/980001
576.04/566.51	c cleaning 43995 clauses out of 88007 with flag 11805150/1025000
611.88/601.92	c cleaning 45001 clauses out of 90012 with flag 12253908/1071000
646.35/635.95	c cleaning 46001 clauses out of 92011 with flag 12679125/1118000
679.63/668.56	c cleaning 47003 clauses out of 94013 with flag 13101851/1166003
720.06/708.42	c cleaning 48000 clauses out of 96008 with flag 13604199/1215001
758.14/746.09	c cleaning 48996 clauses out of 98007 with flag 14069415/1265000
793.27/780.60	c cleaning 50000 clauses out of 100012 with flag 14477686/1316001
831.32/818.12	c cleaning 51001 clauses out of 102013 with flag 14909158/1368002
875.78/861.96	c cleaning 52000 clauses out of 104010 with flag 15343078/1421000
920.90/906.56	c cleaning 52992 clauses out of 106010 with flag 15792966/1475000
964.18/949.35	c cleaning 54000 clauses out of 108018 with flag 16202257/1530000
1009.05/993.67	c cleaning 54932 clauses out of 110018 with flag 16641277/1586000
1044.69/1028.49	c cleaning 56037 clauses out of 112086 with flag 17134740/1643000
1083.16/1066.49	c cleaning 57004 clauses out of 114049 with flag 17728741/1701000
1124.17/1106.94	c cleaning 58015 clauses out of 116046 with flag 18414872/1760001
1165.93/1148.13	c cleaning 59005 clauses out of 118030 with flag 19099502/1820000
1209.85/1191.46	c cleaning 60009 clauses out of 120029 with flag 19899488/1881004
1254.26/1235.05	c cleaning 60992 clauses out of 122020 with flag 20809034/1943004
1297.61/1277.85	c cleaning 62003 clauses out of 124025 with flag 21494501/2006001
1357.39/1336.89	c cleaning 62999 clauses out of 126021 with flag 22246378/2070000
1412.72/1391.32	c cleaning 63963 clauses out of 128023 with flag 22984269/2135001
1469.02/1447.07	c cleaning 65018 clauses out of 130059 with flag 23745565/2201000
1525.49/1502.96	c cleaning 66014 clauses out of 132046 with flag 24566411/2268005
1583.62/1560.23	c cleaning 66988 clauses out of 134027 with flag 25228620/2336000
1644.28/1620.10	c cleaning 68012 clauses out of 136040 with flag 25934578/2405001
1718.26/1693.07	c cleaning 68991 clauses out of 138029 with flag 26978026/2475002
1786.41/1760.34	c cleaning 69989 clauses out of 140036 with flag 27883537/2546000
1800.07/1773.70	c starts		: 7982
1800.07/1773.70	c conflicts		: 2566027
1800.07/1773.70	c decisions		: 16103041
1800.07/1773.70	c propagations		: 88565595
1800.07/1773.70	c inspects		: 18390706740
1800.07/1773.70	c shortcuts		: 0
1800.07/1773.70	c learnt literals	: 0
1800.07/1773.70	c learnt binary clauses	: 0
1800.07/1773.70	c learnt ternary clauses	: 0
1800.07/1773.70	c learnt constraints	: 2566027
1800.07/1773.70	c ignored constraints	: 0
1800.07/1773.70	c root simplifications	: 0
1800.07/1773.70	c removed literals (reason simplification)	: 0
1800.07/1773.70	c reason swapping (by a shorter reason)	: 0
1800.07/1773.70	c Calls to reduceDB	: 67
1800.07/1773.70	c Number of update (reduction) of LBD	: 1700909
1800.07/1773.70	c Imported unit clauses	: 0
1800.07/1773.70	c number of reductions to clauses (during analyze)	: 0
1800.07/1773.70	c number of learned constraints concerned by reduction	: 0
1800.07/1773.70	c number of learning phase by resolution	: 0
1800.07/1773.70	c number of learning phase by cutting planes	: 0
1800.07/1773.70	c speed (assignments/second)	: 49940.14158962691
1800.07/1773.70	c non guided choices	24150
1800.07/1773.70	c timeout
1800.07/1773.73	c learnt constraints type 
1800.07/1773.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90074
1800.07/1773.73	s UNKNOWN
1800.07/1773.73	c Total wall clock time (in seconds): 1773.628

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-4084312-1465220099/watcher-4084312-1465220099 -o /tmp/evaluation-result-4084312-1465220099/solver-4084312-1465220099 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084312-1465220099.opb 

pid=31511
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.17 2.20 2.11 3/194 31514
/proc/meminfo: memFree=30873456/32872528 swapFree=12352/737972
[pid=31514] ppid=31511 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/31514/stat : 31514 (java) S 31511 31514 31144 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 103944422 95129600 927 33554432000 1073741824 1073778376 140733361069552 140733361060688 213869690941 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31514/statm: 23528 930 704 9 0 16769 0
[pid=31514/tid=31515] ppid=31511 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31515/stat : 31515 (java) R 31511 31514 31144 0 -1 4202560 101 0 0 0 0 0 0 0 20 0 2 0 103944423 98635776 956 33554432000 1073741824 1073778376 140733361069552 140184866348584 213857122867 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100134 s]
/proc/loadavg: 2.17 2.20 2.11 3/194 31514
/proc/meminfo: memFree=30873456/32872528 swapFree=12352/737972
[pid=31514] ppid=31511 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/31514/stat : 31514 (java) S 31511 31514 31144 0 -1 4202496 4492 0 1 0 10 1 0 0 20 0 18 0 103944422 9787879424 6114 33554432000 1073741824 1073778376 140733361069552 140733361060688 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31514/statm: 2389619 6114 2157 9 0 2380296 0
[pid=31514/tid=31515] ppid=31511 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/31514/task/31515/stat : 31515 (java) R 31511 31514 31144 0 -1 4202560 2374 0 1 0 7 0 0 0 20 0 18 0 103944423 9787879424 6114 33554432000 1073741824 1073778376 140733361069552 140184866352032 213869716749 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.200396 s]
/proc/loadavg: 2.17 2.20 2.11 3/194 31514
/proc/meminfo: memFree=30873456/32872528 swapFree=12352/737972
[pid=31514] ppid=31511 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/31514/stat : 31514 (java) S 31511 31514 31144 0 -1 4202496 4998 0 1 0 28 1 0 0 20 0 18 0 103944422 9787879424 7438 33554432000 1073741824 1073778376 140733361069552 140733361060688 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31514/statm: 2389619 7438 2218 9 0 2380296 0
[pid=31514/tid=31515] ppid=31511 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/31514/task/31515/stat : 31515 (java) R 31511 31514 31144 0 -1 4202560 2394 0 1 0 16 1 0 0 20 0 18 0 103944423 9787879424 7438 33554432000 1073741824 1073778376 140733361069552 140184866353064 140184729531943 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.300347 s]
/proc/loadavg: 2.17 2.20 2.11 3/194 31514
/proc/meminfo: memFree=30873456/32872528 swapFree=12352/737972
[pid=31514] ppid=31511 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/31514/stat : 31514 (java) S 31511 31514 31144 0 -1 4202496 7514 0 1 0 56 2 0 0 20 0 19 0 103944422 9856040960 10754 33554432000 1073741824 1073778376 140733361069552 140733361060688 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31514/statm: 2406260 10754 2239 9 0 2396937 0
[pid=31514/tid=31515] ppid=31511 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/31514/task/31515/stat : 31515 (java) R 31511 31514 31144 0 -1 4202560 2408 0 1 0 26 1 0 0 20 0 19 0 103944423 9856040960 10754 33554432000 1073741824 1073778376 140733361069552 140184866353792 140184729482725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9625040

[startup+0.700309 s]
/proc/loadavg: 2.17 2.20 2.11 3/194 31514
/proc/meminfo: memFree=30873456/32872528 swapFree=12352/737972
[pid=31514] ppid=31511 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/31514/stat : 31514 (java) S 31511 31514 31144 0 -1 4202496 8278 0 1 0 121 2 0 0 20 0 19 0 103944422 9856040960 12071 33554432000 1073741824 1073778376 140733361069552 140733361060688 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31514/statm: 2406260 12071 2251 9 0 2396937 0
[pid=31514/tid=31515] ppid=31511 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/31514/task/31515/stat : 31515 (java) R 31511 31514 31144 0 -1 4202560 2410 0 1 0 66 1 0 0 20 0 19 0 103944423 9856040960 12071 33554432000 1073741824 1073778376 140733361069552 140184866353432 140184729499280 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.50083 s]
/proc/loadavg: 2.17 2.20 2.11 3/213 31533
/proc/meminfo: memFree=30824440/32872528 swapFree=12352/737972
[pid=31514] ppid=31511 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/31514/stat : 31514 (java) S 31511 31514 31144 0 -1 4202496 9262 0 1 0 216 3 0 0 20 0 19 0 103944422 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140733361060688 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31514/statm: 2406260 15767 2260 9 0 2396937 0
[pid=31514/tid=31515] ppid=31511 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/31514/task/31515/stat : 31515 (java) R 31511 31514 31144 0 -1 4202560 2418 0 1 0 146 1 0 0 20 0 19 0 103944423 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184866353640 140184730074103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31517/stat : 31517 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184855415592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31518] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31518/stat : 31518 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184854362792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31519] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31519/stat : 31519 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184853310504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31514/tid=31520] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31520/stat : 31520 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184852257704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31521] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31521/stat : 31521 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184851204392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31522] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31522/stat : 31522 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184850151592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31523] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31523/stat : 31523 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184849099304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31524] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31524/stat : 31524 (java) S 31511 31514 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184848046504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31525] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31525/stat : 31525 (java) S 31511 31514 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184690485992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31526] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31526/stat : 31526 (java) S 31511 31514 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184689432056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31527] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31527/stat : 31527 (java) S 31511 31514 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184688379656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31528] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31528/stat : 31528 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184687328144 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31529] ppid=31511 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/31514/task/31529/stat : 31529 (java) S 31511 31514 31144 0 -1 4202560 2053 0 0 0 30 0 0 0 20 0 19 0 103944427 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184686274744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31530] ppid=31511 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/31514/task/31530/stat : 31530 (java) S 31511 31514 31144 0 -1 4202560 3513 0 0 0 37 2 0 0 20 0 19 0 103944427 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184685221944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31531] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31531/stat : 31531 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184684169848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31532] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31532/stat : 31532 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184683117256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31533] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31533/stat : 31533 (java) S 31511 31514 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103944450 9856040960 15767 33554432000 1073741824 1073778376 140733361069552 140184682063272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.17 2.20 2.11 3/213 31533
/proc/meminfo: memFree=30807560/32872528 swapFree=12352/737972
[pid=31514] ppid=31511 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/31514/stat : 31514 (java) S 31511 31514 31144 0 -1 4202496 9342 0 1 0 380 3 0 0 20 0 19 0 103944422 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140733361060688 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31514/statm: 2406260 20375 2260 9 0 2396937 0
[pid=31514/tid=31515] ppid=31511 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/31514/task/31515/stat : 31515 (java) R 31511 31514 31144 0 -1 4202560 2427 0 1 0 306 1 0 0 20 0 19 0 103944423 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184866344640 140184730000000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31517/stat : 31517 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184855415592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31518] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31518/stat : 31518 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184854362792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31519] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31519/stat : 31519 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184853310504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31514/tid=31520] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31520/stat : 31520 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184852257704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31521] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31521/stat : 31521 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184851204392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31522] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31522/stat : 31522 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184850151592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31523] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31523/stat : 31523 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184849099304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31524] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31524/stat : 31524 (java) S 31511 31514 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184848046504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31525] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31525/stat : 31525 (java) S 31511 31514 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184690485992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31526] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31526/stat : 31526 (java) S 31511 31514 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184689432056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31527] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31527/stat : 31527 (java) S 31511 31514 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184688379656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31528] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31528/stat : 31528 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184687328144 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31529] ppid=31511 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/31514/task/31529/stat : 31529 (java) S 31511 31514 31144 0 -1 4202560 2124 0 0 0 33 0 0 0 20 0 19 0 103944427 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184686274744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31530] ppid=31511 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/31514/task/31530/stat : 31530 (java) S 31511 31514 31144 0 -1 4202560 3513 0 0 0 37 2 0 0 20 0 19 0 103944427 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184685221944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31531] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31531/stat : 31531 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184684169848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31532] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31532/stat : 31532 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184683117256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31533] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31533/stat : 31533 (java) S 31511 31514 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103944450 9856040960 20375 33554432000 1073741824 1073778376 140733361069552 140184682063272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.16 2.19 2.11 3/213 31533
/proc/meminfo: memFree=30776640/32872528 swapFree=12352/737972
[pid=31514] ppid=31511 vsize=9625040 CPUtime=7.03 cores=1,3,5,7
/proc/31514/stat : 31514 (java) S 31511 31514 31144 0 -1 4202496 9358 0 1 0 699 4 0 0 20 0 19 0 103944422 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140733361060688 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31514/statm: 2406260 27512 2261 9 0 2396937 0
[pid=31514/tid=31515] ppid=31511 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/31514/task/31515/stat : 31515 (java) R 31511 31514 31144 0 -1 4202560 2442 0 1 0 624 2 0 0 20 0 19 0 103944423 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184866344624 140184730024729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31517/stat : 31517 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184855415592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31518] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31518/stat : 31518 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184854362792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31519] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31519/stat : 31519 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184853310504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31514/tid=31520] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31520/stat : 31520 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184852257704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31521] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31521/stat : 31521 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184851204392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31522] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31522/stat : 31522 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184850151592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31523] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31523/stat : 31523 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184849099304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31524] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31524/stat : 31524 (java) S 31511 31514 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103944424 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184848046504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31525] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31525/stat : 31525 (java) S 31511 31514 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184690485992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31526] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31526/stat : 31526 (java) S 31511 31514 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184689432056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31527] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31527/stat : 31527 (java) S 31511 31514 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184688379656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31528] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31528/stat : 31528 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184687328144 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31529] ppid=31511 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/31514/task/31529/stat : 31529 (java) S 31511 31514 31144 0 -1 4202560 2124 0 0 0 33 0 0 0 20 0 19 0 103944427 9856040960 27512 33554432000 1073741824 1073778376 140733361069552 140184686274744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31530] ppid=31511 vsize=9625040 CPUtime=0.39 cores=1,3,5,7

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

[pid=31514/tid=31533] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31533/stat : 31533 (java) S 31511 31514 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103944450 9856040960 295230 33554432000 1073741824 1073778376 140733361069552 140184682063272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1687.22
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.32 2.27 2.19 3/213 31923
/proc/meminfo: memFree=29213852/32872528 swapFree=12352/737972
[pid=31514] ppid=31511 vsize=9625040 CPUtime=1747.93 cores=1,3,5,7
/proc/31514/stat : 31514 (java) S 31511 31514 31144 0 -1 4202496 25370 0 1 0 174403 390 0 0 20 0 19 0 103944422 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140733361060688 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31514/statm: 2406260 231363 2283 9 0 2396937 0
[pid=31514/tid=31515] ppid=31511 vsize=9625040 CPUtime=1702.08 cores=1,3,5,7
/proc/31514/task/31515/stat : 31515 (java) R 31511 31514 31144 0 -1 4202560 2689 0 1 0 170176 32 0 0 20 0 19 0 103944423 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184866352336 140184730024577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=9625040 CPUtime=4.5 cores=1,3,5,7
/proc/31514/task/31517/stat : 31517 (java) S 31511 31514 31144 0 -1 4202560 1409 0 0 0 403 47 0 0 20 0 19 0 103944424 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184855415592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31518] ppid=31511 vsize=9625040 CPUtime=4.22 cores=1,3,5,7
/proc/31514/task/31518/stat : 31518 (java) S 31511 31514 31144 0 -1 4202560 1413 0 0 0 378 44 0 0 20 0 19 0 103944424 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184854362792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31519] ppid=31511 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/31514/task/31519/stat : 31519 (java) S 31511 31514 31144 0 -1 4202560 1512 0 0 0 379 37 0 0 20 0 19 0 103944424 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184853310504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31520] ppid=31511 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/31514/task/31520/stat : 31520 (java) S 31511 31514 31144 0 -1 4202560 1292 0 0 0 376 39 0 0 20 0 19 0 103944424 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184852257704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31514/tid=31521] ppid=31511 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/31514/task/31521/stat : 31521 (java) S 31511 31514 31144 0 -1 4202560 1623 0 0 0 348 44 0 0 20 0 19 0 103944424 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184851204392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31522] ppid=31511 vsize=9625040 CPUtime=4.1 cores=1,3,5,7
/proc/31514/task/31522/stat : 31522 (java) S 31511 31514 31144 0 -1 4202560 1892 0 0 0 364 46 0 0 20 0 19 0 103944424 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184850151592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31523] ppid=31511 vsize=9625040 CPUtime=4.66 cores=1,3,5,7
/proc/31514/task/31523/stat : 31523 (java) S 31511 31514 31144 0 -1 4202560 1583 0 0 0 421 45 0 0 20 0 19 0 103944424 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184849099304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31524] ppid=31511 vsize=9625040 CPUtime=4.11 cores=1,3,5,7
/proc/31514/task/31524/stat : 31524 (java) S 31511 31514 31144 0 -1 4202560 1311 0 0 0 368 43 0 0 20 0 19 0 103944424 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184848046504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31525] ppid=31511 vsize=9625040 CPUtime=6.48 cores=1,3,5,7
/proc/31514/task/31525/stat : 31525 (java) S 31511 31514 31144 0 -1 4202560 3642 0 0 0 643 5 0 0 20 0 19 0 103944425 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184690485992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31526] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31526/stat : 31526 (java) S 31511 31514 31144 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184689432056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31527] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31527/stat : 31527 (java) S 31511 31514 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184688379656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31528] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31528/stat : 31528 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184687328144 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31529] ppid=31511 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/31514/task/31529/stat : 31529 (java) S 31511 31514 31144 0 -1 4202560 2126 0 0 0 34 0 0 0 20 0 19 0 103944427 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184686274744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31530] ppid=31511 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/31514/task/31530/stat : 31530 (java) S 31511 31514 31144 0 -1 4202560 3513 0 0 0 37 2 0 0 20 0 19 0 103944427 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184685221944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31531] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31531/stat : 31531 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184684169848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31532] ppid=31511 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/31514/task/31532/stat : 31532 (java) S 31511 31514 31144 0 -1 4202560 100 0 0 0 31 37 0 0 20 0 19 0 103944427 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184683117256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31533] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31533/stat : 31533 (java) S 31511 31514 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103944450 9856040960 231363 33554432000 1073741824 1073778376 140733361069552 140184682063272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1747.93
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.7 s]
/proc/loadavg: 2.18 2.24 2.18 3/213 31924
/proc/meminfo: memFree=28971088/32872528 swapFree=12352/737972
[pid=31514] ppid=31511 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/31514/stat : 31514 (java) S 31511 31514 31144 0 -1 4202496 26073 0 1 0 179597 410 0 0 20 0 19 0 103944422 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140733361060688 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31514/statm: 2406260 271452 2283 9 0 2396937 0
[pid=31514/tid=31515] ppid=31511 vsize=9625040 CPUtime=1752.97 cores=1,3,5,7
/proc/31514/task/31515/stat : 31515 (java) R 31511 31514 31144 0 -1 4202560 2697 0 1 0 175264 33 0 0 20 0 19 0 103944423 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184866352336 140184730074587 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/31514/task/31517/stat : 31517 (java) S 31511 31514 31144 0 -1 4202560 1458 0 0 0 414 48 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184855415592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31518] ppid=31511 vsize=9625040 CPUtime=4.35 cores=1,3,5,7
/proc/31514/task/31518/stat : 31518 (java) S 31511 31514 31144 0 -1 4202560 1518 0 0 0 389 46 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184854362792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31519] ppid=31511 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/31514/task/31519/stat : 31519 (java) S 31511 31514 31144 0 -1 4202560 1535 0 0 0 386 39 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184853310504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31520] ppid=31511 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/31514/task/31520/stat : 31520 (java) S 31511 31514 31144 0 -1 4202560 1332 0 0 0 390 42 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184852257704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31514/tid=31521] ppid=31511 vsize=9625040 CPUtime=4.04 cores=1,3,5,7
/proc/31514/task/31521/stat : 31521 (java) S 31511 31514 31144 0 -1 4202560 1658 0 0 0 358 46 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184851204392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31522] ppid=31511 vsize=9625040 CPUtime=4.22 cores=1,3,5,7
/proc/31514/task/31522/stat : 31522 (java) S 31511 31514 31144 0 -1 4202560 1927 0 0 0 374 48 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184850151592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31523] ppid=31511 vsize=9625040 CPUtime=4.79 cores=1,3,5,7
/proc/31514/task/31523/stat : 31523 (java) S 31511 31514 31144 0 -1 4202560 1627 0 0 0 431 48 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184849099304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31524] ppid=31511 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/31514/task/31524/stat : 31524 (java) S 31511 31514 31144 0 -1 4202560 1408 0 0 0 379 46 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184848046504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31525] ppid=31511 vsize=9625040 CPUtime=6.56 cores=1,3,5,7
/proc/31514/task/31525/stat : 31525 (java) S 31511 31514 31144 0 -1 4202560 3905 0 0 0 651 5 0 0 20 0 19 0 103944425 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184690485992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31526] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31526/stat : 31526 (java) S 31511 31514 31144 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184689432056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31527] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31527/stat : 31527 (java) S 31511 31514 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184688379656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31528] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31528/stat : 31528 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184687328144 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31529] ppid=31511 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/31514/task/31529/stat : 31529 (java) S 31511 31514 31144 0 -1 4202560 2126 0 0 0 34 0 0 0 20 0 19 0 103944427 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184686274744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31530] ppid=31511 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/31514/task/31530/stat : 31530 (java) S 31511 31514 31144 0 -1 4202560 3513 0 0 0 37 2 0 0 20 0 19 0 103944427 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184685221944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31531] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31531/stat : 31531 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184684169848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31532] ppid=31511 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/31514/task/31532/stat : 31532 (java) S 31511 31514 31144 0 -1 4202560 104 0 0 0 32 38 0 0 20 0 19 0 103944427 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184683117256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31533] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31533/stat : 31533 (java) S 31511 31514 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103944450 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184682063272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1773.7 s]
/proc/loadavg: 2.18 2.24 2.18 3/213 31924
/proc/meminfo: memFree=28971088/32872528 swapFree=12352/737972
[pid=31514] ppid=31511 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/31514/stat : 31514 (java) S 31511 31514 31144 0 -1 4202496 26073 0 1 0 179597 410 0 0 20 0 19 0 103944422 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140733361060688 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31514/statm: 2406260 271452 2283 9 0 2396937 0
[pid=31514/tid=31515] ppid=31511 vsize=9625040 CPUtime=1752.97 cores=1,3,5,7
/proc/31514/task/31515/stat : 31515 (java) R 31511 31514 31144 0 -1 4202560 2697 0 1 0 175264 33 0 0 20 0 19 0 103944423 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184866352336 140184730074587 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31517] ppid=31511 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/31514/task/31517/stat : 31517 (java) S 31511 31514 31144 0 -1 4202560 1458 0 0 0 414 48 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184855415592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31518] ppid=31511 vsize=9625040 CPUtime=4.35 cores=1,3,5,7
/proc/31514/task/31518/stat : 31518 (java) S 31511 31514 31144 0 -1 4202560 1518 0 0 0 389 46 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184854362792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31519] ppid=31511 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/31514/task/31519/stat : 31519 (java) S 31511 31514 31144 0 -1 4202560 1535 0 0 0 386 39 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184853310504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31520] ppid=31511 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/31514/task/31520/stat : 31520 (java) S 31511 31514 31144 0 -1 4202560 1332 0 0 0 390 42 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184852257704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31514/tid=31521] ppid=31511 vsize=9625040 CPUtime=4.04 cores=1,3,5,7
/proc/31514/task/31521/stat : 31521 (java) S 31511 31514 31144 0 -1 4202560 1658 0 0 0 358 46 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184851204392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31522] ppid=31511 vsize=9625040 CPUtime=4.22 cores=1,3,5,7
/proc/31514/task/31522/stat : 31522 (java) S 31511 31514 31144 0 -1 4202560 1927 0 0 0 374 48 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184850151592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31523] ppid=31511 vsize=9625040 CPUtime=4.79 cores=1,3,5,7
/proc/31514/task/31523/stat : 31523 (java) S 31511 31514 31144 0 -1 4202560 1627 0 0 0 431 48 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184849099304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31524] ppid=31511 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/31514/task/31524/stat : 31524 (java) S 31511 31514 31144 0 -1 4202560 1408 0 0 0 379 46 0 0 20 0 19 0 103944424 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184848046504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31525] ppid=31511 vsize=9625040 CPUtime=6.56 cores=1,3,5,7
/proc/31514/task/31525/stat : 31525 (java) S 31511 31514 31144 0 -1 4202560 3905 0 0 0 651 5 0 0 20 0 19 0 103944425 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184690485992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31526] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31526/stat : 31526 (java) S 31511 31514 31144 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184689432056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31527] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31527/stat : 31527 (java) S 31511 31514 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103944425 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184688379656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31528] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31528/stat : 31528 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184687328144 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31529] ppid=31511 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/31514/task/31529/stat : 31529 (java) S 31511 31514 31144 0 -1 4202560 2126 0 0 0 34 0 0 0 20 0 19 0 103944427 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184686274744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31514/tid=31530] ppid=31511 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/31514/task/31530/stat : 31530 (java) S 31511 31514 31144 0 -1 4202560 3513 0 0 0 37 2 0 0 20 0 19 0 103944427 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184685221944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31531] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31531/stat : 31531 (java) S 31511 31514 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103944427 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184684169848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31514/tid=31532] ppid=31511 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/31514/task/31532/stat : 31532 (java) S 31511 31514 31144 0 -1 4202560 104 0 0 0 32 38 0 0 20 0 19 0 103944427 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184683117256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31514/tid=31533] ppid=31511 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31514/task/31533/stat : 31533 (java) S 31511 31514 31144 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 103944450 9856040960 271452 33554432000 1073741824 1073778376 140733361069552 140184682063272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31514 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=559641
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=551308
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1773.74
CPU time (s): 1800.07
CPU user time (s): 1795.97
CPU system time (s): 4.1
CPU usage (%): 101.485
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.56
system time used= 4.55131
maximum resident set size= 1367568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26116
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44350
involuntary context switches= 36402

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3334 second user time and 13.9639 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-06 15:35:00
IDJOB=4084312
IDBENCH=1396
IDSOLVER=2546
FILE ID=node112/4084312-1465220099
RUNJOBID= node112-1465218300-31161
PBS_JOBID= 19843211
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_55_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084312-1465220099/watcher-4084312-1465220099 -o /tmp/evaluation-result-4084312-1465220099/solver-4084312-1465220099 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084312-1465220099.opb

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

MD5SUM BENCH= 887c74fdc5099423a97b443d1200370c
RANDOM SEED=158215554

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.783
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.72
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.783
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.783
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:        30874100 kB
Buffers:            5688 kB
Cached:            79460 kB
SwapCached:         1620 kB
Active:           530900 kB
Inactive:          30424 kB
Active(anon):     477604 kB
Inactive(anon):      540 kB
Active(file):      53296 kB
Inactive(file):    29884 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098548 kB
Dirty:               692 kB
Writeback:             0 kB
AnonPages:       1235916 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             565860 kB
SReclaimable:       9284 kB
SUnreclaim:       556576 kB
KernelStack:        1760 kB
PageTables:         6436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1373524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1210368 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 node112 at 2016-06-06 16:04:33