Trace number 2659401

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 Resolution 2.2.0 2010-05-26SAT 19.1951 18.0363

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111222080.opb
MD5SUM6da70b87b54711284828af94090392b9
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.071988
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.21/0.21	c Pseudo Boolean Optimization
0.21/0.21	c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.21	c Expensive reason simplification
0.21/0.21	c Armin Biere (Picosat) restarts strategy
0.21/0.21	c Glucose learned constraints deletion strategy
0.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c solving HOME/instance-2659401-1276279212.opb
0.21/0.21	c reading problem ... 
0.35/0.33	c ... done. Wall clock time 0.116s.
0.35/0.33	c #vars     169
0.35/0.33	c #constraints  101
0.35/0.33	c constraints type 
0.35/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.35/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.35/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.35/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.35/1.43	c cleaning 2499 clauses out of 5002 with flag 5002/5002
2.93/1.97	c cleaning 4250 clauses out of 8503 with flag 11002/11002
3.54/2.57	c cleaning 5621 clauses out of 11251 with flag 18000/18000
4.26/3.31	c cleaning 6812 clauses out of 13630 with flag 26000/26000
5.18/4.14	c cleaning 7904 clauses out of 15818 with flag 35000/35000
6.08/5.03	c cleaning 8952 clauses out of 17914 with flag 45000/45000
7.01/5.97	c cleaning 9474 clauses out of 18964 with flag 55002/55002
7.94/6.89	c cleaning 9737 clauses out of 19488 with flag 65000/65000
8.85/7.71	c cleaning 9874 clauses out of 19752 with flag 75001/75001
9.74/8.68	c cleaning 9933 clauses out of 19878 with flag 85001/85001
10.64/9.58	c cleaning 9969 clauses out of 19947 with flag 95003/95003
11.44/10.35	c cleaning 9981 clauses out of 19975 with flag 105000/105000
12.24/11.12	c cleaning 9996 clauses out of 19994 with flag 115000/115000
13.15/12.09	c cleaning 9995 clauses out of 19999 with flag 125001/125001
14.04/12.96	c cleaning 9998 clauses out of 20003 with flag 135000/135000
14.94/13.81	c cleaning 9999 clauses out of 20005 with flag 145000/145000
15.65/14.57	c cleaning 10001 clauses out of 20007 with flag 155001/155001
16.46/15.39	c cleaning 9999 clauses out of 20006 with flag 165001/165001
17.45/16.31	c cleaning 10001 clauses out of 20007 with flag 175001/175001
18.35/17.25	c cleaning 9998 clauses out of 20005 with flag 185000/185000
19.05/17.97	c starts		: 117
19.05/17.97	c conflicts		: 194843
19.05/17.97	c decisions		: 288350
19.05/17.97	c propagations		: 4159304
19.05/17.97	c inspects		: 56051466
19.05/17.97	c learnt literals	: 0
19.05/17.97	c learnt binary clauses	: 0
19.05/17.97	c learnt ternary clauses	: 86
19.05/17.97	c learnt clauses	: 194843
19.05/17.97	c ignored clauses	: 0
19.05/17.97	c root simplifications	: 0
19.05/17.97	c removed literals (reason simplification)	: 1699184
19.05/17.97	c reason swapping (by a shorter reason)	: 0
19.05/17.97	c Calls to reduceDB	: 20
19.05/17.97	c number of reductions to clauses (during analyze)	: 0
19.05/17.97	c number of learned constraints concerned by reduction	: 0
19.05/17.97	c number of learning phase by resolution	: 0
19.05/17.97	c number of learning phase by cutting planes	: 0
19.05/17.97	c speed (assignments/second)	: 235828.31547315302
19.05/17.97	c non guided choices	37
19.05/17.99	c learnt constraints type 
19.05/17.99	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19850
19.05/17.99	c constraints type 
19.05/17.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
19.05/17.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
19.05/17.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
19.05/17.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
19.05/17.99	s SATISFIABLE
19.05/18.00	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
19.05/18.00	c Total wall clock time (in seconds): 17.783

Verifier Data

