Trace number 1078195

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 M? (TO) 1800.1 1808.91

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-17_ext.xml
MD5SUM8a9dba333c722c704fe3a82c1b9dd817
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.34279
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
1.74/1.82	c start processing
1.74/1.82	c start relation processing
4.50/4.69	c start cnf exporting
17.29/17.60	c parsing time : 1.687
17.29/17.60	c preprocessing time : 17.464
17.29/17.60	
17.29/17.60	c Nary constraints - conflicts : 0 supports : 58
17.29/17.60	c Binary constraints - conflicts : 0 supports :0
17.29/17.60	c max arity constraint : 3
17.29/17.60	c Max Tuples generated 0
17.29/17.60	c relations : 58
17.29/17.60	c relations BDD: 58
17.29/17.60	c sampling 0/0
17.29/17.60	c vars : 128526 - clauses :  410598
17.29/17.60	
17.38/17.67	 
17.38/17.67	c --- SAT Solver Stats ---
17.38/17.67	 

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1078195-1215205879/watcher-1078195-1215205879 -o /tmp/evaluation-result-1078195-1215205879/solver-1078195-1215205879 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1078195-1215205879.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: 1.92 1.98 1.99 4/85 32051
/proc/meminfo: memFree=1417632/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=8652 CPUtime=0
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 1550260070 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 2163 280 208 79 0 156 0
[pid=32052] ppid=32051 vsize=8688 CPUtime=0
/proc/32052/stat : 32052 (galacM.sh) S 32051 32051 28816 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 1550260071 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 268213911634 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/32052/statm: 2172 286 209 79 0 165 0
[pid=32053] ppid=32052 vsize=8728 CPUtime=0
/proc/32053/stat : 32053 (galacM.sh) R 32052 32051 28816 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 1550260071 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 268213742887 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/32053/statm: 2182 290 209 79 0 175 0

[startup+0.0810529 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 32051
/proc/meminfo: memFree=1417632/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=0.01
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.101708 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 32051
/proc/meminfo: memFree=1417632/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=0.01
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.302728 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 32051
/proc/meminfo: memFree=1417632/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=0.01
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.70278 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 32051
/proc/meminfo: memFree=1417632/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=0.01
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50287 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 32073
/proc/meminfo: memFree=1347408/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=0.01
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32065] ppid=32051 vsize=812628 CPUtime=1.43
/proc/32065/stat : 32065 (java) S 32051 32051 28816 0 -1 0 21765 0 1 0 131 12 0 0 18 0 9 0 1550260074 832131072 21190 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32065/statm: 203157 21190 1880 9 0 197138 0
[pid=32065/tid=32066] ppid=32051 vsize=812628 CPUtime=1.21
/proc/32065/task/32066/stat : 32066 (java) R 32051 32051 28816 0 -1 64 14455 0 1 0 113 8 0 0 25 0 9 0 1550260075 832131072 21190 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32067] ppid=32051 vsize=812628 CPUtime=0.07
/proc/32065/task/32067/stat : 32067 (java) S 32051 32051 28816 0 -1 64 5858 0 0 0 5 2 0 0 16 0 9 0 1550260076 832131072 21190 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32068] ppid=32051 vsize=812628 CPUtime=0
/proc/32065/task/32068/stat : 32068 (java) S 32051 32051 28816 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1550260077 832131072 21190 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32069] ppid=32051 vsize=812628 CPUtime=0
/proc/32065/task/32069/stat : 32069 (java) S 32051 32051 28816 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1550260077 832131072 21190 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32070] ppid=32051 vsize=812628 CPUtime=0
/proc/32065/task/32070/stat : 32070 (java) S 32051 32051 28816 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1550260079 832131072 21190 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32071] ppid=32051 vsize=812628 CPUtime=0.11
/proc/32065/task/32071/stat : 32071 (java) R 32051 32051 28816 0 -1 64 753 0 0 0 11 0 0 0 16 0 9 0 1550260079 832131072 21190 996147200 134512640 134550740 4294955600 18446744073709551615 101768668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32072] ppid=32051 vsize=812628 CPUtime=0
/proc/32065/task/32072/stat : 32072 (java) S 32051 32051 28816 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550260079 832131072 21190 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32073] ppid=32051 vsize=812628 CPUtime=0
/proc/32065/task/32073/stat : 32073 (java) S 32051 32051 28816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550260079 832131072 21190 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860180

