Trace number 1078265

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.07 1806.31

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-37_ext.xml
MD5SUM9c07a26c3915f8e4fb3dd975de327ea6
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 benchmark38.2772
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.03	c --- Preproc Stats ---
1.47/1.44	c start processing
1.47/1.45	c start relation processing
4.06/4.05	c start cnf exporting
16.65/16.66	c parsing time : 1.343
16.65/16.66	c preprocessing time : 16.554
16.65/16.66	
16.65/16.66	c Nary constraints - conflicts : 0 supports : 58
16.65/16.66	c Binary constraints - conflicts : 0 supports :0
16.65/16.66	c max arity constraint : 3
16.65/16.66	c Max Tuples generated 0
16.65/16.66	c relations : 58
16.65/16.66	c relations BDD: 58
16.65/16.66	c sampling 0/0
16.65/16.66	c vars : 128459 - clauses :  410390
16.65/16.66	
16.74/16.70	 
16.74/16.70	c --- SAT Solver Stats ---
16.74/16.70	 
16.74/16.70	c eSAT 0.1 : minisat core with additionnal features
16.74/16.70	c ============================[ Problem Statistics ]=============================
16.74/16.70	c |                                                                             |
16.74/16.70	c |  Number of variables:  128458                                               |
16.74/16.70	c |  Number of clauses:    410390                                               |
16.74/17.11	c |  Parsing time:         0.35         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-1078265-1215206187/watcher-1078265-1215206187 -o /tmp/evaluation-result-1078265-1215206187/solver-1078265-1215206187 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1078265-1215206187.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.11 2.02 2.01 2/67 20056
/proc/meminfo: memFree=1731984/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=8652 CPUtime=0
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 346 0 0 0 0 0 0 0 20 0 1 0 1999591024 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 2163 280 208 79 0 156 0
[pid=20057] ppid=20056 vsize=8688 CPUtime=0
/proc/20057/stat : 20057 (galacE.sh) S 20056 20056 19313 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 1 0 1999591025 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 269930430546 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/20057/statm: 2172 286 209 79 0 165 0
[pid=20058] ppid=20057 vsize=8728 CPUtime=0
/proc/20058/stat : 20058 (galacE.sh) R 20057 20056 19313 0 -1 4194368 25 0 0 0 0 0 0 0 22 0 1 0 1999591025 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 269930261799 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/20058/statm: 2182 290 209 79 0 175 0

[startup+0.0394471 s]
/proc/loadavg: 2.11 2.02 2.01 2/67 20056
/proc/meminfo: memFree=1731984/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=0.01
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.101456 s]
/proc/loadavg: 2.11 2.02 2.01 2/67 20056
/proc/meminfo: memFree=1731984/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=0.01
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.301478 s]
/proc/loadavg: 2.11 2.02 2.01 2/67 20056
/proc/meminfo: memFree=1731984/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=0.01
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+0.70153 s]
/proc/loadavg: 2.11 2.02 2.01 2/67 20056
/proc/meminfo: memFree=1731984/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=0.01
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47552

[startup+1.50261 s]
/proc/loadavg: 2.11 2.02 2.01 3/82 20088
/proc/meminfo: memFree=1647128/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=0.01
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20070] ppid=20056 vsize=813204 CPUtime=1.56
/proc/20070/stat : 20070 (java) S 20056 20056 19313 0 -1 0 23051 0 1 0 146 10 0 0 19 0 9 0 1999591027 832720896 22473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 203301 22473 1888 9 0 197282 0
[pid=20070/tid=20071] ppid=20056 vsize=813204 CPUtime=1.32
/proc/20070/task/20071/stat : 20071 (java) R 20056 20056 19313 0 -1 64 14550 0 1 0 125 7 0 0 24 0 9 0 1999591028 832720896 22473 996147200 134512640 134550740 4294955600 18446744073709551615 4125964867 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20072] ppid=20056 vsize=813204 CPUtime=0.1
/proc/20070/task/20072/stat : 20072 (java) S 20056 20056 19313 0 -1 64 7069 0 0 0 8 2 0 0 16 0 9 0 1999591029 832720896 22473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20073/stat : 20073 (java) S 20056 20056 19313 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999591030 832720896 22473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20074/stat : 20074 (java) S 20056 20056 19313 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1999591030 832720896 22473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20075/stat : 20075 (java) S 20056 20056 19313 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999591032 832720896 22473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20056 vsize=813204 CPUtime=0.12
/proc/20070/task/20076/stat : 20076 (java) S 20056 20056 19313 0 -1 64 733 0 0 0 12 0 0 0 16 0 9 0 1999591032 832720896 22473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20056 20056 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1999591032 832720896 22473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20056 20056 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999591032 832720896 22473 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 860756

