Trace number 4089653

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.09 897.951

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid10x25.opb
MD5SUM2ce5f39bf3136484c99a474420e04867
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.016997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250
Total number of constraints501
Number of constraints which are clauses500
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 constraint250
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 125
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 375
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.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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4089653-1466015504.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  no objective function found
0.22/0.20	c ... done. Wall clock time 0.072s.
0.22/0.20	c declared #vars     250
0.22/0.20	c #constraints  501
0.22/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.20	c constraints type 
0.22/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.22/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
0.22/0.20	c 501 constraints processed.
0.22/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.20	c constraints type 
0.22/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
0.22/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.22/0.20	c 501 constraints processed.
2.18/0.76	c cleaning 2501 clauses out of 5001 with flag 10730/5001
3.40/1.06	c cleaning 4246 clauses out of 8499 with flag 23482/11000
4.52/1.41	c cleaning 5627 clauses out of 11253 with flag 38447/18000
5.40/1.83	c cleaning 6815 clauses out of 13630 with flag 55543/26004
6.27/2.30	c cleaning 7904 clauses out of 15812 with flag 74758/35001
7.69/2.93	c cleaning 8954 clauses out of 17908 with flag 96154/45001
9.08/3.62	c cleaning 9977 clauses out of 19954 with flag 119707/56001
10.72/4.42	c cleaning 10984 clauses out of 21976 with flag 145383/68000
12.56/5.32	c cleaning 11996 clauses out of 23992 with flag 173202/81000
14.36/6.30	c cleaning 12995 clauses out of 25996 with flag 202980/95000
16.77/7.43	c cleaning 14002 clauses out of 28003 with flag 235076/110002
19.21/8.60	c cleaning 14997 clauses out of 29999 with flag 269174/126000
21.61/9.86	c cleaning 16000 clauses out of 32002 with flag 305437/143000
24.67/11.31	c cleaning 16998 clauses out of 34002 with flag 343872/161000
27.87/12.95	c cleaning 18001 clauses out of 36005 with flag 384121/180001
31.47/14.71	c cleaning 19001 clauses out of 38005 with flag 426763/200002
35.53/16.75	c cleaning 19999 clauses out of 40002 with flag 471610/221000
40.13/19.01	c cleaning 21002 clauses out of 42005 with flag 518392/243002
44.41/21.13	c cleaning 21997 clauses out of 44003 with flag 567383/266002
48.81/23.39	c cleaning 23002 clauses out of 46006 with flag 618659/290002
53.81/25.84	c cleaning 24002 clauses out of 48003 with flag 672097/315001
54.01/25.98	c cleaning 0 clauses out of 5001 with flag 0/5001
59.72/28.54	c cleaning 24999 clauses out of 50000 with flag 727673/341000
65.59/31.46	c cleaning 25999 clauses out of 52003 with flag 785285/368002
71.59/34.50	c cleaning 27000 clauses out of 54002 with flag 845093/396000
78.08/37.64	c cleaning 28000 clauses out of 56002 with flag 907178/425000
85.47/41.38	c cleaning 29001 clauses out of 58002 with flag 971144/455000
92.87/45.03	c cleaning 30000 clauses out of 60002 with flag 1037432/486001
101.15/49.16	c cleaning 30996 clauses out of 62001 with flag 1105531/518000
109.74/53.49	c cleaning 32000 clauses out of 64005 with flag 1175723/551000
119.41/58.28	c cleaning 33001 clauses out of 66007 with flag 1247875/585002
129.41/63.22	c cleaning 34001 clauses out of 68006 with flag 1322406/620002
139.66/68.30	c cleaning 35000 clauses out of 70003 with flag 1399186/656000
150.69/73.87	c cleaning 36000 clauses out of 72003 with flag 1478023/693000
162.08/79.59	c cleaning 37003 clauses out of 74006 with flag 1558582/731003
173.14/85.07	c cleaning 37993 clauses out of 76000 with flag 1641673/770000
184.40/90.68	c cleaning 39004 clauses out of 78007 with flag 1727010/810000
196.20/96.59	c cleaning 39998 clauses out of 80004 with flag 1814452/851001
208.64/102.70	c cleaning 40999 clauses out of 82006 with flag 1903932/893001
221.48/109.12	c cleaning 42003 clauses out of 84006 with flag 1995469/936000
235.54/116.16	c cleaning 42999 clauses out of 86003 with flag 2088874/980000
249.39/123.09	c cleaning 44002 clauses out of 88005 with flag 2184898/1025001
266.04/131.36	c cleaning 44997 clauses out of 90003 with flag 2282563/1071001
282.28/139.50	c cleaning 46000 clauses out of 92005 with flag 2381877/1118000
298.52/147.66	c cleaning 47003 clauses out of 94006 with flag 2483898/1166001
315.43/156.03	c cleaning 47998 clauses out of 96003 with flag 2588414/1215001
330.05/163.35	c cleaning 49001 clauses out of 98004 with flag 2694957/1265000
344.66/170.62	c cleaning 49999 clauses out of 100004 with flag 2803707/1316001
360.31/178.48	c cleaning 51002 clauses out of 102006 with flag 2914551/1368002
377.54/187.04	c cleaning 52001 clauses out of 104002 with flag 3027462/1421000
396.75/196.68	c cleaning 52998 clauses out of 106002 with flag 3142360/1475001
415.80/206.13	c cleaning 53997 clauses out of 108003 with flag 3259018/1530000
434.25/215.52	c cleaning 55002 clauses out of 110007 with flag 3377430/1586001
453.26/225.02	c cleaning 56000 clauses out of 112004 with flag 3498012/1643000
472.10/234.41	c cleaning 56995 clauses out of 114004 with flag 3620880/1701000
491.97/244.37	c cleaning 58000 clauses out of 116009 with flag 3746723/1760000
514.47/255.60	c cleaning 59003 clauses out of 118010 with flag 3874928/1820001
535.53/266.07	c cleaning 60004 clauses out of 120008 with flag 4005195/1881002
557.25/276.82	c cleaning 60998 clauses out of 122003 with flag 4136881/1943001
583.41/290.04	c cleaning 61996 clauses out of 124005 with flag 4270762/2006001
612.38/304.41	c cleaning 63000 clauses out of 126008 with flag 4406811/2070000
644.48/320.45	c cleaning 64000 clauses out of 128008 with flag 4544708/2135000
671.33/333.83	c cleaning 65004 clauses out of 130008 with flag 4684225/2201000
696.53/346.44	c cleaning 65997 clauses out of 132005 with flag 4826144/2268001
723.92/360.17	c cleaning 67000 clauses out of 134007 with flag 4969948/2336000
750.71/373.50	c cleaning 67998 clauses out of 136008 with flag 5115522/2405001
777.98/387.15	c cleaning 69004 clauses out of 138010 with flag 5263519/2475001
805.18/400.79	c cleaning 69998 clauses out of 140007 with flag 5413780/2546002
834.37/415.38	c cleaning 71000 clauses out of 142008 with flag 5566334/2618001
863.98/430.17	c cleaning 72000 clauses out of 144008 with flag 5721476/2691001
896.75/446.58	c cleaning 73001 clauses out of 146008 with flag 5879318/2765001
927.58/462.19	c cleaning 74004 clauses out of 148007 with flag 6039346/2840001
958.76/477.75	c cleaning 74996 clauses out of 150002 with flag 6200736/2916000
990.55/493.61	c cleaning 75999 clauses out of 152007 with flag 6364592/2993001
1022.75/509.76	c cleaning 77003 clauses out of 154007 with flag 6530704/3071000
1056.01/526.35	c cleaning 77999 clauses out of 156004 with flag 6698989/3150000
1086.81/541.73	c cleaning 79004 clauses out of 158008 with flag 6869456/3230003
1121.49/559.03	c cleaning 80000 clauses out of 160002 with flag 7041932/3311001
1156.99/576.71	c cleaning 80997 clauses out of 162003 with flag 7216333/3393002
1192.66/594.51	c cleaning 81997 clauses out of 164004 with flag 7393564/3476000
1226.46/611.45	c cleaning 82998 clauses out of 166008 with flag 7572288/3560001
1261.66/629.06	c cleaning 84002 clauses out of 168011 with flag 7752690/3645002
1301.13/648.75	c cleaning 84996 clauses out of 170007 with flag 7935569/3731000
1338.72/667.53	c cleaning 86006 clauses out of 172011 with flag 8120138/3818000
1378.24/687.46	c cleaning 86998 clauses out of 174005 with flag 8306769/3906000
1419.12/707.88	c cleaning 87997 clauses out of 176007 with flag 8496400/3995000
1460.72/728.64	c cleaning 88999 clauses out of 178012 with flag 8688373/4085002
1504.80/750.67	c cleaning 90001 clauses out of 180011 with flag 8882258/4176000
1553.08/774.78	c cleaning 90996 clauses out of 182010 with flag 9077675/4268000
1595.96/796.15	c cleaning 92000 clauses out of 184014 with flag 9274154/4361000
1643.47/819.83	c cleaning 93001 clauses out of 186015 with flag 9473351/4455001
1690.96/843.59	c cleaning 93996 clauses out of 188013 with flag 9675599/4550000
1738.55/867.26	c cleaning 95006 clauses out of 190017 with flag 9880149/4646000
1785.75/890.81	c cleaning 96000 clauses out of 192011 with flag 10086946/4743000
1800.09/897.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/897.90	c starts		: 1
1800.09/897.90	c conflicts		: 4782076
1800.09/897.90	c decisions		: 4956618
1800.09/897.90	c propagations		: 23548993
1800.09/897.90	c inspects		: 14573895675
1800.09/897.90	c shortcuts		: 0
1800.09/897.90	c learnt literals	: 0
1800.09/897.90	c learnt binary clauses	: 0
1800.09/897.90	c learnt ternary clauses	: 0
1800.09/897.90	c learnt constraints	: 4782076
1800.09/897.90	c ignored constraints	: 0
1800.09/897.90	c root simplifications	: 0
1800.09/897.90	c removed literals (reason simplification)	: 100852835
1800.09/897.90	c reason swapping (by a shorter reason)	: 0
1800.09/897.90	c Calls to reduceDB	: 93
1800.09/897.90	c Number of update (reduction) of LBD	: 90321
1800.09/897.90	c Imported unit clauses	: 0
1800.09/897.90	c number of reductions to clauses (during analyze)	: 0
1800.09/897.90	c number of learned constraints concerned by reduction	: 0
1800.09/897.90	c number of learning phase by resolution	: 0
1800.09/897.90	c number of learning phase by cutting planes	: 0
1800.09/897.90	c speed (assignments/second)	: 26232.58661022613
1800.09/897.90	c non guided choices	115
1800.09/897.93	c learnt constraints type 
1800.09/897.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 135087
1800.09/897.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/897.93	c starts		: 34
1800.09/897.93	c conflicts		: 10875
1800.09/897.93	c decisions		: 21493
1800.09/897.93	c propagations		: 228886
1800.09/897.93	c inspects		: 287991493
1800.09/897.93	c shortcuts		: 0
1800.09/897.93	c learnt literals	: 0
1800.09/897.93	c learnt binary clauses	: 0
1800.09/897.93	c learnt ternary clauses	: 0
1800.09/897.93	c learnt constraints	: 10874
1800.09/897.93	c ignored constraints	: 0
1800.09/897.93	c root simplifications	: 0
1800.09/897.93	c removed literals (reason simplification)	: 0
1800.09/897.93	c reason swapping (by a shorter reason)	: 0
1800.09/897.93	c Calls to reduceDB	: 1
1800.09/897.93	c Number of update (reduction) of LBD	: 0
1800.09/897.93	c Imported unit clauses	: 0
1800.09/897.93	c number of reductions to clauses (during analyze)	: 0
1800.09/897.93	c number of learned constraints concerned by reduction	: 0
1800.09/897.93	c number of learning phase by resolution	: 0
1800.09/897.93	c number of learning phase by cutting planes	: 0
1800.09/897.93	c speed (assignments/second)	: 254.96084568857006
1800.09/897.93	c non guided choices	115
1800.09/897.94	c learnt constraints type 
1800.09/897.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 195
1800.09/897.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10679
1800.09/897.94	s UNKNOWN
1800.09/897.94	c Total wall clock time (in seconds): 897.813

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-4089653-1466015504/watcher-4089653-1466015504 -o /tmp/evaluation-result-4089653-1466015504/solver-4089653-1466015504 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089653-1466015504.opb 

