Trace number 252540

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, and are wall clock time (not CPU 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
BPrologCSPSolver70a 2006-12-13? (TO) 1800.09 1804.55

General information on the benchmark

NamesocialGolfers/
socialGolfer-6-3-7.xml
MD5SUM0e013050078db426eef2e194eb305c40
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.42148
SatisfiableYES
(Un)Satisfiability was proved
Number of variables2142
Number of constraints9198
Maximum constraint arity21
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9198
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/252540-1168407779/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node58/watcher-252540-1168407779 -o ROOT/results/node58/solver-252540-1168407779 -C 1800 -M 900 /tmp/evaluation/252540-1168407779/Complete/Ordinary/solver /tmp/evaluation/252540-1168407779/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.70 1.22 1.07 5/84 24092
/proc/meminfo: memFree=1441184/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=18540 CPUtime=0
/proc/24091/stat : 24091 (runsolver) R 24089 24091 23434 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 189176397 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24091/statm: 4635 279 244 17 0 2626 0

[startup+0.10755 s]
/proc/loadavg: 1.70 1.22 1.07 5/84 24092
/proc/meminfo: memFree=1441184/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=53824 CPUtime=0.09
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 2316 0 0 0 9 0 0 0 21 0 1 0 189176397 55115776 2032 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550165 0 0 4096 2 0 0 0 17 1 0 0
/proc/24091/statm: 13456 2032 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.515584 s]
/proc/loadavg: 1.70 1.22 1.07 5/84 24092
/proc/meminfo: memFree=1441184/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=0.5
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4524 0 0 0 49 1 0 0 24 0 2 0 189176397 78315520 4237 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4237 174 90 0 18658 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 76480

[startup+1.33665 s]
/proc/loadavg: 1.70 1.22 1.07 3/85 24093
/proc/meminfo: memFree=1424664/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=1.32
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 131 1 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 76480

[startup+2.9738 s]
/proc/loadavg: 1.70 1.22 1.07 3/85 24093
/proc/meminfo: memFree=1424664/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=2.95
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 294 1 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 76480

[startup+6.26608 s]
/proc/loadavg: 1.73 1.23 1.08 3/85 24093
/proc/meminfo: memFree=1424664/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=6.23
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 622 1 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 76480

[startup+12.7256 s]
/proc/loadavg: 1.75 1.24 1.08 3/85 24093
/proc/meminfo: memFree=1424664/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=12.66
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 1265 1 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134809083 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 76480

[startup+25.5538 s]
/proc/loadavg: 1.80 1.28 1.10 3/85 24093
/proc/meminfo: memFree=1424664/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=25.44
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 2543 1 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 76480

[startup+51.21 s]
/proc/loadavg: 1.87 1.34 1.12 3/85 24093
/proc/meminfo: memFree=1424664/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=51
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 5099 1 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758881 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 76480

[startup+102.413 s]
/proc/loadavg: 1.94 1.44 1.16 3/85 24093
/proc/meminfo: memFree=1424344/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=102.01
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 10200 1 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758208 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 76480

[startup+162.446 s]
/proc/loadavg: 1.98 1.54 1.21 3/85 24093
/proc/meminfo: memFree=1423960/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=161.81
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 16180 1 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.81
Current children cumulated vsize (KiB) 76480

[startup+222.483 s]
/proc/loadavg: 2.06 1.63 1.27 4/85 24093
/proc/meminfo: memFree=1423448/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=221.61
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 22160 1 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.61
Current children cumulated vsize (KiB) 76480

[startup+282.513 s]
/proc/loadavg: 2.19 1.74 1.32 3/85 24093
/proc/meminfo: memFree=1423000/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=281.41
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 28140 1 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.41
Current children cumulated vsize (KiB) 76480

[startup+342.545 s]
/proc/loadavg: 2.07 1.79 1.36 3/85 24093
/proc/meminfo: memFree=1422552/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=341.21
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 34119 2 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.21
Current children cumulated vsize (KiB) 76480

[startup+402.573 s]
/proc/loadavg: 2.16 1.86 1.41 3/85 24093
/proc/meminfo: memFree=1422104/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=401
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 40098 2 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614882 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401
Current children cumulated vsize (KiB) 76480

[startup+462.601 s]
/proc/loadavg: 2.06 1.88 1.45 3/85 24093
/proc/meminfo: memFree=1421656/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=460.8
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 46078 2 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614684 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.8
Current children cumulated vsize (KiB) 76480

