Trace number 208591

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
galac 1? (TO) 1800.01 1815.32

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-29_ext.xml
MD5SUMabce4cd812d977d51ee49779285b02fd
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.5429
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
1.74	c start processing
1.74	c start relation processing
4.81	c start cnf exporting
18.51	c parsing time : 1.569
18.51	c preprocessing time : 18.347
18.51	
18.51	c Nary constraints - conflicts : 0 supports : 57
18.51	c Binary constraints - conflicts : 0 supports :0
18.51	c max arity constraint : 3
18.51	c Max Tuples generated 0
18.51	c relations : 57
18.51	c relations BDD: 57
18.51	c vars : 125016 - clauses :  399644
18.51	
18.58	 
18.58	c --- Minisat Stats ---
18.58	 

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/node4/watcher-208591-1168188761 -o ROOT/results/node4/solver-208591-1168188761 -C 1800 -M 900 /tmp/evaluation/208591-1168188761/galac.sh /tmp/evaluation/208591-1168188761/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: 1.92 1.98 1.99 5/98 22717
/proc/meminfo: memFree=1477080/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=8560 CPUtime=0
/proc/22716/stat : 22716 (galac.sh) R 22714 22716 22646 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 167271630 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259913402255 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22716/statm: 2140 253 197 79 0 133 0

[startup+0.106667 s]
/proc/loadavg: 1.92 1.98 1.99 5/98 22717
/proc/meminfo: memFree=1477080/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=0.01
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.514702 s]
/proc/loadavg: 1.92 1.98 1.99 5/98 22717
/proc/meminfo: memFree=1477080/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=0.01
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33779 s]
/proc/loadavg: 1.92 1.98 1.99 3/106 22737
/proc/meminfo: memFree=1398680/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=0.01
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22730] ppid=22716 vsize=861064 CPUtime=1.27
/proc/22730/stat : 22730 (java) R 22716 22716 22646 0 -1 0 21565 0 1 0 115 12 0 0 23 0 8 0 167271633 881729536 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073652591 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22730/statm: 215266 21318 1965 14 0 201471 0
[pid=22730/tid=22731] ppid=22716 vsize=861064 CPUtime=0.06
/proc/22730/task/22731/stat : 22731 (java) S 22716 22716 22646 0 -1 64 5812 0 0 0 4 2 0 0 16 0 8 0 167271637 881729536 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22732] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22732/stat : 22732 (java) S 22716 22716 22646 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167271638 881729536 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22733] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22733/stat : 22733 (java) S 22716 22716 22646 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 167271638 881729536 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22734] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22734/stat : 22734 (java) S 22716 22716 22646 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167271641 881729536 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22735] ppid=22716 vsize=861064 CPUtime=0.12
/proc/22730/task/22735/stat : 22735 (java) S 22716 22716 22646 0 -1 64 894 0 0 0 11 1 0 0 16 0 8 0 167271641 881729536 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22736] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22736/stat : 22736 (java) S 22716 22716 22646 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167271641 881729536 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22737] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22737/stat : 22737 (java) S 22716 22716 22646 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167271641 881729536 21318 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908620

[startup+2.99095 s]
/proc/loadavg: 1.92 1.98 1.99 3/106 22737
/proc/meminfo: memFree=1393560/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=0.01
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22730] ppid=22716 vsize=861064 CPUtime=2.91
/proc/22730/stat : 22730 (java) R 22716 22716 22646 0 -1 0 22813 0 1 0 277 14 0 0 25 0 8 0 167271633 881729536 22563 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073820804 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22730/statm: 215266 22563 1973 14 0 201471 0
[pid=22730/tid=22731] ppid=22716 vsize=861064 CPUtime=0.1
/proc/22730/task/22731/stat : 22731 (java) S 22716 22716 22646 0 -1 64 7015 0 0 0 8 2 0 0 17 0 8 0 167271637 881729536 22563 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22732] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22732/stat : 22732 (java) S 22716 22716 22646 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167271638 881729536 22563 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22733] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22733/stat : 22733 (java) S 22716 22716 22646 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 167271638 881729536 22563 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22734] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22734/stat : 22734 (java) S 22716 22716 22646 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167271641 881729536 22563 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22735] ppid=22716 vsize=861064 CPUtime=0.17
/proc/22730/task/22735/stat : 22735 (java) S 22716 22716 22646 0 -1 64 918 0 0 0 16 1 0 0 16 0 8 0 167271641 881729536 22563 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22736] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22736/stat : 22736 (java) S 22716 22716 22646 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167271641 881729536 22563 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22737] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22737/stat : 22737 (java) S 22716 22716 22646 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167271641 881729536 22563 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 908620

