Trace number 3710057

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 specific settings 2.3.2 snapshot? (TO) 1800.07 1794.96

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K94.opb
MD5SUM08b0e704e28720f9a0455d95c872079f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1099.94
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6392
Total number of constraints6582
Number of constraints which are clauses6488
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint94
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 95
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710057-1338212300.opb
0.09/0.12	c reading problem ... 
0.55/0.38	c ... done. Wall clock time 0.259s.
0.55/0.38	c declared #vars     6392
0.55/0.38	c #constraints  6582
0.55/0.38	c constraints type 
0.55/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5277
0.55/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 94
0.55/0.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.55/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1209
0.55/0.38	c 6582 constraints processed.
2.26/1.64	c cleaning 2474 clauses out of 4987 with flag 5000/5000
3.65/2.93	c cleaning 4207 clauses out of 8503 with flag 11000/11000
5.06/4.35	c cleaning 5589 clauses out of 11292 with flag 18000/18000
6.57/5.88	c cleaning 6828 clauses out of 13699 with flag 26000/26000
8.53/7.72	c cleaning 7841 clauses out of 15871 with flag 35000/35000
10.43/9.69	c cleaning 8903 clauses out of 18022 with flag 45000/45000
13.03/12.20	c cleaning 9982 clauses out of 20117 with flag 56000/56000
15.76/14.90	c cleaning 10931 clauses out of 22135 with flag 68000/68000
18.49/17.66	c cleaning 11946 clauses out of 24204 with flag 81000/81000
21.59/20.78	c cleaning 12882 clauses out of 26253 with flag 95003/95003
25.29/24.49	c cleaning 13449 clauses out of 28368 with flag 110000/110000
28.62/27.72	c cleaning 13816 clauses out of 30919 with flag 126000/126000
32.13/31.28	c cleaning 15113 clauses out of 34103 with flag 143000/143000
36.34/35.45	c cleaning 16158 clauses out of 36990 with flag 161000/161000
43.05/42.11	c cleaning 17909 clauses out of 39830 with flag 180000/180000
47.66/46.71	c cleaning 17877 clauses out of 41921 with flag 200000/200000
55.08/54.15	c cleaning 19696 clauses out of 45044 with flag 221000/221000
63.71/62.79	c cleaning 20369 clauses out of 47346 with flag 243000/243000
69.93/68.99	c cleaning 21382 clauses out of 49977 with flag 266000/266000
76.75/75.70	c cleaning 22410 clauses out of 52596 with flag 290001/290001
83.29/82.23	c cleaning 22828 clauses out of 55183 with flag 315000/315000
90.00/88.93	c cleaning 24206 clauses out of 58353 with flag 341000/341000
99.81/98.77	c cleaning 25854 clauses out of 61147 with flag 368000/368000
107.66/106.53	c cleaning 26206 clauses out of 63293 with flag 396000/396000
119.18/118.05	c cleaning 27649 clauses out of 66087 with flag 425000/425000
126.90/125.78	c cleaning 28076 clauses out of 68438 with flag 455000/455000
136.21/135.05	c cleaning 28746 clauses out of 71362 with flag 486000/486000
145.24/144.05	c cleaning 30499 clauses out of 74617 with flag 518001/518001
155.27/154.06	c cleaning 31900 clauses out of 77117 with flag 551000/551000
167.30/166.01	c cleaning 32067 clauses out of 79217 with flag 585000/585000
179.53/178.23	c cleaning 32366 clauses out of 82150 with flag 620000/620000
189.39/188.04	c cleaning 33650 clauses out of 85784 with flag 656002/656002
199.91/198.53	c cleaning 35083 clauses out of 89130 with flag 693002/693002
214.85/213.48	c cleaning 36166 clauses out of 92047 with flag 731002/731002
229.10/227.63	c cleaning 37105 clauses out of 94879 with flag 770000/770000
243.54/242.07	c cleaning 38573 clauses out of 97775 with flag 810001/810001
259.45/257.97	c cleaning 39745 clauses out of 100201 with flag 851000/851000
282.31/280.79	c cleaning 40487 clauses out of 102457 with flag 893001/893001
311.00/309.30	c cleaning 42196 clauses out of 104969 with flag 936000/936000
327.99/326.27	c cleaning 42260 clauses out of 106773 with flag 980000/980000
343.62/341.88	c cleaning 43204 clauses out of 109513 with flag 1025000/1025000
364.74/362.93	c cleaning 44510 clauses out of 112314 with flag 1071005/1071005
386.22/384.30	c cleaning 46014 clauses out of 114801 with flag 1118002/1118002
405.38/403.49	c cleaning 46437 clauses out of 116787 with flag 1166002/1166002
430.60/428.61	c cleaning 48071 clauses out of 119348 with flag 1215000/1215000
451.57/449.54	c cleaning 48790 clauses out of 121277 with flag 1265000/1265000
475.31/473.24	c cleaning 49615 clauses out of 123488 with flag 1316001/1316001
503.56/501.50	c cleaning 50632 clauses out of 125873 with flag 1368001/1368001
525.11/522.98	c cleaning 51606 clauses out of 128240 with flag 1421000/1421000
553.25/551.03	c cleaning 52396 clauses out of 130634 with flag 1475000/1475000
576.29/574.06	c cleaning 53225 clauses out of 133238 with flag 1530000/1530000
609.23/606.91	c cleaning 54008 clauses out of 136017 with flag 1586004/1586004
632.80/630.49	c cleaning 55649 clauses out of 139005 with flag 1643000/1643000
655.20/652.77	c cleaning 56131 clauses out of 141356 with flag 1701000/1701000
683.13/680.68	c cleaning 57636 clauses out of 144225 with flag 1760000/1760000
716.08/713.56	c cleaning 58832 clauses out of 146591 with flag 1820002/1820002
742.87/740.21	c cleaning 60009 clauses out of 148758 with flag 1881001/1881001
769.02/766.34	c cleaning 61294 clauses out of 150749 with flag 1943001/1943001
804.90/802.13	c cleaning 62362 clauses out of 152455 with flag 2006001/2006001
836.86/834.09	c cleaning 62823 clauses out of 154092 with flag 2070000/2070000
866.54/863.66	c cleaning 63799 clauses out of 156269 with flag 2135000/2135000
893.10/890.12	c cleaning 63970 clauses out of 158468 with flag 2201000/2201000
926.98/923.98	c cleaning 65744 clauses out of 161498 with flag 2268000/2268000
958.37/955.21	c cleaning 67026 clauses out of 163754 with flag 2336000/2336000
988.52/985.35	c cleaning 67338 clauses out of 165731 with flag 2405003/2405003
1033.72/1030.43	c cleaning 68432 clauses out of 168390 with flag 2475000/2475000
1069.05/1065.68	c cleaning 69815 clauses out of 170958 with flag 2546000/2546000
1103.81/1100.34	c cleaning 71184 clauses out of 173144 with flag 2618001/2618001
1149.77/1146.27	c cleaning 72084 clauses out of 174959 with flag 2691000/2691000
1192.75/1189.15	c cleaning 73214 clauses out of 176875 with flag 2765000/2765000
1232.10/1228.43	c cleaning 74202 clauses out of 178663 with flag 2840002/2840002
1266.88/1263.12	c cleaning 75098 clauses out of 180459 with flag 2916000/2916000
1299.16/1295.37	c cleaning 75962 clauses out of 182363 with flag 2993002/2993002
1338.32/1334.47	c cleaning 76682 clauses out of 184401 with flag 3071004/3071004
1375.27/1371.39	c cleaning 77774 clauses out of 186716 with flag 3150001/3150001
1413.35/1409.33	c cleaning 78463 clauses out of 188941 with flag 3230000/3230000
1449.60/1445.54	c cleaning 80266 clauses out of 191476 with flag 3311000/3311000
1498.55/1494.23	c cleaning 81512 clauses out of 193210 with flag 3393000/3393000
1553.41/1548.96	c cleaning 82422 clauses out of 194698 with flag 3476000/3476000
1615.99/1611.40	c cleaning 83738 clauses out of 196276 with flag 3560000/3560000
1657.87/1653.15	c cleaning 84149 clauses out of 197538 with flag 3645000/3645000
1696.29/1691.47	c cleaning 84645 clauses out of 199390 with flag 3731001/3731001
1735.67/1730.79	c cleaning 85473 clauses out of 201744 with flag 3818000/3818000
1781.65/1776.54	c cleaning 87249 clauses out of 204271 with flag 3906000/3906000
1800.07/1794.91	c starts		: 250
1800.07/1794.91	c conflicts		: 3951818
1800.07/1794.91	c decisions		: 11817642
1800.07/1794.91	c propagations		: 1255096377
1800.07/1794.91	c inspects		: 7907870026
1800.07/1794.91	c shortcuts		: 0
1800.07/1794.91	c learnt literals	: 37
1800.07/1794.91	c learnt binary clauses	: 96252
1800.07/1794.91	c learnt ternary clauses	: 134818
1800.07/1794.91	c learnt constraints	: 3951781
1800.07/1794.91	c ignored constraints	: 0
1800.07/1794.91	c root simplifications	: 287
1800.07/1794.91	c removed literals (reason simplification)	: 197729280
1800.07/1794.91	c reason swapping (by a shorter reason)	: 0
1800.07/1794.91	c Calls to reduceDB	: 84
1800.07/1794.91	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.91	c number of learned constraints concerned by reduction	: 0
1800.07/1794.91	c number of learning phase by resolution	: 0
1800.07/1794.91	c number of learning phase by cutting planes	: 0
1800.07/1794.91	c speed (assignments/second)	: 699405.3724672893
1800.07/1794.91	c non guided choices	6236
1800.07/1794.96	c learnt constraints type 
1800.07/1794.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 96218
1800.07/1794.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66715
1800.07/1794.96	c constraints type 
1800.07/1794.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5277
1800.07/1794.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 94
1800.07/1794.96	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.07/1794.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1209
1800.07/1794.96	c 6582 constraints processed.
1800.07/1794.96	s UNKNOWN
1800.07/1794.96	c Total wall clock time (in seconds): 1794.838

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710057-1338212300/watcher-3710057-1338212300 -o /tmp/evaluation-result-3710057-1338212300/solver-3710057-1338212300 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710057-1338212300.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 15593
/proc/meminfo: memFree=27028944/32873660 swapFree=7120/7120
[pid=15593] ppid=15591 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15593/stat : 15593 (java) D 15591 15593 13800 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 287355760 9515008 183 33554432000 1073741824 1073778376 140734976643632 140734976634664 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/15593/statm: 2323 183 140 9 0 71 0

