Trace number 4089422

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 Res+CP PB16? (TO) 1800.13 898.556

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x17-hard.opb
MD5SUM3f37c5eafe5b8960f8d73d1c5e5fbdad
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.133978
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables170
Total number of constraints341
Number of constraints which are clauses340
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint170
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 89
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 259
Number of bits of the biggest sum of numbers9
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 ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive 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.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4089422-1466014045.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.05s.
0.11/0.15	c declared #vars     170
0.11/0.15	c #constraints  341
0.11/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 340
0.11/0.16	c 341 constraints processed.
0.11/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 340
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.11/0.16	c 341 constraints processed.
2.30/0.75	c cleaning 2500 clauses out of 5000 with flag 10692/5000
3.47/1.05	c cleaning 4250 clauses out of 8500 with flag 23502/11000
4.43/1.36	c cleaning 5625 clauses out of 11250 with flag 38444/18000
5.30/1.74	c cleaning 6813 clauses out of 13626 with flag 55577/26001
6.14/2.19	c cleaning 7906 clauses out of 15812 with flag 74814/35000
7.37/2.70	c cleaning 8954 clauses out of 17908 with flag 96175/45002
8.62/3.35	c cleaning 9977 clauses out of 19953 with flag 119661/56001
10.01/4.05	c cleaning 10988 clauses out of 21976 with flag 145343/68001
11.64/4.87	c cleaning 11991 clauses out of 23988 with flag 173040/81001
13.70/5.86	c cleaning 12996 clauses out of 25996 with flag 202978/95000
15.93/6.91	c cleaning 14000 clauses out of 28000 with flag 235061/110000
18.39/8.11	c cleaning 14999 clauses out of 30002 with flag 269226/126002
20.79/9.38	c cleaning 16000 clauses out of 32002 with flag 305609/143001
23.83/10.82	c cleaning 17001 clauses out of 34002 with flag 344050/161001
27.03/12.40	c cleaning 17999 clauses out of 36000 with flag 384617/180000
30.43/14.19	c cleaning 19001 clauses out of 38001 with flag 427428/200000
34.49/16.17	c cleaning 19998 clauses out of 40002 with flag 472338/221002
38.90/18.36	c cleaning 20999 clauses out of 42004 with flag 519302/243002
43.55/20.67	c cleaning 22001 clauses out of 44003 with flag 568333/266000
48.35/23.07	c cleaning 23002 clauses out of 46004 with flag 619352/290002
53.74/25.73	c cleaning 23999 clauses out of 48001 with flag 672679/315001
59.40/28.57	c cleaning 24997 clauses out of 50001 with flag 728040/341000
64.21/30.93	c cleaning 0 clauses out of 5000 with flag 0/5000
65.86/31.50	c cleaning 25998 clauses out of 52005 with flag 785593/368001
72.10/34.69	c cleaning 27003 clauses out of 54008 with flag 845286/396002
79.55/38.33	c cleaning 28002 clauses out of 56004 with flag 907114/425001
86.58/41.83	c cleaning 29000 clauses out of 58002 with flag 971261/455001
94.83/45.91	c cleaning 29998 clauses out of 60001 with flag 1036988/486000
103.03/50.06	c cleaning 30997 clauses out of 62003 with flag 1104832/518000
111.89/54.49	c cleaning 31997 clauses out of 64006 with flag 1174803/551000
120.49/58.70	c cleaning 33001 clauses out of 66009 with flag 1247062/585000
129.53/63.23	c cleaning 34005 clauses out of 68010 with flag 1321355/620002
138.93/67.93	c cleaning 35000 clauses out of 70003 with flag 1397745/656000
149.77/73.33	c cleaning 35997 clauses out of 72003 with flag 1476362/693000
160.44/78.62	c cleaning 37004 clauses out of 74007 with flag 1557284/731001
169.84/83.31	c cleaning 38000 clauses out of 76003 with flag 1640351/770001
179.64/88.21	c cleaning 39000 clauses out of 78002 with flag 1725659/810000
189.84/93.33	c cleaning 40000 clauses out of 80002 with flag 1813159/851000
200.83/98.88	c cleaning 40999 clauses out of 82003 with flag 1902764/893001
212.44/104.61	c cleaning 41998 clauses out of 84003 with flag 1994435/936000
224.63/110.73	c cleaning 42998 clauses out of 86005 with flag 2088574/980000
237.92/117.35	c cleaning 43996 clauses out of 88007 with flag 2184649/1025000
251.93/124.30	c cleaning 45003 clauses out of 90012 with flag 2282684/1071001
264.71/130.74	c cleaning 46000 clauses out of 92010 with flag 2383045/1118002
278.52/137.63	c cleaning 47005 clauses out of 94009 with flag 2485392/1166001
292.10/144.43	c cleaning 47999 clauses out of 96004 with flag 2590075/1215001
306.52/151.67	c cleaning 49000 clauses out of 98007 with flag 2696950/1265003
320.72/158.76	c cleaning 49996 clauses out of 100005 with flag 2805835/1316001
336.21/166.41	c cleaning 51003 clauses out of 102009 with flag 2916838/1368001
351.60/174.11	c cleaning 52001 clauses out of 104007 with flag 3029957/1421002
368.20/182.48	c cleaning 53001 clauses out of 106004 with flag 3144927/1475000
385.45/191.12	c cleaning 53996 clauses out of 108003 with flag 3262249/1530000
402.85/199.89	c cleaning 55003 clauses out of 110008 with flag 3381733/1586001
422.65/209.71	c cleaning 55993 clauses out of 112004 with flag 3503218/1643000
442.46/219.66	c cleaning 57003 clauses out of 114011 with flag 3626426/1701000
463.27/230.04	c cleaning 58004 clauses out of 116008 with flag 3751918/1760000
484.86/240.80	c cleaning 59000 clauses out of 118005 with flag 3879532/1820001
505.07/250.93	c cleaning 59999 clauses out of 120006 with flag 4008709/1881002
526.65/261.77	c cleaning 60999 clauses out of 122005 with flag 4140884/1943000
548.88/272.86	c cleaning 62000 clauses out of 124008 with flag 4275404/2006002
570.26/283.54	c cleaning 62998 clauses out of 126006 with flag 4411942/2070000
595.66/296.28	c cleaning 64001 clauses out of 128010 with flag 4550400/2135002
622.05/309.46	c cleaning 65004 clauses out of 130007 with flag 4691065/2201000
648.85/322.88	c cleaning 65997 clauses out of 132003 with flag 4833647/2268000
677.24/337.06	c cleaning 66996 clauses out of 134006 with flag 4978578/2336000
703.24/350.00	c cleaning 68003 clauses out of 136010 with flag 5125762/2405000
728.24/362.51	c cleaning 69002 clauses out of 138008 with flag 5275308/2475001
755.85/376.39	c cleaning 69996 clauses out of 140005 with flag 5426521/2546000
786.44/391.62	c cleaning 71002 clauses out of 142009 with flag 5580103/2618000
819.71/408.30	c cleaning 72002 clauses out of 144009 with flag 5735474/2691002
848.91/422.91	c cleaning 73003 clauses out of 146006 with flag 5893196/2765001
880.31/438.61	c cleaning 74002 clauses out of 148003 with flag 6052791/2840001
912.31/454.63	c cleaning 75000 clauses out of 150000 with flag 6214923/2916000
947.50/472.20	c cleaning 75990 clauses out of 152000 with flag 6379255/2993000
983.89/490.44	c cleaning 77005 clauses out of 154013 with flag 6544328/3071003
1020.10/508.51	c cleaning 77998 clauses out of 156005 with flag 6711572/3150000
1058.70/527.87	c cleaning 79002 clauses out of 158007 with flag 6880785/3230000
1094.89/545.97	c cleaning 79999 clauses out of 160005 with flag 7052131/3311000
1137.08/567.09	c cleaning 81002 clauses out of 162007 with flag 7225829/3393001
1178.29/587.60	c cleaning 81999 clauses out of 164005 with flag 7402558/3476001
1220.88/608.98	c cleaning 82997 clauses out of 166005 with flag 7580859/3560000
1260.88/628.93	c cleaning 83999 clauses out of 168008 with flag 7762319/3645000
1304.47/650.74	c cleaning 85000 clauses out of 170011 with flag 7945100/3731002
1346.07/671.59	c cleaning 86006 clauses out of 172012 with flag 8130864/3818003
1388.66/692.85	c cleaning 86998 clauses out of 174003 with flag 8317911/3906000
1434.47/715.71	c cleaning 87992 clauses out of 176006 with flag 8507756/3995001
1480.66/738.81	c cleaning 89002 clauses out of 178014 with flag 8699418/4085001
1528.83/762.99	c cleaning 90006 clauses out of 180011 with flag 8893461/4176000
1574.88/785.96	c cleaning 91000 clauses out of 182006 with flag 9089693/4268001
1628.29/812.65	c cleaning 91994 clauses out of 184005 with flag 9286568/4361000
1680.08/838.56	c cleaning 92999 clauses out of 186011 with flag 9485998/4455000
1737.34/867.11	c cleaning 94005 clauses out of 188016 with flag 9687387/4550004
1789.33/893.14	c cleaning 95004 clauses out of 190008 with flag 9891380/4646001
1800.13/898.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/898.51	c starts		: 1
1800.13/898.51	c conflicts		: 4674701
1800.13/898.51	c decisions		: 4932386
1800.13/898.51	c propagations		: 23702699
1800.13/898.51	c inspects		: 16704788847
1800.13/898.51	c shortcuts		: 0
1800.13/898.51	c learnt literals	: 0
1800.13/898.51	c learnt binary clauses	: 0
1800.13/898.51	c learnt ternary clauses	: 0
1800.13/898.51	c learnt constraints	: 4674701
1800.13/898.51	c ignored constraints	: 0
1800.13/898.51	c root simplifications	: 0
1800.13/898.51	c removed literals (reason simplification)	: 96725505
1800.13/898.51	c reason swapping (by a shorter reason)	: 0
1800.13/898.51	c Calls to reduceDB	: 92
1800.13/898.51	c Number of update (reduction) of LBD	: 81573
1800.13/898.51	c Imported unit clauses	: 0
1800.13/898.51	c number of reductions to clauses (during analyze)	: 0
1800.13/898.51	c number of learned constraints concerned by reduction	: 0
1800.13/898.51	c number of learning phase by resolution	: 0
1800.13/898.51	c number of learning phase by cutting planes	: 0
1800.13/898.51	c speed (assignments/second)	: 26384.880402162198
1800.13/898.51	c non guided choices	79
1800.13/898.53	c learnt constraints type 
1800.13/898.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123704
1800.13/898.54	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/898.54	c starts		: 28
1800.13/898.54	c conflicts		: 8058
1800.13/898.54	c decisions		: 11914
1800.13/898.54	c propagations		: 117989
1800.13/898.54	c inspects		: 132739317
1800.13/898.54	c shortcuts		: 0
1800.13/898.54	c learnt literals	: 0
1800.13/898.54	c learnt binary clauses	: 0
1800.13/898.54	c learnt ternary clauses	: 0
1800.13/898.54	c learnt constraints	: 8057
1800.13/898.54	c ignored constraints	: 0
1800.13/898.54	c root simplifications	: 0
1800.13/898.54	c removed literals (reason simplification)	: 0
1800.13/898.54	c reason swapping (by a shorter reason)	: 0
1800.13/898.54	c Calls to reduceDB	: 1
1800.13/898.54	c Number of update (reduction) of LBD	: 0
1800.13/898.54	c Imported unit clauses	: 0
1800.13/898.54	c number of reductions to clauses (during analyze)	: 0
1800.13/898.54	c number of learned constraints concerned by reduction	: 0
1800.13/898.54	c number of learning phase by resolution	: 0
1800.13/898.54	c number of learning phase by cutting planes	: 0
1800.13/898.54	c speed (assignments/second)	: 131.3361695685761
1800.13/898.54	c non guided choices	79
1800.13/898.54	c learnt constraints type 
1800.13/898.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
1800.13/898.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7887
1800.13/898.54	s UNKNOWN
1800.13/898.54	c Total wall clock time (in seconds): 898.434

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-4089422-1466014045/watcher-4089422-1466014045 -o /tmp/evaluation-result-4089422-1466014045/solver-4089422-1466014045 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089422-1466014045.opb 