OK	0

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659401-1276279212/watcher-2659401-1276279212 -o /tmp/evaluation-result-2659401-1276279212/solver-2659401-1276279212 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659401-1276279212.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.18 1.09 1.02 3/106 5518
/proc/meminfo: memFree=1807012/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1752 CPUtime=0
/proc/5518/stat : 5518 (java6) R 5516 5518 5325 0 -1 4194304 163 0 0 0 0 0 0 0 19 0 1 0 3525181 1794048 81 1992294400 134512640 134550932 4286773280 18446744073709551615 10440913 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5518/statm: 438 70 52 10 0 30 0

[startup+0.091838 s]
/proc/loadavg: 1.18 1.09 1.02 3/106 5518
/proc/meminfo: memFree=1807012/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1521796 CPUtime=0.07
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 3852 0 1 0 5 2 0 0 15 0 7 0 3525181 1558319104 3294 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 380449 3294 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.100836 s]
/proc/loadavg: 1.18 1.09 1.02 3/106 5518
/proc/meminfo: memFree=1807012/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1524024 CPUtime=0.08
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 3940 0 1 0 6 2 0 0 15 0 12 0 3525181 1560600576 3380 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 381006 3380 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300853 s]
/proc/loadavg: 1.18 1.09 1.02 3/106 5518
/proc/meminfo: memFree=1807012/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1526232 CPUtime=0.35
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 5303 0 1 0 32 3 0 0 15 0 12 0 3525181 1562861568 4741 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 381558 4741 1361 10 0 378860 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526232

[startup+0.70089 s]
/proc/loadavg: 1.18 1.09 1.02 3/106 5518
/proc/meminfo: memFree=1807012/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1531548 CPUtime=1.11
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 7067 0 1 0 108 3 0 0 15 0 13 0 3525181 1568305152 6210 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 382887 6210 1411 10 0 380189 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1531548

[startup+1.50195 s]
/proc/loadavg: 1.18 1.09 1.02 4/119 5531
/proc/meminfo: memFree=1786704/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1531552 CPUtime=2.48
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 8313 0 1 0 244 4 0 0 15 0 13 0 3525181 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 382888 7156 1440 10 0 380190 0
[pid=5518/tid=5520] ppid=5516 vsize=1531552 CPUtime=1.44
/proc/5518/task/5520/stat : 5520 (java) R 5516 5518 5325 0 -1 4202560 4444 0 1 0 142 2 0 0 25 0 13 0 3525183 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4109684384 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5518/tid=5521] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5521/stat : 5521 (java) S 5516 5518 5325 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 3525184 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5522] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5522/stat : 5522 (java) S 5516 5518 5325 0 -1 4202560 97 0 0 0 0 0 0 0 18 0 13 0 3525184 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5523] ppid=5516 vsize=1531552 CPUtime=0.01
/proc/5518/task/5523/stat : 5523 (java) S 5516 5518 5325 0 -1 4202560 188 0 0 0 1 0 0 0 16 0 13 0 3525186 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5524] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5524/stat : 5524 (java) S 5516 5518 5325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3525186 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5525] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5525/stat : 5525 (java) S 5516 5518 5325 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3525186 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5526] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5526/stat : 5526 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3525191 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5527] ppid=5516 vsize=1531552 CPUtime=0.51
/proc/5518/task/5527/stat : 5527 (java) S 5516 5518 5325 0 -1 4202560 1374 0 0 0 51 0 0 0 21 0 13 0 3525191 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5528] ppid=5516 vsize=1531552 CPUtime=0.47
/proc/5518/task/5528/stat : 5528 (java) S 5516 5518 5325 0 -1 4202560 1052 0 0 0 47 0 0 0 21 0 13 0 3525191 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5529] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5529/stat : 5529 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3525191 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5530] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5530/stat : 5530 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3525191 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5531] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5531/stat : 5531 (java) S 5516 5518 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3525215 1568309248 7156 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1531552

