Trace number 2658363

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26OPT3 29.1826 27.1018

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=97-P1=11-P2=73-P3=43-P4=127-P5=127-P6=37-P7=127-P8=5-B.opb
MD5SUM44a2a8c9706392fba8f7dee35869ba61
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark13.7469
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)392
Sum of products size (including duplicates)784
Number of different products392
Sum of products size784

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658363-1276648013.opb
0.08/0.20	c reading problem ... 
0.39/0.37	c ... done. Wall clock time 0.158s.
0.39/0.37	c #vars     560
0.39/0.37	c #constraints  809
0.39/0.37	c constraints type 
0.39/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 392
0.39/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 417
2.69/1.73	c cleaning 2501 clauses out of 5002 with flag 5002/5002
3.75/2.59	c cleaning 4250 clauses out of 8500 with flag 11001/11001
5.27/4.08	c cleaning 5621 clauses out of 11250 with flag 18001/18001
5.84/4.36	c SATISFIABLE
5.84/4.36	c OPTIMIZING...
5.84/4.36	c Got one! Elapsed wall clock time (in seconds):4.153
5.84/4.36	o 97
6.76/5.08	c cleaning 6814 clauses out of 13627 with flag 26000/26000
8.92/7.18	c cleaning 7905 clauses out of 15813 with flag 35000/35000
11.23/9.42	c cleaning 8944 clauses out of 17908 with flag 45000/45000
12.87/11.06	c cleaning 9481 clauses out of 18964 with flag 55000/55000
14.54/12.61	c cleaning 9728 clauses out of 19482 with flag 65000/65000
14.54/12.69	c Got one! Elapsed wall clock time (in seconds):12.488
14.54/12.69	o 9
15.97/14.02	c cleaning 9873 clauses out of 19754 with flag 75000/75000
17.91/15.99	c cleaning 9939 clauses out of 19883 with flag 85002/85002
19.41/17.44	c Got one! Elapsed wall clock time (in seconds):17.237
19.41/17.44	o 3
19.62/17.70	c cleaning 9953 clauses out of 19941 with flag 95000/95000
20.91/18.97	c cleaning 9985 clauses out of 19988 with flag 105001/105001
22.67/20.60	c cleaning 9994 clauses out of 20003 with flag 115001/115001
24.18/22.15	c cleaning 10001 clauses out of 20008 with flag 125000/125000
25.99/23.92	c cleaning 9999 clauses out of 20005 with flag 135000/135000
27.78/25.76	c cleaning 10000 clauses out of 20006 with flag 145001/145001
29.08/27.06	c starts		: 106
29.08/27.06	c conflicts		: 152651
29.08/27.06	c decisions		: 162906
29.08/27.06	c propagations		: 2625457
29.08/27.06	c inspects		: 83458186
29.08/27.06	c learnt literals	: 16
29.08/27.06	c learnt binary clauses	: 63
29.08/27.06	c learnt ternary clauses	: 175
29.08/27.06	c learnt clauses	: 152634
29.08/27.06	c ignored clauses	: 0
29.08/27.06	c root simplifications	: 0
29.08/27.06	c removed literals (reason simplification)	: 3605850
29.08/27.06	c reason swapping (by a shorter reason)	: 0
29.08/27.06	c Calls to reduceDB	: 16
29.08/27.06	c number of reductions to clauses (during analyze)	: 0
29.08/27.06	c number of learned constraints concerned by reduction	: 0
29.08/27.06	c number of learning phase by resolution	: 0
29.08/27.06	c number of learning phase by cutting planes	: 0
29.08/27.06	c speed (assignments/second)	: 272803.0964256026
29.08/27.06	c non guided choices	2238
29.08/27.06	c learnt constraints type 
29.08/27.06	c constraints type 
29.08/27.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 392
29.08/27.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 417
29.08/27.06	s OPTIMUM FOUND
29.08/27.07	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 
29.08/27.07	c objective function=3
29.08/27.07	c Total wall clock time (in seconds): 26.863

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658363-1276648013/watcher-2658363-1276648013 -o /tmp/evaluation-result-2658363-1276648013/solver-2658363-1276648013 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658363-1276648013.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: 2.03 1.61 1.24 3/106 14973
/proc/meminfo: memFree=1810832/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=248 CPUtime=0
/proc/14973/stat : 14973 (java) R 14971 14973 14619 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 6095736 253952 28 1992294400 134512640 134550932 4293023664 18446744073709551615 4817374 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14973/statm: 62 28 21 10 0 23 0