[startup+522.631 s]
/proc/loadavg: 2.02 1.90 1.48 3/85 24093
/proc/meminfo: memFree=1421208/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=520.59
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 52057 2 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614895 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.59
Current children cumulated vsize (KiB) 76480

[startup+582.666 s]
/proc/loadavg: 2.00 1.91 1.51 3/85 24093
/proc/meminfo: memFree=1420760/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=76480 CPUtime=580.4
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4563 0 0 0 58037 3 0 0 25 0 2 0 189176397 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/24091/statm: 19120 4276 178 90 0 18658 0
[pid=24091/tid=24093] ppid=24089 vsize=76480 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 189176448 78315520 4276 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.4
Current children cumulated vsize (KiB) 76480

[startup+642.697 s]

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

/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4574 0 0 0 117905 21 0 0 25 0 3 0 189176397 88805376 4287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799799 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24091/statm: 21681 4287 178 90 0 21219 0
[pid=24091/tid=24093] ppid=24089 vsize=86724 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189176448 88805376 4287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24094] ppid=24089 vsize=86724 CPUtime=0
/proc/24091/task/24094/stat : 24094 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189266460 88805376 4287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1179.26
Current children cumulated vsize (KiB) 86724

[startup+1243.23 s]
/proc/loadavg: 2.02 2.01 1.76 3/82 24351
/proc/meminfo: memFree=1376248/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=86724 CPUtime=1239.27
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4574 0 0 0 123906 21 0 0 25 0 3 0 189176397 88805376 4287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24091/statm: 21681 4287 178 90 0 21219 0
[pid=24091/tid=24093] ppid=24089 vsize=86724 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189176448 88805376 4287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24094] ppid=24089 vsize=86724 CPUtime=0
/proc/24091/task/24094/stat : 24094 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189266460 88805376 4287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1239.27
Current children cumulated vsize (KiB) 86724

[startup+1303.26 s]
/proc/loadavg: 2.01 2.01 1.77 3/82 24351
/proc/meminfo: memFree=1376248/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=86724 CPUtime=1299.25
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4574 0 0 0 129904 21 0 0 25 0 3 0 189176397 88805376 4287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24091/statm: 21681 4287 178 90 0 21219 0
[pid=24091/tid=24093] ppid=24089 vsize=86724 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 189176448 88805376 4287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24094] ppid=24089 vsize=86724 CPUtime=0
/proc/24091/task/24094/stat : 24094 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 189266460 88805376 4287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1299.25
Current children cumulated vsize (KiB) 86724

[startup+1363.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/83 24352
/proc/meminfo: memFree=1376240/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=96968 CPUtime=1359.22
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4575 0 0 0 135900 22 0 0 25 0 4 0 189176397 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614935 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24091/statm: 24242 4288 178 90 0 23780 0
[pid=24091/tid=24093] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189176448 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24094] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24094/stat : 24094 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189266460 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24352] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24352/stat : 24352 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189311468 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1359.22
Current children cumulated vsize (KiB) 96968

[startup+1423.34 s]
/proc/loadavg: 2.00 2.00 1.79 3/83 24352
/proc/meminfo: memFree=1376240/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=96968 CPUtime=1419.22
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4575 0 0 0 141900 22 0 0 25 0 4 0 189176397 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24091/statm: 24242 4288 178 90 0 23780 0
[pid=24091/tid=24093] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189176448 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24094] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24094/stat : 24094 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189266460 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24352] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24352/stat : 24352 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189311468 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1419.22
Current children cumulated vsize (KiB) 96968

[startup+1483.39 s]
/proc/loadavg: 2.00 2.00 1.80 3/83 24352
/proc/meminfo: memFree=1376240/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=96968 CPUtime=1479.21
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4575 0 0 0 147899 22 0 0 25 0 4 0 189176397 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614908 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24091/statm: 24242 4288 178 90 0 23780 0
[pid=24091/tid=24093] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189176448 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24094] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24094/stat : 24094 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189266460 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24352] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24352/stat : 24352 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189311468 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.21
Current children cumulated vsize (KiB) 96968

[startup+1543.46 s]
/proc/loadavg: 2.00 2.00 1.81 3/83 24352
/proc/meminfo: memFree=1376368/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=96968 CPUtime=1539.22
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4575 0 0 0 153900 22 0 0 25 0 4 0 189176397 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134767458 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24091/statm: 24242 4288 178 90 0 23780 0
[pid=24091/tid=24093] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189176448 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24094] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24094/stat : 24094 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189266460 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24352] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24352/stat : 24352 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 189311468 99295232 4288 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.22
Current children cumulated vsize (KiB) 96968

