Trace number 1050777

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 MUNSAT 679.142 683.744

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-44-10-a3.xml
MD5SUMdd4d223519a83ea5641752c7c726f6c4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.037993
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1080
Maximum constraint arity3
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1080
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.06/1.14	c start processing
1.06/1.14	c start relation processing
1.16/1.23	c start cnf exporting
11.55/11.77	c parsing time : 1.012
11.55/11.77	c preprocessing time : 11.643
11.55/11.77	
11.55/11.77	c Nary constraints - conflicts : 0 supports : 45
11.55/11.77	c Binary constraints - conflicts : 990 supports :45
11.55/11.77	c max arity constraint : 3
11.55/11.77	c Max Tuples generated 89100
11.55/11.77	c relations : 3
11.55/11.77	c relations BDD: 1
11.55/11.77	c sampling 1/1
11.55/11.77	c vars : 50941 - clauses :  288145
11.55/11.77	
11.62/11.82	 
11.62/11.82	c --- SAT Solver Stats ---
11.62/11.82	 
679.07/683.72	c restarts              : 17
679.07/683.72	c conflicts             : 169800         (255 /sec)
679.07/683.72	c decisions             : 238044         (0.60 % random) (357 /sec)
679.07/683.72	c propagations          : 500915500      (750785 /sec)
679.07/683.72	c conflict literals     : 15796287       (51.01 % deleted)
679.07/683.72	c Memory used           : 82.39 MB
679.07/683.72	c CPU time              : 667.189 s
679.07/683.72	
679.07/683.72	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1050777-1215050752/watcher-1050777-1215050752 -o /tmp/evaluation-result-1050777-1215050752/solver-1050777-1215050752 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1050777-1215050752.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.14 2.28 2.12 4/72 3173
/proc/meminfo: memFree=1466760/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=8772 CPUtime=0
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 527 1176 0 0 0 0 0 0 19 0 1 0 989530123 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 269028655186 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3173/statm: 2193 317 217 79 0 186 0
[pid=3181] ppid=3173 vsize=8836 CPUtime=0
/proc/3181/stat : 3181 (galacM.sh) R 3173 3173 1188 0 -1 4194368 31 0 0 0 0 0 0 0 22 0 1 0 989530125 9048064 325 996147200 4194304 4520092 548682068832 18446744073709551615 269028486439 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/3181/statm: 2209 325 217 79 0 202 0

[startup+0.102254 s]
/proc/loadavg: 2.14 2.28 2.12 4/72 3173
/proc/meminfo: memFree=1466760/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=0.01
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.201269 s]
/proc/loadavg: 2.14 2.28 2.12 4/72 3173
/proc/meminfo: memFree=1466760/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=0.01
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301275 s]
/proc/loadavg: 2.14 2.28 2.12 4/72 3173
/proc/meminfo: memFree=1466760/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=0.01
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701301 s]
/proc/loadavg: 2.14 2.28 2.12 4/72 3173
/proc/meminfo: memFree=1466760/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=0.01
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50237 s]
/proc/loadavg: 2.14 2.28 2.12 3/82 3195
/proc/meminfo: memFree=1425528/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=0.01
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3187] ppid=3173 vsize=812888 CPUtime=1.44
/proc/3187/stat : 3187 (java) S 3173 3173 1188 0 -1 0 14616 0 1 0 135 9 0 0 24 0 9 0 989530126 832397312 13830 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3187/statm: 203222 13830 2586 9 0 197203 0
[pid=3187/tid=3188] ppid=3173 vsize=812888 CPUtime=0.96
/proc/3187/task/3188/stat : 3188 (java) R 3173 3173 1188 0 -1 64 8546 0 1 0 91 5 0 0 25 0 9 0 989530127 832397312 13830 996147200 134512640 134550740 4294955616 18446744073709551615 4127383342 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3189] ppid=3173 vsize=812888 CPUtime=0.07
/proc/3187/task/3189/stat : 3189 (java) S 3173 3173 1188 0 -1 64 4425 0 0 0 6 1 0 0 16 0 9 0 989530129 832397312 13830 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3190] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3190/stat : 3190 (java) S 3173 3173 1188 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 989530129 832397312 13830 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3191] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3191/stat : 3191 (java) S 3173 3173 1188 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 989530129 832397312 13830 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3192] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3173 3173 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989530131 832397312 13830 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3193] ppid=3173 vsize=812888 CPUtime=0.36
/proc/3187/task/3193/stat : 3193 (java) S 3173 3173 1188 0 -1 64 945 0 0 0 36 0 0 0 15 0 9 0 989530131 832397312 13830 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3194] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3173 3173 1188 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 989530131 832397312 13830 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3195] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3173 3173 1188 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 989530131 832397312 13830 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860460

