Trace number 218350

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.09 1802.32

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-31_ext.xml
MD5SUMa1ad4c44e3760e6812341f6b050e1fbe
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark90.6092
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
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.75	c start processing
1.76	c start relation processing
4.64	c start cnf exporting
18.76	c parsing time : 1.591
18.76	c preprocessing time : 18.599
18.76	
18.76	c Nary constraints - conflicts : 0 supports : 59
18.76	c Binary constraints - conflicts : 0 supports :0
18.76	c max arity constraint : 3
18.76	c Max Tuples generated 0
18.76	c relations : 59
18.76	c relations BDD: 59
18.76	c vars : 132395 - clauses :  422613
18.76	
18.82	 
18.82	c --- Minisat Stats ---
18.82	 

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/node48/watcher-218350-1168252180 -o ROOT/results/node48/solver-218350-1168252180 -C 1800 -M 900 /tmp/evaluation/218350-1168252180/galac.sh /tmp/evaluation/218350-1168252180/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.83 1.50 1.56 5/74 30272
/proc/meminfo: memFree=1734824/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=8560 CPUtime=0
/proc/30271/stat : 30271 (galac.sh) R 30269 30271 29411 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 173616748 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539791759 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30271/statm: 2140 253 197 79 0 133 0

[startup+0.106754 s]
/proc/loadavg: 1.83 1.50 1.56 5/74 30272
/proc/meminfo: memFree=1734824/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=0.01
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.514789 s]
/proc/loadavg: 1.83 1.50 1.56 5/74 30272
/proc/meminfo: memFree=1734824/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=0.01
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33787 s]
/proc/loadavg: 1.83 1.50 1.56 3/82 30292
/proc/meminfo: memFree=1656424/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=0.01
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30285] ppid=30271 vsize=861064 CPUtime=1.27
/proc/30285/stat : 30285 (java) R 30271 30271 29411 0 -1 0 21565 0 1 0 116 11 0 0 25 0 8 0 173616751 881729536 21318 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073652494 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30285/statm: 215266 21318 1964 14 0 201471 0
[pid=30285/tid=30286] ppid=30271 vsize=861064 CPUtime=0.05
/proc/30285/task/30286/stat : 30286 (java) S 30271 30271 29411 0 -1 64 5813 0 0 0 3 2 0 0 16 0 8 0 173616755 881729536 21318 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30287] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30287/stat : 30287 (java) S 30271 30271 29411 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173616755 881729536 21318 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30288] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30288/stat : 30288 (java) S 30271 30271 29411 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173616755 881729536 21318 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30289] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30289/stat : 30289 (java) S 30271 30271 29411 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173616759 881729536 21318 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30290] ppid=30271 vsize=861064 CPUtime=0.13
/proc/30285/task/30290/stat : 30290 (java) S 30271 30271 29411 0 -1 64 893 0 0 0 13 0 0 0 16 0 8 0 173616759 881729536 21318 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30291] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30291/stat : 30291 (java) S 30271 30271 29411 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173616759 881729536 21318 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30292] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30292/stat : 30292 (java) S 30271 30271 29411 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173616759 881729536 21318 18446744073709551615 134512640 134570532 4294956112 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) 908640

[startup+2.99102 s]
/proc/loadavg: 1.83 1.50 1.56 3/82 30292
/proc/meminfo: memFree=1651368/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=0.01
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30285] ppid=30271 vsize=861064 CPUtime=2.91
/proc/30285/stat : 30285 (java) R 30271 30271 29411 0 -1 0 22817 0 1 0 278 13 0 0 25 0 8 0 173616751 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073870028 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30285/statm: 215266 22567 1972 14 0 201471 0
[pid=30285/tid=30286] ppid=30271 vsize=861064 CPUtime=0.1
/proc/30285/task/30286/stat : 30286 (java) S 30271 30271 29411 0 -1 64 7020 0 0 0 7 3 0 0 17 0 8 0 173616755 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30287] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30287/stat : 30287 (java) S 30271 30271 29411 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173616755 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30288] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30288/stat : 30288 (java) S 30271 30271 29411 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173616755 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30289] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30289/stat : 30289 (java) S 30271 30271 29411 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173616759 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30290] ppid=30271 vsize=861064 CPUtime=0.18
/proc/30285/task/30290/stat : 30290 (java) S 30271 30271 29411 0 -1 64 917 0 0 0 17 1 0 0 16 0 8 0 173616759 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30291] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30291/stat : 30291 (java) S 30271 30271 29411 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173616759 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30292] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30292/stat : 30292 (java) S 30271 30271 29411 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173616759 881729536 22567 18446744073709551615 134512640 134570532 4294956112 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) 908640