[startup+3.10208 s]
/proc/loadavg: 1.17 1.09 1.02 2/119 5531
/proc/meminfo: memFree=1782116/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1531552 CPUtime=4.15
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 8802 0 1 0 411 4 0 0 15 0 13 0 3525181 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 382888 7643 1440 10 0 380190 0
[pid=5518/tid=5520] ppid=5516 vsize=1531552 CPUtime=2.99
/proc/5518/task/5520/stat : 5520 (java) R 5516 5518 5325 0 -1 4202560 4447 0 1 0 297 2 0 0 25 0 13 0 3525183 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4109637722 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5518/tid=5521] ppid=5516 vsize=1531552 CPUtime=0.01
/proc/5518/task/5521/stat : 5521 (java) S 5516 5518 5325 0 -1 4202560 285 0 0 0 1 0 0 0 16 0 13 0 3525184 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5522] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5522/stat : 5522 (java) S 5516 5518 5325 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 13 0 3525184 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5523] ppid=5516 vsize=1531552 CPUtime=0.05
/proc/5518/task/5523/stat : 5523 (java) S 5516 5518 5325 0 -1 4202560 384 0 0 0 5 0 0 0 16 0 13 0 3525186 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5524] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5524/stat : 5524 (java) S 5516 5518 5325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3525186 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5525] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5525/stat : 5525 (java) S 5516 5518 5325 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3525186 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5526] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5526/stat : 5526 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3525191 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5527] ppid=5516 vsize=1531552 CPUtime=0.57
/proc/5518/task/5527/stat : 5527 (java) S 5516 5518 5325 0 -1 4202560 1379 0 0 0 57 0 0 0 16 0 13 0 3525191 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5528] ppid=5516 vsize=1531552 CPUtime=0.49
/proc/5518/task/5528/stat : 5528 (java) S 5516 5518 5325 0 -1 4202560 1054 0 0 0 49 0 0 0 15 0 13 0 3525191 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5529] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5529/stat : 5529 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3525191 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5530] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5530/stat : 5530 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3525191 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5531] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5531/stat : 5531 (java) S 5516 5518 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3525215 1568309248 7643 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 1531552

[startup+6.30234 s]
/proc/loadavg: 1.17 1.09 1.02 2/119 5531
/proc/meminfo: memFree=1780008/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1531552 CPUtime=7.44
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 9187 0 1 0 739 5 0 0 15 0 13 0 3525181 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 382888 8015 1440 10 0 380190 0
[pid=5518/tid=5520] ppid=5516 vsize=1531552 CPUtime=6.07
/proc/5518/task/5520/stat : 5520 (java) R 5516 5518 5325 0 -1 4202560 4451 0 1 0 605 2 0 0 25 0 13 0 3525183 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4109601398 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5518/tid=5521] ppid=5516 vsize=1531552 CPUtime=0.02
/proc/5518/task/5521/stat : 5521 (java) S 5516 5518 5325 0 -1 4202560 340 0 0 0 2 0 0 0 15 0 13 0 3525184 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5522] ppid=5516 vsize=1531552 CPUtime=0.01
/proc/5518/task/5522/stat : 5522 (java) S 5516 5518 5325 0 -1 4202560 255 0 0 0 1 0 0 0 16 0 13 0 3525184 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5523] ppid=5516 vsize=1531552 CPUtime=0.15
/proc/5518/task/5523/stat : 5523 (java) S 5516 5518 5325 0 -1 4202560 624 0 0 0 15 0 0 0 16 0 13 0 3525186 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5524] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5524/stat : 5524 (java) S 5516 5518 5325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3525186 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5525] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5525/stat : 5525 (java) S 5516 5518 5325 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3525186 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5526] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5526/stat : 5526 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3525191 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5527] ppid=5516 vsize=1531552 CPUtime=0.59
/proc/5518/task/5527/stat : 5527 (java) S 5516 5518 5325 0 -1 4202560 1383 0 0 0 59 0 0 0 15 0 13 0 3525191 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5528] ppid=5516 vsize=1531552 CPUtime=0.54
/proc/5518/task/5528/stat : 5528 (java) S 5516 5518 5325 0 -1 4202560 1069 0 0 0 54 0 0 0 15 0 13 0 3525191 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5529] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5529/stat : 5529 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3525191 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5530] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5530/stat : 5530 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3525191 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5531] ppid=5516 vsize=1531552 CPUtime=0
/proc/5518/task/5531/stat : 5531 (java) S 5516 5518 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3525215 1568309248 8015 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 1531552