[startup+3.1028 s]
/proc/loadavg: 2.11 2.02 2.01 3/82 20088
/proc/meminfo: memFree=1641752/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=0.01
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20070] ppid=20056 vsize=813204 CPUtime=3.16
/proc/20070/stat : 20070 (java) S 20056 20056 19313 0 -1 0 23066 0 1 0 305 11 0 0 19 0 9 0 1999591027 832720896 22486 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 203301 22486 1889 9 0 197282 0
[pid=20070/tid=20071] ppid=20056 vsize=813204 CPUtime=2.87
/proc/20070/task/20071/stat : 20071 (java) R 20056 20056 19313 0 -1 64 14552 0 1 0 280 7 0 0 25 0 9 0 1999591028 832720896 22486 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20072] ppid=20056 vsize=813204 CPUtime=0.11
/proc/20070/task/20072/stat : 20072 (java) R 20056 20056 19313 0 -1 64 7070 0 0 0 9 2 0 0 16 0 9 0 1999591029 832720896 22486 996147200 134512640 134550740 4294955600 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20073/stat : 20073 (java) S 20056 20056 19313 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999591030 832720896 22486 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20074/stat : 20074 (java) S 20056 20056 19313 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1999591030 832720896 22486 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20075/stat : 20075 (java) S 20056 20056 19313 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999591032 832720896 22486 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20056 vsize=813204 CPUtime=0.15
/proc/20070/task/20076/stat : 20076 (java) S 20056 20056 19313 0 -1 64 745 0 0 0 15 0 0 0 15 0 9 0 1999591032 832720896 22486 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20056 20056 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1999591032 832720896 22486 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20056 20056 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999591032 832720896 22486 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 860756

[startup+6.30118 s]
/proc/loadavg: 2.10 2.02 2.00 3/82 20088
/proc/meminfo: memFree=1587416/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=0.01
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20070] ppid=20056 vsize=813204 CPUtime=6.35
/proc/20070/stat : 20070 (java) S 20056 20056 19313 0 -1 0 36459 0 1 0 616 19 0 0 19 0 9 0 1999591027 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 203301 35872 1909 9 0 197282 0
[pid=20070/tid=20071] ppid=20056 vsize=813204 CPUtime=5.38
/proc/20070/task/20071/stat : 20071 (java) R 20056 20056 19313 0 -1 64 14600 0 1 0 530 8 0 0 25 0 9 0 1999591028 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 104037569 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20072] ppid=20056 vsize=813204 CPUtime=0.73
/proc/20070/task/20072/stat : 20072 (java) S 20056 20056 19313 0 -1 64 20369 0 0 0 64 9 0 0 16 0 9 0 1999591029 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20073/stat : 20073 (java) S 20056 20056 19313 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999591030 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20074/stat : 20074 (java) S 20056 20056 19313 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1999591030 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20075/stat : 20075 (java) S 20056 20056 19313 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999591032 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20056 vsize=813204 CPUtime=0.2
/proc/20070/task/20076/stat : 20076 (java) S 20056 20056 19313 0 -1 64 791 0 0 0 20 0 0 0 15 0 9 0 1999591032 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20056 20056 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1999591032 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20056 20056 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999591032 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 860756