[startup+6.28632 s]
/proc/loadavg: 1.84 1.51 1.56 3/82 30292
/proc/meminfo: memFree=1601128/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=0.01
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30285] ppid=30271 vsize=861064 CPUtime=6.17
/proc/30285/stat : 30285 (java) R 30271 30271 29411 0 -1 0 36648 0 1 0 596 21 0 0 25 0 8 0 173616751 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073944439 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30285/statm: 215266 36394 1992 14 0 201471 0
[pid=30285/tid=30286] ppid=30271 vsize=861064 CPUtime=0.73
/proc/30285/task/30286/stat : 30286 (java) S 30271 30271 29411 0 -1 64 20764 0 0 0 64 9 0 0 16 0 8 0 173616755 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30287] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30287/stat : 30287 (java) S 30271 30271 29411 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173616755 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30288] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30288/stat : 30288 (java) S 30271 30271 29411 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173616755 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30289] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30289/stat : 30289 (java) S 30271 30271 29411 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173616759 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30290] ppid=30271 vsize=861064 CPUtime=0.24
/proc/30285/task/30290/stat : 30290 (java) S 30271 30271 29411 0 -1 64 960 0 0 0 22 2 0 0 16 0 8 0 173616759 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30291] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30291/stat : 30291 (java) S 30271 30271 29411 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173616759 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30292] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30292/stat : 30292 (java) S 30271 30271 29411 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173616759 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 908640

[startup+12.7839 s]
/proc/loadavg: 1.85 1.52 1.56 3/82 30292
/proc/meminfo: memFree=1592168/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=0.01
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30285] ppid=30271 vsize=861064 CPUtime=12.61
/proc/30285/stat : 30285 (java) R 30271 30271 29411 0 -1 0 36659 0 1 0 1238 23 0 0 25 0 8 0 173616751 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073450819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30285/statm: 215266 36394 1992 14 0 201471 0
[pid=30285/tid=30286] ppid=30271 vsize=861064 CPUtime=0.74
/proc/30285/task/30286/stat : 30286 (java) S 30271 30271 29411 0 -1 64 20764 0 0 0 65 9 0 0 16 0 8 0 173616755 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30287] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30287/stat : 30287 (java) S 30271 30271 29411 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173616755 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30288] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30288/stat : 30288 (java) S 30271 30271 29411 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 173616755 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30289] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30289/stat : 30289 (java) S 30271 30271 29411 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 173616759 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30290] ppid=30271 vsize=861064 CPUtime=0.24
/proc/30285/task/30290/stat : 30290 (java) S 30271 30271 29411 0 -1 64 960 0 0 0 22 2 0 0 16 0 8 0 173616759 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30291] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30291/stat : 30291 (java) S 30271 30271 29411 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173616759 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30285/tid=30292] ppid=30271 vsize=861064 CPUtime=0
/proc/30285/task/30292/stat : 30292 (java) S 30271 30271 29411 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173616759 881729536 36394 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 908640

[startup+25.6281 s]
/proc/loadavg: 1.81 1.52 1.56 3/75 30293
/proc/meminfo: memFree=1699808/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=28856 CPUtime=6.73
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 6895 0 0 0 670 3 0 0 25 0 1 0 173618630 29548544 6877 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/30293/statm: 7214 6877 54 142 0 7070 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 76432