[startup+3.10249 s]
/proc/loadavg: 2.14 2.28 2.12 3/82 3195
/proc/meminfo: memFree=1394936/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=0.01
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3187] ppid=3173 vsize=812888 CPUtime=3.02
/proc/3187/stat : 3187 (java) S 3173 3173 1188 0 -1 0 21084 0 1 0 289 13 0 0 24 0 9 0 989530126 832397312 20294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3187/statm: 203222 20294 2590 9 0 197203 0
[pid=3187/tid=3188] ppid=3173 vsize=812888 CPUtime=2.53
/proc/3187/task/3188/stat : 3188 (java) R 3173 3173 1188 0 -1 64 14631 0 1 0 244 9 0 0 25 0 9 0 989530127 832397312 20294 996147200 134512640 134550740 4294955616 18446744073709551615 4127432288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3189] ppid=3173 vsize=812888 CPUtime=0.1
/proc/3187/task/3189/stat : 3189 (java) S 3173 3173 1188 0 -1 64 4800 0 0 0 8 2 0 0 16 0 9 0 989530129 832397312 20294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3190] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3190/stat : 3190 (java) S 3173 3173 1188 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 989530129 832397312 20294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3191] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3191/stat : 3191 (java) S 3173 3173 1188 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 989530129 832397312 20294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3192] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3173 3173 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989530131 832397312 20294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3193] ppid=3173 vsize=812888 CPUtime=0.37
/proc/3187/task/3193/stat : 3193 (java) S 3173 3173 1188 0 -1 64 953 0 0 0 37 0 0 0 16 0 9 0 989530131 832397312 20294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3194] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3173 3173 1188 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 989530131 832397312 20294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3195] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3173 3173 1188 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 989530131 832397312 20294 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860460

[startup+6.30175 s]
/proc/loadavg: 2.13 2.28 2.12 3/82 3195
/proc/meminfo: memFree=1392512/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=0.01
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 765 1697 0 0 0 0 0 1 23 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3187] ppid=3173 vsize=812888 CPUtime=6.2
/proc/3187/stat : 3187 (java) S 3173 3173 1188 0 -1 0 21097 0 1 0 605 15 0 0 24 0 9 0 989530126 832397312 20301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3187/statm: 203222 20301 2590 9 0 197203 0
[pid=3187/tid=3188] ppid=3173 vsize=812888 CPUtime=5.67
/proc/3187/task/3188/stat : 3188 (java) R 3173 3173 1188 0 -1 64 14637 0 1 0 557 10 0 0 25 0 9 0 989530127 832397312 20301 996147200 134512640 134550740 4294955616 18446744073709551615 4127341555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3189] ppid=3173 vsize=812888 CPUtime=0.11
/proc/3187/task/3189/stat : 3189 (java) S 3173 3173 1188 0 -1 64 4802 0 0 0 9 2 0 0 16 0 9 0 989530129 832397312 20301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3190] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3190/stat : 3190 (java) S 3173 3173 1188 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 989530129 832397312 20301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3191] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3191/stat : 3191 (java) S 3173 3173 1188 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 989530129 832397312 20301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3192] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3173 3173 1188 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989530131 832397312 20301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3193] ppid=3173 vsize=812888 CPUtime=0.38
/proc/3187/task/3193/stat : 3193 (java) S 3173 3173 1188 0 -1 64 958 0 0 0 38 0 0 0 15 0 9 0 989530131 832397312 20301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3194] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3173 3173 1188 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 989530131 832397312 20301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3187/tid=3195] ppid=3173 vsize=812888 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) R 3173 3173 1188 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 989530131 832397312 20301 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860460

[startup+12.7023 s]
/proc/loadavg: 2.12 2.27 2.12 3/74 3196
/proc/meminfo: memFree=1445184/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=16720 CPUtime=0.85
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 3869 0 0 0 83 2 0 0 25 0 1 0 989531305 17121280 3850 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/3196/statm: 4180 3850 57 152 0 4025 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 64292

[startup+25.5013 s]
/proc/loadavg: 2.09 2.26 2.12 3/74 3196
/proc/meminfo: memFree=1441728/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=20348 CPUtime=13.54
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 4761 0 0 0 1350 4 0 0 25 0 1 0 989531305 20836352 4742 996147200 134512640 135136200 4294955968 18446744073709551615 134527973 0 0 4096 3 0 0 0 17 1 0 0
/proc/3196/statm: 5087 4742 57 152 0 4932 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 67920

