Trace number 270337

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
CSP4J - MAC 2007-01-16SAT 8.22375 8.34447

DiagnosticValue
CHECKS322410
NODES436

General information on the benchmark

Namerlfap/rlfapScens/
scen5.xml
MD5SUM9db21bded2254724492d1ef1d7933506
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.467928
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints2598
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2598
Global constraints used (with number of constraints)

Solver Data (download as text)

8.31	v 156 394 156 394 254 16 142 380 428 666 352 114 156 394 442 680 792 554 554 792 44 282 708 470 666 428 442 680 72 310 414 652 128 366 736 498 44 282 282 44 442 680 750 512 296 58 310 72 736 498 792 554 310 72 764 526 324 86 428 666 764 526 484 722 310 72 100 338 366 128 254 16 58 296 554 792 296 58 296 58 16 254 16 254 296 58 394 156 128 366 16 254 414 652 736 498 156 394 240 478 792 554 254 16 156 394 324 86 554 792 512 750 394 156 16 254 296 58 254 16 156 394 414 652 268 30 254 16 666 428 442 680 394 156 394 156 296 58 680 442 666 428 764 526 442 680 680 442 142 380 352 114 338 100 86 324 750 512 722 484 778 540 366 128 296 58 428 666 722 484 736 498 394 156 778 540 764 526 58 296 366 128 352 114 694 456 268 30 666 428 666 428 456 694 156 394 100 338 428 666 652 414 792 554 254 16 442 680 540 778 352 114 142 380 708 470 498 736 380 142 540 778 484 722 44 282 44 282 540 778 666 428 30 268 778 540 366 128 652 414 394 156 512 750 268 30 442 680 296 58 708 470 268 30 498 736 456 694 324 86 310 72 86 324 764 526 540 778 526 764 666 428 72 310 310 72 428 666 114 352 666 428 100 338 114 352 114 352 86 324 254 16 666 428 722 484 414 652 394 156 778 540 310 72 296 58 296 58 694 456 128 366 254 16 540 778 442 680 708 470 456 694 310 72 30 268 512 750 540 778 142 380 708 470 114 352 428 666 498 736 16 254 324 86 310 72 142 380 484 722 58 296 722 484 540 778 366 128 736 498 352 114 498 736 428 666 282 44 750 512 72 310 708 470 100 338 484 722 428 666 282 44 456 694 310 72 268 30 694 456 764 526 380 142 114 352 338 100 86 324 
8.31	s SATISFIABLE
8.31	c 0.26 s
8.31	d NODES 436
8.31	d CHECKS 322410

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node13/watcher-270337-1169142746 -o ROOT/results/node13/solver-270337-1169142746 -C 1800 -M 900 /tmp/evaluation/270337-1169142746/cspfj.sh -competition /tmp/evaluation/270337-1169142746/unknown.xml 

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: 2.10 2.02 1.73 5/95 31571
/proc/meminfo: memFree=825928/2055920 swapFree=4169400/4192956
[pid=31569] ppid=31567 vsize=5352 CPUtime=0
/proc/31569/stat : 31569 (cspfj.sh) S 31567 31569 31182 0 -1 4194304 271 0 0 0 0 0 0 0 20 0 1 0 262669648 5480448 229 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31569/statm: 1338 229 192 169 0 49 0
[pid=31570] ppid=31569 vsize=0 CPUtime=0
/proc/31570/stat : 31570 (dirname) R 31569 31569 31182 0 -1 4194308 128 0 0 0 0 0 0 0 21 0 1 0 262669648 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/31570/statm: 0 0 0 0 0 0 0