[startup+1603.51 s]
/proc/loadavg: 2.11 2.03 1.83 3/83 24352
/proc/meminfo: memFree=1376368/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=96968 CPUtime=1599.22
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4576 0 0 0 159900 22 0 0 25 0 4 0 189176397 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24091/statm: 24242 4289 179 90 0 23780 0
[pid=24091/tid=24093] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189176448 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24094] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24094/stat : 24094 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189266460 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24352] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24352/stat : 24352 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189311468 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.22
Current children cumulated vsize (KiB) 96968

[startup+1663.55 s]
/proc/loadavg: 2.04 2.02 1.84 3/83 24352
/proc/meminfo: memFree=1376368/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=96968 CPUtime=1659.2
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4576 0 0 0 165898 22 0 0 25 0 4 0 189176397 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24091/statm: 24242 4289 179 90 0 23780 0
[pid=24091/tid=24093] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189176448 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24094] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24094/stat : 24094 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189266460 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24352] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24352/stat : 24352 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189311468 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.2
Current children cumulated vsize (KiB) 96968

[startup+1723.59 s]
/proc/loadavg: 2.01 2.02 1.84 3/83 24352
/proc/meminfo: memFree=1376304/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=96968 CPUtime=1719.17
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4576 0 0 0 171895 22 0 0 25 0 4 0 189176397 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24091/statm: 24242 4289 179 90 0 23780 0
[pid=24091/tid=24093] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189176448 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24094] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24094/stat : 24094 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189266460 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24352] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24352/stat : 24352 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189311468 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.17
Current children cumulated vsize (KiB) 96968

[startup+1783.65 s]
/proc/loadavg: 2.00 2.01 1.85 3/83 24352
/proc/meminfo: memFree=1376368/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=96968 CPUtime=1779.2
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4576 0 0 0 177897 23 0 0 25 0 4 0 189176397 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/24091/statm: 24242 4289 179 90 0 23780 0
[pid=24091/tid=24093] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24093/stat : 24093 (bprolog) S 24089 24091 23434 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 189176448 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24094] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24094/stat : 24094 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189266460 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=24091/tid=24352] ppid=24089 vsize=96968 CPUtime=0
/proc/24091/task/24352/stat : 24352 (bprolog) S 24089 24091 23434 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 189311468 99295232 4289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.2
Current children cumulated vsize (KiB) 96968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.54 s]
/proc/loadavg: 2.00 2.01 1.85 3/80 24352
/proc/meminfo: memFree=1376368/2055920 swapFree=4192812/4192956
[pid=24091] ppid=24089 vsize=96968 CPUtime=1800.08
/proc/24091/stat : 24091 (bprolog) R 24089 24091 23434 0 -1 4194304 4577 0 0 0 179985 23 0 0 25 0 1 0 189176397 99295232 4290 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 0 0 0 17 0 0 0
/proc/24091/statm: 24242 4290 180 90 0 23780 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 96968

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.55
CPU time (s): 1800.09
CPU user time (s): 1799.85
CPU system time (s): 0.233964
CPU usage (%): 99.7527
Max. virtual memory (cumulated for all children) (KiB): 96968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4577
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 31275

runsolver used 1.82772 s user time and 4.98624 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Wed Jan 10 05:42:59 UTC 2007


IDJOB= 252540
IDBENCH= 12952
FILE ID= node58/252540-1168407779

PBS_JOBID= 3523429

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/socialGolfers/socialGolfer-6-3-7.xml
COMMAND LINE= /tmp/evaluation/252540-1168407779/Complete/Ordinary/solver /tmp/evaluation/252540-1168407779/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node58/convwatcher-252540-1168407779 -o ROOT/results/node58/conversion-252540-1168407779 -C 600 -M 900 /tmp/evaluation/252540-1168407779/Complete/Ordinary/conversion /tmp/evaluation/252540-1168407779/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-252540-1168407779 -o ROOT/results/node58/solver-252540-1168407779 -C 1800 -M 900  /tmp/evaluation/252540-1168407779/Complete/Ordinary/solver /tmp/evaluation/252540-1168407779/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  0e013050078db426eef2e194eb305c40

RANDOM SEED= 887657904

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.223
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.223
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:       1441600 kB
Buffers:         66408 kB
Cached:         391028 kB
SwapCached:          0 kB
Active:         278284 kB
Inactive:       278856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441600 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10004 kB
Writeback:           0 kB
Mapped:         120408 kB
Slab:            42364 kB
Committed_AS:  4209596 kB
PageTables:       2020 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= 66552 MiB



End job on node58 on Wed Jan 10 06:13:09 UTC 2007