[startup+3.10105 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 32073
/proc/meminfo: memFree=1334160/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=0.01
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32065] ppid=32051 vsize=812732 CPUtime=3.01
/proc/32065/stat : 32065 (java) S 32051 32051 28816 0 -1 0 23025 0 1 0 288 13 0 0 18 0 9 0 1550260074 832237568 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32065/statm: 203183 22447 1885 9 0 197164 0
[pid=32065/tid=32066] ppid=32051 vsize=812732 CPUtime=2.73
/proc/32065/task/32066/stat : 32066 (java) R 32051 32051 28816 0 -1 64 14480 0 1 0 264 9 0 0 25 0 9 0 1550260075 832237568 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4126798584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32067] ppid=32051 vsize=812732 CPUtime=0.11
/proc/32065/task/32067/stat : 32067 (java) S 32051 32051 28816 0 -1 64 7068 0 0 0 8 3 0 0 17 0 9 0 1550260076 832237568 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32068] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32068/stat : 32068 (java) S 32051 32051 28816 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1550260077 832237568 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32069] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32069/stat : 32069 (java) S 32051 32051 28816 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1550260077 832237568 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32070] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32070/stat : 32070 (java) S 32051 32051 28816 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1550260079 832237568 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32071] ppid=32051 vsize=812732 CPUtime=0.15
/proc/32065/task/32071/stat : 32071 (java) S 32051 32051 28816 0 -1 64 778 0 0 0 15 0 0 0 16 0 9 0 1550260079 832237568 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32072] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32072/stat : 32072 (java) S 32051 32051 28816 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550260079 832237568 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32073] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32073/stat : 32073 (java) S 32051 32051 28816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550260079 832237568 22447 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 860284

[startup+6.30241 s]
/proc/loadavg: 1.93 1.98 1.99 4/95 32073
/proc/meminfo: memFree=1288152/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=0.01
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32065] ppid=32051 vsize=812732 CPUtime=6.18
/proc/32065/stat : 32065 (java) S 32051 32051 28816 0 -1 0 36421 0 1 0 596 22 0 0 18 0 9 0 1550260074 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32065/statm: 203183 35836 1906 9 0 197164 0
[pid=32065/tid=32066] ppid=32051 vsize=812732 CPUtime=5.14
/proc/32065/task/32066/stat : 32066 (java) R 32051 32051 28816 0 -1 64 14527 0 1 0 504 10 0 0 25 0 9 0 1550260075 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 102064759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32067] ppid=32051 vsize=812732 CPUtime=0.81
/proc/32065/task/32067/stat : 32067 (java) S 32051 32051 28816 0 -1 64 20373 0 0 0 70 11 0 0 16 0 9 0 1550260076 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32068] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32068/stat : 32068 (java) S 32051 32051 28816 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550260077 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32069] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32069/stat : 32069 (java) S 32051 32051 28816 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1550260077 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32070] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32070/stat : 32070 (java) S 32051 32051 28816 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1550260079 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32071] ppid=32051 vsize=812732 CPUtime=0.22
/proc/32065/task/32071/stat : 32071 (java) S 32051 32051 28816 0 -1 64 822 0 0 0 22 0 0 0 16 0 9 0 1550260079 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32072] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32072/stat : 32072 (java) S 32051 32051 28816 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550260079 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32073] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32073/stat : 32073 (java) S 32051 32051 28816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550260079 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 860284

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 32073
/proc/meminfo: memFree=1276504/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=0.01
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32065] ppid=32051 vsize=812732 CPUtime=12.52
/proc/32065/stat : 32065 (java) S 32051 32051 28816 0 -1 0 36433 0 1 0 1227 25 0 0 18 0 9 0 1550260074 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32065/statm: 203183 35836 1906 9 0 197164 0
[pid=32065/tid=32066] ppid=32051 vsize=812732 CPUtime=11.46
/proc/32065/task/32066/stat : 32066 (java) R 32051 32051 28816 0 -1 64 14539 0 1 0 1134 12 0 0 25 0 9 0 1550260075 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4126963613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32067] ppid=32051 vsize=812732 CPUtime=0.81
/proc/32065/task/32067/stat : 32067 (java) S 32051 32051 28816 0 -1 64 20373 0 0 0 70 11 0 0 16 0 9 0 1550260076 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32068] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32068/stat : 32068 (java) S 32051 32051 28816 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550260077 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32069] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32069/stat : 32069 (java) S 32051 32051 28816 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1550260077 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32070] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32070/stat : 32070 (java) S 32051 32051 28816 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1550260079 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32071] ppid=32051 vsize=812732 CPUtime=0.22
/proc/32065/task/32071/stat : 32071 (java) S 32051 32051 28816 0 -1 64 822 0 0 0 22 0 0 0 16 0 9 0 1550260079 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32072] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32072/stat : 32072 (java) S 32051 32051 28816 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550260079 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32065/tid=32073] ppid=32051 vsize=812732 CPUtime=0
/proc/32065/task/32073/stat : 32073 (java) S 32051 32051 28816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550260079 832237568 35836 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 860284

