Trace number 1078035

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 E? (TO) 1800.1 1806.81

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-26_ext.xml
MD5SUM5ec082c532b71e4456d741144814d880
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.79673
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.64/1.74	c start processing
1.64/1.74	c start relation processing
4.42/4.54	c start cnf exporting
17.00/17.24	c parsing time : 1.617
17.00/17.24	c preprocessing time : 17.114
17.00/17.24	
17.00/17.24	c Nary constraints - conflicts : 0 supports : 57
17.00/17.24	c Binary constraints - conflicts : 0 supports :0
17.00/17.24	c max arity constraint : 3
17.00/17.24	c Max Tuples generated 0
17.00/17.24	c relations : 57
17.00/17.24	c relations BDD: 57
17.00/17.24	c sampling 0/0
17.00/17.24	c vars : 124866 - clauses :  399197
17.00/17.24	
17.06/17.30	 
17.06/17.30	c --- SAT Solver Stats ---
17.06/17.30	 
17.06/17.30	c eSAT 0.1 : minisat core with additionnal features
17.06/17.30	c ============================[ Problem Statistics ]=============================
17.06/17.30	c |                                                                             |
17.06/17.30	c |  Number of variables:  124865                                               |
17.06/17.30	c |  Number of clauses:    399197                                               |
17.44/17.74	c |  Parsing time:         0.39         s                                       |

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-1078035-1215205289/watcher-1078035-1215205289 -o /tmp/evaluation-result-1078035-1215205289/solver-1078035-1215205289 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1078035-1215205289.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.00 2.04 2.01 4/80 8239
/proc/meminfo: memFree=1568584/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=8748 CPUtime=0
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 454 948 0 0 0 0 0 0 17 0 1 0 1999502578 8957952 312 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 2187 312 217 79 0 180 0
[pid=8245] ppid=8239 vsize=8768 CPUtime=0
/proc/8245/stat : 8245 (galacE.sh) R 8239 8239 7701 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 1 0 1999502580 8978432 315 996147200 4194304 4520092 548682068832 18446744073709551615 264907582759 0 0 4096 73728 0 0 0 17 1 0 0
/proc/8245/statm: 2192 315 217 79 0 185 0

[startup+0.064105 s]
/proc/loadavg: 2.00 2.04 2.01 4/80 8239
/proc/meminfo: memFree=1568584/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=0.01
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.100804 s]
/proc/loadavg: 2.00 2.04 2.01 4/80 8239
/proc/meminfo: memFree=1568584/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=0.01
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301813 s]
/proc/loadavg: 2.00 2.04 2.01 4/80 8239
/proc/meminfo: memFree=1568584/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=0.01
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701848 s]
/proc/loadavg: 2.00 2.04 2.01 4/80 8239
/proc/meminfo: memFree=1568584/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=0.01
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.5029 s]
/proc/loadavg: 2.00 2.04 2.01 3/90 8261
/proc/meminfo: memFree=1498360/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=0.01
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8253] ppid=8239 vsize=812628 CPUtime=1.43
/proc/8253/stat : 8253 (java) S 8239 8239 7701 0 -1 0 21755 0 1 0 132 11 0 0 18 0 9 0 1999502582 832131072 21179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8253/statm: 203157 21179 1883 9 0 197138 0
[pid=8253/tid=8254] ppid=8239 vsize=812628 CPUtime=1.22
/proc/8253/task/8254/stat : 8254 (java) R 8239 8239 7701 0 -1 64 14458 0 1 0 114 8 0 0 25 0 9 0 1999502583 832131072 21179 996147200 134512640 134550740 4294955600 18446744073709551615 4126645568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8255] ppid=8239 vsize=812628 CPUtime=0.07
/proc/8253/task/8255/stat : 8255 (java) S 8239 8239 7701 0 -1 64 5843 0 0 0 5 2 0 0 16 0 9 0 1999502585 832131072 21179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8256] ppid=8239 vsize=812628 CPUtime=0
/proc/8253/task/8256/stat : 8256 (java) S 8239 8239 7701 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1999502585 832131072 21179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8257] ppid=8239 vsize=812628 CPUtime=0
/proc/8253/task/8257/stat : 8257 (java) S 8239 8239 7701 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999502585 832131072 21179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8258] ppid=8239 vsize=812628 CPUtime=0
/proc/8253/task/8258/stat : 8258 (java) S 8239 8239 7701 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999502587 832131072 21179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8259] ppid=8239 vsize=812628 CPUtime=0.11
/proc/8253/task/8259/stat : 8259 (java) S 8239 8239 7701 0 -1 64 754 0 0 0 11 0 0 0 16 0 9 0 1999502587 832131072 21179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8260] ppid=8239 vsize=812628 CPUtime=0
/proc/8253/task/8260/stat : 8260 (java) S 8239 8239 7701 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1999502587 832131072 21179 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8261] ppid=8239 vsize=812628 CPUtime=0
/proc/8253/task/8261/stat : 8261 (java) S 8239 8239 7701 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999502587 832131072 21179 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) 860192