[startup+12.7012 s]
/proc/loadavg: 1.14 1.08 1.02 2/119 5531
/proc/meminfo: memFree=1780008/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1530368 CPUtime=13.84
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 9235 0 1 0 1379 5 0 0 15 0 13 0 3525181 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 382592 7793 1440 10 0 379894 0
[pid=5518/tid=5520] ppid=5516 vsize=1530368 CPUtime=12.27
/proc/5518/task/5520/stat : 5520 (java) R 5516 5518 5325 0 -1 4202560 4458 0 1 0 1225 2 0 0 25 0 13 0 3525183 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4109266101 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5518/tid=5521] ppid=5516 vsize=1530368 CPUtime=0.04
/proc/5518/task/5521/stat : 5521 (java) S 5516 5518 5325 0 -1 4202560 340 0 0 0 4 0 0 0 15 0 13 0 3525184 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5522] ppid=5516 vsize=1530368 CPUtime=0.04
/proc/5518/task/5522/stat : 5522 (java) S 5516 5518 5325 0 -1 4202560 256 0 0 0 4 0 0 0 15 0 13 0 3525184 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5523] ppid=5516 vsize=1530368 CPUtime=0.31
/proc/5518/task/5523/stat : 5523 (java) S 5516 5518 5325 0 -1 4202560 664 0 0 0 31 0 0 0 16 0 13 0 3525186 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5524] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5524/stat : 5524 (java) S 5516 5518 5325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3525186 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5525] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5525/stat : 5525 (java) S 5516 5518 5325 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3525186 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5526] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5526/stat : 5526 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3525191 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5527] ppid=5516 vsize=1530368 CPUtime=0.59
/proc/5518/task/5527/stat : 5527 (java) S 5516 5518 5325 0 -1 4202560 1383 0 0 0 59 0 0 0 15 0 13 0 3525191 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5528] ppid=5516 vsize=1530368 CPUtime=0.54
/proc/5518/task/5528/stat : 5528 (java) S 5516 5518 5325 0 -1 4202560 1069 0 0 0 54 0 0 0 15 0 13 0 3525191 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5529] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5529/stat : 5529 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3525191 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5530] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5530/stat : 5530 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3525191 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5531] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5531/stat : 5531 (java) S 5516 5518 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3525215 1567096832 7793 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.84
Current children cumulated vsize (KiB) 1530368

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

[startup+15.9001 s]
/proc/loadavg: 1.14 1.08 1.02 2/119 5531
/proc/meminfo: memFree=1779884/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1530368 CPUtime=17.05
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 9272 0 1 0 1700 5 0 0 15 0 13 0 3525181 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 382592 7826 1440 10 0 379894 0
[pid=5518/tid=5520] ppid=5516 vsize=1530368 CPUtime=15.35
/proc/5518/task/5520/stat : 5520 (java) R 5516 5518 5325 0 -1 4202560 4462 0 1 0 1533 2 0 0 25 0 13 0 3525183 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4109684343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5518/tid=5521] ppid=5516 vsize=1530368 CPUtime=0.05
/proc/5518/task/5521/stat : 5521 (java) S 5516 5518 5325 0 -1 4202560 341 0 0 0 5 0 0 0 16 0 13 0 3525184 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5522] ppid=5516 vsize=1530368 CPUtime=0.05
/proc/5518/task/5522/stat : 5522 (java) S 5516 5518 5325 0 -1 4202560 257 0 0 0 5 0 0 0 15 0 13 0 3525184 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5523] ppid=5516 vsize=1530368 CPUtime=0.4
/proc/5518/task/5523/stat : 5523 (java) S 5516 5518 5325 0 -1 4202560 695 0 0 0 40 0 0 0 16 0 13 0 3525186 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5524] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5524/stat : 5524 (java) S 5516 5518 5325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3525186 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5525] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5525/stat : 5525 (java) S 5516 5518 5325 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3525186 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5526] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5526/stat : 5526 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3525191 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5527] ppid=5516 vsize=1530368 CPUtime=0.59
/proc/5518/task/5527/stat : 5527 (java) S 5516 5518 5325 0 -1 4202560 1383 0 0 0 59 0 0 0 15 0 13 0 3525191 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5528] ppid=5516 vsize=1530368 CPUtime=0.55
/proc/5518/task/5528/stat : 5528 (java) S 5516 5518 5325 0 -1 4202560 1069 0 0 0 55 0 0 0 15 0 13 0 3525191 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5529] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5529/stat : 5529 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3525191 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5530] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5530/stat : 5530 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3525191 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5531] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5531/stat : 5531 (java) S 5516 5518 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3525215 1567096832 7826 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.05
Current children cumulated vsize (KiB) 1530368