[startup+0.10424 s]
/proc/loadavg: 2.03 1.61 1.24 3/106 14973
/proc/meminfo: memFree=1810832/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1524184 CPUtime=0.08
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 3978 0 1 0 6 2 0 0 18 0 12 0 6095736 1560764416 3417 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 381046 3417 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.208602 s]
/proc/loadavg: 2.03 1.61 1.24 3/106 14973
/proc/meminfo: memFree=1810832/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1526224 CPUtime=0.25
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 5093 0 1 0 21 4 0 0 18 0 12 0 6095736 1562853376 4530 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 381556 4530 1348 10 0 378858 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1526224

[startup+0.300599 s]
/proc/loadavg: 2.03 1.61 1.24 3/106 14973
/proc/meminfo: memFree=1810832/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1526224 CPUtime=0.39
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 5304 0 1 0 35 4 0 0 18 0 12 0 6095736 1562853376 4741 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 381556 4741 1363 10 0 378858 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526224

[startup+0.700587 s]
/proc/loadavg: 2.03 1.61 1.24 3/106 14973
/proc/meminfo: memFree=1810832/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1530296 CPUtime=1.17
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 7099 0 1 0 111 6 0 0 18 0 13 0 6095736 1567023104 6184 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 382574 6184 1410 10 0 379876 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1530296

[startup+1.50156 s]
/proc/loadavg: 2.11 1.64 1.25 2/119 14986
/proc/meminfo: memFree=1785372/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1530008 CPUtime=2.4
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 11858 0 1 0 232 8 0 0 18 0 13 0 6095736 1566728192 10688 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 382502 10689 1421 10 0 379804 0
[pid=14973/tid=14975] ppid=14971 vsize=1530008 CPUtime=1.47
/proc/14973/task/14975/stat : 14975 (java) R 14971 14973 14619 0 -1 4202560 8666 0 1 0 141 6 0 0 20 0 13 0 6095738 1566728192 10689 1992294400 134512640 134550932 4293023664 18446744073709551615 4108847323 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14973/tid=14976] ppid=14971 vsize=1530008 CPUtime=0
/proc/14973/task/14976/stat : 14976 (java) S 14971 14973 14619 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 6095739 1566728192 10690 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14977] ppid=14971 vsize=1530008 CPUtime=0
/proc/14973/task/14977/stat : 14977 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 6095739 1566728192 10690 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14978] ppid=14971 vsize=1530008 CPUtime=0
/proc/14973/task/14978/stat : 14978 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6095741 1566728192 10690 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14979] ppid=14971 vsize=1530008 CPUtime=0
/proc/14973/task/14979/stat : 14979 (java) S 14971 14973 14619 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 6095741 1566728192 10691 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14980] ppid=14971 vsize=1530008 CPUtime=0
/proc/14973/task/14980/stat : 14980 (java) S 14971 14973 14619 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 6095741 1566728192 10691 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14981] ppid=14971 vsize=1530008 CPUtime=0
/proc/14973/task/14981/stat : 14981 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1566728192 10692 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14982] ppid=14971 vsize=1530008 CPUtime=0.48
/proc/14973/task/14982/stat : 14982 (java) S 14971 14973 14619 0 -1 4202560 692 0 0 0 48 0 0 0 23 0 13 0 6095746 1566728192 10692 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14983] ppid=14971 vsize=1530008 CPUtime=0.41
/proc/14973/task/14983/stat : 14983 (java) S 14971 14973 14619 0 -1 4202560 1433 0 0 0 41 0 0 0 22 0 13 0 6095746 1566728192 10693 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14984] ppid=14971 vsize=1530008 CPUtime=0
/proc/14973/task/14984/stat : 14984 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1566728192 10693 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14985] ppid=14971 vsize=1530008 CPUtime=0
/proc/14973/task/14985/stat : 14985 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6095746 1566728192 10693 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14986] ppid=14971 vsize=1530008 CPUtime=0
/proc/14973/task/14986/stat : 14986 (java) S 14971 14973 14619 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6095774 1566728192 10693 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1530008