pid=13182
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: 4.27 4.16 4.14 4/197 13185
/proc/meminfo: memFree=27901540/32872528 swapFree=1073728/1155488
[pid=13185] ppid=13182 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13185/stat : 13185 (java) R 13182 13185 5545 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3599671 9515008 170 33554432000 1073741824 1073778376 140734852908528 140734852905656 219504742816 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13185/statm: 2323 176 133 9 0 71 0

[startup+0.10016 s]
/proc/loadavg: 4.27 4.16 4.14 4/197 13185
/proc/meminfo: memFree=27901540/32872528 swapFree=1073728/1155488
[pid=13185] ppid=13182 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13185/stat : 13185 (java) S 13182 13185 5545 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 3599671 9787879424 6035 33554432000 1073741824 1073778376 140734852908528 140734852899664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13185/statm: 2389619 6035 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 4.27 4.16 4.14 4/197 13185
/proc/meminfo: memFree=27901540/32872528 swapFree=1073728/1155488
[pid=13185] ppid=13182 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/13185/stat : 13185 (java) S 13182 13185 5545 0 -1 4202496 4677 0 1 0 21 1 0 0 20 0 18 0 3599671 9787879424 7291 33554432000 1073741824 1073778376 140734852908528 140734852899664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13185/statm: 2389619 7291 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 4.27 4.16 4.14 4/197 13185
/proc/meminfo: memFree=27901540/32872528 swapFree=1073728/1155488
[pid=13185] ppid=13182 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/13185/stat : 13185 (java) S 13182 13185 5545 0 -1 4202496 7215 0 1 0 57 2 0 0 20 0 22 0 3599671 10060525568 9133 33554432000 1073741824 1073778376 140734852908528 140734852899664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13185/statm: 2456183 9133 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824732