[startup+16.7 s]
/proc/loadavg: 1.14 1.08 1.02 2/119 5531
/proc/meminfo: memFree=1780008/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1530368 CPUtime=17.85
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 9283 0 1 0 1780 5 0 0 15 0 13 0 3525181 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 382592 7836 1440 10 0 379894 0
[pid=5518/tid=5520] ppid=5516 vsize=1530368 CPUtime=16.13
/proc/5518/task/5520/stat : 5520 (java) R 5516 5518 5325 0 -1 4202560 4463 0 1 0 1611 2 0 0 25 0 13 0 3525183 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4109706336 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5518/tid=5521] ppid=5516 vsize=1530368 CPUtime=0.05
/proc/5518/task/5521/stat : 5521 (java) S 5516 5518 5325 0 -1 4202560 341 0 0 0 5 0 0 0 16 0 13 0 3525184 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5522] ppid=5516 vsize=1530368 CPUtime=0.05
/proc/5518/task/5522/stat : 5522 (java) S 5516 5518 5325 0 -1 4202560 257 0 0 0 5 0 0 0 15 0 13 0 3525184 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5523] ppid=5516 vsize=1530368 CPUtime=0.42
/proc/5518/task/5523/stat : 5523 (java) S 5516 5518 5325 0 -1 4202560 705 0 0 0 42 0 0 0 15 0 13 0 3525186 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5524] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5524/stat : 5524 (java) S 5516 5518 5325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3525186 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5525] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5525/stat : 5525 (java) S 5516 5518 5325 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3525186 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5526] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5526/stat : 5526 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5527] ppid=5516 vsize=1530368 CPUtime=0.59
/proc/5518/task/5527/stat : 5527 (java) S 5516 5518 5325 0 -1 4202560 1383 0 0 0 59 0 0 0 15 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5528] ppid=5516 vsize=1530368 CPUtime=0.55
/proc/5518/task/5528/stat : 5528 (java) S 5516 5518 5325 0 -1 4202560 1069 0 0 0 55 0 0 0 15 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5529] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5529/stat : 5529 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5530] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5530/stat : 5530 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5531] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5531/stat : 5531 (java) S 5516 5518 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3525215 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.85
Current children cumulated vsize (KiB) 1530368