[startup+0.065115 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 15593
/proc/meminfo: memFree=27028944/32873660 swapFree=7120/7120
[pid=15593] ppid=15591 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/15593/stat : 15593 (java) S 15591 15593 13800 0 -1 4202496 3203 0 1 0 3 0 0 0 20 0 18 0 287355760 9787842560 4410 33554432000 1073741824 1073778376 140734200832384 140734200823520 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15593/statm: 2389610 4410 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558440

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 15593
/proc/meminfo: memFree=27028944/32873660 swapFree=7120/7120
[pid=15593] ppid=15591 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/15593/stat : 15593 (java) S 15591 15593 13800 0 -1 4202496 4284 0 1 0 8 1 0 0 20 0 18 0 287355760 9787842560 6001 33554432000 1073741824 1073778376 140734200832384 140734200823520 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15593/statm: 2389610 6001 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300242 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 15593
/proc/meminfo: memFree=27028944/32873660 swapFree=7120/7120
[pid=15593] ppid=15591 vsize=9558440 CPUtime=0.55 cores=1,3,5,7
/proc/15593/stat : 15593 (java) S 15591 15593 13800 0 -1 4202496 7289 0 1 0 53 2 0 0 20 0 18 0 287355760 9787842560 9848 33554432000 1073741824 1073778376 140734200832384 140734200823520 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15593/statm: 2389610 9848 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700233 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 15593
/proc/meminfo: memFree=27028944/32873660 swapFree=7120/7120
[pid=15593] ppid=15591 vsize=9625004 CPUtime=1.34 cores=1,3,5,7
/proc/15593/stat : 15593 (java) S 15591 15593 13800 0 -1 4202496 7929 0 1 0 132 2 0 0 20 0 19 0 287355760 9856004096 16054 33554432000 1073741824 1073778376 140734200832384 140734200823520 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15593/statm: 2406251 16054 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625004

[startup+1.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15612
/proc/meminfo: memFree=26971328/32873660 swapFree=7120/7120
[pid=15593] ppid=15591 vsize=9625004 CPUtime=2.16 cores=1,3,5,7
/proc/15593/stat : 15593 (java) S 15591 15593 13800 0 -1 4202496 7932 0 1 0 214 2 0 0 20 0 19 0 287355760 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140734200823520 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15593/statm: 2406251 16567 2258 9 0 2396937 0
[pid=15593/tid=15595] ppid=15591 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 13800 0 -1 4202560 2537 0 1 0 145 1 0 0 20 0 19 0 287355761 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140393115196008 140392968916640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15596] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140393087650728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15597] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392957258792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392956205736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15593/tid=15599] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392955153192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392954100136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392953047592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392615897256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15603] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392614844712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 13800 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287355763 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392602647400 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 13800 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287355764 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392601593720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15606] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15606/stat : 15606 (java) S 15591 15593 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287355764 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392600540552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15607] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15607/stat : 15607 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392599489296 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15608] ppid=15591 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/15593/task/15608/stat : 15608 (java) S 15591 15593 13800 0 -1 4202560 2249 0 0 0 30 0 0 0 20 0 19 0 287355766 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392598436152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15609] ppid=15591 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/15593/task/15609/stat : 15609 (java) R 15591 15593 13800 0 -1 4202560 1949 0 0 0 35 0 0 0 20 0 19 0 287355766 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392597383608 140393119294126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15610] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15610/stat : 15610 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392596330744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15611] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15611/stat : 15611 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392595278408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15612] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15612/stat : 15612 (java) S 15591 15593 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287355800 9856004096 16567 33554432000 1073741824 1073778376 140734200832384 140392594224680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625004