pid=7397
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: 4.15 4.05 3.76 4/197 7400
/proc/meminfo: memFree=28505108/32872528 swapFree=248296/248296
[pid=7400] ppid=7397 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7400/stat : 7400 (java) S 7397 7400 5767 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3454890 98570240 977 33554432000 1073741824 1073778376 140737085440784 140737085431920 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7400/statm: 24065 977 743 9 0 16771 0
[pid=7400/tid=7401] ppid=7397 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7401/stat : 7401 (java) R 7397 7400 5767 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3454890 98570240 977 33554432000 1073741824 1073778376 140737085440784 139961572490792 247064249728 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.15 4.05 3.76 4/197 7400
/proc/meminfo: memFree=28505108/32872528 swapFree=248296/248296
[pid=7400] ppid=7397 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/7400/stat : 7400 (java) S 7397 7400 5767 0 -1 4202496 4552 0 1 0 10 1 0 0 20 0 18 0 3454890 9787879424 5677 33554432000 1073741824 1073778376 140737085440784 140737085431920 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7400/statm: 2389619 5677 2158 9 0 2380296 0
[pid=7400/tid=7401] ppid=7397 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7400/task/7401/stat : 7401 (java) R 7397 7400 5767 0 -1 4202560 2442 0 1 0 6 1 0 0 20 0 18 0 3454890 9787879424 5679 33554432000 1073741824 1073778376 140737085440784 139961572494240 139961512308385 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.200272 s]
/proc/loadavg: 4.15 4.05 3.76 4/197 7400
/proc/meminfo: memFree=28505108/32872528 swapFree=248296/248296
[pid=7400] ppid=7397 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/7400/stat : 7400 (java) S 7397 7400 5767 0 -1 4202496 5556 0 1 0 29 2 0 0 20 0 22 0 3454890 10060525568 8031 33554432000 1073741824 1073778376 140737085440784 140737085431920 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7400/statm: 2456183 8031 2234 9 0 2446860 0
[pid=7400/tid=7401] ppid=7397 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/7400/task/7401/stat : 7401 (java) S 7397 7400 5767 0 -1 4202560 2484 0 1 0 13 1 0 0 20 0 22 0 3454890 10060525568 8031 33554432000 1073741824 1073778376 140737085440784 139961572496248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+0.300271 s]
/proc/loadavg: 4.15 4.05 3.76 4/197 7400
/proc/meminfo: memFree=28505108/32872528 swapFree=248296/248296
[pid=7400] ppid=7397 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/7400/stat : 7400 (java) S 7397 7400 5767 0 -1 4202496 7291 0 1 0 67 3 0 0 20 0 22 0 3454890 10060525568 9866 33554432000 1073741824 1073778376 140737085440784 140737085431920 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7400/statm: 2456183 9866 2244 9 0 2446860 0
[pid=7400/tid=7401] ppid=7397 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/7400/task/7401/stat : 7401 (java) S 7397 7400 5767 0 -1 4202560 2484 0 1 0 13 1 0 0 20 0 22 0 3454890 10060525568 9866 33554432000 1073741824 1073778376 140737085440784 139961572496248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 9824732