[startup+3.10249 s]
/proc/loadavg: 2.11 1.64 1.25 2/119 14986
/proc/meminfo: memFree=1761192/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1535700 CPUtime=4.34
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 16271 0 1 0 424 10 0 0 18 0 13 0 6095736 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 383925 14444 1440 10 0 381227 0
[pid=14973/tid=14975] ppid=14971 vsize=1535700 CPUtime=3.01
/proc/14973/task/14975/stat : 14975 (java) R 14971 14973 14619 0 -1 4202560 9901 0 1 0 295 6 0 0 25 0 13 0 6095738 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4109243467 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14973/tid=14976] ppid=14971 vsize=1535700 CPUtime=0
/proc/14973/task/14976/stat : 14976 (java) S 14971 14973 14619 0 -1 4202560 312 0 0 0 0 0 0 0 18 0 13 0 6095739 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14977] ppid=14971 vsize=1535700 CPUtime=0
/proc/14973/task/14977/stat : 14977 (java) S 14971 14973 14619 0 -1 4202560 368 0 0 0 0 0 0 0 15 0 13 0 6095739 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14978] ppid=14971 vsize=1535700 CPUtime=0.04
/proc/14973/task/14978/stat : 14978 (java) S 14971 14973 14619 0 -1 4202560 553 0 0 0 4 0 0 0 16 0 13 0 6095741 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14979] ppid=14971 vsize=1535700 CPUtime=0
/proc/14973/task/14979/stat : 14979 (java) S 14971 14973 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6095741 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14980] ppid=14971 vsize=1535700 CPUtime=0
/proc/14973/task/14980/stat : 14980 (java) S 14971 14973 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6095741 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14981] ppid=14971 vsize=1535700 CPUtime=0
/proc/14973/task/14981/stat : 14981 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14982] ppid=14971 vsize=1535700 CPUtime=0.58
/proc/14973/task/14982/stat : 14982 (java) S 14971 14973 14619 0 -1 4202560 1364 0 0 0 57 1 0 0 17 0 13 0 6095746 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14983] ppid=14971 vsize=1535700 CPUtime=0.67
/proc/14973/task/14983/stat : 14983 (java) S 14971 14973 14619 0 -1 4202560 2706 0 0 0 66 1 0 0 16 0 13 0 6095746 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14984] ppid=14971 vsize=1535700 CPUtime=0
/proc/14973/task/14984/stat : 14984 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14985] ppid=14971 vsize=1535700 CPUtime=0
/proc/14973/task/14985/stat : 14985 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6095746 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14986] ppid=14971 vsize=1535700 CPUtime=0
/proc/14973/task/14986/stat : 14986 (java) S 14971 14973 14619 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6095774 1572556800 14444 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 1535700