[startup+3.10068 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15612
/proc/meminfo: memFree=26960104/32873660 swapFree=7120/7120
[pid=15593] ppid=15591 vsize=9625004 CPUtime=3.85 cores=1,3,5,7
/proc/15593/stat : 15593 (java) S 15591 15593 13800 0 -1 4202496 7999 0 1 0 382 3 0 0 20 0 19 0 287355760 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140734200823520 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15593/statm: 2406251 19686 2283 9 0 2396937 0
[pid=15593/tid=15595] ppid=15591 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 13800 0 -1 4202560 2541 0 1 0 301 1 0 0 20 0 19 0 287355761 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140393115197728 140392968937383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15596] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140393087650728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15597] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392957258792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392956205736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15593/tid=15599] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 13800 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392955153192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392954100136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 13800 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392953047592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392615897256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15603] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392614844712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 13800 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 287355763 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392602647400 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287355764 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392601593720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15606] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15606/stat : 15606 (java) S 15591 15593 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287355764 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392600540552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15607] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15607/stat : 15607 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392599489296 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15608] ppid=15591 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/15593/task/15608/stat : 15608 (java) S 15591 15593 13800 0 -1 4202560 2252 0 0 0 35 0 0 0 20 0 19 0 287355766 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392598436152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15593/tid=15609] ppid=15591 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/15593/task/15609/stat : 15609 (java) S 15591 15593 13800 0 -1 4202560 1953 0 0 0 38 0 0 0 20 0 19 0 287355766 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392597383608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15610] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15610/stat : 15610 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392596330744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15611] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15611/stat : 15611 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392595278408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15612] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15612/stat : 15612 (java) S 15591 15593 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287355800 9856004096 19686 33554432000 1073741824 1073778376 140734200832384 140392594224680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625004