[startup+0.109824 s]
/proc/loadavg: 2.10 2.02 1.73 5/95 31571
/proc/meminfo: memFree=825928/2055920 swapFree=4169400/4192956
[pid=31569] ppid=31567 vsize=5352 CPUtime=0
/proc/31569/stat : 31569 (cspfj.sh) S 31567 31569 31182 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 262669648 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31569/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.517882 s]
/proc/loadavg: 2.10 2.02 1.73 5/95 31571
/proc/meminfo: memFree=825928/2055920 swapFree=4169400/4192956
[pid=31569] ppid=31567 vsize=5352 CPUtime=0
/proc/31569/stat : 31569 (cspfj.sh) S 31567 31569 31182 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 262669648 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31569/statm: 1338 240 201 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.33937 s]
/proc/loadavg: 2.17 2.03 1.74 3/102 31579
/proc/meminfo: memFree=813072/2055920 swapFree=4169400/4192956
[pid=31569] ppid=31567 vsize=5352 CPUtime=0
/proc/31569/stat : 31569 (cspfj.sh) S 31567 31569 31182 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 262669648 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31569/statm: 1338 240 201 169 0 49 0
[pid=31572] ppid=31569 vsize=866176 CPUtime=1.3
/proc/31572/stat : 31572 (java) R 31569 31569 31182 0 -1 0 5610 0 1 0 122 8 0 0 24 0 8 0 262669649 886964224 5318 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31572/statm: 216544 5318 1829 14 0 203805 0
[pid=31572/tid=31573] ppid=31569 vsize=866176 CPUtime=0.16
/proc/31572/task/31573/stat : 31573 (java) S 31569 31569 31182 0 -1 64 1327 0 0 0 16 0 0 0 16 0 8 0 262669653 886964224 5318 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31574] ppid=31569 vsize=866176 CPUtime=0
/proc/31572/task/31574/stat : 31574 (java) S 31569 31569 31182 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 262669653 886964224 5318 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31575] ppid=31569 vsize=866176 CPUtime=0
/proc/31572/task/31575/stat : 31575 (java) S 31569 31569 31182 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 262669653 886964224 5318 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31576] ppid=31569 vsize=866176 CPUtime=0
/proc/31572/task/31576/stat : 31576 (java) S 31569 31569 31182 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 262669657 886964224 5318 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31577] ppid=31569 vsize=866176 CPUtime=0.23
/proc/31572/task/31577/stat : 31577 (java) S 31569 31569 31182 0 -1 64 645 0 0 0 22 1 0 0 15 0 8 0 262669657 886964224 5318 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31578] ppid=31569 vsize=866176 CPUtime=0
/proc/31572/task/31578/stat : 31578 (java) S 31569 31569 31182 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 262669657 886964224 5318 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31579] ppid=31569 vsize=866176 CPUtime=0
/proc/31572/task/31579/stat : 31579 (java) S 31569 31569 31182 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 262669657 886964224 5318 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 871528

[startup+2.97921 s]
/proc/loadavg: 2.17 2.03 1.74 3/102 31579
/proc/meminfo: memFree=804496/2055920 swapFree=4169400/4192956
[pid=31569] ppid=31567 vsize=5352 CPUtime=0
/proc/31569/stat : 31569 (cspfj.sh) S 31567 31569 31182 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 262669648 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31569/statm: 1338 240 201 169 0 49 0
[pid=31572] ppid=31569 vsize=866416 CPUtime=2.91
/proc/31572/stat : 31572 (java) R 31569 31569 31182 0 -1 0 8711 0 1 0 278 13 0 0 25 0 8 0 262669649 887209984 8374 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4155769826 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31572/statm: 216604 8374 1829 14 0 203865 0
[pid=31572/tid=31573] ppid=31569 vsize=866416 CPUtime=0.41
/proc/31572/task/31573/stat : 31573 (java) S 31569 31569 31182 0 -1 64 3686 0 0 0 39 2 0 0 16 0 8 0 262669653 887209984 8374 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31574] ppid=31569 vsize=866416 CPUtime=0
/proc/31572/task/31574/stat : 31574 (java) S 31569 31569 31182 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 262669653 887209984 8374 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31575] ppid=31569 vsize=866416 CPUtime=0
/proc/31572/task/31575/stat : 31575 (java) S 31569 31569 31182 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 262669653 887209984 8374 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31576] ppid=31569 vsize=866416 CPUtime=0
/proc/31572/task/31576/stat : 31576 (java) S 31569 31569 31182 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 262669657 887209984 8374 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31577] ppid=31569 vsize=866416 CPUtime=0.34
/proc/31572/task/31577/stat : 31577 (java) S 31569 31569 31182 0 -1 64 695 0 0 0 33 1 0 0 15 0 8 0 262669657 887209984 8374 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31578] ppid=31569 vsize=866416 CPUtime=0
/proc/31572/task/31578/stat : 31578 (java) S 31569 31569 31182 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 262669657 887209984 8374 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31579] ppid=31569 vsize=866416 CPUtime=0
/proc/31572/task/31579/stat : 31579 (java) S 31569 31569 31182 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 262669657 887209984 8374 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 871768