[startup+12.7019 s]
/proc/loadavg: 2.09 2.02 2.00 3/82 20088
/proc/meminfo: memFree=1583512/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=0.01
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 766 1698 0 0 0 0 0 1 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20070] ppid=20056 vsize=813204 CPUtime=12.75
/proc/20070/stat : 20070 (java) S 20056 20056 19313 0 -1 0 36471 0 1 0 1254 21 0 0 19 0 9 0 1999591027 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20070/statm: 203301 35872 1909 9 0 197282 0
[pid=20070/tid=20071] ppid=20056 vsize=813204 CPUtime=11.77
/proc/20070/task/20071/stat : 20071 (java) R 20056 20056 19313 0 -1 64 14612 0 1 0 1167 10 0 0 25 0 9 0 1999591028 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4126896231 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20072] ppid=20056 vsize=813204 CPUtime=0.74
/proc/20070/task/20072/stat : 20072 (java) S 20056 20056 19313 0 -1 64 20369 0 0 0 65 9 0 0 16 0 9 0 1999591029 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20073] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20073/stat : 20073 (java) S 20056 20056 19313 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1999591030 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20074] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20074/stat : 20074 (java) S 20056 20056 19313 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 1999591030 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20075] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20075/stat : 20075 (java) S 20056 20056 19313 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999591032 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20076] ppid=20056 vsize=813204 CPUtime=0.2
/proc/20070/task/20076/stat : 20076 (java) S 20056 20056 19313 0 -1 64 791 0 0 0 20 0 0 0 15 0 9 0 1999591032 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20077] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20077/stat : 20077 (java) S 20056 20056 19313 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1999591032 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20070/tid=20078] ppid=20056 vsize=813204 CPUtime=0
/proc/20070/task/20078/stat : 20078 (java) S 20056 20056 19313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1999591032 832720896 35872 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 860756

[startup+25.5015 s]
/proc/loadavg: 2.07 2.01 2.00 3/74 20089
/proc/meminfo: memFree=1644312/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=75420 CPUtime=8.72
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 20249 0 0 0 861 11 0 0 25 0 1 0 1999592695 77230080 18187 996147200 134512640 135177480 4294955968 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 18855 18187 80 162 0 18690 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 122972