[startup+6.30059 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 15612
/proc/meminfo: memFree=26958064/32873660 swapFree=7120/7120
[pid=15593] ppid=15591 vsize=9625004 CPUtime=7.13 cores=1,3,5,7
/proc/15593/stat : 15593 (java) S 15591 15593 13800 0 -1 4202496 8248 0 1 0 709 4 0 0 20 0 19 0 287355760 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140734200823520 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15593/statm: 2406251 20301 2283 9 0 2396937 0
[pid=15593/tid=15595] ppid=15591 vsize=9625004 CPUtime=6.17 cores=1,3,5,7
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 13800 0 -1 4202560 2543 0 1 0 616 1 0 0 20 0 19 0 287355761 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140393115197728 140392968929872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15596] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140393087650728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15597] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392957258792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 13800 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392956205736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15593/tid=15599] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 13800 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392955153192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 13800 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392954100136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392953047592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 13800 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392615897256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15603] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287355762 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392614844712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 13800 0 -1 4202560 59 0 0 0 5 0 0 0 20 0 19 0 287355763 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392602647400 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287355764 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392601593720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15606] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15606/stat : 15606 (java) S 15591 15593 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287355764 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392600540552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15607] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15607/stat : 15607 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392599489296 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15608] ppid=15591 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/15593/task/15608/stat : 15608 (java) S 15591 15593 13800 0 -1 4202560 2461 0 0 0 40 0 0 0 20 0 19 0 287355766 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392598436152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15609] ppid=15591 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/15593/task/15609/stat : 15609 (java) S 15591 15593 13800 0 -1 4202560 1953 0 0 0 38 0 0 0 20 0 19 0 287355766 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392597383608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15610] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15610/stat : 15610 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392596330744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15611] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15611/stat : 15611 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392595278408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15612] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15612/stat : 15612 (java) S 15591 15593 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287355800 9856004096 20301 33554432000 1073741824 1073778376 140734200832384 140392594224680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=15593/tid=15608] ppid=15591 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/15593/task/15608/stat : 15608 (java) S 15591 15593 13800 0 -1 4202560 2461 0 0 0 40 0 0 0 20 0 19 0 287355766 9856004096 107496 33554432000 1073741824 1073778376 140734200832384 140392598436152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15609] ppid=15591 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/15593/task/15609/stat : 15609 (java) S 15591 15593 13800 0 -1 4202560 2107 0 0 0 40 0 0 0 20 0 19 0 287355766 9856004096 107496 33554432000 1073741824 1073778376 140734200832384 140392597383608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15610] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15610/stat : 15610 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 107496 33554432000 1073741824 1073778376 140734200832384 140392596330744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15611] ppid=15591 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/15593/task/15611/stat : 15611 (java) S 15591 15593 13800 0 -1 4202560 99 0 0 0 16 21 0 0 20 0 19 0 287355766 9856004096 107496 33554432000 1073741824 1073778376 140734200832384 140392595278408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15612] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15612/stat : 15612 (java) S 15591 15593 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287355800 9856004096 107496 33554432000 1073741824 1073778376 140734200832384 140392594224680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.27
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 15708
/proc/meminfo: memFree=26403844/32873660 swapFree=7120/7120
[pid=15593] ppid=15591 vsize=9625004 CPUtime=1787.47 cores=1,3,5,7
/proc/15593/stat : 15593 (java) S 15591 15593 13800 0 -1 4202496 10298 0 1 0 178684 63 0 0 20 0 19 0 287355760 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140734200823520 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15593/statm: 2406251 107637 2284 9 0 2396937 0
[pid=15593/tid=15595] ppid=15591 vsize=9625004 CPUtime=1772.44 cores=1,3,5,7
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 13800 0 -1 4202560 2671 0 1 0 177213 31 0 0 20 0 19 0 287355761 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140393115197728 140392968840728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15596] ppid=15591 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 13800 0 -1 4202560 267 0 0 0 65 4 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140393087650728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15597] ppid=15591 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 13800 0 -1 4202560 235 0 0 0 71 5 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392957258792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 13800 0 -1 4202560 123 0 0 0 66 3 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392956205736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15599] ppid=15591 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 13800 0 -1 4202560 99 0 0 0 72 4 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392955153192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 13800 0 -1 4202560 116 0 0 0 70 5 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392954100136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 13800 0 -1 4202560 242 0 0 0 81 4 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392953047592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 13800 0 -1 4202560 197 0 0 0 70 6 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392615897256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15593/tid=15603] ppid=15591 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 13800 0 -1 4202560 214 0 0 0 68 5 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392614844712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=9625004 CPUtime=3.38 cores=1,3,5,7
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 13800 0 -1 4202560 281 0 0 0 336 2 0 0 20 0 19 0 287355763 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392602647400 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287355764 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392601593720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15606] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15606/stat : 15606 (java) S 15591 15593 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287355764 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392600540552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15607] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15607/stat : 15607 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392599489296 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15608] ppid=15591 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/15593/task/15608/stat : 15608 (java) S 15591 15593 13800 0 -1 4202560 2461 0 0 0 40 0 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392598436152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15609] ppid=15591 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/15593/task/15609/stat : 15609 (java) S 15591 15593 13800 0 -1 4202560 2107 0 0 0 40 0 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392597383608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15610] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15610/stat : 15610 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392596330744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15611] ppid=15591 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/15593/task/15611/stat : 15611 (java) S 15591 15593 13800 0 -1 4202560 103 0 0 0 16 22 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392595278408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15612] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15612/stat : 15612 (java) S 15591 15593 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287355800 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392594224680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.47
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 15708
/proc/meminfo: memFree=26364688/32873660 swapFree=7120/7120
[pid=15593] ppid=15591 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/15593/stat : 15593 (java) S 15591 15593 13800 0 -1 4202496 10298 0 1 0 179944 63 0 0 20 0 19 0 287355760 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140734200823520 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15593/statm: 2406251 107637 2284 9 0 2396937 0
[pid=15593/tid=15595] ppid=15591 vsize=9625004 CPUtime=1785.02 cores=1,3,5,7
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 13800 0 -1 4202560 2671 0 1 0 178470 32 0 0 20 0 19 0 287355761 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140393115197728 140392968840728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15596] ppid=15591 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 13800 0 -1 4202560 267 0 0 0 65 4 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140393087650728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15597] ppid=15591 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 13800 0 -1 4202560 235 0 0 0 71 5 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392957258792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 13800 0 -1 4202560 123 0 0 0 66 3 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392956205736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15599] ppid=15591 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 13800 0 -1 4202560 99 0 0 0 72 4 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392955153192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 13800 0 -1 4202560 116 0 0 0 70 5 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392954100136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 13800 0 -1 4202560 242 0 0 0 81 4 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392953047592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 13800 0 -1 4202560 197 0 0 0 70 6 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392615897256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15593/tid=15603] ppid=15591 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 13800 0 -1 4202560 214 0 0 0 68 5 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392614844712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=9625004 CPUtime=3.38 cores=1,3,5,7
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 13800 0 -1 4202560 281 0 0 0 336 2 0 0 20 0 19 0 287355763 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392602647400 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287355764 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392601593720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15606] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15606/stat : 15606 (java) S 15591 15593 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287355764 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392600540552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15607] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15607/stat : 15607 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392599489296 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15608] ppid=15591 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/15593/task/15608/stat : 15608 (java) S 15591 15593 13800 0 -1 4202560 2461 0 0 0 40 0 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392598436152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15609] ppid=15591 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/15593/task/15609/stat : 15609 (java) S 15591 15593 13800 0 -1 4202560 2107 0 0 0 40 0 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392597383608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15610] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15610/stat : 15610 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392596330744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15611] ppid=15591 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/15593/task/15611/stat : 15611 (java) S 15591 15593 13800 0 -1 4202560 103 0 0 0 17 22 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392595278408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15612] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15612/stat : 15612 (java) S 15591 15593 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287355800 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392594224680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

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

