Trace number 1079937

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.02 1809.32

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-32_ext.xml
MD5SUM43dcf6683495d4470d91163568789d5b
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 benchmark2.05669
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.05	c --- Preproc Stats ---
1.83/1.93	c start processing
1.83/1.93	c start relation processing
4.61/4.75	c start cnf exporting
16.63/16.82	c parsing time : 1.796
16.63/16.82	c preprocessing time : 16.68
16.63/16.82	
16.63/16.82	c Nary constraints - conflicts : 0 supports : 58
16.63/16.82	c Binary constraints - conflicts : 0 supports :0
16.63/16.82	c max arity constraint : 3
16.63/16.82	c Max Tuples generated 0
16.63/16.82	c relations : 58
16.63/16.82	c relations BDD: 58
16.63/16.82	c sampling 0/0
16.63/16.82	c vars : 128484 - clauses :  410477
16.63/16.82	
16.63/16.88	 
16.63/16.88	c --- SAT Solver Stats ---
16.63/16.88	 
16.63/16.88	c eSAT 0.1 : minisat core with additionnal features
16.63/16.88	c ============================[ Problem Statistics ]=============================
16.63/16.88	c |                                                                             |
16.63/16.89	c |  Number of variables:  128483                                               |
16.63/16.89	c |  Number of clauses:    410477                                               |
16.69/17.33	c |  Parsing time:         0.40         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-1079937-1215211323/watcher-1079937-1215211323 -o /tmp/evaluation-result-1079937-1215211323/solver-1079937-1215211323 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1079937-1215211323.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: 0.13 0.09 0.07 4/82 14076
/proc/meminfo: memFree=617440/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=18572 CPUtime=0
/proc/14076/stat : 14076 (runsolver) R 14074 14076 13981 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2000103661 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14076/statm: 4643 292 257 25 0 2626 0

[startup+0.0226689 s]
/proc/loadavg: 0.13 0.09 0.07 4/82 14076
/proc/meminfo: memFree=617440/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=8744 CPUtime=0
/proc/14076/stat : 14076 (galacE.sh) R 14074 14076 13981 0 -1 4194304 404 833 0 0 0 0 0 0 19 0 1 0 2000103661 8953856 310 996147200 4194304 4520092 548682068832 18446744073709551615 4288921 0 2 4096 73728 0 0 0 17 0 0 0
/proc/14076/statm: 2186 310 217 79 0 179 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8744

[startup+0.102695 s]
/proc/loadavg: 0.13 0.09 0.07 4/82 14076
/proc/meminfo: memFree=617440/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=0
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+0.301732 s]
/proc/loadavg: 0.13 0.09 0.07 4/82 14076
/proc/meminfo: memFree=617440/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=0
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+0.702806 s]
/proc/loadavg: 0.13 0.09 0.07 4/82 14076
/proc/meminfo: memFree=617440/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=0
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47560

[startup+1.50196 s]
/proc/loadavg: 0.44 0.16 0.09 5/92 14098
/proc/meminfo: memFree=544272/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=0
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14090] ppid=14076 vsize=812732 CPUtime=1.43
/proc/14090/stat : 14090 (java) S 14076 14076 13981 0 -1 0 21784 0 1 0 131 12 0 0 22 0 9 0 2000103666 832237568 21209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14090/statm: 203183 21209 1883 9 0 197164 0
[pid=14090/tid=14091] ppid=14076 vsize=812732 CPUtime=1.23
/proc/14090/task/14091/stat : 14091 (java) R 14076 14076 13981 0 -1 64 14460 0 1 0 115 8 0 0 25 0 9 0 2000103667 832237568 21209 996147200 134512640 134550740 4294955600 18446744073709551615 4126713902 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14092] ppid=14076 vsize=812732 CPUtime=0.05
/proc/14090/task/14092/stat : 14092 (java) S 14076 14076 13981 0 -1 64 5864 0 0 0 3 2 0 0 16 0 9 0 2000103668 832237568 21209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14093] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14093/stat : 14093 (java) S 14076 14076 13981 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000103668 832237568 21209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14094] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14094/stat : 14094 (java) S 14076 14076 13981 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 2000103668 832237568 21209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14090/tid=14095] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14095/stat : 14095 (java) S 14076 14076 13981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000103670 832237568 21209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14096] ppid=14076 vsize=812732 CPUtime=0.12
/proc/14090/task/14096/stat : 14096 (java) S 14076 14076 13981 0 -1 64 761 0 0 0 12 0 0 0 16 0 9 0 2000103671 832237568 21209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14097] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14097/stat : 14097 (java) S 14076 14076 13981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000103671 832237568 21209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14098] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14098/stat : 14098 (java) S 14076 14076 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000103671 832237568 21209 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860292