[startup+6.19164 s]
/proc/loadavg: 2.17 2.03 1.74 3/102 31579
/proc/meminfo: memFree=789968/2055920 swapFree=4169400/4192956
[pid=31569] ppid=31567 vsize=5352 CPUtime=0
/proc/31569/stat : 31569 (cspfj.sh) S 31567 31569 31182 0 -1 4194304 315 128 0 0 0 0 0 0 18 0 1 0 262669648 5480448 240 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31569/statm: 1338 240 201 169 0 49 0
[pid=31572] ppid=31569 vsize=866924 CPUtime=6.1
/proc/31572/stat : 31572 (java) R 31569 31569 31182 0 -1 0 11186 0 1 0 588 22 0 0 25 0 8 0 262669649 887730176 10832 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4074219333 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31572/statm: 216731 10832 1834 14 0 203992 0
[pid=31572/tid=31573] ppid=31569 vsize=866924 CPUtime=0.48
/proc/31572/task/31573/stat : 31573 (java) S 31569 31569 31182 0 -1 64 5334 0 0 0 45 3 0 0 16 0 8 0 262669653 887730176 10832 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31574] ppid=31569 vsize=866924 CPUtime=0
/proc/31572/task/31574/stat : 31574 (java) S 31569 31569 31182 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 262669653 887730176 10832 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31575] ppid=31569 vsize=866924 CPUtime=0
/proc/31572/task/31575/stat : 31575 (java) S 31569 31569 31182 0 -1 64 8 0 0 0 0 0 0 0 15 0 8 0 262669653 887730176 10832 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31576] ppid=31569 vsize=866924 CPUtime=0
/proc/31572/task/31576/stat : 31576 (java) S 31569 31569 31182 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 262669657 887730176 10832 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31577] ppid=31569 vsize=866924 CPUtime=1.03
/proc/31572/task/31577/stat : 31577 (java) S 31569 31569 31182 0 -1 64 1167 0 0 0 96 7 0 0 15 0 8 0 262669657 887730176 10832 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31578] ppid=31569 vsize=866924 CPUtime=0
/proc/31572/task/31578/stat : 31578 (java) S 31569 31569 31182 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 262669657 887730176 10832 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31572/tid=31579] ppid=31569 vsize=866924 CPUtime=0
/proc/31572/task/31579/stat : 31579 (java) S 31569 31569 31182 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 262669657 887730176 10832 18446744073709551615 134512640 134570532 4294956512 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 872276

Child status: 0
Real time (s): 8.34447
CPU time (s): 8.22375
CPU user time (s): 7.93179
CPU system time (s): 0.291955
CPU usage (%): 98.5533
Max. virtual memory (cumulated for all children) (KiB): 872528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.93179
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12105
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= 9721
involuntary context switches= 9858

runsolver used 0.015997 s user time and 0.031995 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Thu Jan 18 17:52:27 UTC 2007


IDJOB= 270337
IDBENCH= 3781
IDSOLVER= 91
FILE ID= node13/270337-1169142746

PBS_JOBID= 3582524

Free space on /tmp= 66559 MiB

SOLVER NAME= CSP4J - MAC 2007-01-16
BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens/scen5.xml
COMMAND LINE= /tmp/evaluation/270337-1169142746/cspfj.sh  -competition /tmp/evaluation/270337-1169142746/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-270337-1169142746 -o ROOT/results/node13/solver-270337-1169142746 -C 1800 -M 900  /tmp/evaluation/270337-1169142746/cspfj.sh  -competition /tmp/evaluation/270337-1169142746/unknown.xml

META MD5SUM SOLVER= 1cf1b9d4821c2ee5eee0dc0e02656faa
MD5SUM BENCH=  9db21bded2254724492d1ef1d7933506

RANDOM SEED= 948163408

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.247
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.247
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:        826608 kB
Buffers:         52316 kB
Cached:         347796 kB
SwapCached:       3060 kB
Active:         946764 kB
Inactive:       206100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        826608 kB
SwapTotal:     4192956 kB
SwapFree:      4169400 kB
Dirty:             612 kB
Writeback:           0 kB
Mapped:         768296 kB
Slab:            59592 kB
Committed_AS:  7851084 kB
PageTables:       3872 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= 66559 MiB



End job on node13 on Thu Jan 18 17:52:35 UTC 2007