[startup+51.1013 s]
/proc/loadavg: 2.06 2.24 2.11 3/74 3196
/proc/meminfo: memFree=1436736/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=25460 CPUtime=38.9
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 6030 0 0 0 3884 6 0 0 25 0 1 0 989531305 26071040 6011 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 1 0 0
/proc/3196/statm: 6365 6011 57 152 0 6210 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 73032

[startup+102.301 s]
/proc/loadavg: 2.02 2.20 2.10 3/74 3196
/proc/meminfo: memFree=1425216/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=37108 CPUtime=89.65
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 8958 0 0 0 8955 10 0 0 25 0 1 0 989531305 37998592 8939 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/3196/statm: 9277 8939 57 152 0 9122 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 84680

[startup+162.301 s]
/proc/loadavg: 2.01 2.16 2.09 3/74 3196
/proc/meminfo: memFree=1415744/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=46552 CPUtime=149.12
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 11291 0 0 0 14899 13 0 0 25 0 1 0 989531305 47669248 11272 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/3196/statm: 11638 11272 57 152 0 11483 0

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


[startup+342.301 s]
/proc/loadavg: 2.00 2.08 2.07 3/74 3196
/proc/meminfo: memFree=1398016/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=64772 CPUtime=327.51
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 15739 0 0 0 32732 19 0 0 25 0 1 0 989531305 66326528 15720 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/3196/statm: 16193 15720 57 152 0 16038 0
Current children cumulated CPU time (s) 339.15
Current children cumulated vsize (KiB) 112344

[startup+402.301 s]
/proc/loadavg: 2.00 2.06 2.07 3/74 3196
/proc/meminfo: memFree=1393024/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=69848 CPUtime=386.98
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 17003 0 0 0 38677 21 0 0 25 0 1 0 989531305 71524352 16984 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/3196/statm: 17462 16984 57 152 0 17307 0
Current children cumulated CPU time (s) 398.62
Current children cumulated vsize (KiB) 117420

[startup+462.302 s]
/proc/loadavg: 2.00 2.05 2.06 3/74 3196
/proc/meminfo: memFree=1387968/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=74696 CPUtime=446.45
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 18217 0 0 0 44623 22 0 0 25 0 1 0 989531305 76488704 18198 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/3196/statm: 18674 18198 57 152 0 18519 0
Current children cumulated CPU time (s) 458.09
Current children cumulated vsize (KiB) 122268

[startup+522.302 s]
/proc/loadavg: 2.00 2.04 2.06 3/83 3236
/proc/meminfo: memFree=1415672/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=79952 CPUtime=506.12
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 19471 0 0 0 50587 25 0 0 25 0 1 0 989531305 81870848 19452 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 0 0 0
/proc/3196/statm: 19988 19452 57 152 0 19833 0
Current children cumulated CPU time (s) 517.76
Current children cumulated vsize (KiB) 127524

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.05 3/83 3236
/proc/meminfo: memFree=1411832/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=83940 CPUtime=566.08
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 20399 0 0 0 56582 26 0 0 25 0 1 0 989531305 85954560 20380 996147200 134512640 135136200 4294955968 18446744073709551615 134529444 0 0 4096 3 0 0 0 17 0 0 0
/proc/3196/statm: 20985 20380 57 152 0 20830 0
Current children cumulated CPU time (s) 577.72
Current children cumulated vsize (KiB) 131512

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 3236
/proc/meminfo: memFree=1411448/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=84228 CPUtime=626.06
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 20476 0 0 0 62579 27 0 0 25 0 1 0 989531305 86249472 20457 996147200 134512640 135136200 4294955968 18446744073709551615 134526820 0 0 4096 3 0 0 0 17 0 0 0
/proc/3196/statm: 21057 20457 57 152 0 20902 0
Current children cumulated CPU time (s) 637.7
Current children cumulated vsize (KiB) 131800

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

