Trace number 1051287

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
galac ESAT 47.8067 49.3359

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-25-7-a4.xml
MD5SUM58a2f86120e7e6c7f6bddef75df9c059
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.061989
Satisfiable
(Un)Satisfiability was proved
Number of variables7
Number of constraints196
Maximum constraint arity4
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension196
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.06	c --- Preproc Stats ---
0.01/0.82	c start processing
0.01/0.82	c start relation processing
0.93/1.03	c start cnf exporting
22.92/23.24	c parsing time : 0.675
22.92/23.24	c preprocessing time : 23.095
22.92/23.24	
22.92/23.24	c Nary constraints - conflicts : 175 supports : 0
22.92/23.24	c Binary constraints - conflicts : 0 supports :21
22.92/23.24	c max arity constraint : 4
22.92/23.24	c Max Tuples generated 456976
22.92/23.24	c relations : 3
22.92/23.24	c relations BDD: 1
22.92/23.24	c sampling 2/2
22.92/23.24	c vars : 147603 - clauses :  603127
22.92/23.24	
22.92/23.29	 
22.92/23.29	c --- SAT Solver Stats ---
22.92/23.29	 
22.92/23.29	c eSAT 0.1 : minisat core with additionnal features
22.92/23.29	c ============================[ Problem Statistics ]=============================
22.92/23.29	c |                                                                             |
22.92/23.29	c |  Number of variables:  147602                                               |
22.92/23.29	c |  Number of clauses:    603127                                               |
22.98/23.93	c |  Parsing time:         0.54         s                                       |
46.41/46.98	c restarts              : 201
46.41/46.98	c conflicts             : 603            (26 /sec)
46.41/46.98	c decisions             : 11553          (76.77 % random) (495 /sec)
46.41/46.98	c euip                  : 91          
46.41/46.98	c propagations          : 1013751        (43452 /sec)
46.41/46.98	c conflict literals     : 9757           (22.87 % deleted)
46.41/46.98	c Memory used           : 90.25 MB
46.41/46.98	c CPU time              : 23.3305 s
46.41/46.98	c 
46.51/47.03	s SATISFIABLE
47.75/49.32	v 0 4 9 15 22 23 25

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051287-1215052811/watcher-1051287-1215052811 -o /tmp/evaluation-result-1051287-1215052811/solver-1051287-1215052811 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1051287-1215052811.xml 

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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.23 2.05 2.02 5/88 25205
/proc/meminfo: memFree=1583896/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=18572 CPUtime=0
/proc/25205/stat : 25205 (runsolver) R 25203 25205 22236 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 116961745 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 265674091815 0 0 4096 24578 0 0 0 17 0 0 0
/proc/25205/statm: 4643 292 257 25 0 2626 0

[startup+0.0563049 s]
/proc/loadavg: 2.23 2.05 2.02 5/88 25205
/proc/meminfo: memFree=1583896/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=8784 CPUtime=0.01
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 639 1481 0 0 0 0 0 1 18 0 1 0 116961745 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 265674260562 0 2 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/25205/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.100963 s]
/proc/loadavg: 2.23 2.05 2.02 5/88 25205
/proc/meminfo: memFree=1583896/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=0.01
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 766 1697 0 0 0 0 0 1 21 0 1 0 116961745 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25205/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.301977 s]
/proc/loadavg: 2.23 2.05 2.02 5/88 25205
/proc/meminfo: memFree=1583896/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=0.01
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 766 1697 0 0 0 0 0 1 21 0 1 0 116961745 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25205/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.702017 s]
/proc/loadavg: 2.23 2.05 2.02 5/88 25205
/proc/meminfo: memFree=1583896/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=0.01
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 766 1697 0 0 0 0 0 1 21 0 1 0 116961745 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25205/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50111 s]
/proc/loadavg: 2.23 2.05 2.02 3/98 25227
/proc/meminfo: memFree=1519488/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=0.01
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 766 1697 0 0 0 0 0 1 21 0 1 0 116961745 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25205/statm: 11892 365 246 79 0 219 0
[pid=25219] ppid=25205 vsize=812760 CPUtime=1.41
/proc/25219/stat : 25219 (java) S 25205 25205 22236 0 -1 0 17065 0 1 0 132 9 0 0 22 0 9 0 116961751 832266240 16285 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25219/statm: 203190 16285 2587 9 0 197171 0
[pid=25219/tid=25220] ppid=25205 vsize=812760 CPUtime=1.1
/proc/25219/task/25220/stat : 25220 (java) R 25205 25205 22236 0 -1 64 11139 0 1 0 104 6 0 0 25 0 9 0 116961752 832266240 16285 996147200 134512640 134550740 4294955616 18446744073709551615 4127038275 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25221] ppid=25205 vsize=812760 CPUtime=0.04
/proc/25219/task/25221/stat : 25221 (java) S 25205 25205 22236 0 -1 64 4387 0 0 0 3 1 0 0 17 0 9 0 116961753 832266240 16285 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25222] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25222/stat : 25222 (java) S 25205 25205 22236 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 116961753 832266240 16285 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25223] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25223/stat : 25223 (java) S 25205 25205 22236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 116961753 832266240 16285 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25224] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25224/stat : 25224 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116961755 832266240 16285 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25225] ppid=25205 vsize=812760 CPUtime=0.25
/proc/25219/task/25225/stat : 25225 (java) S 25205 25205 22236 0 -1 64 839 0 0 0 24 1 0 0 15 0 9 0 116961755 832266240 16285 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25226] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25226/stat : 25226 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116961755 832266240 16285 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25227] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25227/stat : 25227 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116961755 832266240 16285 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 860328