[startup+51.1015 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 20128
/proc/meminfo: memFree=1631760/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=75420 CPUtime=34.17
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 20249 0 0 0 3406 11 0 0 25 0 1 0 1999592695 77230080 18187 996147200 134512640 135177480 4294955968 18446744073709551615 134547829 0 0 4096 3 0 0 0 17 0 0 0
/proc/20089/statm: 18855 18187 80 162 0 18690 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 122972

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 20128

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

/proc/20089/statm: 25928 25275 80 162 0 25763 0
Current children cumulated CPU time (s) 1178.52
Current children cumulated vsize (KiB) 151264

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20168
/proc/meminfo: memFree=1596496/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=109428 CPUtime=1221.54
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 28680 0 0 0 122133 21 0 0 25 0 1 0 1999592695 112054272 26618 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 27357 26618 80 162 0 27192 0
Current children cumulated CPU time (s) 1238.28
Current children cumulated vsize (KiB) 156980

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20168
/proc/meminfo: memFree=1592400/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=113224 CPUtime=1281.31
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 29638 0 0 0 128109 22 0 0 25 0 1 0 1999592695 115941376 27576 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 28306 27576 80 162 0 28141 0
Current children cumulated CPU time (s) 1298.05
Current children cumulated vsize (KiB) 160776

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20168
/proc/meminfo: memFree=1592400/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=113224 CPUtime=1341.07
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 29638 0 0 0 134085 22 0 0 25 0 1 0 1999592695 115941376 27576 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 28306 27576 80 162 0 28141 0
Current children cumulated CPU time (s) 1357.81
Current children cumulated vsize (KiB) 160776

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20168
/proc/meminfo: memFree=1592400/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=113224 CPUtime=1400.84
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 29638 0 0 0 140062 22 0 0 25 0 1 0 1999592695 115941376 27576 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 28306 27576 80 162 0 28141 0
Current children cumulated CPU time (s) 1417.58
Current children cumulated vsize (KiB) 160776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20168
/proc/meminfo: memFree=1592336/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=113224 CPUtime=1460.6
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 29639 0 0 0 146038 22 0 0 25 0 1 0 1999592695 115941376 27577 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 28306 27577 80 162 0 28141 0
Current children cumulated CPU time (s) 1477.34
Current children cumulated vsize (KiB) 160776

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20168
/proc/meminfo: memFree=1592272/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=113224 CPUtime=1520.37
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 29639 0 0 0 152015 22 0 0 25 0 1 0 1999592695 115941376 27577 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 28306 27577 80 162 0 28141 0
Current children cumulated CPU time (s) 1537.11
Current children cumulated vsize (KiB) 160776

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20168
/proc/meminfo: memFree=1592208/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=113224 CPUtime=1580.13
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 29641 0 0 0 157991 22 0 0 25 0 1 0 1999592695 115941376 27579 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 28306 27579 80 162 0 28141 0
Current children cumulated CPU time (s) 1596.87
Current children cumulated vsize (KiB) 160776

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20170
/proc/meminfo: memFree=1591376/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=114196 CPUtime=1639.89
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 29861 0 0 0 163967 22 0 0 25 0 1 0 1999592695 116936704 27799 996147200 134512640 135177480 4294955968 18446744073709551615 134571410 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 28549 27799 80 162 0 28384 0
Current children cumulated CPU time (s) 1656.63
Current children cumulated vsize (KiB) 161748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20170
/proc/meminfo: memFree=1586832/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=118716 CPUtime=1699.66
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 31000 0 0 0 169943 23 0 0 25 0 1 0 1999592695 121565184 28938 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 29679 28938 80 162 0 29514 0
Current children cumulated CPU time (s) 1716.4
Current children cumulated vsize (KiB) 166268

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20170
/proc/meminfo: memFree=1582224/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=123100 CPUtime=1759.42
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 32107 0 0 0 175917 25 0 0 25 0 1 0 1999592695 126054400 30045 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 30775 30045 80 162 0 30610 0
Current children cumulated CPU time (s) 1776.16
Current children cumulated vsize (KiB) 170652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20170
/proc/meminfo: memFree=1581520/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=123944 CPUtime=1783.33
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 32309 0 0 0 178308 25 0 0 25 0 1 0 1999592695 126918656 30247 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 30986 30247 80 162 0 30821 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 171496

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

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

[startup+1806.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20170
/proc/meminfo: memFree=1581520/2055920 swapFree=4179912/4192956
[pid=20056] ppid=20054 vsize=47552 CPUtime=16.74
/proc/20056/stat : 20056 (galacE.sh) S 20054 20056 19313 0 -1 4194304 800 38189 0 1 0 0 1648 26 17 0 1 0 1999591024 48693248 365 996147200 4194304 4520092 548682068832 18446744073709551615 269929868122 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/20056/statm: 11888 365 246 79 0 219 0
[pid=20089] ppid=20056 vsize=123944 CPUtime=1783.33
/proc/20089/stat : 20089 (eSAT_static) R 20056 20056 19313 0 -1 4194304 32309 0 0 0 178308 25 0 0 25 0 1 0 1999592695 126918656 30247 996147200 134512640 135177480 4294955968 18446744073709551615 134565210 0 0 4096 3 0 0 0 17 1 0 0
/proc/20089/statm: 30986 30247 80 162 0 30821 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 171496

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20056 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=492492
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=273958
# CPU time returned by wait4() is 16.7664
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.31
CPU time (s): 1800.07
CPU user time (s): 1799.56
CPU system time (s): 0.51
CPU usage (%): 99.6544
Max. virtual memory (cumulated for all children) (KiB): 860756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.4925
system time used= 0.273958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38989
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= 1245
involuntary context switches= 895

runsolver used 1.72274 second user time and 4.86726 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-04 23:16:27
IDJOB=1078265
IDBENCH=56774
IDSOLVER=351
FILE ID=node53/1078265-1215206187
PBS_JOBID= 7881706
Free space on /tmp= 65120 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9c07a26c3915f8e4fb3dd975de327ea6
RANDOM SEED=148718801

node53.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:       1732464 kB
Buffers:         33412 kB
Cached:         223848 kB
SwapCached:       7396 kB
Active:         109464 kB
Inactive:       157788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732464 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            4364 kB
Writeback:           0 kB
Mapped:          15272 kB
Slab:            41900 kB
Committed_AS:  3888000 kB
PageTables:       1576 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= 65108 MiB
End job on node53 at 2008-07-04 23:46:35