[startup+0.700192 s]
/proc/loadavg: 4.27 4.16 4.14 4/197 13185
/proc/meminfo: memFree=27901540/32872528 swapFree=1073728/1155488
[pid=13185] ppid=13182 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/13185/stat : 13185 (java) S 13182 13185 5545 0 -1 4202496 17840 0 1 0 214 4 0 0 20 0 22 0 3599671 10060525568 22493 33554432000 1073741824 1073778376 140734852908528 140734852899664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13185/statm: 2456183 22493 2257 9 0 2446860 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9824732

[startup+1.501 s]
/proc/loadavg: 4.40 4.19 4.15 7/219 13207
/proc/meminfo: memFree=27728672/32872528 swapFree=1073728/1155488
[pid=13185] ppid=13182 vsize=9824732 CPUtime=4.75 cores=0,2,4,6
/proc/13185/stat : 13185 (java) S 13182 13185 5545 0 -1 4202496 25510 0 1 0 465 10 0 0 20 0 22 0 3599671 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140734852899664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13185/statm: 2456183 48905 2284 9 0 2446860 0
[pid=13185/tid=13187] ppid=13182 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/13185/task/13187/stat : 13187 (java) S 13182 13185 5545 0 -1 4202560 2422 0 1 0 15 1 0 0 20 0 22 0 3599672 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140178651435896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13188] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13188/stat : 13188 (java) S 13182 13185 5545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 3599673 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140178612927400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13189] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13189/stat : 13189 (java) S 13182 13185 5545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 3599673 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140178611874856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13190] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13190/stat : 13190 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599673 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140178610821800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13191] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13191/stat : 13191 (java) S 13182 13185 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3599673 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140178609769256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13192] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13192/stat : 13192 (java) S 13182 13185 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3599673 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140178608716200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13193] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13193/stat : 13193 (java) S 13182 13185 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3599673 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140178607663656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13194] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13194/stat : 13194 (java) S 13182 13185 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3599673 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140178488289448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13195] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13195/stat : 13195 (java) S 13182 13185 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3599673 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140178487236904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13196] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13196/stat : 13196 (java) S 13182 13185 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3599674 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140178475039592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13197] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13197/stat : 13197 (java) S 13182 13185 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3599675 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140178473985912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13198] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13198/stat : 13198 (java) S 13182 13185 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3599675 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140178472932744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13199] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13199/stat : 13199 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140177733315344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13200] ppid=13182 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/13185/task/13200/stat : 13200 (java) S 13182 13185 5545 0 -1 4202560 11230 0 0 0 91 3 0 0 20 0 22 0 3599677 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140177732262200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13201] ppid=13182 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/13185/task/13201/stat : 13201 (java) S 13182 13185 5545 0 -1 4202560 10338 0 0 0 98 3 0 0 20 0 22 0 3599677 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140177731209656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13202] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13202/stat : 13202 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140177730156792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13203] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13203/stat : 13203 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140177729104456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13204] ppid=13182 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/13185/task/13204/stat : 13204 (java) R 13182 13185 5545 0 -1 4202560 27 0 0 0 125 0 0 0 20 0 22 0 3599692 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140177728041360 140178488758176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13205] ppid=13182 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/13185/task/13205/stat : 13205 (java) R 13182 13185 5545 0 -1 4202560 93 0 0 0 125 1 0 0 20 0 22 0 3599692 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140177726996384 140178489041311 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13206] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13206/stat : 13206 (java) S 13182 13185 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3599692 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140177725945128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13207] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13207/stat : 13207 (java) S 13182 13185 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3599692 10060525568 48905 33554432000 1073741824 1073778376 140734852908528 140177724892584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.40 4.19 4.15 5/219 13207
/proc/meminfo: memFree=27639304/32872528 swapFree=1073728/1155488
[pid=13185] ppid=13182 vsize=9824732 CPUtime=8.09 cores=0,2,4,6
/proc/13185/stat : 13185 (java) S 13182 13185 5545 0 -1 4202496 25786 0 1 0 794 15 0 0 20 0 22 0 3599671 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140734852899664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13185/statm: 2456183 88464 2284 9 0 2446860 0
[pid=13185/tid=13187] ppid=13182 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/13185/task/13187/stat : 13187 (java) S 13182 13185 5545 0 -1 4202560 2422 0 1 0 15 1 0 0 20 0 22 0 3599672 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140178651435896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13188] ppid=13182 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13185/task/13188/stat : 13188 (java) S 13182 13185 5545 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 3599673 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140178612927400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13189] ppid=13182 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13185/task/13189/stat : 13189 (java) S 13182 13185 5545 0 -1 4202560 29 0 0 0 1 2 0 0 20 0 22 0 3599673 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140178611874856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13190] ppid=13182 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13185/task/13190/stat : 13190 (java) S 13182 13185 5545 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 3599673 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140178610821800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13191] ppid=13182 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13185/task/13191/stat : 13191 (java) S 13182 13185 5545 0 -1 4202560 36 0 0 0 1 2 0 0 20 0 22 0 3599673 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140178609769256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13192] ppid=13182 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13185/task/13192/stat : 13192 (java) S 13182 13185 5545 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 3599673 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140178608716200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13193] ppid=13182 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13185/task/13193/stat : 13193 (java) S 13182 13185 5545 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 3599673 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140178607663656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13194] ppid=13182 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13185/task/13194/stat : 13194 (java) S 13182 13185 5545 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 3599673 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140178488289448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13195] ppid=13182 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13185/task/13195/stat : 13195 (java) S 13182 13185 5545 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 3599673 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140178487236904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13196] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13196/stat : 13196 (java) S 13182 13185 5545 0 -1 4202560 195 0 0 0 0 0 0 0 20 0 22 0 3599674 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140178475039592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13197] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13197/stat : 13197 (java) S 13182 13185 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3599675 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140178473985912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13198] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13198/stat : 13198 (java) S 13182 13185 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3599675 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140178472932744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13199] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13199/stat : 13199 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140177733315344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13200] ppid=13182 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/13185/task/13200/stat : 13200 (java) S 13182 13185 5545 0 -1 4202560 11230 0 0 0 93 3 0 0 20 0 22 0 3599677 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140177732262200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13201] ppid=13182 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/13185/task/13201/stat : 13201 (java) S 13182 13185 5545 0 -1 4202560 10338 0 0 0 105 3 0 0 20 0 22 0 3599677 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140177731209656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13202] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13202/stat : 13202 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140177730156792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13203] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13203/stat : 13203 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140177729104456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13204] ppid=13182 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/13185/task/13204/stat : 13204 (java) R 13182 13185 5545 0 -1 4202560 31 0 0 0 277 0 0 0 20 0 22 0 3599692 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140177728041344 140178488775123 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13205] ppid=13182 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/13185/task/13205/stat : 13205 (java) R 13182 13185 5545 0 -1 4202560 144 0 0 0 276 2 0 0 20 0 22 0 3599692 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140177726995584 140178488990873 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13206] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13206/stat : 13206 (java) S 13182 13185 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3599692 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140177725945128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13207] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13207/stat : 13207 (java) S 13182 13185 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3599692 10060525568 88464 33554432000 1073741824 1073778376 140734852908528 140177724892584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.37 4.19 4.15 5/219 13207
/proc/meminfo: memFree=27286848/32872528 swapFree=1073728/1155488
[pid=13185] ppid=13182 vsize=9824732 CPUtime=14.56 cores=0,2,4,6
/proc/13185/stat : 13185 (java) S 13182 13185 5545 0 -1 4202496 26939 0 1 0 1434 22 0 0 20 0 22 0 3599671 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140734852899664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13185/statm: 2456183 159012 2284 9 0 2446860 0
[pid=13185/tid=13187] ppid=13182 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/13185/task/13187/stat : 13187 (java) S 13182 13185 5545 0 -1 4202560 2422 0 1 0 15 1 0 0 20 0 22 0 3599672 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140178651435896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13188] ppid=13182 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13185/task/13188/stat : 13188 (java) S 13182 13185 5545 0 -1 4202560 58 0 0 0 4 0 0 0 20 0 22 0 3599673 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140178612927400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13189] ppid=13182 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13185/task/13189/stat : 13189 (java) S 13182 13185 5545 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 22 0 3599673 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140178611874856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13190] ppid=13182 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13185/task/13190/stat : 13190 (java) S 13182 13185 5545 0 -1 4202560 69 0 0 0 4 1 0 0 20 0 22 0 3599673 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140178610821800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13191] ppid=13182 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13185/task/13191/stat : 13191 (java) S 13182 13185 5545 0 -1 4202560 48 0 0 0 3 2 0 0 20 0 22 0 3599673 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140178609769256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13192] ppid=13182 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13185/task/13192/stat : 13192 (java) S 13182 13185 5545 0 -1 4202560 70 0 0 0 3 1 0 0 20 0 22 0 3599673 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140178608716200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13193] ppid=13182 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13185/task/13193/stat : 13193 (java) S 13182 13185 5545 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 3599673 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140178607663656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13194] ppid=13182 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13185/task/13194/stat : 13194 (java) S 13182 13185 5545 0 -1 4202560 58 0 0 0 2 0 0 0 20 0 22 0 3599673 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140178488289448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13195] ppid=13182 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13185/task/13195/stat : 13195 (java) S 13182 13185 5545 0 -1 4202560 74 0 0 0 4 2 0 0 20 0 22 0 3599673 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140178487236904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13196] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13196/stat : 13196 (java) S 13182 13185 5545 0 -1 4202560 446 0 0 0 0 0 0 0 20 0 22 0 3599674 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140178475039592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13197] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13197/stat : 13197 (java) S 13182 13185 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3599675 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140178473985912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13198] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13198/stat : 13198 (java) S 13182 13185 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3599675 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140178472932744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13199] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13199/stat : 13199 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 159012 33554432000 1073741824 1073778376 140734852908528 140177733315344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13200] ppid=13182 vsize=9824732 CPUtime=0.96 cores=0,2,4,6

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