[startup+25.5026 s]
/proc/loadavg: 1.95 1.98 1.99 3/87 32074
/proc/meminfo: memFree=1383064/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=28388 CPUtime=7.73
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 6686 0 0 0 769 4 0 0 25 0 1 0 1550261838 29069312 6667 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32074/statm: 7097 6667 57 152 0 6942 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 75940

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/87 32074
/proc/meminfo: memFree=1379928/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=31496 CPUtime=33.09
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 7471 0 0 0 3304 5 0 0 25 0 1 0 1550261838 32251904 7452 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32074/statm: 7874 7452 57 152 0 7719 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 79048

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 4/87 32074

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

/proc/32074/statm: 24025 23473 57 152 0 23870 0
Current children cumulated CPU time (s) 1175.51
Current children cumulated vsize (KiB) 143652

[startup+1242.3 s]
/proc/loadavg: 2.00 2.13 2.12 3/87 32128
/proc/meminfo: memFree=1239784/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=98616 CPUtime=1218.02
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 24108 0 0 0 121775 27 0 0 25 0 1 0 1550261838 100982784 24089 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/32074/statm: 24654 24089 57 152 0 24499 0
Current children cumulated CPU time (s) 1235.43
Current children cumulated vsize (KiB) 146168

[startup+1302.3 s]
/proc/loadavg: 2.00 2.11 2.10 3/87 32128
/proc/meminfo: memFree=1237608/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=100804 CPUtime=1277.97
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 24646 0 0 0 127769 28 0 0 25 0 1 0 1550261838 103223296 24627 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 0 0 0
/proc/32074/statm: 25201 24627 57 152 0 25046 0
Current children cumulated CPU time (s) 1295.38
Current children cumulated vsize (KiB) 148356

[startup+1362.3 s]
/proc/loadavg: 2.00 2.08 2.09 3/87 32128
/proc/meminfo: memFree=1235880/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=102528 CPUtime=1337.91
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 25091 0 0 0 133762 29 0 0 25 0 1 0 1550261838 104988672 25072 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 0 0 0
/proc/32074/statm: 25632 25072 57 152 0 25477 0
Current children cumulated CPU time (s) 1355.32
Current children cumulated vsize (KiB) 150080