[startup+51.3005 s]
/proc/loadavg: 1.88 1.56 1.57 3/75 30293
/proc/meminfo: memFree=1695136/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=33484 CPUtime=32.18
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 8052 0 0 0 3213 5 0 0 25 0 1 0 173618630 34287616 8034 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529764 0 0 4096 3 0 0 0 17 1 0 0
/proc/30293/statm: 8371 8034 54 142 0 8227 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 81060

[startup+102.541 s]
/proc/loadavg: 1.94 1.63 1.59 3/75 30293
/proc/meminfo: memFree=1683488/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=45216 CPUtime=82.96
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 10994 0 0 0 8288 8 0 0 25 0 1 0 173618630 46301184 10976 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/30293/statm: 11304 10976 54 142 0 11160 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 92792

[startup+162.582 s]
/proc/loadavg: 2.04 1.71 1.62 3/82 30369
/proc/meminfo: memFree=1776872/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=52832 CPUtime=142.76
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 12897 0 0 0 14264 12 0 0 25 0 1 0 173618630 54099968 12879 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 13208 12879 54 142 0 13064 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 100408

[startup+222.663 s]
/proc/loadavg: 1.97 1.74 1.64 3/75 30433
/proc/meminfo: memFree=1663776/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=63668 CPUtime=202.76
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 15571 0 0 0 20259 17 0 0 25 0 1 0 173618630 65196032 15553 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 15917 15553 54 142 0 15773 0
Current children cumulated CPU time (s) 221.34
Current children cumulated vsize (KiB) 111244

[startup+282.735 s]
/proc/loadavg: 1.99 1.79 1.66 3/75 30433

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

/proc/loadavg: 1.02 1.43 1.62 2/66 30524
/proc/meminfo: memFree=1709840/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=145000 CPUtime=1103.06
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 35830 0 0 0 110261 45 0 0 25 0 1 0 173618630 148480000 35812 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 36250 35812 54 142 0 36106 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 192576

[startup+1183.74 s]
/proc/loadavg: 1.00 1.35 1.58 2/66 30524
/proc/meminfo: memFree=1706256/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=149044 CPUtime=1163.11
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 36732 0 0 0 116264 47 0 0 25 0 1 0 173618630 152621056 36714 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 37261 36714 54 142 0 37117 0
Current children cumulated CPU time (s) 1181.69
Current children cumulated vsize (KiB) 196620

[startup+1243.82 s]
/proc/loadavg: 1.00 1.29 1.54 2/66 30524
/proc/meminfo: memFree=1703056/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=152232 CPUtime=1223.17
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 37525 0 0 0 122269 48 0 0 25 0 1 0 173618630 155885568 37507 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 38058 37507 54 142 0 37914 0
Current children cumulated CPU time (s) 1241.75
Current children cumulated vsize (KiB) 199808

[startup+1303.89 s]
/proc/loadavg: 1.00 1.23 1.50 2/66 30524
/proc/meminfo: memFree=1700048/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=155156 CPUtime=1283.23
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 38269 0 0 0 128274 49 0 0 25 0 1 0 173618630 158879744 38251 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 38789 38251 54 142 0 38645 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 202732

[startup+1363.97 s]
/proc/loadavg: 1.00 1.19 1.47 2/66 30524
/proc/meminfo: memFree=1697104/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=158028 CPUtime=1343.29
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 39002 0 0 0 134279 50 0 0 25 0 1 0 173618630 161820672 38984 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 39507 38984 54 142 0 39363 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 205604

[startup+1424.04 s]
/proc/loadavg: 1.00 1.15 1.43 2/66 30524
/proc/meminfo: memFree=1693904/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=161296 CPUtime=1403.34
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 39809 0 0 0 140284 50 0 0 25 0 1 0 173618630 165167104 39791 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 40324 39791 54 142 0 40180 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 208872

[startup+1484.11 s]
/proc/loadavg: 1.00 1.12 1.41 2/66 30524
/proc/meminfo: memFree=1690128/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=165032 CPUtime=1463.4
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 40743 0 0 0 146289 51 0 0 25 0 1 0 173618630 168992768 40725 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 41258 40725 54 142 0 41114 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 212608