[startup+6.27226 s]
/proc/loadavg: 1.93 1.98 1.99 3/106 22737
/proc/meminfo: memFree=1346712/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=0.01
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22730] ppid=22716 vsize=861064 CPUtime=6.16
/proc/22730/stat : 22730 (java) R 22716 22716 22646 0 -1 0 35849 0 1 0 596 20 0 0 25 0 8 0 167271633 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073982844 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22730/statm: 215266 35595 1993 14 0 201471 0
[pid=22730/tid=22731] ppid=22716 vsize=861064 CPUtime=0.75
/proc/22730/task/22731/stat : 22731 (java) S 22716 22716 22646 0 -1 64 19961 0 0 0 67 8 0 0 16 0 8 0 167271637 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22732] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22732/stat : 22732 (java) S 22716 22716 22646 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167271638 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22733] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22733/stat : 22733 (java) S 22716 22716 22646 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 167271638 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22734] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22734/stat : 22734 (java) S 22716 22716 22646 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167271641 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22735] ppid=22716 vsize=861064 CPUtime=0.24
/proc/22730/task/22735/stat : 22735 (java) S 22716 22716 22646 0 -1 64 964 0 0 0 23 1 0 0 16 0 8 0 167271641 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22736] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22736/stat : 22736 (java) S 22716 22716 22646 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167271641 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22737] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22737/stat : 22737 (java) S 22716 22716 22646 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167271641 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 908620

[startup+12.6759 s]
/proc/loadavg: 1.93 1.98 1.99 3/106 22737
/proc/meminfo: memFree=1337752/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=0.01
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22730] ppid=22716 vsize=861064 CPUtime=12.5
/proc/22730/stat : 22730 (java) R 22716 22716 22646 0 -1 0 35859 0 1 0 1228 22 0 0 25 0 8 0 167271633 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073956560 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22730/statm: 215266 35595 1993 14 0 201471 0
[pid=22730/tid=22731] ppid=22716 vsize=861064 CPUtime=0.75
/proc/22730/task/22731/stat : 22731 (java) S 22716 22716 22646 0 -1 64 19961 0 0 0 67 8 0 0 16 0 8 0 167271637 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22732] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22732/stat : 22732 (java) S 22716 22716 22646 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 167271638 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22733] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22733/stat : 22733 (java) S 22716 22716 22646 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 167271638 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22734] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22734/stat : 22734 (java) S 22716 22716 22646 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167271641 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22735] ppid=22716 vsize=861064 CPUtime=0.24
/proc/22730/task/22735/stat : 22735 (java) S 22716 22716 22646 0 -1 64 964 0 0 0 23 1 0 0 16 0 8 0 167271641 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22736] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22736/stat : 22736 (java) S 22716 22716 22646 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 167271641 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22730/tid=22737] ppid=22716 vsize=861064 CPUtime=0
/proc/22730/task/22737/stat : 22737 (java) S 22716 22716 22646 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167271641 881729536 35595 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 908620

[startup+25.5349 s]
/proc/loadavg: 1.95 1.98 1.99 3/99 22738
/proc/meminfo: memFree=1443920/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=27692 CPUtime=6.87
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 6462 0 0 0 683 4 0 0 25 0 1 0 167273488 28356608 6444 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529776 0 0 4096 3 0 0 0 17 1 0 0
/proc/22738/statm: 6923 6444 54 142 0 6779 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 75248

[startup+51.2366 s]
/proc/loadavg: 1.96 1.98 1.99 3/99 22738
/proc/meminfo: memFree=1437520/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=34172 CPUtime=32.33
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 8099 0 0 0 3226 7 0 0 25 0 1 0 167273488 34992128 8081 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/22738/statm: 8543 8081 54 142 0 8399 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 81728

[startup+102.525 s]
/proc/loadavg: 1.98 1.98 1.99 3/99 22738
/proc/meminfo: memFree=1424080/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=47808 CPUtime=83.14
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 11509 0 0 0 8304 10 0 0 25 0 1 0 167273488 48955392 11491 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/22738/statm: 11952 11491 54 142 0 11808 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 95364