/proc/13185/task/13190/stat : 13190 (java) S 13182 13185 5545 0 -1 4202560 616 0 0 0 100 10 0 0 20 0 22 0 3599673 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140178610821800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13191] ppid=13182 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/13185/task/13191/stat : 13191 (java) S 13182 13185 5545 0 -1 4202560 559 0 0 0 92 11 0 0 20 0 22 0 3599673 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140178609769256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13192] ppid=13182 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/13185/task/13192/stat : 13192 (java) S 13182 13185 5545 0 -1 4202560 550 0 0 0 96 8 0 0 20 0 22 0 3599673 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140178608716200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13193] ppid=13182 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/13185/task/13193/stat : 13193 (java) S 13182 13185 5545 0 -1 4202560 500 0 0 0 100 10 0 0 20 0 22 0 3599673 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140178607663656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13194] ppid=13182 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/13185/task/13194/stat : 13194 (java) S 13182 13185 5545 0 -1 4202560 548 0 0 0 103 9 0 0 20 0 22 0 3599673 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140178488289448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13195] ppid=13182 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/13185/task/13195/stat : 13195 (java) S 13182 13185 5545 0 -1 4202560 408 0 0 0 94 8 0 0 20 0 22 0 3599673 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140178487236904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13196] ppid=13182 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/13185/task/13196/stat : 13196 (java) S 13182 13185 5545 0 -1 4202560 1625 0 0 0 199 7 0 0 20 0 22 0 3599674 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140178475039592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13197] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13197/stat : 13197 (java) S 13182 13185 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3599675 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140178473985912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13198] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13198/stat : 13198 (java) S 13182 13185 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3599675 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140178472932744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13199] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13199/stat : 13199 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140177733315344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13200] ppid=13182 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/13185/task/13200/stat : 13200 (java) S 13182 13185 5545 0 -1 4202560 15270 0 0 0 163 3 0 0 20 0 22 0 3599677 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140177732262200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13201] ppid=13182 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/13185/task/13201/stat : 13201 (java) S 13182 13185 5545 0 -1 4202560 10338 0 0 0 107 3 0 0 20 0 22 0 3599677 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140177731209656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13202] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13202/stat : 13202 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140177730156792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13203] ppid=13182 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/13185/task/13203/stat : 13203 (java) S 13182 13185 5545 0 -1 4202560 51 0 0 0 12 16 0 0 20 0 22 0 3599677 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140177729104456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13204] ppid=13182 vsize=9824732 CPUtime=875.23 cores=0,2,4,6
/proc/13185/task/13204/stat : 13204 (java) R 13182 13185 5545 0 -1 4202560 98 0 0 0 87508 15 0 0 20 0 22 0 3599692 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140177728041344 140178488868615 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13205] ppid=13182 vsize=9824732 CPUtime=875.2 cores=0,2,4,6
/proc/13185/task/13205/stat : 13205 (java) R 13182 13185 5545 0 -1 4202560 2081 0 0 0 87473 47 0 0 20 0 22 0 3599692 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140177726996400 140178489275551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13206] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13206/stat : 13206 (java) S 13182 13185 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3599692 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140177725945128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13207] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13207/stat : 13207 (java) S 13182 13185 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3599692 10060525568 435285 33554432000 1073741824 1073778376 140734852908528 140177724892584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1768.76
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.901 s]
/proc/loadavg: 4.11 4.14 4.15 6/219 13365
/proc/meminfo: memFree=26529544/32872528 swapFree=1073728/1155488
[pid=13185] ppid=13182 vsize=9824732 CPUtime=1800.09 cores=0,2,4,6
/proc/13185/stat : 13185 (java) S 13182 13185 5545 0 -1 4202496 37336 0 1 0 179870 139 0 0 20 0 22 0 3599671 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140734852899664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13185/statm: 2456183 441482 2293 9 0 2446860 0
[pid=13185/tid=13187] ppid=13182 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/13185/task/13187/stat : 13187 (java) S 13182 13185 5545 0 -1 4202560 2427 0 1 0 18 3 0 0 20 0 22 0 3599672 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178651435896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13188] ppid=13182 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/13185/task/13188/stat : 13188 (java) S 13182 13185 5545 0 -1 4202560 425 0 0 0 108 8 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178612927400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13189] ppid=13182 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/13185/task/13189/stat : 13189 (java) S 13182 13185 5545 0 -1 4202560 485 0 0 0 107 11 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178611874856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13190] ppid=13182 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/13185/task/13190/stat : 13190 (java) S 13182 13185 5545 0 -1 4202560 627 0 0 0 106 11 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178610821800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13191] ppid=13182 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/13185/task/13191/stat : 13191 (java) S 13182 13185 5545 0 -1 4202560 561 0 0 0 94 11 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178609769256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13192] ppid=13182 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/13185/task/13192/stat : 13192 (java) S 13182 13185 5545 0 -1 4202560 553 0 0 0 98 9 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178608716200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13193] ppid=13182 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/13185/task/13193/stat : 13193 (java) S 13182 13185 5545 0 -1 4202560 558 0 0 0 103 10 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178607663656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13194] ppid=13182 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/13185/task/13194/stat : 13194 (java) S 13182 13185 5545 0 -1 4202560 555 0 0 0 107 9 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178488289448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13195] ppid=13182 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/13185/task/13195/stat : 13195 (java) S 13182 13185 5545 0 -1 4202560 415 0 0 0 99 9 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178487236904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13196] ppid=13182 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/13185/task/13196/stat : 13196 (java) S 13182 13185 5545 0 -1 4202560 1625 0 0 0 199 7 0 0 20 0 22 0 3599674 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178475039592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13197] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13197/stat : 13197 (java) S 13182 13185 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3599675 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178473985912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13198] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13198/stat : 13198 (java) S 13182 13185 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3599675 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178472932744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13199] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13199/stat : 13199 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177733315344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13200] ppid=13182 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/13185/task/13200/stat : 13200 (java) S 13182 13185 5545 0 -1 4202560 15270 0 0 0 163 3 0 0 20 0 22 0 3599677 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177732262200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13201] ppid=13182 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/13185/task/13201/stat : 13201 (java) S 13182 13185 5545 0 -1 4202560 10338 0 0 0 107 3 0 0 20 0 22 0 3599677 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177731209656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13202] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13202/stat : 13202 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177730156792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13203] ppid=13182 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/13185/task/13203/stat : 13203 (java) S 13182 13185 5545 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 3599677 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177729104456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13204] ppid=13182 vsize=9824732 CPUtime=890.7 cores=0,2,4,6
/proc/13185/task/13204/stat : 13204 (java) R 13182 13185 5545 0 -1 4202560 98 0 0 0 89055 15 0 0 20 0 22 0 3599692 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177728048256 140178488868615 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13205] ppid=13182 vsize=9824732 CPUtime=890.67 cores=0,2,4,6
/proc/13185/task/13205/stat : 13205 (java) R 13182 13185 5545 0 -1 4202560 2082 0 0 0 89020 47 0 0 20 0 22 0 3599692 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177726996400 140178489276304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13206] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13206/stat : 13206 (java) S 13182 13185 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3599692 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177725945128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13207] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13207/stat : 13207 (java) S 13182 13185 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3599692 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177724892584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 13185 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.901 s]
/proc/loadavg: 4.11 4.14 4.15 6/219 13365
/proc/meminfo: memFree=26529544/32872528 swapFree=1073728/1155488
[pid=13185] ppid=13182 vsize=9824732 CPUtime=1800.09 cores=0,2,4,6
/proc/13185/stat : 13185 (java) S 13182 13185 5545 0 -1 4202496 37336 0 1 0 179870 139 0 0 20 0 22 0 3599671 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140734852899664 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13185/statm: 2456183 441482 2293 9 0 2446860 0
[pid=13185/tid=13187] ppid=13182 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/13185/task/13187/stat : 13187 (java) S 13182 13185 5545 0 -1 4202560 2427 0 1 0 18 3 0 0 20 0 22 0 3599672 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178651435896 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13188] ppid=13182 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/13185/task/13188/stat : 13188 (java) S 13182 13185 5545 0 -1 4202560 425 0 0 0 108 8 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178612927400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13189] ppid=13182 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/13185/task/13189/stat : 13189 (java) S 13182 13185 5545 0 -1 4202560 485 0 0 0 107 11 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178611874856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13190] ppid=13182 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/13185/task/13190/stat : 13190 (java) S 13182 13185 5545 0 -1 4202560 627 0 0 0 106 11 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178610821800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13191] ppid=13182 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/13185/task/13191/stat : 13191 (java) S 13182 13185 5545 0 -1 4202560 561 0 0 0 94 11 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178609769256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13192] ppid=13182 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/13185/task/13192/stat : 13192 (java) S 13182 13185 5545 0 -1 4202560 553 0 0 0 98 9 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178608716200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13193] ppid=13182 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/13185/task/13193/stat : 13193 (java) S 13182 13185 5545 0 -1 4202560 558 0 0 0 103 10 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178607663656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13194] ppid=13182 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/13185/task/13194/stat : 13194 (java) S 13182 13185 5545 0 -1 4202560 555 0 0 0 107 9 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178488289448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13195] ppid=13182 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/13185/task/13195/stat : 13195 (java) S 13182 13185 5545 0 -1 4202560 415 0 0 0 99 9 0 0 20 0 22 0 3599673 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178487236904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13196] ppid=13182 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/13185/task/13196/stat : 13196 (java) S 13182 13185 5545 0 -1 4202560 1625 0 0 0 199 7 0 0 20 0 22 0 3599674 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178475039592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13197] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13197/stat : 13197 (java) S 13182 13185 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3599675 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178473985912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13198] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13198/stat : 13198 (java) S 13182 13185 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3599675 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140178472932744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13199] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13199/stat : 13199 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177733315344 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13200] ppid=13182 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/13185/task/13200/stat : 13200 (java) S 13182 13185 5545 0 -1 4202560 15270 0 0 0 163 3 0 0 20 0 22 0 3599677 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177732262200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13201] ppid=13182 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/13185/task/13201/stat : 13201 (java) S 13182 13185 5545 0 -1 4202560 10338 0 0 0 107 3 0 0 20 0 22 0 3599677 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177731209656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13202] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13202/stat : 13202 (java) S 13182 13185 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3599677 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177730156792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13185/tid=13203] ppid=13182 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/13185/task/13203/stat : 13203 (java) S 13182 13185 5545 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 3599677 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177729104456 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13185/tid=13204] ppid=13182 vsize=9824732 CPUtime=890.7 cores=0,2,4,6
/proc/13185/task/13204/stat : 13204 (java) R 13182 13185 5545 0 -1 4202560 98 0 0 0 89055 15 0 0 20 0 22 0 3599692 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177728048256 140178488868615 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13205] ppid=13182 vsize=9824732 CPUtime=890.67 cores=0,2,4,6
/proc/13185/task/13205/stat : 13205 (java) R 13182 13185 5545 0 -1 4202560 2082 0 0 0 89020 47 0 0 20 0 22 0 3599692 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177726996400 140178489276304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13185/tid=13206] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13206/stat : 13206 (java) S 13182 13185 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3599692 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177725945128 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13185/tid=13207] ppid=13182 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13185/task/13207/stat : 13207 (java) S 13182 13185 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3599692 10060525568 441482 33554432000 1073741824 1073778376 140734852908528 140177724892584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 897.951
CPU time (s): 1800.09
CPU user time (s): 1798.7
CPU system time (s): 1.39
CPU usage (%): 200.466
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.2
system time used= 1.89171
maximum resident set size= 2966888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37378
page faults= 1
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23332
involuntary context switches= 24368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.97594 second user time and 5.80212 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 20:31:44
IDJOB=4089653
IDBENCH=107437
IDSOLVER=2543
FILE ID=node114/4089653-1466015504
RUNJOBID= node114-1466008022-5561
PBS_JOBID= 19902804
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-grid10x25.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089653-1466015504/watcher-4089653-1466015504 -o /tmp/evaluation-result-4089653-1466015504/solver-4089653-1466015504 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089653-1466015504.opb

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

MD5SUM BENCH= 2ce5f39bf3136484c99a474420e04867
RANDOM SEED=110632820

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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:        27902060 kB
Buffers:           15872 kB
Cached:            43320 kB
SwapCached:        33296 kB
Active:          3042788 kB
Inactive:          67064 kB
Active(anon):    3019736 kB
Inactive(anon):    33292 kB
Active(file):      23052 kB
Inactive(file):    33772 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               760 kB
Writeback:            48 kB
AnonPages:       4181836 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             565908 kB
SReclaimable:       9800 kB
SUnreclaim:       556108 kB
KernelStack:        1696 kB
PageTables:        12432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4463200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3049472 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 node114 at 2016-06-15 20:46:42