[startup+3.10125 s]
/proc/loadavg: 0.44 0.16 0.09 3/92 14098
/proc/meminfo: memFree=512856/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=0
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14090] ppid=14076 vsize=812732 CPUtime=3.02
/proc/14090/stat : 14090 (java) S 14076 14076 13981 0 -1 0 23043 0 1 0 288 14 0 0 22 0 9 0 2000103666 832237568 22464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14090/statm: 203183 22464 1888 9 0 197164 0
[pid=14090/tid=14091] ppid=14076 vsize=812732 CPUtime=2.72
/proc/14090/task/14091/stat : 14091 (java) R 14076 14076 13981 0 -1 64 14481 0 1 0 263 9 0 0 25 0 9 0 2000103667 832237568 22464 996147200 134512640 134550740 4294955600 18446744073709551615 4126851560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14092] ppid=14076 vsize=812732 CPUtime=0.11
/proc/14090/task/14092/stat : 14092 (java) S 14076 14076 13981 0 -1 64 7077 0 0 0 8 3 0 0 17 0 9 0 2000103668 832237568 22464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14093] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14093/stat : 14093 (java) S 14076 14076 13981 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000103668 832237568 22464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14094] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14094/stat : 14094 (java) S 14076 14076 13981 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 2000103668 832237568 22464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14090/tid=14095] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14095/stat : 14095 (java) S 14076 14076 13981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000103670 832237568 22464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14096] ppid=14076 vsize=812732 CPUtime=0.16
/proc/14090/task/14096/stat : 14096 (java) S 14076 14076 13981 0 -1 64 786 0 0 0 16 0 0 0 16 0 9 0 2000103671 832237568 22464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14097] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14097/stat : 14097 (java) S 14076 14076 13981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000103671 832237568 22464 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14098] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14098/stat : 14098 (java) S 14076 14076 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000103671 832237568 22464 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) 860292

[startup+6.30286 s]
/proc/loadavg: 0.44 0.16 0.09 4/79 14113
/proc/meminfo: memFree=519488/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=0
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14090] ppid=14076 vsize=812732 CPUtime=6.19
/proc/14090/stat : 14090 (java) S 14076 14076 13981 0 -1 0 36435 0 1 0 598 21 0 0 22 0 9 0 2000103666 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14090/statm: 203183 35849 1909 9 0 197164 0
[pid=14090/tid=14091] ppid=14076 vsize=812732 CPUtime=5.16
/proc/14090/task/14091/stat : 14091 (java) R 14076 14076 13981 0 -1 64 14528 0 1 0 506 10 0 0 25 0 9 0 2000103667 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 102064004 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14092] ppid=14076 vsize=812732 CPUtime=0.79
/proc/14090/task/14092/stat : 14092 (java) S 14076 14076 13981 0 -1 64 20378 0 0 0 70 9 0 0 16 0 9 0 2000103668 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14090/tid=14093] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14093/stat : 14093 (java) S 14076 14076 13981 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000103668 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14090/tid=14094] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14094/stat : 14094 (java) S 14076 14076 13981 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 2000103668 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14090/tid=14095] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14095/stat : 14095 (java) S 14076 14076 13981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000103670 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14096] ppid=14076 vsize=812732 CPUtime=0.21
/proc/14090/task/14096/stat : 14096 (java) S 14076 14076 13981 0 -1 64 830 0 0 0 21 0 0 0 16 0 9 0 2000103671 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14090/tid=14097] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14097/stat : 14097 (java) S 14076 14076 13981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000103671 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14098] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14098/stat : 14098 (java) S 14076 14076 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000103671 832237568 35849 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) 860292