[startup+3.10129 s]
/proc/loadavg: 2.21 2.05 2.02 3/98 25227
/proc/meminfo: memFree=1478400/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=0.01
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 766 1697 0 0 0 0 0 1 21 0 1 0 116961745 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25205/statm: 11892 365 246 79 0 219 0
[pid=25219] ppid=25205 vsize=812760 CPUtime=3
/proc/25219/stat : 25219 (java) S 25205 25205 22236 0 -1 0 21354 0 1 0 288 12 0 0 22 0 9 0 116961751 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25219/statm: 203190 20571 2591 9 0 197171 0
[pid=25219/tid=25220] ppid=25205 vsize=812760 CPUtime=2.65
/proc/25219/task/25220/stat : 25220 (java) R 25205 25205 22236 0 -1 64 14629 0 1 0 257 8 0 0 25 0 9 0 116961752 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4126991576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25221] ppid=25205 vsize=812760 CPUtime=0.06
/proc/25219/task/25221/stat : 25221 (java) S 25205 25205 22236 0 -1 64 5182 0 0 0 5 1 0 0 16 0 9 0 116961753 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25222] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25222/stat : 25222 (java) S 25205 25205 22236 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 116961753 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25223] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25223/stat : 25223 (java) S 25205 25205 22236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 116961753 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25224] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25224/stat : 25224 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116961755 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25225] ppid=25205 vsize=812760 CPUtime=0.25
/proc/25219/task/25225/stat : 25225 (java) S 25205 25205 22236 0 -1 64 843 0 0 0 24 1 0 0 15 0 9 0 116961755 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25226] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25226/stat : 25226 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116961755 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25227] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25227/stat : 25227 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116961755 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 860328

[startup+6.30266 s]
/proc/loadavg: 2.21 2.05 2.02 3/98 25227
/proc/meminfo: memFree=1473216/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=0.01
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 766 1697 0 0 0 0 0 1 21 0 1 0 116961745 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25205/statm: 11892 365 246 79 0 219 0
[pid=25219] ppid=25205 vsize=812760 CPUtime=6.16
/proc/25219/stat : 25219 (java) S 25205 25205 22236 0 -1 0 21361 0 1 0 603 13 0 0 22 0 9 0 116961751 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25219/statm: 203190 20571 2591 9 0 197171 0
[pid=25219/tid=25220] ppid=25205 vsize=812760 CPUtime=5.79
/proc/25219/task/25220/stat : 25220 (java) R 25205 25205 22236 0 -1 64 14636 0 1 0 569 10 0 0 25 0 9 0 116961752 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4127021433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25221] ppid=25205 vsize=812760 CPUtime=0.09
/proc/25219/task/25221/stat : 25221 (java) S 25205 25205 22236 0 -1 64 5182 0 0 0 8 1 0 0 16 0 9 0 116961753 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25222] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25222/stat : 25222 (java) S 25205 25205 22236 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 116961753 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25223] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25223/stat : 25223 (java) S 25205 25205 22236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 116961753 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25224] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25224/stat : 25224 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116961755 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25225] ppid=25205 vsize=812760 CPUtime=0.25
/proc/25219/task/25225/stat : 25225 (java) S 25205 25205 22236 0 -1 64 843 0 0 0 24 1 0 0 15 0 9 0 116961755 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25226] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25226/stat : 25226 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116961755 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25227] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25227/stat : 25227 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116961755 832266240 20571 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 860328