[startup+17.5 s]
/proc/loadavg: 1.13 1.08 1.02 2/119 5531
/proc/meminfo: memFree=1780008/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1530368 CPUtime=18.66
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 9284 0 1 0 1861 5 0 0 15 0 13 0 3525181 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 382592 7836 1440 10 0 379894 0
[pid=5518/tid=5520] ppid=5516 vsize=1530368 CPUtime=16.9
/proc/5518/task/5520/stat : 5520 (java) R 5516 5518 5325 0 -1 4202560 4464 0 1 0 1688 2 0 0 25 0 13 0 3525183 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4109708337 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5518/tid=5521] ppid=5516 vsize=1530368 CPUtime=0.05
/proc/5518/task/5521/stat : 5521 (java) S 5516 5518 5325 0 -1 4202560 341 0 0 0 5 0 0 0 16 0 13 0 3525184 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5522] ppid=5516 vsize=1530368 CPUtime=0.05
/proc/5518/task/5522/stat : 5522 (java) S 5516 5518 5325 0 -1 4202560 257 0 0 0 5 0 0 0 15 0 13 0 3525184 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5523] ppid=5516 vsize=1530368 CPUtime=0.45
/proc/5518/task/5523/stat : 5523 (java) S 5516 5518 5325 0 -1 4202560 705 0 0 0 45 0 0 0 16 0 13 0 3525186 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5524] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5524/stat : 5524 (java) S 5516 5518 5325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3525186 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5525] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5525/stat : 5525 (java) S 5516 5518 5325 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3525186 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5526] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5526/stat : 5526 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5527] ppid=5516 vsize=1530368 CPUtime=0.59
/proc/5518/task/5527/stat : 5527 (java) S 5516 5518 5325 0 -1 4202560 1383 0 0 0 59 0 0 0 15 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5528] ppid=5516 vsize=1530368 CPUtime=0.55
/proc/5518/task/5528/stat : 5528 (java) S 5516 5518 5325 0 -1 4202560 1069 0 0 0 55 0 0 0 15 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5529] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5529/stat : 5529 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5530] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5530/stat : 5530 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5531] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5531/stat : 5531 (java) S 5516 5518 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3525215 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.66
Current children cumulated vsize (KiB) 1530368

[startup+17.902 s]
/proc/loadavg: 1.13 1.08 1.02 2/119 5531
/proc/meminfo: memFree=1780008/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1530368 CPUtime=19.05
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 9284 0 1 0 1900 5 0 0 15 0 13 0 3525181 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 382592 7836 1440 10 0 379894 0
[pid=5518/tid=5520] ppid=5516 vsize=1530368 CPUtime=17.3
/proc/5518/task/5520/stat : 5520 (java) R 5516 5518 5325 0 -1 4202560 4464 0 1 0 1728 2 0 0 25 0 13 0 3525183 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4109706067 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5518/tid=5521] ppid=5516 vsize=1530368 CPUtime=0.05
/proc/5518/task/5521/stat : 5521 (java) S 5516 5518 5325 0 -1 4202560 341 0 0 0 5 0 0 0 16 0 13 0 3525184 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5522] ppid=5516 vsize=1530368 CPUtime=0.05
/proc/5518/task/5522/stat : 5522 (java) S 5516 5518 5325 0 -1 4202560 257 0 0 0 5 0 0 0 15 0 13 0 3525184 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5523] ppid=5516 vsize=1530368 CPUtime=0.45
/proc/5518/task/5523/stat : 5523 (java) S 5516 5518 5325 0 -1 4202560 705 0 0 0 45 0 0 0 16 0 13 0 3525186 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5524] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5524/stat : 5524 (java) S 5516 5518 5325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3525186 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5525] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5525/stat : 5525 (java) S 5516 5518 5325 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3525186 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5526] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5526/stat : 5526 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5527] ppid=5516 vsize=1530368 CPUtime=0.59
/proc/5518/task/5527/stat : 5527 (java) S 5516 5518 5325 0 -1 4202560 1383 0 0 0 59 0 0 0 15 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5528] ppid=5516 vsize=1530368 CPUtime=0.55
/proc/5518/task/5528/stat : 5528 (java) S 5516 5518 5325 0 -1 4202560 1069 0 0 0 55 0 0 0 15 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5529] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5529/stat : 5529 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5530] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5530/stat : 5530 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3525191 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5531] ppid=5516 vsize=1530368 CPUtime=0
/proc/5518/task/5531/stat : 5531 (java) S 5516 5518 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3525215 1567096832 7836 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.05
Current children cumulated vsize (KiB) 1530368