[startup+1544.19 s]
/proc/loadavg: 1.00 1.09 1.37 2/66 30524
/proc/meminfo: memFree=1686736/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=168444 CPUtime=1523.45
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 41566 0 0 0 152293 52 0 0 25 0 1 0 173618630 172486656 41548 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 42111 41548 54 142 0 41967 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 216020

[startup+1604.26 s]
/proc/loadavg: 1.00 1.07 1.35 2/66 30524
/proc/meminfo: memFree=1683408/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=171844 CPUtime=1583.5
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 42405 0 0 0 158297 53 0 0 25 0 1 0 173618630 175968256 42387 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 42961 42387 54 142 0 42817 0
Current children cumulated CPU time (s) 1602.08
Current children cumulated vsize (KiB) 219420

[startup+1664.33 s]
/proc/loadavg: 1.00 1.06 1.33 2/66 30524
/proc/meminfo: memFree=1680976/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=174276 CPUtime=1643.56
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 43010 0 0 0 164302 54 0 0 25 0 1 0 173618630 178458624 42992 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529361 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 43569 42992 54 142 0 43425 0
Current children cumulated CPU time (s) 1662.14
Current children cumulated vsize (KiB) 221852

[startup+1724.4 s]
/proc/loadavg: 1.00 1.05 1.30 2/66 30524
/proc/meminfo: memFree=1678288/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=176848 CPUtime=1703.62
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 43666 0 0 0 170307 55 0 0 25 0 1 0 173618630 181092352 43648 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 44212 43648 54 142 0 44068 0
Current children cumulated CPU time (s) 1722.2
Current children cumulated vsize (KiB) 224424

[startup+1784.47 s]
/proc/loadavg: 1.00 1.03 1.28 2/66 30524
/proc/meminfo: memFree=1675344/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=179836 CPUtime=1763.67
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 44400 0 0 0 176311 56 0 0 25 0 1 0 173618630 184152064 44382 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 44959 44382 54 142 0 44815 0
Current children cumulated CPU time (s) 1782.25
Current children cumulated vsize (KiB) 227412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.31 s]
/proc/loadavg: 1.00 1.03 1.27 2/66 30524
/proc/meminfo: memFree=1674512/2055920 swapFree=4192812/4192956
[pid=30271] ppid=30269 vsize=47576 CPUtime=18.58
/proc/30271/stat : 30271 (galac.sh) S 30269 30271 29411 0 -1 4194304 799 38382 0 1 0 0 1828 30 17 0 1 0 173616748 48717824 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 255539211098 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30271/statm: 11894 362 244 79 0 218 0
[pid=30293] ppid=30271 vsize=180728 CPUtime=1781.51
/proc/30293/stat : 30293 (minisat) R 30271 30271 29411 0 -1 4194304 44608 0 0 0 178095 56 0 0 25 0 1 0 173618630 185065472 44590 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/30293/statm: 45182 44590 54 142 0 45038 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 228304

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 30271 and gives childrusage.ru_utime.tv_sec=18 childrusage.ru_utime.tv_usec=289219 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=310952
CPU time returned by wait4() is 18.6002
while last known CPU time is 1800.09

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

Real time (s): 1802.32
CPU time (s): 1800.09
CPU user time (s): 1799.23
CPU system time (s): 0.86
CPU usage (%): 99.8762
Max. virtual memory (cumulated for all children) (KiB): 908640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.2892
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39181
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= 1602
involuntary context switches= 1928

runsolver used 1.9907 s user time and 5.08423 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Jan  8 10:29:41 UTC 2007


IDJOB= 218350
IDBENCH= 5229
FILE ID= node48/218350-1168252180

PBS_JOBID= 3481937

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  a1ad4c44e3760e6812341f6b050e1fbe

RANDOM SEED= 297196654

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.218
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.218
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:       1735240 kB
Buffers:         37012 kB
Cached:          88040 kB
SwapCached:          0 kB
Active:         203336 kB
Inactive:        61908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4092 kB
Writeback:           0 kB
Mapped:         151612 kB
Slab:            40484 kB
Committed_AS:  4196788 kB
PageTables:       2124 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= 66554 MiB



End job on node48 on Mon Jan  8 10:59:43 UTC 2007