[startup+12.7024 s]
/proc/loadavg: 2.33 2.08 2.02 3/98 25227
/proc/meminfo: memFree=1462856/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=0.01
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 766 1697 0 0 0 0 0 1 21 0 1 0 116961745 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/25205/statm: 11892 365 246 79 0 219 0
[pid=25219] ppid=25205 vsize=812760 CPUtime=12.51
/proc/25219/stat : 25219 (java) S 25205 25205 22236 0 -1 0 21769 0 1 0 1235 16 0 0 22 0 9 0 116961751 832266240 20967 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25219/statm: 203190 20967 2591 9 0 197171 0
[pid=25219/tid=25220] ppid=25205 vsize=812760 CPUtime=12.08
/proc/25219/task/25220/stat : 25220 (java) R 25205 25205 22236 0 -1 64 14648 0 1 0 1196 12 0 0 25 0 9 0 116961752 832266240 20967 996147200 134512640 134550740 4294955616 18446744073709551615 4126692120 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25221] ppid=25205 vsize=812760 CPUtime=0.15
/proc/25219/task/25221/stat : 25221 (java) S 25205 25205 22236 0 -1 64 5578 0 0 0 13 2 0 0 16 0 9 0 116961753 832266240 20967 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25222] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25222/stat : 25222 (java) S 25205 25205 22236 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 116961753 832266240 20967 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25223] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25223/stat : 25223 (java) S 25205 25205 22236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 116961753 832266240 20967 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25224] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25224/stat : 25224 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116961755 832266240 20967 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25225] ppid=25205 vsize=812760 CPUtime=0.25
/proc/25219/task/25225/stat : 25225 (java) S 25205 25205 22236 0 -1 64 843 0 0 0 24 1 0 0 15 0 9 0 116961755 832266240 20967 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25226] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25226/stat : 25226 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116961755 832266240 20967 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25219/tid=25227] ppid=25205 vsize=812760 CPUtime=0
/proc/25219/task/25227/stat : 25227 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116961755 832266240 20967 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 860328

[startup+25.5028 s]
/proc/loadavg: 2.36 2.09 2.03 3/82 25229
/proc/meminfo: memFree=1517832/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=22.98
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 800 23497 0 1 0 0 2276 22 17 0 1 0 116961745 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25205/statm: 11892 365 246 79 0 219 0
[pid=25229] ppid=25205 vsize=58524 CPUtime=2.18
/proc/25229/stat : 25229 (eSAT_static) R 25205 25205 22236 0 -1 4194304 13117 0 0 0 209 9 0 0 25 0 1 0 116964074 59928576 13099 996147200 134512640 135177480 4294955984 18446744073709551615 134539342 0 0 4096 3 0 0 0 17 0 0 0
/proc/25229/statm: 14631 13099 75 162 0 14466 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 106092

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

[startup+38.3013 s]
/proc/loadavg: 2.43 2.12 2.04 3/91 25287
/proc/meminfo: memFree=1465216/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=22.98
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 800 23497 0 1 0 0 2276 22 17 0 1 0 116961745 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25205/statm: 11892 365 246 79 0 219 0
[pid=25229] ppid=25205 vsize=113408 CPUtime=14.85
/proc/25229/stat : 25229 (eSAT_static) R 25205 25205 22236 0 -1 4194304 26162 0 0 0 1468 17 0 0 25 0 1 0 116964074 116129792 26112 996147200 134512640 135177480 4294955984 18446744073709551615 134534836 0 0 4096 3 0 0 0 17 1 0 0
/proc/25229/statm: 28352 26112 75 162 0 28187 0
Current children cumulated CPU time (s) 37.83
Current children cumulated vsize (KiB) 160976