[startup+18.002 s]
/proc/loadavg: 1.13 1.08 1.02 2/119 5531
/proc/meminfo: memFree=1780008/2059040 swapFree=4192072/4192956
[pid=5518] ppid=5516 vsize=1530692 CPUtime=19.16
/proc/5518/stat : 5518 (java) S 5516 5518 5325 0 -1 4202496 9295 0 1 0 1911 5 0 0 15 0 13 0 3525181 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5518/statm: 382673 7847 1443 10 0 379975 0
[pid=5518/tid=5520] ppid=5516 vsize=1530692 CPUtime=17.37
/proc/5518/task/5520/stat : 5520 (java) R 5516 5518 5325 0 -1 4202560 4467 0 1 0 1735 2 0 0 25 0 13 0 3525183 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5518/tid=5521] ppid=5516 vsize=1530692 CPUtime=0.05
/proc/5518/task/5521/stat : 5521 (java) S 5516 5518 5325 0 -1 4202560 341 0 0 0 5 0 0 0 16 0 13 0 3525184 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 1 0 0 0
[pid=5518/tid=5522] ppid=5516 vsize=1530692 CPUtime=0.05
/proc/5518/task/5522/stat : 5522 (java) S 5516 5518 5325 0 -1 4202560 257 0 0 0 5 0 0 0 15 0 13 0 3525184 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5523] ppid=5516 vsize=1530692 CPUtime=0.45
/proc/5518/task/5523/stat : 5523 (java) S 5516 5518 5325 0 -1 4202560 705 0 0 0 45 0 0 0 16 0 13 0 3525186 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 0 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5524] ppid=5516 vsize=1530692 CPUtime=0
/proc/5518/task/5524/stat : 5524 (java) S 5516 5518 5325 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3525186 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5525] ppid=5516 vsize=1530692 CPUtime=0
/proc/5518/task/5525/stat : 5525 (java) S 5516 5518 5325 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3525186 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5526] ppid=5516 vsize=1530692 CPUtime=0
/proc/5518/task/5526/stat : 5526 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3525191 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5527] ppid=5516 vsize=1530692 CPUtime=0.6
/proc/5518/task/5527/stat : 5527 (java) R 5516 5518 5325 0 -1 4202560 1383 0 0 0 60 0 0 0 15 0 13 0 3525191 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 106823152 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5518/tid=5528] ppid=5516 vsize=1530692 CPUtime=0.56
/proc/5518/task/5528/stat : 5528 (java) S 5516 5518 5325 0 -1 4202560 1071 0 0 0 56 0 0 0 15 0 13 0 3525191 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5529] ppid=5516 vsize=1530692 CPUtime=0
/proc/5518/task/5529/stat : 5529 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3525191 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5530] ppid=5516 vsize=1530692 CPUtime=0
/proc/5518/task/5530/stat : 5530 (java) S 5516 5518 5325 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3525191 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
[pid=5518/tid=5531] ppid=5516 vsize=1530692 CPUtime=0
/proc/5518/task/5531/stat : 5531 (java) S 5516 5518 5325 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3525215 1567428608 7847 1992294400 134512640 134550932 4293466496 18446744073709551615 4294960144 0 4 0 16800975 18446604437839832896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.16
Current children cumulated vsize (KiB) 1530692

Child status: 10
Real time (s): 18.0363
CPU time (s): 19.1951
CPU user time (s): 19.1331
CPU system time (s): 0.06199
CPU usage (%): 106.425
Max. virtual memory (cumulated for all children) (KiB): 1531780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1331
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9298
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 725
involuntary context switches= 592

runsolver used 0.044993 second user time and 0.113982 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-11 20:00:12
IDJOB=2659401
IDBENCH=1264
IDSOLVER=1164
FILE ID=node003/2659401-1276279212
PBS_JOBID= 11173107
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111222080.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659401-1276279212/watcher-2659401-1276279212 -o /tmp/evaluation-result-2659401-1276279212/solver-2659401-1276279212 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659401-1276279212.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6da70b87b54711284828af94090392b9
RANDOM SEED=459925114

node003.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.251
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.251
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1807416 kB
Buffers:         20860 kB
Cached:         106964 kB
SwapCached:          0 kB
Active:          91308 kB
Inactive:        94896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1807416 kB
SwapTotal:     4192956 kB
SwapFree:      4192072 kB
Dirty:             248 kB
Writeback:           0 kB
AnonPages:       58336 kB
Mapped:          15412 kB
Slab:            43624 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181840 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62552 MiB
End job on node003 at 2010-06-11 20:00:31