[startup+162.53 s]
/proc/loadavg: 1.99 1.98 1.99 3/99 22738
/proc/meminfo: memFree=1417488/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=54228 CPUtime=142.59
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 13121 0 0 0 14247 12 0 0 25 0 1 0 167273488 55529472 13103 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525757 0 0 4096 3 0 0 0 17 1 0 0
/proc/22738/statm: 13557 13103 54 142 0 13413 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 101784

[startup+222.59 s]
/proc/loadavg: 1.99 1.98 1.99 4/99 22738
/proc/meminfo: memFree=1405200/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=66636 CPUtime=202.11
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 16193 0 0 0 20195 16 0 0 25 0 1 0 167273488 68235264 16175 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/22738/statm: 16659 16175 54 142 0 16515 0
Current children cumulated CPU time (s) 220.44
Current children cumulated vsize (KiB) 114192

[startup+282.668 s]
/proc/loadavg: 2.17 2.03 2.00 3/99 22738

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

/proc/loadavg: 2.07 2.03 2.00 4/99 22936
/proc/meminfo: memFree=1204304/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=140528 CPUtime=1094.93
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 34562 0 0 0 109450 43 0 0 25 0 1 0 167273488 143900672 34544 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 35132 34544 54 142 0 34988 0
Current children cumulated CPU time (s) 1113.26
Current children cumulated vsize (KiB) 188084

[startup+1183.61 s]
/proc/loadavg: 2.02 2.02 2.00 3/99 22936
/proc/meminfo: memFree=1200720/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=144032 CPUtime=1154.93
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 35448 0 0 0 115449 44 0 0 25 0 1 0 167273488 147488768 35430 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 36008 35430 54 142 0 35864 0
Current children cumulated CPU time (s) 1173.26
Current children cumulated vsize (KiB) 191588

[startup+1243.68 s]
/proc/loadavg: 2.01 2.02 2.00 2/82 22947
/proc/meminfo: memFree=1494744/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=147156 CPUtime=1214.96
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 36223 0 0 0 121451 45 0 0 25 0 1 0 167273488 150687744 36205 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 36789 36205 54 142 0 36645 0
Current children cumulated CPU time (s) 1233.29
Current children cumulated vsize (KiB) 194712

[startup+1303.75 s]
/proc/loadavg: 2.24 2.06 2.02 3/95 23487
/proc/meminfo: memFree=1174184/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=149800 CPUtime=1274.81
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 36881 0 0 0 127430 51 0 0 25 0 1 0 167273488 153395200 36863 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 37450 36863 54 142 0 37306 0
Current children cumulated CPU time (s) 1293.14
Current children cumulated vsize (KiB) 197356

[startup+1363.78 s]
/proc/loadavg: 2.52 2.17 2.05 4/95 23487
/proc/meminfo: memFree=1139176/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=152312 CPUtime=1334.48
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 37520 0 0 0 133396 52 0 0 25 0 1 0 167273488 155967488 37502 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 38078 37502 54 142 0 37934 0
Current children cumulated CPU time (s) 1352.81
Current children cumulated vsize (KiB) 199868

[startup+1423.85 s]
/proc/loadavg: 2.70 2.29 2.10 4/95 23487
/proc/meminfo: memFree=1114024/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=154436 CPUtime=1394.09
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 38042 0 0 0 139356 53 0 0 25 0 1 0 167273488 158142464 38024 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 38609 38024 54 142 0 38465 0
Current children cumulated CPU time (s) 1412.42
Current children cumulated vsize (KiB) 201992

[startup+1483.94 s]
/proc/loadavg: 2.75 2.39 2.15 5/95 23487
/proc/meminfo: memFree=1078120/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=156600 CPUtime=1453.58
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 38584 0 0 0 145305 53 0 0 25 0 1 0 167273488 160358400 38566 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 39150 38566 54 142 0 39006 0
Current children cumulated CPU time (s) 1471.91
Current children cumulated vsize (KiB) 204156

[startup+1544.01 s]
/proc/loadavg: 2.81 2.47 2.19 4/95 23489
/proc/meminfo: memFree=1069928/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=158644 CPUtime=1513.06
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 39090 0 0 0 151252 54 0 0 25 0 1 0 167273488 162451456 39072 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 39661 39072 54 142 0 39517 0
Current children cumulated CPU time (s) 1531.39
Current children cumulated vsize (KiB) 206200