[startup+44.702 s]
/proc/loadavg: 2.47 2.13 2.04 3/83 25289
/proc/meminfo: memFree=1414912/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=22.98
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 800 23497 0 1 0 0 2276 22 17 0 1 0 116961745 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 265673698138 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/25205/statm: 11892 365 246 79 0 219 0
[pid=25229] ppid=25205 vsize=116484 CPUtime=21.23
/proc/25229/stat : 25229 (eSAT_static) R 25205 25205 22236 0 -1 4194304 26492 0 0 0 2105 18 0 0 25 0 1 0 116964074 119279616 26442 996147200 134512640 135177480 4294955984 18446744073709551615 134537322 0 0 4096 3 0 0 0 17 1 0 0
/proc/25229/statm: 29121 26442 75 162 0 28956 0
Current children cumulated CPU time (s) 44.21
Current children cumulated vsize (KiB) 164052

[startup+47.9013 s]
/proc/loadavg: 2.60 2.16 2.05 2/83 25290
/proc/meminfo: memFree=1505984/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=46.56
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 836 50340 0 1 0 0 4613 43 16 0 1 0 116961745 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 265674260562 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/25205/statm: 11892 366 246 79 0 219 0
[pid=25290] ppid=25205 vsize=152 CPUtime=0
/proc/25290/stat : 25290 (java) D 25205 25205 22236 0 -1 0 57 0 0 0 0 0 0 0 20 0 1 0 116966450 155648 26 996147200 134512640 134550740 4294955792 18446744073709551615 11770509 0 0 3674112 0 18446744072099202260 0 0 17 1 0 0
/proc/25290/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 46.56
Current children cumulated vsize (KiB) 47720

[startup+48.7028 s]
/proc/loadavg: 2.60 2.16 2.05 3/91 25298
/proc/meminfo: memFree=1491392/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=46.56
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 836 50340 0 1 0 0 4613 43 16 0 1 0 116961745 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 265674260562 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/25205/statm: 11892 366 246 79 0 219 0
[pid=25290] ppid=25205 vsize=812756 CPUtime=0.61
/proc/25290/stat : 25290 (java) S 25205 25205 22236 0 -1 0 11550 0 1 0 55 6 0 0 18 0 9 0 116966450 832262144 10933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25290/statm: 203189 10933 1908 9 0 197142 0
[pid=25290/tid=25291] ppid=25205 vsize=812756 CPUtime=0.46
/proc/25290/task/25291/stat : 25291 (java) R 25205 25205 22236 0 -1 64 10046 0 1 0 42 4 0 0 25 0 9 0 116966553 832262144 10933 996147200 134512640 134550740 4294955616 18446744073709551615 4126773306 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25292] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25292/stat : 25292 (java) S 25205 25205 22236 0 -1 64 3 0 0 0 0 0 0 0 21 0 9 0 116966554 832262144 10933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25293] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25293/stat : 25293 (java) S 25205 25205 22236 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 116966554 832262144 10933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25294] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25294/stat : 25294 (java) S 25205 25205 22236 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 116966554 832262144 10933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25295] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25295/stat : 25295 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 116966556 832262144 10933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25296] ppid=25205 vsize=812756 CPUtime=0.12
/proc/25290/task/25296/stat : 25296 (java) S 25205 25205 22236 0 -1 64 792 0 0 0 12 0 0 0 16 0 9 0 116966556 832262144 10933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25297] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25297/stat : 25297 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116966556 832262144 10933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25298] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25298/stat : 25298 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116966556 832262144 10933 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.17
Current children cumulated vsize (KiB) 860324

[startup+49.1025 s]
/proc/loadavg: 2.60 2.16 2.05 3/91 25298
/proc/meminfo: memFree=1491392/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=46.56
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 836 50340 0 1 0 0 4613 43 16 0 1 0 116961745 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 265674260562 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/25205/statm: 11892 366 246 79 0 219 0
[pid=25290] ppid=25205 vsize=812756 CPUtime=1.01
/proc/25290/stat : 25290 (java) S 25205 25205 22236 0 -1 0 16202 0 1 0 93 8 0 0 18 0 9 0 116966450 832262144 15583 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25290/statm: 203189 15583 1920 9 0 197142 0
[pid=25290/tid=25291] ppid=25205 vsize=812756 CPUtime=0.85
/proc/25290/task/25291/stat : 25291 (java) R 25205 25205 22236 0 -1 64 14528 0 1 0 79 6 0 0 25 0 9 0 116966553 832262144 15583 996147200 134512640 134550740 4294955616 18446744073709551615 4126806735 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25292] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25292/stat : 25292 (java) S 25205 25205 22236 0 -1 64 171 0 0 0 0 0 0 0 16 0 9 0 116966554 832262144 15583 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25293] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25293/stat : 25293 (java) S 25205 25205 22236 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 116966554 832262144 15583 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25294] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25294/stat : 25294 (java) S 25205 25205 22236 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 116966554 832262144 15583 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25295] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25295/stat : 25295 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 116966556 832262144 15583 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25296] ppid=25205 vsize=812756 CPUtime=0.12
/proc/25290/task/25296/stat : 25296 (java) S 25205 25205 22236 0 -1 64 792 0 0 0 12 0 0 0 16 0 9 0 116966556 832262144 15583 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25297] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25297/stat : 25297 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116966556 832262144 15583 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25298] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25298/stat : 25298 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116966556 832262144 15583 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.57
Current children cumulated vsize (KiB) 860324