[startup+3.10301 s]
/proc/loadavg: 2.00 2.04 2.01 3/90 8261
/proc/meminfo: memFree=1485112/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=0.01
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8253] ppid=8239 vsize=812732 CPUtime=3.03
/proc/8253/stat : 8253 (java) S 8239 8239 7701 0 -1 0 23024 0 1 0 291 12 0 0 18 0 9 0 1999502582 832237568 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8253/statm: 203183 22445 1889 9 0 197164 0
[pid=8253/tid=8254] ppid=8239 vsize=812732 CPUtime=2.73
/proc/8253/task/8254/stat : 8254 (java) R 8239 8239 7701 0 -1 64 14483 0 1 0 265 8 0 0 25 0 9 0 1999502583 832237568 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4126845574 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8255] ppid=8239 vsize=812732 CPUtime=0.11
/proc/8253/task/8255/stat : 8255 (java) S 8239 8239 7701 0 -1 64 7063 0 0 0 9 2 0 0 17 0 9 0 1999502585 832237568 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8256] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8256/stat : 8256 (java) S 8239 8239 7701 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1999502585 832237568 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8257] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8257/stat : 8257 (java) S 8239 8239 7701 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999502585 832237568 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8258] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8258/stat : 8258 (java) S 8239 8239 7701 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999502587 832237568 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8259] ppid=8239 vsize=812732 CPUtime=0.15
/proc/8253/task/8259/stat : 8259 (java) S 8239 8239 7701 0 -1 64 778 0 0 0 15 0 0 0 16 0 9 0 1999502587 832237568 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8260] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8260/stat : 8260 (java) S 8239 8239 7701 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1999502587 832237568 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8261] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8261/stat : 8261 (java) S 8239 8239 7701 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999502587 832237568 22445 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 860296

[startup+6.3012 s]
/proc/loadavg: 2.00 2.04 2.01 3/90 8261
/proc/meminfo: memFree=1438136/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=0.01
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8253] ppid=8239 vsize=812732 CPUtime=6.19
/proc/8253/stat : 8253 (java) S 8239 8239 7701 0 -1 0 36027 0 1 0 600 19 0 0 18 0 9 0 1999502582 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8253/statm: 203183 35441 1909 9 0 197164 0
[pid=8253/tid=8254] ppid=8239 vsize=812732 CPUtime=5.16
/proc/8253/task/8254/stat : 8254 (java) R 8239 8239 7701 0 -1 64 14529 0 1 0 507 9 0 0 25 0 9 0 1999502583 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4126382869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8255] ppid=8239 vsize=812732 CPUtime=0.79
/proc/8253/task/8255/stat : 8255 (java) S 8239 8239 7701 0 -1 64 19974 0 0 0 70 9 0 0 16 0 9 0 1999502585 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8256] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8256/stat : 8256 (java) S 8239 8239 7701 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999502585 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8257] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8257/stat : 8257 (java) S 8239 8239 7701 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999502585 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8258] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8258/stat : 8258 (java) S 8239 8239 7701 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999502587 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8259] ppid=8239 vsize=812732 CPUtime=0.22
/proc/8253/task/8259/stat : 8259 (java) S 8239 8239 7701 0 -1 64 824 0 0 0 22 0 0 0 16 0 9 0 1999502587 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8260] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8260/stat : 8260 (java) S 8239 8239 7701 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1999502587 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8261] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8261/stat : 8261 (java) S 8239 8239 7701 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999502587 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860296