[startup+0.700248 s]
/proc/loadavg: 4.15 4.05 3.76 4/197 7400
/proc/meminfo: memFree=28505108/32872528 swapFree=248296/248296
[pid=7400] ppid=7397 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/7400/stat : 7400 (java) S 7397 7400 5767 0 -1 4202496 17809 0 1 0 224 6 0 0 20 0 22 0 3454890 10060525568 24691 33554432000 1073741824 1073778376 140737085440784 140737085431920 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7400/statm: 2456183 24691 2252 9 0 2446860 0
[pid=7400/tid=7401] ppid=7397 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/7400/task/7401/stat : 7401 (java) S 7397 7400 5767 0 -1 4202560 2484 0 1 0 13 1 0 0 20 0 22 0 3454890 10060525568 24691 33554432000 1073741824 1073778376 140737085440784 139961572496248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 4.15 4.05 3.76 6/219 7422
/proc/meminfo: memFree=28322492/32872528 swapFree=248296/248296
[pid=7400] ppid=7397 vsize=9824732 CPUtime=4.87 cores=1,3,5,7
/proc/7400/stat : 7400 (java) S 7397 7400 5767 0 -1 4202496 26336 0 1 0 478 9 0 0 20 0 22 0 3454890 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 140737085431920 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7400/statm: 2456183 50521 2283 9 0 2446860 0
[pid=7400/tid=7401] ppid=7397 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/7400/task/7401/stat : 7401 (java) S 7397 7400 5767 0 -1 4202560 2484 0 1 0 13 1 0 0 20 0 22 0 3454890 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961572496248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7403] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7403/stat : 7403 (java) S 7397 7400 5767 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 3454891 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961511226408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7404] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7404/stat : 7404 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454891 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961510173608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7405] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7405/stat : 7405 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454891 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961413876520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7406] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7406/stat : 7406 (java) S 7397 7400 5767 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 3454891 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961412823720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7407] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7407/stat : 7407 (java) S 7397 7400 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3454891 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961411770920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7408] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7408/stat : 7408 (java) S 7397 7400 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3454891 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961410718120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7409] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7409/stat : 7409 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454891 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961409665320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7410] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7410/stat : 7410 (java) S 7397 7400 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3454891 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961408612520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7411] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7411/stat : 7411 (java) S 7397 7400 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3454892 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961396415464 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7412] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7412/stat : 7412 (java) S 7397 7400 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3454892 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961395361528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7413] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7413/stat : 7413 (java) S 7397 7400 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3454892 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961394308616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7414] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7414/stat : 7414 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454894 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961393257104 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7415] ppid=7397 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/7400/task/7415/stat : 7415 (java) S 7397 7400 5767 0 -1 4202560 11562 0 0 0 101 2 0 0 20 0 22 0 3454894 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961392204216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7416] ppid=7397 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/7400/task/7416/stat : 7416 (java) S 7397 7400 5767 0 -1 4202560 10773 0 0 0 97 2 0 0 20 0 22 0 3454894 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961391151416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7417] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7417/stat : 7417 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454894 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961390098808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7418] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7418/stat : 7418 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454895 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961389046216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7419] ppid=7397 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/7400/task/7419/stat : 7419 (java) R 7397 7400 5767 0 -1 4202560 31 0 0 0 129 0 0 0 20 0 22 0 3454906 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961387983392 139961512644272 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7420] ppid=7397 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/7400/task/7420/stat : 7420 (java) R 7397 7400 5767 0 -1 4202560 95 0 0 0 128 2 0 0 20 0 22 0 3454906 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961386938968 139961512910729 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7421] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7421/stat : 7421 (java) S 7397 7400 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3454906 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961385887144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7422] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7422/stat : 7422 (java) S 7397 7400 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3454906 10060525568 50521 33554432000 1073741824 1073778376 140737085440784 139961384834344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.15 4.05 3.76 5/219 7422
/proc/meminfo: memFree=28271292/32872528 swapFree=248296/248296
[pid=7400] ppid=7397 vsize=9824732 CPUtime=8.21 cores=1,3,5,7
/proc/7400/stat : 7400 (java) S 7397 7400 5767 0 -1 4202496 26777 0 1 0 806 15 0 0 20 0 22 0 3454890 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 140737085431920 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7400/statm: 2456183 92269 2283 9 0 2446860 0
[pid=7400/tid=7401] ppid=7397 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/7400/task/7401/stat : 7401 (java) S 7397 7400 5767 0 -1 4202560 2484 0 1 0 13 1 0 0 20 0 22 0 3454890 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961572496248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7403] ppid=7397 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7400/task/7403/stat : 7403 (java) S 7397 7400 5767 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 22 0 3454891 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961511226408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7404] ppid=7397 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7400/task/7404/stat : 7404 (java) S 7397 7400 5767 0 -1 4202560 53 0 0 0 1 2 0 0 20 0 22 0 3454891 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961510173608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7405] ppid=7397 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7400/task/7405/stat : 7405 (java) S 7397 7400 5767 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 3454891 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961413876520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7406] ppid=7397 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7400/task/7406/stat : 7406 (java) S 7397 7400 5767 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 3454891 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961412823720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7407] ppid=7397 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7400/task/7407/stat : 7407 (java) S 7397 7400 5767 0 -1 4202560 65 0 0 0 2 1 0 0 20 0 22 0 3454891 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961411770920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7408] ppid=7397 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7400/task/7408/stat : 7408 (java) S 7397 7400 5767 0 -1 4202560 47 0 0 0 1 0 0 0 20 0 22 0 3454891 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961410718120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7409] ppid=7397 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7400/task/7409/stat : 7409 (java) S 7397 7400 5767 0 -1 4202560 63 0 0 0 3 0 0 0 20 0 22 0 3454891 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961409665320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7410] ppid=7397 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7400/task/7410/stat : 7410 (java) S 7397 7400 5767 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 3454891 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961408612520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7411] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7411/stat : 7411 (java) S 7397 7400 5767 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 3454892 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961396415464 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7412] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7412/stat : 7412 (java) S 7397 7400 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3454892 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961395361528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7413] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7413/stat : 7413 (java) S 7397 7400 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3454892 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961394308616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7414] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7414/stat : 7414 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454894 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961393257104 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7415] ppid=7397 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/7400/task/7415/stat : 7415 (java) S 7397 7400 5767 0 -1 4202560 11570 0 0 0 106 2 0 0 20 0 22 0 3454894 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961392204216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7416] ppid=7397 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/7400/task/7416/stat : 7416 (java) S 7397 7400 5767 0 -1 4202560 10773 0 0 0 97 2 0 0 20 0 22 0 3454894 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961391151416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7417] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7417/stat : 7417 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454894 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961390098808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7418] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7418/stat : 7418 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454895 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961389046216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7419] ppid=7397 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/7400/task/7419/stat : 7419 (java) R 7397 7400 5767 0 -1 4202560 34 0 0 0 282 0 0 0 20 0 22 0 3454906 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961387992456 139961512631213 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7420] ppid=7397 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/7400/task/7420/stat : 7420 (java) R 7397 7400 5767 0 -1 4202560 149 0 0 0 280 3 0 0 20 0 22 0 3454906 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961386939224 139961512908582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7421] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7421/stat : 7421 (java) S 7397 7400 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3454906 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961385887144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7422] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7422/stat : 7422 (java) S 7397 7400 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3454906 10060525568 92269 33554432000 1073741824 1073778376 140737085440784 139961384834344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.22 4.07 3.77 5/219 7422
/proc/meminfo: memFree=27863656/32872528 swapFree=248296/248296
[pid=7400] ppid=7397 vsize=9824732 CPUtime=14.71 cores=1,3,5,7
/proc/7400/stat : 7400 (java) S 7397 7400 5767 0 -1 4202496 27279 0 1 0 1447 24 0 0 20 0 22 0 3454890 10060525568 158847 33554432000 1073741824 1073778376 140737085440784 140737085431920 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7400/statm: 2456183 158847 2283 9 0 2446860 0
[pid=7400/tid=7401] ppid=7397 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/7400/task/7401/stat : 7401 (java) S 7397 7400 5767 0 -1 4202560 2484 0 1 0 13 1 0 0 20 0 22 0 3454890 10060525568 158847 33554432000 1073741824 1073778376 140737085440784 139961572496248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7403] ppid=7397 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7400/task/7403/stat : 7403 (java) S 7397 7400 5767 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 22 0 3454891 10060525568 158847 33554432000 1073741824 1073778376 140737085440784 139961511226408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7404] ppid=7397 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/7400/task/7404/stat : 7404 (java) S 7397 7400 5767 0 -1 4202560 84 0 0 0 5 3 0 0 20 0 22 0 3454891 10060525568 158847 33554432000 1073741824 1073778376 140737085440784 139961510173608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7405] ppid=7397 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7400/task/7405/stat : 7405 (java) S 7397 7400 5767 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 3454891 10060525568 158847 33554432000 1073741824 1073778376 140737085440784 139961413876520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7406] ppid=7397 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7400/task/7406/stat : 7406 (java) S 7397 7400 5767 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 22 0 3454891 10060525568 158847 33554432000 1073741824 1073778376 140737085440784 139961412823720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7407] ppid=7397 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/7400/task/7407/stat : 7407 (java) S 7397 7400 5767 0 -1 4202560 86 0 0 0 4 2 0 0 20 0 22 0 3454891 10060525568 158847 33554432000 1073741824 1073778376 140737085440784 139961411770920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7408] ppid=7397 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/7400/task/7408/stat : 7408 (java) S 7397 7400 5767 0 -1 4202560 58 0 0 0 2 1 0 0 20 0 22 0 3454891 10060525568 158847 33554432000 1073741824 1073778376 140737085440784 139961410718120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7409] ppid=7397 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/7400/task/7409/stat : 7409 (java) S 7397 7400 5767 0 -1 4202560 81 0 0 0 5 2 0 0 20 0 22 0 3454891 10060525568 158847 33554432000 1073741824 1073778376 140737085440784 139961409665320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7410] ppid=7397 vsize=9824732 CPUtime=0.03 cores=1,3,5,7

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