[startup+6.30142 s]
/proc/loadavg: 2.11 1.64 1.25 2/119 14986
/proc/meminfo: memFree=1743088/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1536808 CPUtime=8.12
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 21250 0 1 0 799 13 0 0 18 0 13 0 6095736 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 384202 17983 1440 10 0 381504 0
[pid=14973/tid=14975] ppid=14971 vsize=1536808 CPUtime=6.13
/proc/14973/task/14975/stat : 14975 (java) R 14971 14973 14619 0 -1 4202560 12743 0 1 0 605 8 0 0 25 0 13 0 6095738 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4109175636 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14973/tid=14976] ppid=14971 vsize=1536808 CPUtime=0.01
/proc/14973/task/14976/stat : 14976 (java) S 14971 14973 14619 0 -1 4202560 367 0 0 0 1 0 0 0 16 0 13 0 6095739 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14977] ppid=14971 vsize=1536808 CPUtime=0.01
/proc/14973/task/14977/stat : 14977 (java) S 14971 14973 14619 0 -1 4202560 454 0 0 0 1 0 0 0 15 0 13 0 6095739 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14978] ppid=14971 vsize=1536808 CPUtime=0.09
/proc/14973/task/14978/stat : 14978 (java) S 14971 14973 14619 0 -1 4202560 755 0 0 0 9 0 0 0 15 0 13 0 6095741 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14979] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14979/stat : 14979 (java) S 14971 14973 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14980] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14980/stat : 14980 (java) S 14971 14973 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14981] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14981/stat : 14981 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14982] ppid=14971 vsize=1536808 CPUtime=1.11
/proc/14973/task/14982/stat : 14982 (java) S 14971 14973 14619 0 -1 4202560 3155 0 0 0 110 1 0 0 15 0 13 0 6095746 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14983] ppid=14971 vsize=1536808 CPUtime=0.7
/proc/14973/task/14983/stat : 14983 (java) S 14971 14973 14619 0 -1 4202560 2709 0 0 0 69 1 0 0 15 0 13 0 6095746 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14984] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14984/stat : 14984 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14985] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14985/stat : 14985 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6095746 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14986] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14986/stat : 14986 (java) S 14971 14973 14619 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6095774 1573691392 17983 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 1536808

[startup+12.7002 s]
/proc/loadavg: 1.94 1.61 1.24 2/119 14988
/proc/meminfo: memFree=1719280/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1536808 CPUtime=14.64
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 27350 0 1 0 1448 16 0 0 18 0 13 0 6095736 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 384202 24078 1440 10 0 381504 0
[pid=14973/tid=14975] ppid=14971 vsize=1536808 CPUtime=12.37
/proc/14973/task/14975/stat : 14975 (java) R 14971 14973 14619 0 -1 4202560 17999 0 1 0 1226 11 0 0 25 0 13 0 6095738 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4109164976 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14973/tid=14976] ppid=14971 vsize=1536808 CPUtime=0.03
/proc/14973/task/14976/stat : 14976 (java) S 14971 14973 14619 0 -1 4202560 438 0 0 0 3 0 0 0 15 0 13 0 6095739 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14977] ppid=14971 vsize=1536808 CPUtime=0.04
/proc/14973/task/14977/stat : 14977 (java) S 14971 14973 14619 0 -1 4202560 529 0 0 0 4 0 0 0 16 0 13 0 6095739 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14978] ppid=14971 vsize=1536808 CPUtime=0.21
/proc/14973/task/14978/stat : 14978 (java) S 14971 14973 14619 0 -1 4202560 1428 0 0 0 21 0 0 0 16 0 13 0 6095741 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14979] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14979/stat : 14979 (java) S 14971 14973 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14980] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14980/stat : 14980 (java) S 14971 14973 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14981] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14981/stat : 14981 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14982] ppid=14971 vsize=1536808 CPUtime=1.22
/proc/14973/task/14982/stat : 14982 (java) S 14971 14973 14619 0 -1 4202560 3180 0 0 0 121 1 0 0 15 0 13 0 6095746 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14983] ppid=14971 vsize=1536808 CPUtime=0.72
/proc/14973/task/14983/stat : 14983 (java) S 14971 14973 14619 0 -1 4202560 2709 0 0 0 71 1 0 0 15 0 13 0 6095746 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14984] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14984/stat : 14984 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14985] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14985/stat : 14985 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6095746 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14986] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14986/stat : 14986 (java) S 14971 14973 14619 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6095774 1573691392 24078 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 1536808