[startup+12.7026 s]
/proc/loadavg: 2.00 2.04 2.01 3/90 8261
/proc/meminfo: memFree=1428984/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=0.01
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8253] ppid=8239 vsize=812732 CPUtime=12.53
/proc/8253/stat : 8253 (java) S 8239 8239 7701 0 -1 0 36039 0 1 0 1231 22 0 0 18 0 9 0 1999502582 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8253/statm: 203183 35441 1909 9 0 197164 0
[pid=8253/tid=8254] ppid=8239 vsize=812732 CPUtime=11.49
/proc/8253/task/8254/stat : 8254 (java) R 8239 8239 7701 0 -1 64 14541 0 1 0 1138 11 0 0 25 0 9 0 1999502583 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4126924199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8255] ppid=8239 vsize=812732 CPUtime=0.79
/proc/8253/task/8255/stat : 8255 (java) S 8239 8239 7701 0 -1 64 19974 0 0 0 70 9 0 0 16 0 9 0 1999502585 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8256] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8256/stat : 8256 (java) S 8239 8239 7701 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999502585 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8257] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8257/stat : 8257 (java) S 8239 8239 7701 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1999502585 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8258] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8258/stat : 8258 (java) S 8239 8239 7701 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1999502587 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8259] ppid=8239 vsize=812732 CPUtime=0.22
/proc/8253/task/8259/stat : 8259 (java) S 8239 8239 7701 0 -1 64 824 0 0 0 22 0 0 0 16 0 9 0 1999502587 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8260] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8260/stat : 8260 (java) S 8239 8239 7701 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1999502587 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8253/tid=8261] ppid=8239 vsize=812732 CPUtime=0
/proc/8253/task/8261/stat : 8261 (java) S 8239 8239 7701 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999502587 832237568 35441 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860296

[startup+25.5015 s]
/proc/loadavg: 2.00 2.03 2.01 3/82 8262
/proc/meminfo: memFree=1490104/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=73652 CPUtime=8.11
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 19657 0 0 0 803 8 0 0 25 0 1 0 1999504309 75419648 17656 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/8262/statm: 18413 17656 80 162 0 18248 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 121216

[startup+51.1011 s]
/proc/loadavg: 2.00 2.03 2.01 3/82 8262
/proc/meminfo: memFree=1490232/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=73652 CPUtime=33.47
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 19660 0 0 0 3339 8 0 0 25 0 1 0 1999504309 75419648 17659 996147200 134512640 135177480 4294955968 18446744073709551615 134571410 0 0 4096 3 0 0 0 17 1 0 0
/proc/8262/statm: 18413 17659 80 162 0 18248 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 121216