Solver just ended. Dumping a history of the last processes samples

[startup+1794.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 15708
/proc/meminfo: memFree=26364688/32873660 swapFree=7120/7120
[pid=15593] ppid=15591 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/15593/stat : 15593 (java) S 15591 15593 13800 0 -1 4202496 10298 0 1 0 179944 63 0 0 20 0 19 0 287355760 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140734200823520 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15593/statm: 2406251 107637 2284 9 0 2396937 0
[pid=15593/tid=15595] ppid=15591 vsize=9625004 CPUtime=1785.02 cores=1,3,5,7
/proc/15593/task/15595/stat : 15595 (java) R 15591 15593 13800 0 -1 4202560 2671 0 1 0 178470 32 0 0 20 0 19 0 287355761 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140393115197728 140392968840728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15596] ppid=15591 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/15593/task/15596/stat : 15596 (java) S 15591 15593 13800 0 -1 4202560 267 0 0 0 65 4 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140393087650728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15597] ppid=15591 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15593/task/15597/stat : 15597 (java) S 15591 15593 13800 0 -1 4202560 235 0 0 0 71 5 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392957258792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15598] ppid=15591 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/15593/task/15598/stat : 15598 (java) S 15591 15593 13800 0 -1 4202560 123 0 0 0 66 3 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392956205736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15599] ppid=15591 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15593/task/15599/stat : 15599 (java) S 15591 15593 13800 0 -1 4202560 99 0 0 0 72 4 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392955153192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15600] ppid=15591 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/15593/task/15600/stat : 15600 (java) S 15591 15593 13800 0 -1 4202560 116 0 0 0 70 5 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392954100136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15601] ppid=15591 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/15593/task/15601/stat : 15601 (java) S 15591 15593 13800 0 -1 4202560 242 0 0 0 81 4 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392953047592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15602] ppid=15591 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/15593/task/15602/stat : 15602 (java) S 15591 15593 13800 0 -1 4202560 197 0 0 0 70 6 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392615897256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15593/tid=15603] ppid=15591 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/15593/task/15603/stat : 15603 (java) S 15591 15593 13800 0 -1 4202560 214 0 0 0 68 5 0 0 20 0 19 0 287355762 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392614844712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15604] ppid=15591 vsize=9625004 CPUtime=3.38 cores=1,3,5,7
/proc/15593/task/15604/stat : 15604 (java) S 15591 15593 13800 0 -1 4202560 281 0 0 0 336 2 0 0 20 0 19 0 287355763 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392602647400 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15605] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15605/stat : 15605 (java) S 15591 15593 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287355764 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392601593720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15606] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15606/stat : 15606 (java) S 15591 15593 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287355764 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392600540552 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15607] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15607/stat : 15607 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392599489296 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15608] ppid=15591 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/15593/task/15608/stat : 15608 (java) S 15591 15593 13800 0 -1 4202560 2461 0 0 0 40 0 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392598436152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15593/tid=15609] ppid=15591 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/15593/task/15609/stat : 15609 (java) S 15591 15593 13800 0 -1 4202560 2107 0 0 0 40 0 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392597383608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15610] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15610/stat : 15610 (java) S 15591 15593 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392596330744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15593/tid=15611] ppid=15591 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/15593/task/15611/stat : 15611 (java) S 15591 15593 13800 0 -1 4202560 103 0 0 0 17 22 0 0 20 0 19 0 287355766 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392595278408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15593/tid=15612] ppid=15591 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/15593/task/15612/stat : 15612 (java) S 15591 15593 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287355800 9856004096 107637 33554432000 1073741824 1073778376 140734200832384 140392594224680 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1794.96
CPU time (s): 1800.07
CPU user time (s): 1799.44
CPU system time (s): 0.63
CPU usage (%): 100.284
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 1.06184
maximum resident set size= 430964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10501
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40351
involuntary context switches= 32723