[startup+12.7011 s]
/proc/loadavg: 0.76 0.24 0.11 3/91 14152
/proc/meminfo: memFree=465952/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=0
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 766 1698 0 0 0 0 0 0 20 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14090] ppid=14076 vsize=812732 CPUtime=12.56
/proc/14090/stat : 14090 (java) S 14076 14076 13981 0 -1 0 36448 0 1 0 1230 26 0 0 22 0 9 0 2000103666 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14090/statm: 203183 35849 1909 9 0 197164 0
[pid=14090/tid=14091] ppid=14076 vsize=812732 CPUtime=11.51
/proc/14090/task/14091/stat : 14091 (java) R 14076 14076 13981 0 -1 64 14541 0 1 0 1136 15 0 0 25 0 9 0 2000103667 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4126900810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14092] ppid=14076 vsize=812732 CPUtime=0.8
/proc/14090/task/14092/stat : 14092 (java) S 14076 14076 13981 0 -1 64 20378 0 0 0 71 9 0 0 16 0 9 0 2000103668 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14093] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14093/stat : 14093 (java) S 14076 14076 13981 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000103668 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14090/tid=14094] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14094/stat : 14094 (java) S 14076 14076 13981 0 -1 64 3 0 0 0 0 0 0 0 25 0 9 0 2000103668 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14090/tid=14095] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14095/stat : 14095 (java) S 14076 14076 13981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000103670 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14096] ppid=14076 vsize=812732 CPUtime=0.21
/proc/14090/task/14096/stat : 14096 (java) S 14076 14076 13981 0 -1 64 830 0 0 0 21 0 0 0 16 0 9 0 2000103671 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14090/tid=14097] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14097/stat : 14097 (java) S 14076 14076 13981 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2000103671 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14090/tid=14098] ppid=14076 vsize=812732 CPUtime=0
/proc/14090/task/14098/stat : 14098 (java) S 14076 14076 13981 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000103671 832237568 35849 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 860292

[startup+25.5025 s]
/proc/loadavg: 0.95 0.29 0.13 3/86 14195
/proc/meminfo: memFree=478432/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=75340 CPUtime=8.53
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 20216 0 0 0 844 9 0 0 25 0 1 0 2000105349 77148160 18164 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 18835 18164 80 162 0 18670 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 122900

[startup+51.1024 s]
/proc/loadavg: 1.31 0.43 0.18 3/86 14195
/proc/meminfo: memFree=478504/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=75340 CPUtime=34
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 20219 0 0 0 3391 9 0 0 25 0 1 0 2000105349 77148160 18167 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 18835 18167 80 162 0 18670 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 122900

[startup+102.306 s]
/proc/loadavg: 1.72 0.69 0.28 3/86 14195
/proc/meminfo: memFree=478384/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=75340 CPUtime=84.95
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 20228 0 0 0 8486 9 0 0 25 0 1 0 2000105349 77148160 18176 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/14156/statm: 24355 23643 80 162 0 24190 0
Current children cumulated CPU time (s) 1176.32
Current children cumulated vsize (KiB) 144980

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.47 3/86 14201
/proc/meminfo: memFree=350768/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=102036 CPUtime=1219.38
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 26779 0 0 0 121918 20 0 0 25 0 1 0 2000105349 104484864 24727 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 0 0 0
/proc/14156/statm: 25509 24727 80 162 0 25344 0
Current children cumulated CPU time (s) 1236.07
Current children cumulated vsize (KiB) 149596