[startup+102.306 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 8262
/proc/meminfo: memFree=1489976/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0

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

/proc/8262/statm: 24943 24124 80 162 0 24778 0
Current children cumulated CPU time (s) 1116.19
Current children cumulated vsize (KiB) 147336

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 8511
/proc/meminfo: memFree=1471576/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=104068 CPUtime=1159.08
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 27216 0 0 0 115880 28 0 0 25 0 1 0 1999504309 106565632 25215 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/8262/statm: 26017 25215 80 162 0 25852 0
Current children cumulated CPU time (s) 1176.14
Current children cumulated vsize (KiB) 151632

[startup+1242.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 8586
/proc/meminfo: memFree=1412656/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=105560 CPUtime=1219.02
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 27579 0 0 0 121872 30 0 0 25 0 1 0 1999504309 108093440 25578 996147200 134512640 135177480 4294955968 18446744073709551615 134565720 0 0 4096 3 0 0 0 17 0 0 0
/proc/8262/statm: 26390 25578 80 162 0 26225 0
Current children cumulated CPU time (s) 1236.08
Current children cumulated vsize (KiB) 153124

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 8587
/proc/meminfo: memFree=1438192/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=105560 CPUtime=1278.97
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 27579 0 0 0 127867 30 0 0 25 0 1 0 1999504309 108093440 25578 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8262/statm: 26390 25578 80 162 0 26225 0
Current children cumulated CPU time (s) 1296.03
Current children cumulated vsize (KiB) 153124

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8587
/proc/meminfo: memFree=1438064/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=105560 CPUtime=1338.92
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 27580 0 0 0 133862 30 0 0 25 0 1 0 1999504309 108093440 25579 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8262/statm: 26390 25579 80 162 0 26225 0
Current children cumulated CPU time (s) 1355.98
Current children cumulated vsize (KiB) 153124

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8587
/proc/meminfo: memFree=1437104/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=105560 CPUtime=1398.87
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 27582 0 0 0 139857 30 0 0 25 0 1 0 1999504309 108093440 25581 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/8262/statm: 26390 25581 80 162 0 26225 0
Current children cumulated CPU time (s) 1415.93
Current children cumulated vsize (KiB) 153124

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8589
/proc/meminfo: memFree=1436208/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=105560 CPUtime=1458.82
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 27584 0 0 0 145851 31 0 0 25 0 1 0 1999504309 108093440 25583 996147200 134512640 135177480 4294955968 18446744073709551615 134565682 0 0 4096 3 0 0 0 17 0 0 0
/proc/8262/statm: 26390 25583 80 162 0 26225 0
Current children cumulated CPU time (s) 1475.88
Current children cumulated vsize (KiB) 153124

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8589
/proc/meminfo: memFree=1434096/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=105896 CPUtime=1518.77
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 27637 0 0 0 151846 31 0 0 25 0 1 0 1999504309 108437504 25636 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8262/statm: 26474 25636 80 162 0 26309 0
Current children cumulated CPU time (s) 1535.83
Current children cumulated vsize (KiB) 153460

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8589
/proc/meminfo: memFree=1430512/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=108516 CPUtime=1578.72
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 28295 0 0 0 157840 32 0 0 25 0 1 0 1999504309 111120384 26294 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8262/statm: 27129 26294 80 162 0 26964 0
Current children cumulated CPU time (s) 1595.78
Current children cumulated vsize (KiB) 156080

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8589
/proc/meminfo: memFree=1422768/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=112084 CPUtime=1638.67
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 29217 0 0 0 163834 33 0 0 25 0 1 0 1999504309 114774016 27216 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 0 0 0
/proc/8262/statm: 28021 27216 80 162 0 27856 0
Current children cumulated CPU time (s) 1655.73
Current children cumulated vsize (KiB) 159648

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8589
/proc/meminfo: memFree=1419056/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=116348 CPUtime=1698.62
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 30147 0 0 0 169827 35 0 0 25 0 1 0 1999504309 119140352 28146 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/8262/statm: 29087 28146 80 162 0 28922 0
Current children cumulated CPU time (s) 1715.68
Current children cumulated vsize (KiB) 163912

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 8589
/proc/meminfo: memFree=1415280/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=119984 CPUtime=1758.56
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 31053 0 0 0 175820 36 0 0 25 0 1 0 1999504309 122863616 29052 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8262/statm: 29996 29052 80 162 0 29831 0
Current children cumulated CPU time (s) 1775.62
Current children cumulated vsize (KiB) 167548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.8 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 8589
/proc/meminfo: memFree=1412272/2055920 swapFree=4117532/4192956
[pid=8239] ppid=8237 vsize=47564 CPUtime=17.06
/proc/8239/stat : 8239 (galacE.sh) S 8237 8239 7701 0 -1 4194304 800 37758 0 1 0 0 1679 27 17 0 1 0 1999502578 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/8239/statm: 11891 365 246 79 0 219 0
[pid=8262] ppid=8239 vsize=121596 CPUtime=1783.04
/proc/8262/stat : 8262 (eSAT_static) R 8239 8239 7701 0 -1 4194304 31464 0 0 0 178268 36 0 0 25 0 1 0 1999504309 124514304 29463 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/8262/statm: 30399 29463 80 162 0 30234 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 169160

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8239 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=801445
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=285956
# CPU time returned by wait4() is 17.0874
# 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): 1806.81
CPU time (s): 1800.1
CPU user time (s): 1799.47
CPU system time (s): 0.63
CPU usage (%): 99.6284
Max. virtual memory (cumulated for all children) (KiB): 860296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8014
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38558
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= 1582
involuntary context switches= 2191

runsolver used 2.09468 second user time and 5.9481 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-04 23:01:29
IDJOB=1078035
IDBENCH=56755
IDSOLVER=351
FILE ID=node30/1078035-1215205289
PBS_JOBID= 7881707
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ec082c532b71e4456d741144814d880
RANDOM SEED=655308123

node30.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:       1569064 kB
Buffers:         64772 kB
Cached:         193864 kB
SwapCached:      69396 kB
Active:         331220 kB
Inactive:        94832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569064 kB
SwapTotal:     4192956 kB
SwapFree:      4117532 kB
Dirty:            4284 kB
Writeback:           0 kB
Mapped:         183672 kB
Slab:            45868 kB
Committed_AS:  4405516 kB
PageTables:       2032 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= 66528 MiB
End job on node30 at 2008-07-04 23:31:38