runsolver used 6.19306 second user time and 14.0599 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 15:38:20
IDJOB=3710057
IDBENCH=90120
IDSOLVER=2289
FILE ID=node117/3710057-1338212300
RUNJOBID= node117-1338194296-13817
PBS_JOBID= 14624597
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K94.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710057-1338212300/watcher-3710057-1338212300 -o /tmp/evaluation-result-3710057-1338212300/solver-3710057-1338212300 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710057-1338212300.opb

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

MD5SUM BENCH= 08b0e704e28720f9a0455d95c872079f
RANDOM SEED=1698378853

node117.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.148
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.29
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.148
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	: 5331.91
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.148
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	: 5331.91
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.148
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	: 5331.95
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.148
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	: 5331.91
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.148
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	: 5331.91
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.148
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	: 5331.91
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.148
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27029208 kB
Buffers:          585568 kB
Cached:          4118044 kB
SwapCached:            0 kB
Active:          2700284 kB
Inactive:        2227452 kB
Active(anon):     208524 kB
Inactive(anon):    11352 kB
Active(file):    2491760 kB
Inactive(file):  2216100 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1292 kB
Writeback:             0 kB
AnonPages:        228136 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             773500 kB
SReclaimable:     217424 kB
SUnreclaim:       556076 kB
KernelStack:        1592 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     699792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70048 MiB
End job on node117 at 2012-05-28 16:08:17