[startup+1604.09 s]
/proc/loadavg: 2.64 2.47 2.20 3/95 23489
/proc/meminfo: memFree=1058736/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=160600 CPUtime=1572.56
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 39565 0 0 0 157201 55 0 0 25 0 1 0 167273488 164454400 39547 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 40150 39547 54 142 0 40006 0
Current children cumulated CPU time (s) 1590.89
Current children cumulated vsize (KiB) 208156

[startup+1664.16 s]
/proc/loadavg: 2.81 2.55 2.24 4/95 23489
/proc/meminfo: memFree=1039472/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=162728 CPUtime=1632.05
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 40117 0 0 0 163149 56 0 0 25 0 1 0 167273488 166633472 40099 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 40682 40099 54 142 0 40538 0
Current children cumulated CPU time (s) 1650.38
Current children cumulated vsize (KiB) 210284

[startup+1724.19 s]
/proc/loadavg: 2.73 2.57 2.27 3/95 23489
/proc/meminfo: memFree=1037296/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=165100 CPUtime=1691.48
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 40679 0 0 0 169091 57 0 0 25 0 1 0 167273488 169062400 40661 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 41275 40661 54 142 0 41131 0
Current children cumulated CPU time (s) 1709.81
Current children cumulated vsize (KiB) 212656

[startup+1784.3 s]
/proc/loadavg: 2.66 2.57 2.28 4/95 23489
/proc/meminfo: memFree=1006064/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=166924 CPUtime=1750.99
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 41138 0 0 0 175041 58 0 0 25 0 1 0 167273488 170930176 41120 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 41731 41120 54 142 0 41587 0
Current children cumulated CPU time (s) 1769.32
Current children cumulated vsize (KiB) 214480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.31 s]
/proc/loadavg: 2.66 2.58 2.29 3/95 23489
/proc/meminfo: memFree=1010864/2055920 swapFree=4182144/4192956
[pid=22716] ppid=22714 vsize=47556 CPUtime=18.33
/proc/22716/stat : 22716 (galac.sh) S 22714 22716 22646 0 -1 4194304 799 37582 0 1 0 0 1805 28 17 0 1 0 167271630 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/22716/statm: 11889 363 245 79 0 218 0
[pid=22738] ppid=22716 vsize=168020 CPUtime=1781.68
/proc/22738/stat : 22738 (minisat) R 22716 22716 22646 0 -1 4194304 41409 0 0 0 178110 58 0 0 25 0 1 0 167273488 172052480 41391 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/22738/statm: 42005 41391 54 142 0 41861 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 215576

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 22716 and gives childrusage.ru_utime.tv_sec=18 childrusage.ru_utime.tv_usec=59254 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=293955
CPU time returned by wait4() is 18.3532
while last known CPU time is 1800.01

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1815.32
CPU time (s): 1800.01
CPU user time (s): 1799.15
CPU system time (s): 0.86
CPU usage (%): 99.1564
Max. virtual memory (cumulated for all children) (KiB): 908620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.0593
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38381
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= 1488
involuntary context switches= 2057

runsolver used 2.06369 s user time and 6.12407 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Jan  7 16:52:41 UTC 2007


IDJOB= 208591
IDBENCH= 4413
FILE ID= node4/208591-1168188761

PBS_JOBID= 3478984

Free space on /tmp= 66303 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20-fcd/rand-3-20-20-60-632-fcd-29_ext.xml
COMMAND LINE= /tmp/evaluation/208591-1168188761/galac.sh /tmp/evaluation/208591-1168188761/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-208591-1168188761 -o ROOT/results/node4/solver-208591-1168188761 -C 1800 -M 900  /tmp/evaluation/208591-1168188761/galac.sh /tmp/evaluation/208591-1168188761/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  abce4cd812d977d51ee49779285b02fd

RANDOM SEED= 528355022

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:       1477496 kB
Buffers:         53316 kB
Cached:         259412 kB
SwapCached:       2520 kB
Active:         313768 kB
Inactive:       210636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477496 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            4188 kB
Writeback:           0 kB
Mapped:         231072 kB
Slab:            38328 kB
Committed_AS:  5107416 kB
PageTables:       2772 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= 66291 MiB



End job on node4 on Sun Jan  7 17:22:56 UTC 2007