Trace number 4090069

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.06 1798.54

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v081-n3.opb
MD5SUM80bd9a7835bca86ed06879fdebd8f69f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.710891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables243
Total number of constraints81
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090069-1466037546.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.027s.
0.09/0.14	c declared #vars     243
0.09/0.14	c #constraints  162
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
0.09/0.14	c 162 constraints processed.
0.75/0.55	c cleaning 2496 clauses out of 5001 with flag 42806/5001
1.25/0.94	c cleaning 4250 clauses out of 8505 with flag 103637/11001
1.75/1.49	c cleaning 5622 clauses out of 11255 with flag 182539/18001
2.57/2.27	c cleaning 6812 clauses out of 13633 with flag 277785/26001
3.57/3.24	c cleaning 7906 clauses out of 15820 with flag 384376/35000
4.78/4.42	c cleaning 8950 clauses out of 17914 with flag 509740/45000
6.17/5.86	c cleaning 9975 clauses out of 19964 with flag 647724/56000
7.87/7.56	c cleaning 10987 clauses out of 21990 with flag 799464/68001
9.87/9.52	c cleaning 11997 clauses out of 24003 with flag 959782/81001
11.97/11.66	c cleaning 12999 clauses out of 26007 with flag 1135726/95002
14.67/14.35	c cleaning 13997 clauses out of 28007 with flag 1322458/110001
17.68/17.37	c cleaning 14993 clauses out of 30010 with flag 1529526/126001
20.87/20.54	c cleaning 15995 clauses out of 32016 with flag 1735833/143000
24.68/24.36	c cleaning 17003 clauses out of 34021 with flag 1955831/161000
28.87/28.54	c cleaning 18001 clauses out of 36019 with flag 2187781/180001
33.57/33.26	c cleaning 18999 clauses out of 38017 with flag 2434256/200000
38.78/38.45	c cleaning 20000 clauses out of 40018 with flag 2696974/221000
44.48/44.13	c cleaning 20996 clauses out of 42018 with flag 2980800/243000
50.57/50.27	c cleaning 22003 clauses out of 44022 with flag 3295485/266000
56.90/56.58	c cleaning 23001 clauses out of 46019 with flag 3607186/290000
64.21/63.90	c cleaning 23997 clauses out of 48019 with flag 3921362/315001
73.19/72.82	c cleaning 25007 clauses out of 50023 with flag 4262739/341002
82.20/81.85	c cleaning 26004 clauses out of 52014 with flag 4613775/368000
91.60/91.20	c cleaning 26999 clauses out of 54011 with flag 4963389/396001
101.49/101.10	c cleaning 27994 clauses out of 56011 with flag 5340759/425000
111.69/111.39	c cleaning 29000 clauses out of 58017 with flag 5723094/455000
123.10/122.74	c cleaning 29997 clauses out of 60018 with flag 6099875/486001
134.79/134.48	c cleaning 30999 clauses out of 62020 with flag 6525586/518000
148.09/147.71	c cleaning 31999 clauses out of 64021 with flag 6980501/551000
162.53/162.11	c cleaning 33002 clauses out of 66023 with flag 7427046/585001
176.44/176.05	c cleaning 34003 clauses out of 68020 with flag 7875172/620000
191.53/191.10	c cleaning 35001 clauses out of 70020 with flag 8352561/656003
208.44/208.02	c cleaning 36001 clauses out of 72018 with flag 8830375/693002
225.42/225.09	c cleaning 37000 clauses out of 74017 with flag 9340022/731002
244.52/244.12	c cleaning 37998 clauses out of 76016 with flag 9868806/770001
265.92/265.53	c cleaning 38999 clauses out of 78018 with flag 10409759/810001
287.31/286.92	c cleaning 39998 clauses out of 80018 with flag 10926067/851000
309.13/308.80	c cleaning 41005 clauses out of 82021 with flag 11469778/893001
332.12/331.72	c cleaning 41998 clauses out of 84016 with flag 12043258/936001
356.83/356.48	c cleaning 42998 clauses out of 86018 with flag 12651315/980001
383.33/382.97	c cleaning 44001 clauses out of 88021 with flag 13268330/1025002
411.54/411.20	c cleaning 45003 clauses out of 90020 with flag 13896741/1071002
440.84/440.45	c cleaning 45997 clauses out of 92015 with flag 14526557/1118000
468.79/468.36	c cleaning 46998 clauses out of 94019 with flag 15150228/1166001
497.49/497.06	c cleaning 48002 clauses out of 96020 with flag 15781098/1215000
528.30/527.80	c cleaning 49002 clauses out of 98022 with flag 16436837/1265004
558.11/557.68	c cleaning 50002 clauses out of 100020 with flag 17092011/1316004
591.01/590.56	c cleaning 50999 clauses out of 102014 with flag 17798355/1368000
626.81/626.36	c cleaning 51995 clauses out of 104015 with flag 18544011/1421000
662.72/662.14	c cleaning 53001 clauses out of 106020 with flag 19272074/1475000
700.72/700.14	c cleaning 54002 clauses out of 108019 with flag 20038363/1530000
741.23/740.68	c cleaning 54996 clauses out of 110018 with flag 20774362/1586001
784.42/783.83	c cleaning 56000 clauses out of 112023 with flag 21534347/1643002
828.03/827.44	c cleaning 56999 clauses out of 114021 with flag 22283935/1701000
874.59/873.85	c cleaning 57973 clauses out of 116022 with flag 23043909/1760000
929.10/928.30	c cleaning 58985 clauses out of 118050 with flag 23830501/1820001
981.11/980.30	c cleaning 59993 clauses out of 120065 with flag 24643094/1881001
1036.22/1035.43	c cleaning 61003 clauses out of 122072 with flag 25469593/1943001
1095.40/1094.44	c cleaning 62002 clauses out of 124069 with flag 26321168/2006001
1157.11/1156.19	c cleaning 62997 clauses out of 126066 with flag 27195885/2070000
1225.32/1224.31	c cleaning 64001 clauses out of 128072 with flag 28080154/2135003
1289.42/1288.45	c cleaning 65001 clauses out of 130068 with flag 28955310/2201000
1357.50/1356.35	c cleaning 66000 clauses out of 132067 with flag 29863756/2268000
1421.82/1420.65	c cleaning 67000 clauses out of 134068 with flag 30754527/2336001
1488.94/1487.71	c cleaning 67992 clauses out of 136067 with flag 31687496/2405000
1561.30/1559.92	c cleaning 69004 clauses out of 138075 with flag 32629817/2475000
1640.87/1639.58	c cleaning 70007 clauses out of 140071 with flag 33605415/2546000
1719.86/1718.36	c cleaning 70998 clauses out of 142064 with flag 34610141/2618000
1800.06/1798.51	c starts		: 110
1800.06/1798.51	c conflicts		: 2691002
1800.06/1798.51	c decisions		: 2902887
1800.06/1798.51	c propagations		: 69997857
1800.06/1798.51	c inspects		: 32349281009
1800.06/1798.51	c shortcuts		: 0
1800.06/1798.51	c learnt literals	: 0
1800.06/1798.51	c learnt binary clauses	: 0
1800.06/1798.51	c learnt ternary clauses	: 0
1800.06/1798.51	c learnt constraints	: 2691002
1800.06/1798.51	c ignored constraints	: 0
1800.06/1798.51	c root simplifications	: 0
1800.06/1798.51	c removed literals (reason simplification)	: 0
1800.06/1798.51	c reason swapping (by a shorter reason)	: 0
1800.06/1798.51	c Calls to reduceDB	: 69
1800.06/1798.51	c Number of update (reduction) of LBD	: 734850
1800.06/1798.51	c Imported unit clauses	: 0
1800.06/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.51	c number of learned constraints concerned by reduction	: 0
1800.06/1798.51	c number of learning phase by resolution	: 0
1800.06/1798.51	c number of learning phase by cutting planes	: 0
1800.06/1798.51	c speed (assignments/second)	: 38923.03179664206
1800.06/1798.51	c non guided choices	71
1800.06/1798.54	c learnt constraints type 
1800.06/1798.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144068
1800.06/1798.54	s UNKNOWN
1800.06/1798.54	c Total wall clock time (in seconds): 1798.423

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-4090069-1466037546/watcher-4090069-1466037546 -o /tmp/evaluation-result-4090069-1466037546/solver-4090069-1466037546 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466033848-10445 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090069-1466037546.opb 