[startup+25.5018 s]
/proc/loadavg: 1.79 1.59 1.24 2/119 14988
/proc/meminfo: memFree=1713824/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1536808 CPUtime=27.58
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 28716 0 1 0 2740 18 0 0 18 0 13 0 6095736 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 384202 25433 1440 10 0 381504 0
[pid=14973/tid=14975] ppid=14971 vsize=1536808 CPUtime=24.87
/proc/14973/task/14975/stat : 14975 (java) R 14971 14973 14619 0 -1 4202560 18996 0 1 0 2475 12 0 0 21 0 13 0 6095738 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4109229335 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14973/tid=14976] ppid=14971 vsize=1536808 CPUtime=0.06
/proc/14973/task/14976/stat : 14976 (java) S 14971 14973 14619 0 -1 4202560 439 0 0 0 6 0 0 0 16 0 13 0 6095739 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14977] ppid=14971 vsize=1536808 CPUtime=0.08
/proc/14973/task/14977/stat : 14977 (java) S 14971 14973 14619 0 -1 4202560 529 0 0 0 8 0 0 0 15 0 13 0 6095739 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14978] ppid=14971 vsize=1536808 CPUtime=0.44
/proc/14973/task/14978/stat : 14978 (java) S 14971 14973 14619 0 -1 4202560 1789 0 0 0 44 0 0 0 15 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14979] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14979/stat : 14979 (java) S 14971 14973 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14980] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14980/stat : 14980 (java) S 14971 14973 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14981] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14981/stat : 14981 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14982] ppid=14971 vsize=1536808 CPUtime=1.29
/proc/14973/task/14982/stat : 14982 (java) S 14971 14973 14619 0 -1 4202560 3187 0 0 0 127 2 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14983] ppid=14971 vsize=1536808 CPUtime=0.79
/proc/14973/task/14983/stat : 14983 (java) S 14971 14973 14619 0 -1 4202560 2709 0 0 0 78 1 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14984] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14984/stat : 14984 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14985] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14985/stat : 14985 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14986] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14986/stat : 14986 (java) S 14971 14973 14619 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6095774 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.58
Current children cumulated vsize (KiB) 1536808

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

[startup+25.6018 s]
/proc/loadavg: 1.79 1.59 1.24 2/119 14988
/proc/meminfo: memFree=1713824/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1536808 CPUtime=27.68
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 28716 0 1 0 2750 18 0 0 18 0 13 0 6095736 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 384202 25433 1440 10 0 381504 0
[pid=14973/tid=14975] ppid=14971 vsize=1536808 CPUtime=24.97
/proc/14973/task/14975/stat : 14975 (java) R 14971 14973 14619 0 -1 4202560 18996 0 1 0 2485 12 0 0 21 0 13 0 6095738 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4159283018 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14973/tid=14976] ppid=14971 vsize=1536808 CPUtime=0.06
/proc/14973/task/14976/stat : 14976 (java) S 14971 14973 14619 0 -1 4202560 439 0 0 0 6 0 0 0 16 0 13 0 6095739 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14977] ppid=14971 vsize=1536808 CPUtime=0.08
/proc/14973/task/14977/stat : 14977 (java) S 14971 14973 14619 0 -1 4202560 529 0 0 0 8 0 0 0 15 0 13 0 6095739 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14978] ppid=14971 vsize=1536808 CPUtime=0.44
/proc/14973/task/14978/stat : 14978 (java) S 14971 14973 14619 0 -1 4202560 1789 0 0 0 44 0 0 0 15 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14979] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14979/stat : 14979 (java) S 14971 14973 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14980] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14980/stat : 14980 (java) S 14971 14973 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14981] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14981/stat : 14981 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14982] ppid=14971 vsize=1536808 CPUtime=1.29
/proc/14973/task/14982/stat : 14982 (java) S 14971 14973 14619 0 -1 4202560 3187 0 0 0 127 2 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14983] ppid=14971 vsize=1536808 CPUtime=0.79
/proc/14973/task/14983/stat : 14983 (java) S 14971 14973 14619 0 -1 4202560 2709 0 0 0 78 1 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14984] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14984/stat : 14984 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14985] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14985/stat : 14985 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14986] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14986/stat : 14986 (java) S 14971 14973 14619 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6095774 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.68
Current children cumulated vsize (KiB) 1536808