/proc/7400/task/7405/stat : 7405 (java) S 7397 7400 5767 0 -1 4202560 214 0 0 0 27 5 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961413876520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7406] ppid=7397 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/7400/task/7406/stat : 7406 (java) S 7397 7400 5767 0 -1 4202560 223 0 0 0 42 8 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961412823720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7407] ppid=7397 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/7400/task/7407/stat : 7407 (java) S 7397 7400 5767 0 -1 4202560 335 0 0 0 32 9 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961411770920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7408] ppid=7397 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/7400/task/7408/stat : 7408 (java) S 7397 7400 5767 0 -1 4202560 392 0 0 0 30 5 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961410718120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7409] ppid=7397 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/7400/task/7409/stat : 7409 (java) S 7397 7400 5767 0 -1 4202560 422 0 0 0 33 9 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961409665320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7410] ppid=7397 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/7400/task/7410/stat : 7410 (java) S 7397 7400 5767 0 -1 4202560 357 0 0 0 32 8 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961408612520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7411] ppid=7397 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/7400/task/7411/stat : 7411 (java) S 7397 7400 5767 0 -1 4202560 1434 0 0 0 74 4 0 0 20 0 22 0 3454892 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961396415464 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7412] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7412/stat : 7412 (java) S 7397 7400 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3454892 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961395361528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7413] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7413/stat : 7413 (java) S 7397 7400 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3454892 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961394308616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7414] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7414/stat : 7414 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454894 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961393257104 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7415] ppid=7397 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/7400/task/7415/stat : 7415 (java) S 7397 7400 5767 0 -1 4202560 16103 0 0 0 161 2 0 0 20 0 22 0 3454894 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961392204216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7416] ppid=7397 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/7400/task/7416/stat : 7416 (java) S 7397 7400 5767 0 -1 4202560 10780 0 0 0 100 2 0 0 20 0 22 0 3454894 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961391151416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7417] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7417/stat : 7417 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454894 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961390098808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7418] ppid=7397 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/7400/task/7418/stat : 7418 (java) S 7397 7400 5767 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 3454895 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961389046216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7419] ppid=7397 vsize=9824732 CPUtime=878.11 cores=1,3,5,7
/proc/7400/task/7419/stat : 7419 (java) R 7397 7400 5767 0 -1 4202560 73 0 0 0 87797 14 0 0 20 0 22 0 3454906 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961387983392 139961512693777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7420] ppid=7397 vsize=9824732 CPUtime=878.08 cores=1,3,5,7
/proc/7400/task/7420/stat : 7420 (java) R 7397 7400 5767 0 -1 4202560 1601 0 0 0 87760 48 0 0 20 0 22 0 3454906 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961386938176 139961512820637 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7421] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7421/stat : 7421 (java) S 7397 7400 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3454906 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961385887144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7422] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7422/stat : 7422 (java) S 7397 7400 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3454906 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961384834344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1767.75
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.501 s]
/proc/loadavg: 4.10 4.07 3.92 5/219 8395
/proc/meminfo: memFree=26213668/32872528 swapFree=248296/248296
[pid=7400] ppid=7397 vsize=9824732 CPUtime=1800.13 cores=1,3,5,7
/proc/7400/stat : 7400 (java) S 7397 7400 5767 0 -1 4202496 36264 0 1 0 179898 115 0 0 20 0 22 0 3454890 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 140737085431920 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7400/statm: 2456183 727563 2292 9 0 2446860 0
[pid=7400/tid=7401] ppid=7397 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/7400/task/7401/stat : 7401 (java) S 7397 7400 5767 0 -1 4202560 2489 0 1 0 15 3 0 0 20 0 22 0 3454890 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961572496248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7403] ppid=7397 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/7400/task/7403/stat : 7403 (java) S 7397 7400 5767 0 -1 4202560 205 0 0 0 36 6 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961511226408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7404] ppid=7397 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/7400/task/7404/stat : 7404 (java) S 7397 7400 5767 0 -1 4202560 320 0 0 0 36 9 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961510173608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7405] ppid=7397 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/7400/task/7405/stat : 7405 (java) S 7397 7400 5767 0 -1 4202560 214 0 0 0 27 5 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961413876520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7406] ppid=7397 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/7400/task/7406/stat : 7406 (java) S 7397 7400 5767 0 -1 4202560 223 0 0 0 42 8 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961412823720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7407] ppid=7397 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/7400/task/7407/stat : 7407 (java) S 7397 7400 5767 0 -1 4202560 335 0 0 0 32 9 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961411770920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7408] ppid=7397 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/7400/task/7408/stat : 7408 (java) S 7397 7400 5767 0 -1 4202560 392 0 0 0 30 5 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961410718120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7409] ppid=7397 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/7400/task/7409/stat : 7409 (java) S 7397 7400 5767 0 -1 4202560 422 0 0 0 33 9 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961409665320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7410] ppid=7397 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/7400/task/7410/stat : 7410 (java) S 7397 7400 5767 0 -1 4202560 357 0 0 0 32 8 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961408612520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7411] ppid=7397 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/7400/task/7411/stat : 7411 (java) S 7397 7400 5767 0 -1 4202560 1434 0 0 0 74 4 0 0 20 0 22 0 3454892 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961396415464 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7412] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7412/stat : 7412 (java) S 7397 7400 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3454892 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961395361528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7413] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7413/stat : 7413 (java) S 7397 7400 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3454892 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961394308616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7414] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7414/stat : 7414 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454894 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961393257104 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7415] ppid=7397 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/7400/task/7415/stat : 7415 (java) S 7397 7400 5767 0 -1 4202560 16103 0 0 0 161 2 0 0 20 0 22 0 3454894 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961392204216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7416] ppid=7397 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/7400/task/7416/stat : 7416 (java) S 7397 7400 5767 0 -1 4202560 10780 0 0 0 100 2 0 0 20 0 22 0 3454894 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961391151416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7417] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7417/stat : 7417 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454894 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961390098808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7418] ppid=7397 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/7400/task/7418/stat : 7418 (java) S 7397 7400 5767 0 -1 4202560 51 0 0 0 13 22 0 0 20 0 22 0 3454895 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961389046216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7419] ppid=7397 vsize=9824732 CPUtime=894.26 cores=1,3,5,7
/proc/7400/task/7419/stat : 7419 (java) R 7397 7400 5767 0 -1 4202560 73 0 0 0 89412 14 0 0 20 0 22 0 3454906 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961387983392 139961512736519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7420] ppid=7397 vsize=9824732 CPUtime=894.23 cores=1,3,5,7
/proc/7400/task/7420/stat : 7420 (java) R 7397 7400 5767 0 -1 4202560 1601 0 0 0 89375 48 0 0 20 0 22 0 3454906 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961386938176 139961512820612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7421] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7421/stat : 7421 (java) S 7397 7400 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3454906 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961385887144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7422] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7422/stat : 7422 (java) S 7397 7400 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3454906 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961384834344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

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 7400 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.501 s]
/proc/loadavg: 4.10 4.07 3.92 5/219 8395
/proc/meminfo: memFree=26213668/32872528 swapFree=248296/248296
[pid=7400] ppid=7397 vsize=9824732 CPUtime=1800.13 cores=1,3,5,7
/proc/7400/stat : 7400 (java) S 7397 7400 5767 0 -1 4202496 36264 0 1 0 179898 115 0 0 20 0 22 0 3454890 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 140737085431920 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7400/statm: 2456183 727563 2292 9 0 2446860 0
[pid=7400/tid=7401] ppid=7397 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/7400/task/7401/stat : 7401 (java) S 7397 7400 5767 0 -1 4202560 2489 0 1 0 15 3 0 0 20 0 22 0 3454890 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961572496248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7403] ppid=7397 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/7400/task/7403/stat : 7403 (java) S 7397 7400 5767 0 -1 4202560 205 0 0 0 36 6 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961511226408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7404] ppid=7397 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/7400/task/7404/stat : 7404 (java) S 7397 7400 5767 0 -1 4202560 320 0 0 0 36 9 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961510173608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7405] ppid=7397 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/7400/task/7405/stat : 7405 (java) S 7397 7400 5767 0 -1 4202560 214 0 0 0 27 5 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961413876520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7406] ppid=7397 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/7400/task/7406/stat : 7406 (java) S 7397 7400 5767 0 -1 4202560 223 0 0 0 42 8 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961412823720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7407] ppid=7397 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/7400/task/7407/stat : 7407 (java) S 7397 7400 5767 0 -1 4202560 335 0 0 0 32 9 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961411770920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7408] ppid=7397 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/7400/task/7408/stat : 7408 (java) S 7397 7400 5767 0 -1 4202560 392 0 0 0 30 5 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961410718120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7409] ppid=7397 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/7400/task/7409/stat : 7409 (java) S 7397 7400 5767 0 -1 4202560 422 0 0 0 33 9 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961409665320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7410] ppid=7397 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/7400/task/7410/stat : 7410 (java) S 7397 7400 5767 0 -1 4202560 357 0 0 0 32 8 0 0 20 0 22 0 3454891 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961408612520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7411] ppid=7397 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/7400/task/7411/stat : 7411 (java) S 7397 7400 5767 0 -1 4202560 1434 0 0 0 74 4 0 0 20 0 22 0 3454892 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961396415464 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7412] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7412/stat : 7412 (java) S 7397 7400 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3454892 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961395361528 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7413] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7413/stat : 7413 (java) S 7397 7400 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3454892 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961394308616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7414] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7414/stat : 7414 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454894 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961393257104 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7415] ppid=7397 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/7400/task/7415/stat : 7415 (java) S 7397 7400 5767 0 -1 4202560 16103 0 0 0 161 2 0 0 20 0 22 0 3454894 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961392204216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7400/tid=7416] ppid=7397 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/7400/task/7416/stat : 7416 (java) S 7397 7400 5767 0 -1 4202560 10780 0 0 0 100 2 0 0 20 0 22 0 3454894 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961391151416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7417] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7417/stat : 7417 (java) S 7397 7400 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3454894 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961390098808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7418] ppid=7397 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/7400/task/7418/stat : 7418 (java) S 7397 7400 5767 0 -1 4202560 51 0 0 0 13 22 0 0 20 0 22 0 3454895 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961389046216 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7419] ppid=7397 vsize=9824732 CPUtime=894.26 cores=1,3,5,7
/proc/7400/task/7419/stat : 7419 (java) R 7397 7400 5767 0 -1 4202560 73 0 0 0 89412 14 0 0 20 0 22 0 3454906 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961387983392 139961512736519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7400/tid=7420] ppid=7397 vsize=9824732 CPUtime=894.23 cores=1,3,5,7
/proc/7400/task/7420/stat : 7420 (java) R 7397 7400 5767 0 -1 4202560 1601 0 0 0 89375 48 0 0 20 0 22 0 3454906 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961386938176 139961512820612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7400/tid=7421] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7421/stat : 7421 (java) S 7397 7400 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3454906 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961385887144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7400/tid=7422] ppid=7397 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7400/task/7422/stat : 7422 (java) S 7397 7400 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3454906 10060525568 727563 33554432000 1073741824 1073778376 140737085440784 139961384834344 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 898.556
CPU time (s): 1800.13
CPU user time (s): 1798.98
CPU system time (s): 1.15
CPU usage (%): 200.336
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 1.71374
maximum resident set size= 3032308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36307
page faults= 1
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21782
involuntary context switches= 9664

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8931 second user time and 7.2559 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 20:07:25
IDJOB=4089422
IDBENCH=107404
IDSOLVER=2543
FILE ID=node103/4089422-1466014045
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid10x17-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089422-1466014045/watcher-4089422-1466014045 -o /tmp/evaluation-result-4089422-1466014045/solver-4089422-1466014045 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089422-1466014045.opb

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

MD5SUM BENCH= 3f37c5eafe5b8960f8d73d1c5e5fbdad
RANDOM SEED=2005766464

node103.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.278
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.55
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.278
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.278
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		: 2667.278
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.278
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.278
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.278
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.278
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:        28505380 kB
Buffers:          124676 kB
Cached:           342308 kB
SwapCached:            0 kB
Active:          3068148 kB
Inactive:         322648 kB
Active(anon):    2926244 kB
Inactive(anon):        0 kB
Active(file):     141904 kB
Inactive(file):   322648 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               556 kB
Writeback:             0 kB
AnonPages:       3192292 kB
Mapped:            21508 kB
Shmem:               204 kB
Slab:             574388 kB
SReclaimable:      18252 kB
SUnreclaim:       556136 kB
KernelStack:        1632 kB
PageTables:        10628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3432840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2877440 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 node103 at 2016-06-15 20:22:23