pid=11060
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.20 2.22 2.18 3/196 11063
/proc/meminfo: memFree=30070452/32872528 swapFree=1504408/1684280
[pid=11063] ppid=11060 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/11063/stat : 11063 (java) R 11060 11063 5923 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 5800501 278528 33 33554432000 1073741824 1073778376 140737470850224 140733816390104 215115459879 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11063/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 2.20 2.22 2.18 3/196 11063
/proc/meminfo: memFree=30070452/32872528 swapFree=1504408/1684280
[pid=11063] ppid=11060 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11063/stat : 11063 (java) S 11060 11063 5923 0 -1 4202496 4395 0 1 0 8 1 0 0 20 0 18 0 5800501 9787879424 6029 33554432000 1073741824 1073778376 140737470850224 140737470841360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11063/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.20 2.22 2.18 3/196 11063
/proc/meminfo: memFree=30070452/32872528 swapFree=1504408/1684280
[pid=11063] ppid=11060 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/11063/stat : 11063 (java) S 11060 11063 5923 0 -1 4202496 6768 0 1 0 25 2 0 0 20 0 19 0 5800501 9856040960 7701 33554432000 1073741824 1073778376 140737470850224 140737470841360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11063/statm: 2406260 7701 2212 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300222 s]
/proc/loadavg: 2.20 2.22 2.18 3/196 11063
/proc/meminfo: memFree=30070452/32872528 swapFree=1504408/1684280
[pid=11063] ppid=11060 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/11063/stat : 11063 (java) S 11060 11063 5923 0 -1 4202496 7465 0 1 0 50 2 0 0 20 0 19 0 5800501 9856040960 8242 33554432000 1073741824 1073778376 140737470850224 140737470841360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11063/statm: 2406260 8242 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.70016 s]
/proc/loadavg: 2.20 2.22 2.18 3/196 11063
/proc/meminfo: memFree=30070452/32872528 swapFree=1504408/1684280
[pid=11063] ppid=11060 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/11063/stat : 11063 (java) S 11060 11063 5923 0 -1 4202496 8513 0 1 0 100 2 0 0 20 0 19 0 5800501 9856040960 8770 33554432000 1073741824 1073778376 140737470850224 140737470841360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11063/statm: 2406260 8770 2237 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.20 2.22 2.18 3/215 11082
/proc/meminfo: memFree=30041160/32872528 swapFree=1504408/1684280
[pid=11063] ppid=11060 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/11063/stat : 11063 (java) S 11060 11063 5923 0 -1 4202496 8521 0 1 0 184 2 0 0 20 0 19 0 5800501 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 140737470841360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11063/statm: 2406260 9799 2240 9 0 2396937 0
[pid=11063/tid=11065] ppid=11060 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/11063/task/11065/stat : 11065 (java) R 11060 11063 5923 0 -1 4202560 2407 0 1 0 146 0 0 0 20 0 19 0 5800502 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981466857168 139981322870482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11063/tid=11066] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11066/stat : 11066 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981444966568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11067/stat : 11067 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981443914024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11068/stat : 11068 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981442861480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11063/tid=11069] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11069/stat : 11069 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981441808936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11063/tid=11070] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11070/stat : 11070 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981104343720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11071] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11071/stat : 11071 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981103291176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11063/tid=11072] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11072/stat : 11072 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981102238632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11073] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11073/stat : 11073 (java) S 11060 11063 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981101186088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11074] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11074/stat : 11074 (java) S 11060 11063 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981088987240 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11075] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11075/stat : 11075 (java) S 11060 11063 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981087933560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11076] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11076/stat : 11076 (java) S 11060 11063 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981086880904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11077] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11077/stat : 11077 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981085829648 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11078] ppid=11060 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11063/task/11078/stat : 11078 (java) S 11060 11063 5923 0 -1 4202560 1807 0 0 0 16 0 0 0 20 0 19 0 5800508 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981084777016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11079] ppid=11060 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/11063/task/11079/stat : 11079 (java) S 11060 11063 5923 0 -1 4202560 3036 0 0 0 19 0 0 0 20 0 19 0 5800508 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981083724472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11080] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11080/stat : 11080 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981082672120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11081] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11081/stat : 11081 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981081619784 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11082] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11082/stat : 11082 (java) S 11060 11063 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5800516 9856040960 9799 33554432000 1073741824 1073778376 140737470850224 139981080564520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.18 2.22 2.18 3/215 11082
/proc/meminfo: memFree=30034396/32872528 swapFree=1504408/1684280
[pid=11063] ppid=11060 vsize=9625040 CPUtime=3.47 cores=0,2,4,6
/proc/11063/stat : 11063 (java) S 11060 11063 5923 0 -1 4202496 8525 0 1 0 345 2 0 0 20 0 19 0 5800501 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 140737470841360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11063/statm: 2406260 11847 2240 9 0 2396937 0
[pid=11063/tid=11065] ppid=11060 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/11063/task/11065/stat : 11065 (java) R 11060 11063 5923 0 -1 4202560 2411 0 1 0 304 1 0 0 20 0 19 0 5800502 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981466866072 139981322931591 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11063/tid=11066] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11066/stat : 11066 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981444966568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11067/stat : 11067 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981443914024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11068/stat : 11068 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981442861480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11063/tid=11069] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11069/stat : 11069 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981441808936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11063/tid=11070] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11070/stat : 11070 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981104343720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11071] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11071/stat : 11071 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981103291176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11063/tid=11072] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11072/stat : 11072 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981102238632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11073] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11073/stat : 11073 (java) S 11060 11063 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981101186088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11074] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11074/stat : 11074 (java) S 11060 11063 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981088987240 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11075] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11075/stat : 11075 (java) S 11060 11063 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981087933560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11076] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11076/stat : 11076 (java) S 11060 11063 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981086880904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11077] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11077/stat : 11077 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981085829648 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11078] ppid=11060 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11063/task/11078/stat : 11078 (java) S 11060 11063 5923 0 -1 4202560 1807 0 0 0 17 0 0 0 20 0 19 0 5800508 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981084777016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11079] ppid=11060 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11063/task/11079/stat : 11079 (java) S 11060 11063 5923 0 -1 4202560 3036 0 0 0 20 0 0 0 20 0 19 0 5800508 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981083724472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11080] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11080/stat : 11080 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981082672120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11081] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11081/stat : 11081 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981081619784 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11082] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11082/stat : 11082 (java) S 11060 11063 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5800516 9856040960 11847 33554432000 1073741824 1073778376 140737470850224 139981080564520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.18 2.22 2.18 3/215 11082
/proc/meminfo: memFree=30023108/32872528 swapFree=1504408/1684280
[pid=11063] ppid=11060 vsize=9625040 CPUtime=6.67 cores=0,2,4,6
/proc/11063/stat : 11063 (java) S 11060 11063 5923 0 -1 4202496 8532 0 1 0 665 2 0 0 20 0 19 0 5800501 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 140737470841360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11063/statm: 2406260 14168 2241 9 0 2396937 0
[pid=11063/tid=11065] ppid=11060 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/11063/task/11065/stat : 11065 (java) R 11060 11063 5923 0 -1 4202560 2417 0 1 0 623 1 0 0 20 0 19 0 5800502 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981466857168 139981322916575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11063/tid=11066] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11066/stat : 11066 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981444966568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11067/stat : 11067 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981443914024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11068/stat : 11068 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981442861480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11063/tid=11069] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11069/stat : 11069 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981441808936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11063/tid=11070] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11070/stat : 11070 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981104343720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11071] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11071/stat : 11071 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981103291176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11063/tid=11072] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11072/stat : 11072 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981102238632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11073] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11073/stat : 11073 (java) S 11060 11063 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5800504 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981101186088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11074] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11074/stat : 11074 (java) S 11060 11063 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981088987240 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11075] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11075/stat : 11075 (java) S 11060 11063 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981087933560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11076] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11076/stat : 11076 (java) S 11060 11063 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981086880904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11077] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11077/stat : 11077 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981085829648 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11078] ppid=11060 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11063/task/11078/stat : 11078 (java) S 11060 11063 5923 0 -1 4202560 1807 0 0 0 17 0 0 0 20 0 19 0 5800508 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981084777016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11079] ppid=11060 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11063/task/11079/stat : 11079 (java) S 11060 11063 5923 0 -1 4202560 3036 0 0 0 20 0 0 0 20 0 19 0 5800508 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981083724472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11080] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11080/stat : 11080 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981082672120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11081] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11081/stat : 11081 (java) S 11060 11063 5923 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981081619784 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11082] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11082/stat : 11082 (java) S 11060 11063 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5800516 9856040960 14168 33554432000 1073741824 1073778376 140737470850224 139981080564520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9625040


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