[startup+1422.31 s]
/proc/loadavg: 2.00 2.07 2.09 3/87 32129
/proc/meminfo: memFree=1233960/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=104420 CPUtime=1397.85
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 25570 0 0 0 139755 30 0 0 25 0 1 0 1550261838 106926080 25551 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/32074/statm: 26105 25551 57 152 0 25950 0
Current children cumulated CPU time (s) 1415.26
Current children cumulated vsize (KiB) 151972

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.08 3/87 32130
/proc/meminfo: memFree=1231592/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=106932 CPUtime=1457.78
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 26180 0 0 0 145747 31 0 0 25 0 1 0 1550261838 109498368 26161 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/32074/statm: 26733 26161 57 152 0 26578 0
Current children cumulated CPU time (s) 1475.19
Current children cumulated vsize (KiB) 154484

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.07 3/87 32130
/proc/meminfo: memFree=1229416/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=109084 CPUtime=1517.73
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 26710 0 0 0 151741 32 0 0 25 0 1 0 1550261838 111702016 26691 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/32074/statm: 27271 26691 57 152 0 27116 0
Current children cumulated CPU time (s) 1535.14
Current children cumulated vsize (KiB) 156636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/87 32130
/proc/meminfo: memFree=1226664/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=111708 CPUtime=1577.66
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 27391 0 0 0 157733 33 0 0 25 0 1 0 1550261838 114388992 27372 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/32074/statm: 27927 27372 57 152 0 27772 0
Current children cumulated CPU time (s) 1595.07
Current children cumulated vsize (KiB) 159260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/87 32130
/proc/meminfo: memFree=1224616/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=113704 CPUtime=1637.6
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 27895 0 0 0 163727 33 0 0 25 0 1 0 1550261838 116432896 27876 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/32074/statm: 28426 27876 57 152 0 28271 0
Current children cumulated CPU time (s) 1655.01
Current children cumulated vsize (KiB) 161256

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/87 32130
/proc/meminfo: memFree=1165288/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=116352 CPUtime=1696.82
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 28403 0 0 0 169648 34 0 0 25 0 1 0 1550261838 119144448 28384 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/32074/statm: 29088 28384 57 152 0 28933 0
Current children cumulated CPU time (s) 1714.23
Current children cumulated vsize (KiB) 163904

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/87 32130
/proc/meminfo: memFree=1163304/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=118160 CPUtime=1756.25
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 28869 0 0 0 175591 34 0 0 25 0 1 0 1550261838 120995840 28850 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/32074/statm: 29540 28850 57 152 0 29385 0
Current children cumulated CPU time (s) 1773.66
Current children cumulated vsize (KiB) 165712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/84 32215
/proc/meminfo: memFree=1304640/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=118952 CPUtime=1782.69
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 29080 0 0 0 178233 36 0 0 25 0 1 0 1550261838 121806848 29061 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/32074/statm: 29738 29061 57 152 0 29583 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 166504

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

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

[startup+1808.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/84 32215
/proc/meminfo: memFree=1304640/2055920 swapFree=4097964/4192956
[pid=32051] ppid=32049 vsize=47552 CPUtime=17.41
/proc/32051/stat : 32051 (galacM.sh) S 32049 32051 28816 0 -1 4194304 798 38152 0 1 0 0 1711 30 17 0 1 0 1550260070 48693248 363 996147200 4194304 4520092 548682068832 18446744073709551615 268213349210 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/32051/statm: 11888 363 244 79 0 219 0
[pid=32074] ppid=32051 vsize=118952 CPUtime=1782.69
/proc/32074/stat : 32074 (minisat) R 32051 32051 28816 0 -1 4194304 29080 0 0 0 178233 36 0 0 25 0 1 0 1550261838 121806848 29061 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/32074/statm: 29738 29061 57 152 0 29583 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 166504

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32051 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=124396
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=311952
# CPU time returned by wait4() is 17.4363
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.91
CPU time (s): 1800.1
CPU user time (s): 1799.44
CPU system time (s): 0.66
CPU usage (%): 99.5128
Max. virtual memory (cumulated for all children) (KiB): 860284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.1244
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38950
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= 1592
involuntary context switches= 2229

runsolver used 2.22466 second user time and 6.01009 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 23:11:19
IDJOB=1078195
IDBENCH=56768
IDSOLVER=350
FILE ID=node32/1078195-1215205879
PBS_JOBID= 7881634
Free space on /tmp= 66412 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-17_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078195-1215205879/watcher-1078195-1215205879 -o /tmp/evaluation-result-1078195-1215205879/solver-1078195-1215205879 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1078195-1215205879.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8a9dba333c722c704fe3a82c1b9dd817
RANDOM SEED=178127874

node32.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.218
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.218
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1418112 kB
Buffers:         64932 kB
Cached:         308240 kB
SwapCached:      88276 kB
Active:         399456 kB
Inactive:       179540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1418112 kB
SwapTotal:     4192956 kB
SwapFree:      4097964 kB
Dirty:            4292 kB
Writeback:           0 kB
Mapped:         222668 kB
Slab:            43168 kB
Committed_AS:  3425168 kB
PageTables:       2404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66428 MiB
End job on node32 at 2008-07-04 23:41:30