[startup+49.3025 s]
/proc/loadavg: 2.60 2.16 2.05 3/91 25298
/proc/meminfo: memFree=1491392/2055920 swapFree=4179076/4192956
[pid=25205] ppid=25203 vsize=47568 CPUtime=46.56
/proc/25205/stat : 25205 (galacE.sh) S 25203 25205 22236 0 -1 4194304 843 50340 0 1 0 0 4613 43 16 0 1 0 116961745 48709632 367 996147200 4194304 4520092 548682068832 18446744073709551615 265674260562 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/25205/statm: 11892 367 246 79 0 219 0
[pid=25290] ppid=25205 vsize=812756 CPUtime=1.19
/proc/25290/stat : 25290 (java) S 25205 25205 22236 0 -1 0 16205 0 1 0 111 8 0 0 18 0 9 0 116966450 832262144 15584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25290/statm: 203189 15584 1920 9 0 197142 0
[pid=25290/tid=25291] ppid=25205 vsize=812756 CPUtime=1.03
/proc/25290/task/25291/stat : 25291 (java) S 25205 25205 22236 0 -1 64 14531 0 1 0 97 6 0 0 25 0 9 0 116966553 832262144 15584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25292] ppid=25205 vsize=812756 CPUtime=0.01
/proc/25290/task/25292/stat : 25292 (java) S 25205 25205 22236 0 -1 64 171 0 0 0 1 0 0 0 16 0 9 0 116966554 832262144 15584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25293] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25293/stat : 25293 (java) S 25205 25205 22236 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 116966554 832262144 15584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25294] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25294/stat : 25294 (java) S 25205 25205 22236 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 116966554 832262144 15584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25295] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25295/stat : 25295 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 116966556 832262144 15584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25296] ppid=25205 vsize=812756 CPUtime=0.12
/proc/25290/task/25296/stat : 25296 (java) S 25205 25205 22236 0 -1 64 792 0 0 0 12 0 0 0 16 0 9 0 116966556 832262144 15584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25297] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25297/stat : 25297 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 116966556 832262144 15584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=25290/tid=25298] ppid=25205 vsize=812756 CPUtime=0
/proc/25290/task/25298/stat : 25298 (java) S 25205 25205 22236 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 116966556 832262144 15584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.75
Current children cumulated vsize (KiB) 860324

Child status: 0
Real time (s): 49.3359
CPU time (s): 47.8067
CPU user time (s): 47.2618
CPU system time (s): 0.544917
CPU usage (%): 96.9005
Max. virtual memory (cumulated for all children) (KiB): 860328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.2618
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67586
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2478
involuntary context switches= 3251

runsolver used 0.051992 second user time and 0.186971 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-03 04:40:11
IDJOB=1051287
IDBENCH=55432
IDSOLVER=351
FILE ID=node76/1051287-1215052811
PBS_JOBID= 7875025
Free space on /tmp= 66548 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-25-7-a4.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051287-1215052811/watcher-1051287-1215052811 -o /tmp/evaluation-result-1051287-1215052811/solver-1051287-1215052811 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1051287-1215052811.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 58a2f86120e7e6c7f6bddef75df9c059
RANDOM SEED=1873552372

node76.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.222
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.222
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1584376 kB
Buffers:         53060 kB
Cached:         293220 kB
SwapCached:       7660 kB
Active:         158080 kB
Inactive:       241784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584376 kB
SwapTotal:     4192956 kB
SwapFree:      4179076 kB
Dirty:            6440 kB
Writeback:           0 kB
Mapped:          72812 kB
Slab:            56432 kB
Committed_AS:  1017936 kB
PageTables:       2208 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node76 at 2008-07-03 04:41:01