[startup+1302.3 s]
/proc/loadavg: 2.00 1.96 1.50 3/86 14201
/proc/meminfo: memFree=288816/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=106064 CPUtime=1278.82
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 27818 0 0 0 127860 22 0 0 25 0 1 0 2000105349 108609536 25766 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 26516 25766 80 162 0 26351 0
Current children cumulated CPU time (s) 1295.51
Current children cumulated vsize (KiB) 153624

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.53 3/86 14201
/proc/meminfo: memFree=286384/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=108444 CPUtime=1338.51
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 28409 0 0 0 133829 22 0 0 25 0 1 0 2000105349 111046656 26357 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 27111 26357 80 162 0 26946 0
Current children cumulated CPU time (s) 1355.2
Current children cumulated vsize (KiB) 156004

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.55 3/86 14201
/proc/meminfo: memFree=286384/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=108444 CPUtime=1398.22
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 28409 0 0 0 139800 22 0 0 25 0 1 0 2000105349 111046656 26357 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 27111 26357 80 162 0 26946 0
Current children cumulated CPU time (s) 1414.91
Current children cumulated vsize (KiB) 156004

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.58 3/86 14201
/proc/meminfo: memFree=286320/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=108444 CPUtime=1457.92
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 28410 0 0 0 145770 22 0 0 25 0 1 0 2000105349 111046656 26358 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 27111 26358 80 162 0 26946 0
Current children cumulated CPU time (s) 1474.61
Current children cumulated vsize (KiB) 156004

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.60 3/86 14201
/proc/meminfo: memFree=286256/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=108624 CPUtime=1517.63
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 28427 0 0 0 151741 22 0 0 25 0 1 0 2000105349 111230976 26375 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 27156 26375 80 162 0 26991 0
Current children cumulated CPU time (s) 1534.32
Current children cumulated vsize (KiB) 156184

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/86 14201
/proc/meminfo: memFree=286256/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=108624 CPUtime=1577.33
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 28429 0 0 0 157711 22 0 0 25 0 1 0 2000105349 111230976 26377 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 27156 26377 80 162 0 26991 0
Current children cumulated CPU time (s) 1594.02
Current children cumulated vsize (KiB) 156184

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/86 14201
/proc/meminfo: memFree=285872/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=108944 CPUtime=1637.04
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 28502 0 0 0 163681 23 0 0 25 0 1 0 2000105349 111558656 26450 996147200 134512640 135177480 4294955968 18446744073709551615 134565555 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 27236 26450 80 162 0 27071 0
Current children cumulated CPU time (s) 1653.73
Current children cumulated vsize (KiB) 156504

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/86 14201
/proc/meminfo: memFree=285616/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=109120 CPUtime=1696.75
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 28564 0 0 0 169652 23 0 0 25 0 1 0 2000105349 111738880 26512 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 27280 26512 80 162 0 27115 0
Current children cumulated CPU time (s) 1713.44
Current children cumulated vsize (KiB) 156680

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/86 14201
/proc/meminfo: memFree=276336/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=110372 CPUtime=1756.45
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 28871 0 0 0 175622 23 0 0 25 0 1 0 2000105349 113020928 26819 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 27593 26819 80 162 0 27428 0
Current children cumulated CPU time (s) 1773.14
Current children cumulated vsize (KiB) 157932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 2.00 1.97 1.69 3/86 14201
/proc/meminfo: memFree=274544/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=112088 CPUtime=1783.33
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 29300 0 0 0 178309 24 0 0 25 0 1 0 2000105349 114778112 27248 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 28022 27248 80 162 0 27857 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 159648

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

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

[startup+1809.3 s]
/proc/loadavg: 2.00 1.97 1.69 3/86 14201
/proc/meminfo: memFree=274544/2055920 swapFree=4180500/4192956
[pid=14076] ppid=14074 vsize=47560 CPUtime=16.69
/proc/14076/stat : 14076 (galacE.sh) S 14074 14076 13981 0 -1 4194304 800 38168 0 1 0 0 1638 31 17 0 1 0 2000103661 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 217051229018 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14076/statm: 11890 365 246 79 0 219 0
[pid=14156] ppid=14076 vsize=112088 CPUtime=1783.33
/proc/14156/stat : 14156 (eSAT_static) R 14076 14076 13981 0 -1 4194304 29300 0 0 0 178309 24 0 0 25 0 1 0 2000105349 114778112 27248 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14156/statm: 28022 27248 80 162 0 27857 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 159648

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1809.32
CPU time (s): 1800.02
CPU user time (s): 1799.47
CPU system time (s): 0.55
CPU usage (%): 99.4863
Max. virtual memory (cumulated for all children) (KiB): 860292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.3875
system time used= 0.32295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38968
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= 1184
involuntary context switches= 1385

runsolver used 1.69174 second user time and 4.91925 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-05 00:42:03
IDJOB=1079937
IDBENCH=56925
IDSOLVER=351
FILE ID=node59/1079937-1215211323
PBS_JOBID= 7881796
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 43dcf6683495d4470d91163568789d5b
RANDOM SEED=1990130326

node59.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.261
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.261
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:        617920 kB
Buffers:         44764 kB
Cached:        1284728 kB
SwapCached:       6300 kB
Active:         967560 kB
Inactive:       402296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        617920 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            8640 kB
Writeback:           0 kB
Mapped:          57412 kB
Slab:            53168 kB
Committed_AS:  4109128 kB
PageTables:       2044 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= 66492 MiB
End job on node59 at 2008-07-05 01:12:14