[startup+26.4018 s]
/proc/loadavg: 1.73 1.58 1.24 2/119 14988
/proc/meminfo: memFree=1713824/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1536808 CPUtime=28.5
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 28717 0 1 0 2832 18 0 0 18 0 13 0 6095736 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 384202 25433 1440 10 0 381504 0
[pid=14973/tid=14975] ppid=14971 vsize=1536808 CPUtime=25.74
/proc/14973/task/14975/stat : 14975 (java) R 14971 14973 14619 0 -1 4202560 18997 0 1 0 2562 12 0 0 22 0 13 0 6095738 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4109229141 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14973/tid=14976] ppid=14971 vsize=1536808 CPUtime=0.07
/proc/14973/task/14976/stat : 14976 (java) S 14971 14973 14619 0 -1 4202560 439 0 0 0 7 0 0 0 15 0 13 0 6095739 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14977] ppid=14971 vsize=1536808 CPUtime=0.08
/proc/14973/task/14977/stat : 14977 (java) S 14971 14973 14619 0 -1 4202560 529 0 0 0 8 0 0 0 16 0 13 0 6095739 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14978] ppid=14971 vsize=1536808 CPUtime=0.47
/proc/14973/task/14978/stat : 14978 (java) S 14971 14973 14619 0 -1 4202560 1789 0 0 0 47 0 0 0 16 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14979] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14979/stat : 14979 (java) S 14971 14973 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14980] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14980/stat : 14980 (java) S 14971 14973 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14981] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14981/stat : 14981 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14982] ppid=14971 vsize=1536808 CPUtime=1.29
/proc/14973/task/14982/stat : 14982 (java) S 14971 14973 14619 0 -1 4202560 3187 0 0 0 127 2 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14983] ppid=14971 vsize=1536808 CPUtime=0.79
/proc/14973/task/14983/stat : 14983 (java) S 14971 14973 14619 0 -1 4202560 2709 0 0 0 78 1 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14984] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14984/stat : 14984 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14985] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14985/stat : 14985 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14986] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14986/stat : 14986 (java) S 14971 14973 14619 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6095774 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.5
Current children cumulated vsize (KiB) 1536808

[startup+26.8018 s]
/proc/loadavg: 1.73 1.58 1.24 2/119 14988
/proc/meminfo: memFree=1713824/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1536808 CPUtime=28.88
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 28717 0 1 0 2870 18 0 0 18 0 13 0 6095736 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 384202 25433 1440 10 0 381504 0
[pid=14973/tid=14975] ppid=14971 vsize=1536808 CPUtime=26.12
/proc/14973/task/14975/stat : 14975 (java) R 14971 14973 14619 0 -1 4202560 18997 0 1 0 2600 12 0 0 25 0 13 0 6095738 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4109250356 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14973/tid=14976] ppid=14971 vsize=1536808 CPUtime=0.07
/proc/14973/task/14976/stat : 14976 (java) S 14971 14973 14619 0 -1 4202560 439 0 0 0 7 0 0 0 15 0 13 0 6095739 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14977] ppid=14971 vsize=1536808 CPUtime=0.08
/proc/14973/task/14977/stat : 14977 (java) S 14971 14973 14619 0 -1 4202560 529 0 0 0 8 0 0 0 16 0 13 0 6095739 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14978] ppid=14971 vsize=1536808 CPUtime=0.47
/proc/14973/task/14978/stat : 14978 (java) S 14971 14973 14619 0 -1 4202560 1789 0 0 0 47 0 0 0 16 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14979] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14979/stat : 14979 (java) S 14971 14973 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14980] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14980/stat : 14980 (java) S 14971 14973 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14981] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14981/stat : 14981 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14982] ppid=14971 vsize=1536808 CPUtime=1.29
/proc/14973/task/14982/stat : 14982 (java) S 14971 14973 14619 0 -1 4202560 3187 0 0 0 127 2 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14983] ppid=14971 vsize=1536808 CPUtime=0.79
/proc/14973/task/14983/stat : 14983 (java) S 14971 14973 14619 0 -1 4202560 2709 0 0 0 78 1 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14984] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14984/stat : 14984 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14985] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14985/stat : 14985 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14986] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14986/stat : 14986 (java) S 14971 14973 14619 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6095774 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.88
Current children cumulated vsize (KiB) 1536808