[startup+665.606 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 3236
/proc/meminfo: memFree=1411064/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=84368 CPUtime=649.35
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 20522 0 0 0 64908 27 0 0 25 0 1 0 989531305 86392832 20503 996147200 134512640 135136200 4294955968 18446744073709551615 134529396 0 0 4096 3 0 0 0 17 0 0 0
/proc/3196/statm: 21092 20503 57 152 0 20937 0
Current children cumulated CPU time (s) 660.99
Current children cumulated vsize (KiB) 131940

[startup+672.002 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 3236
/proc/meminfo: memFree=1411064/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=84368 CPUtime=655.74
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 20522 0 0 0 65547 27 0 0 25 0 1 0 989531305 86392832 20503 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 0 0 0
/proc/3196/statm: 21092 20503 57 152 0 20937 0
Current children cumulated CPU time (s) 667.38
Current children cumulated vsize (KiB) 131940

[startup+678.402 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 3236
/proc/meminfo: memFree=1411064/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=84368 CPUtime=662.13
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 20523 0 0 0 66186 27 0 0 25 0 1 0 989531305 86392832 20504 996147200 134512640 135136200 4294955968 18446744073709551615 134529721 0 0 4096 3 0 0 0 17 0 0 0
/proc/3196/statm: 21092 20504 57 152 0 20937 0
Current children cumulated CPU time (s) 673.77
Current children cumulated vsize (KiB) 131940

[startup+681.601 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 3236
/proc/meminfo: memFree=1411064/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=84368 CPUtime=665.33
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 20523 0 0 0 66506 27 0 0 25 0 1 0 989531305 86392832 20504 996147200 134512640 135136200 4294955968 18446744073709551615 134526748 0 0 4096 3 0 0 0 17 0 0 0
/proc/3196/statm: 21092 20504 57 152 0 20937 0
Current children cumulated CPU time (s) 676.97
Current children cumulated vsize (KiB) 131940

[startup+682.401 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 3236
/proc/meminfo: memFree=1411064/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=84368 CPUtime=666.13
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 20523 0 0 0 66586 27 0 0 25 0 1 0 989531305 86392832 20504 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/3196/statm: 21092 20504 57 152 0 20937 0
Current children cumulated CPU time (s) 677.77
Current children cumulated vsize (KiB) 131940

[startup+683.205 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 3236
/proc/meminfo: memFree=1411064/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=84368 CPUtime=666.94
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 20523 0 0 0 66667 27 0 0 25 0 1 0 989531305 86392832 20504 996147200 134512640 135136200 4294955968 18446744073709551615 134529438 0 0 4096 3 0 0 0 17 0 0 0
/proc/3196/statm: 21092 20504 57 152 0 20937 0
Current children cumulated CPU time (s) 678.58
Current children cumulated vsize (KiB) 131940

[startup+683.601 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 3236
/proc/meminfo: memFree=1411064/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=84368 CPUtime=667.33
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 20523 0 0 0 66706 27 0 0 25 0 1 0 989531305 86392832 20504 996147200 134512640 135136200 4294955968 18446744073709551615 134529333 0 0 4096 3 0 0 0 17 0 0 0
/proc/3196/statm: 21092 20504 57 152 0 20937 0
Current children cumulated CPU time (s) 678.97
Current children cumulated vsize (KiB) 131940

[startup+683.701 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 3236
/proc/meminfo: memFree=1411064/2055920 swapFree=4136560/4192956
[pid=3173] ppid=3171 vsize=47572 CPUtime=11.64
/proc/3173/stat : 3173 (galacM.sh) S 3171 3173 1188 0 -1 4194304 799 22998 0 1 0 0 1145 19 17 0 1 0 989530123 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 269028092762 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3173/statm: 11893 364 245 79 0 219 0
[pid=3196] ppid=3173 vsize=84368 CPUtime=667.43
/proc/3196/stat : 3196 (minisat) R 3173 3173 1188 0 -1 4194304 20523 0 0 0 66716 27 0 0 25 0 1 0 989531305 86392832 20504 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/3196/statm: 21092 20504 57 152 0 20937 0
Current children cumulated CPU time (s) 679.07
Current children cumulated vsize (KiB) 131940

Child status: 0
Real time (s): 683.744
CPU time (s): 679.142
CPU user time (s): 678.646
CPU system time (s): 0.495924
CPU usage (%): 99.327
Max. virtual memory (cumulated for all children) (KiB): 860460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 678.646
system time used= 0.495924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44538
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= 1955
involuntary context switches= 13612

runsolver used 0.809876 second user time and 2.07968 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-03 04:05:52
IDJOB=1050777
IDBENCH=55377
IDSOLVER=350
FILE ID=node26/1050777-1215050752
PBS_JOBID= 7875121
Free space on /tmp= 66544 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-44-10-a3.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050777-1215050752/watcher-1050777-1215050752 -o /tmp/evaluation-result-1050777-1215050752/solver-1050777-1215050752 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1050777-1215050752.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dd4d223519a83ea5641752c7c726f6c4
RANDOM SEED=1512565307

node26.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.221
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.221
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:       1467240 kB
Buffers:         80452 kB
Cached:         329656 kB
SwapCached:      50592 kB
Active:         221696 kB
Inactive:       293104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467240 kB
SwapTotal:     4192956 kB
SwapFree:      4136560 kB
Dirty:            3200 kB
Writeback:           0 kB
Mapped:         111724 kB
Slab:            59136 kB
Committed_AS:  1631848 kB
PageTables:       1864 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= 66544 MiB
End job on node26 at 2008-07-03 04:17:16