/proc/11063/task/11082/stat : 11082 (java) S 11060 11063 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5800516 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981080564520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.86
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.31 1.30 1.62 3/191 11182
/proc/meminfo: memFree=29911580/32872528 swapFree=1504408/1684280
[pid=11063] ppid=11060 vsize=9625040 CPUtime=1783.85 cores=0,2,4,6
/proc/11063/stat : 11063 (java) S 11060 11063 5923 0 -1 4202496 10866 0 1 0 178320 65 0 0 20 0 19 0 5800501 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 140737470841360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11063/statm: 2406260 122047 2256 9 0 2396937 0
[pid=11063/tid=11065] ppid=11060 vsize=9625040 CPUtime=1777.08 cores=0,2,4,6
/proc/11063/task/11065/stat : 11065 (java) R 11060 11063 5923 0 -1 4202560 2480 0 1 0 177677 31 0 0 20 0 19 0 5800502 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981466857168 139981322916512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11066] ppid=11060 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11063/task/11066/stat : 11066 (java) S 11060 11063 5923 0 -1 4202560 364 0 0 0 16 6 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981444966568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/11063/task/11067/stat : 11067 (java) S 11060 11063 5923 0 -1 4202560 77 0 0 0 9 4 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981443914024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11063/task/11068/stat : 11068 (java) S 11060 11063 5923 0 -1 4202560 285 0 0 0 12 4 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981442861480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11063/tid=11069] ppid=11060 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11063/task/11069/stat : 11069 (java) S 11060 11063 5923 0 -1 4202560 258 0 0 0 13 5 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981441808936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11070] ppid=11060 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11063/task/11070/stat : 11070 (java) S 11060 11063 5923 0 -1 4202560 167 0 0 0 14 4 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981104343720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11063/tid=11071] ppid=11060 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11063/task/11071/stat : 11071 (java) S 11060 11063 5923 0 -1 4202560 250 0 0 0 14 6 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981103291176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11072] ppid=11060 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11063/task/11072/stat : 11072 (java) S 11060 11063 5923 0 -1 4202560 254 0 0 0 11 4 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981102238632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11073] ppid=11060 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11063/task/11073/stat : 11073 (java) S 11060 11063 5923 0 -1 4202560 292 0 0 0 11 5 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981101186088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11063/tid=11074] ppid=11060 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11063/task/11074/stat : 11074 (java) S 11060 11063 5923 0 -1 4202560 103 0 0 0 1 1 0 0 20 0 19 0 5800505 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981088987240 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11075] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11075/stat : 11075 (java) S 11060 11063 5923 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981087933560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11076] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11076/stat : 11076 (java) S 11060 11063 5923 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981086880904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11077] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11077/stat : 11077 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981085829648 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11078] ppid=11060 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/11063/task/11078/stat : 11078 (java) S 11060 11063 5923 0 -1 4202560 1937 0 0 0 19 0 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981084777016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11079] ppid=11060 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11063/task/11079/stat : 11079 (java) S 11060 11063 5923 0 -1 4202560 3036 0 0 0 20 0 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981083724472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11080] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11080/stat : 11080 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981082672120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11081] ppid=11060 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11063/task/11081/stat : 11081 (java) S 11060 11063 5923 0 -1 4202560 104 0 0 0 35 30 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981081619784 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11082] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11082/stat : 11082 (java) S 11060 11063 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5800516 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981080564520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.85
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 1.24 1.28 1.61 2/191 11182
/proc/meminfo: memFree=29911596/32872528 swapFree=1504408/1684280
[pid=11063] ppid=11060 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/11063/stat : 11063 (java) S 11060 11063 5923 0 -1 4202496 10866 0 1 0 179941 65 0 0 20 0 19 0 5800501 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 140737470841360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11063/statm: 2406260 122047 2256 9 0 2396937 0
[pid=11063/tid=11065] ppid=11060 vsize=9625040 CPUtime=1793.24 cores=0,2,4,6
/proc/11063/task/11065/stat : 11065 (java) R 11060 11063 5923 0 -1 4202560 2480 0 1 0 179293 31 0 0 20 0 19 0 5800502 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981466857168 139981323068572 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11066] ppid=11060 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11063/task/11066/stat : 11066 (java) S 11060 11063 5923 0 -1 4202560 364 0 0 0 16 6 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981444966568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/11063/task/11067/stat : 11067 (java) S 11060 11063 5923 0 -1 4202560 77 0 0 0 9 4 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981443914024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11063/task/11068/stat : 11068 (java) S 11060 11063 5923 0 -1 4202560 285 0 0 0 12 4 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981442861480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11063/tid=11069] ppid=11060 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11063/task/11069/stat : 11069 (java) S 11060 11063 5923 0 -1 4202560 258 0 0 0 13 5 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981441808936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11070] ppid=11060 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11063/task/11070/stat : 11070 (java) S 11060 11063 5923 0 -1 4202560 167 0 0 0 14 4 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981104343720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11063/tid=11071] ppid=11060 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11063/task/11071/stat : 11071 (java) S 11060 11063 5923 0 -1 4202560 250 0 0 0 14 6 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981103291176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11072] ppid=11060 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11063/task/11072/stat : 11072 (java) S 11060 11063 5923 0 -1 4202560 254 0 0 0 11 4 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981102238632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11073] ppid=11060 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11063/task/11073/stat : 11073 (java) S 11060 11063 5923 0 -1 4202560 292 0 0 0 11 5 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981101186088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11063/tid=11074] ppid=11060 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11063/task/11074/stat : 11074 (java) S 11060 11063 5923 0 -1 4202560 103 0 0 0 1 1 0 0 20 0 19 0 5800505 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981088987240 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11075] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11075/stat : 11075 (java) S 11060 11063 5923 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981087933560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11076] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11076/stat : 11076 (java) S 11060 11063 5923 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981086880904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11077] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11077/stat : 11077 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981085829648 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11078] ppid=11060 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/11063/task/11078/stat : 11078 (java) S 11060 11063 5923 0 -1 4202560 1937 0 0 0 19 0 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981084777016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11079] ppid=11060 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11063/task/11079/stat : 11079 (java) S 11060 11063 5923 0 -1 4202560 3036 0 0 0 20 0 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981083724472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11080] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11080/stat : 11080 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981082672120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11081] ppid=11060 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11063/task/11081/stat : 11081 (java) S 11060 11063 5923 0 -1 4202560 104 0 0 0 35 30 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981081619784 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11082] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11082/stat : 11082 (java) S 11060 11063 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5800516 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981080564520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 11063 sig 9
??? kill -11063 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 1.24 1.28 1.61 2/191 11182
/proc/meminfo: memFree=29911596/32872528 swapFree=1504408/1684280
[pid=11063] ppid=11060 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/11063/stat : 11063 (java) S 11060 11063 5923 0 -1 4202496 10866 0 1 0 179941 65 0 0 20 0 19 0 5800501 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 140737470841360 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11063/statm: 2406260 122047 2256 9 0 2396937 0
[pid=11063/tid=11065] ppid=11060 vsize=9625040 CPUtime=1793.24 cores=0,2,4,6
/proc/11063/task/11065/stat : 11065 (java) R 11060 11063 5923 0 -1 4202560 2480 0 1 0 179293 31 0 0 20 0 19 0 5800502 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981466857168 139981323068572 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11066] ppid=11060 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11063/task/11066/stat : 11066 (java) S 11060 11063 5923 0 -1 4202560 364 0 0 0 16 6 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981444966568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/11063/task/11067/stat : 11067 (java) S 11060 11063 5923 0 -1 4202560 77 0 0 0 9 4 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981443914024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11063/task/11068/stat : 11068 (java) S 11060 11063 5923 0 -1 4202560 285 0 0 0 12 4 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981442861480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11063/tid=11069] ppid=11060 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11063/task/11069/stat : 11069 (java) S 11060 11063 5923 0 -1 4202560 258 0 0 0 13 5 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981441808936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11070] ppid=11060 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11063/task/11070/stat : 11070 (java) S 11060 11063 5923 0 -1 4202560 167 0 0 0 14 4 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981104343720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11063/tid=11071] ppid=11060 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11063/task/11071/stat : 11071 (java) S 11060 11063 5923 0 -1 4202560 250 0 0 0 14 6 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981103291176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11072] ppid=11060 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11063/task/11072/stat : 11072 (java) S 11060 11063 5923 0 -1 4202560 254 0 0 0 11 4 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981102238632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11073] ppid=11060 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11063/task/11073/stat : 11073 (java) S 11060 11063 5923 0 -1 4202560 292 0 0 0 11 5 0 0 20 0 19 0 5800504 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981101186088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11063/tid=11074] ppid=11060 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11063/task/11074/stat : 11074 (java) S 11060 11063 5923 0 -1 4202560 103 0 0 0 1 1 0 0 20 0 19 0 5800505 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981088987240 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11075] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11075/stat : 11075 (java) S 11060 11063 5923 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981087933560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11076] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11076/stat : 11076 (java) S 11060 11063 5923 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5800505 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981086880904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11077] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11077/stat : 11077 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981085829648 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11078] ppid=11060 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/11063/task/11078/stat : 11078 (java) S 11060 11063 5923 0 -1 4202560 1937 0 0 0 19 0 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981084777016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11079] ppid=11060 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/11063/task/11079/stat : 11079 (java) S 11060 11063 5923 0 -1 4202560 3036 0 0 0 20 0 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981083724472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11080] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11080/stat : 11080 (java) S 11060 11063 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981082672120 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11063/tid=11081] ppid=11060 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11063/task/11081/stat : 11081 (java) S 11060 11063 5923 0 -1 4202560 104 0 0 0 35 30 0 0 20 0 19 0 5800508 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981081619784 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11063/tid=11082] ppid=11060 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11063/task/11082/stat : 11082 (java) S 11060 11063 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5800516 9856040960 122047 33554432000 1073741824 1073778376 140737470850224 139981080564520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11063 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=878137
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=153824
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.54
CPU time (s): 1800.06
CPU user time (s): 1799.41
CPU system time (s): 0.65
CPU usage (%): 100.084
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.88
system time used= 1.15382
maximum resident set size= 488344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10912
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38316
involuntary context switches= 18086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0323 second user time and 13.255 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-16 02:39:06
IDJOB=4090069
IDBENCH=107496
IDSOLVER=2546
FILE ID=node135/4090069-1466037546
RUNJOBID= node135-1466033848-10445
PBS_JOBID= 19902813
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v081-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090069-1466037546/watcher-4090069-1466037546 -o /tmp/evaluation-result-4090069-1466037546/solver-4090069-1466037546 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466033848-10445 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090069-1466037546.opb

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

MD5SUM BENCH= 80bd9a7835bca86ed06879fdebd8f69f
RANDOM SEED=471284184

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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:        30070724 kB
Buffers:           28392 kB
Cached:            61356 kB
SwapCached:         1524 kB
Active:           361984 kB
Inactive:          55452 kB
Active(anon):     328124 kB
Inactive(anon):     1808 kB
Active(file):      33860 kB
Inactive(file):    53644 kB
Unevictable:     1684280 kB
Mlocked:         1504408 kB
SwapTotal:      67108856 kB
SwapFree:       67100076 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       2010036 kB
Mapped:            15524 kB
Shmem:                 0 kB
Slab:             565752 kB
SReclaimable:       9892 kB
SUnreclaim:       555860 kB
KernelStack:        1632 kB
PageTables:         8116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2473120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    491520 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= 71736 MiB
End job on node135 at 2016-06-16 03:09:04