[startup+27.0018 s]
/proc/loadavg: 1.73 1.58 1.24 2/119 14988
/proc/meminfo: memFree=1713824/2059040 swapFree=4170748/4192956
[pid=14973] ppid=14971 vsize=1536808 CPUtime=29.08
/proc/14973/stat : 14973 (java) S 14971 14973 14619 0 -1 4202496 28717 0 1 0 2890 18 0 0 18 0 13 0 6095736 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14973/statm: 384202 25433 1440 10 0 381504 0
[pid=14973/tid=14975] ppid=14971 vsize=1536808 CPUtime=26.32
/proc/14973/task/14975/stat : 14975 (java) R 14971 14973 14619 0 -1 4202560 18997 0 1 0 2620 12 0 0 25 0 13 0 6095738 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4108848892 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14973/tid=14976] ppid=14971 vsize=1536808 CPUtime=0.07
/proc/14973/task/14976/stat : 14976 (java) S 14971 14973 14619 0 -1 4202560 439 0 0 0 7 0 0 0 15 0 13 0 6095739 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14977] ppid=14971 vsize=1536808 CPUtime=0.08
/proc/14973/task/14977/stat : 14977 (java) S 14971 14973 14619 0 -1 4202560 529 0 0 0 8 0 0 0 16 0 13 0 6095739 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14978] ppid=14971 vsize=1536808 CPUtime=0.47
/proc/14973/task/14978/stat : 14978 (java) S 14971 14973 14619 0 -1 4202560 1789 0 0 0 47 0 0 0 15 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 0 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14979] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14979/stat : 14979 (java) S 14971 14973 14619 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14980] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14980/stat : 14980 (java) S 14971 14973 14619 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6095741 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14981] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14981/stat : 14981 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14982] ppid=14971 vsize=1536808 CPUtime=1.29
/proc/14973/task/14982/stat : 14982 (java) S 14971 14973 14619 0 -1 4202560 3187 0 0 0 127 2 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14983] ppid=14971 vsize=1536808 CPUtime=0.79
/proc/14973/task/14983/stat : 14983 (java) S 14971 14973 14619 0 -1 4202560 2709 0 0 0 78 1 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14984] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14984/stat : 14984 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
[pid=14973/tid=14985] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14985/stat : 14985 (java) S 14971 14973 14619 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6095746 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 1 0 0 0
[pid=14973/tid=14986] ppid=14971 vsize=1536808 CPUtime=0
/proc/14973/task/14986/stat : 14986 (java) S 14971 14973 14619 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6095774 1573691392 25433 1992294400 134512640 134550932 4293023664 18446744073709551615 4294960144 0 4 0 16800975 18446604435774530880 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 29.08
Current children cumulated vsize (KiB) 1536808

Child status: 30
Real time (s): 27.1018
CPU time (s): 29.1826
CPU user time (s): 28.9826
CPU system time (s): 0.199969
CPU usage (%): 107.678
Max. virtual memory (cumulated for all children) (KiB): 1538396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.9826
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28728
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= 934
involuntary context switches= 949

runsolver used 0.080987 second user time and 0.145977 second system time

The end

Launcher Data

Begin job on node031 at 2010-06-16 02:26:53
IDJOB=2658363
IDBENCH=47977
IDSOLVER=1164
FILE ID=node031/2658363-1276648013
PBS_JOBID= 11172432
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=97-P1=11-P2=73-P3=43-P4=127-P5=127-P6=37-P7=127-P8=5-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658363-1276648013/watcher-2658363-1276648013 -o /tmp/evaluation-result-2658363-1276648013/solver-2658363-1276648013 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658363-1276648013.opb

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

MD5SUM BENCH= 44a2a8c9706392fba8f7dee35869ba61
RANDOM SEED=684679978

node031.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.219
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.43
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.219
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.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1811228 kB
Buffers:         27420 kB
Cached:         104424 kB
SwapCached:       1484 kB
Active:          84388 kB
Inactive:        86628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1811228 kB
SwapTotal:     4192956 kB
SwapFree:      4170748 kB
Dirty:             520 kB
Writeback:           8 kB
AnonPages:       37668 kB
Mapped:          15484 kB
Slab:            54724 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181084 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node031 at 2010-06-16 02:27:20