Trace number 218389

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.06 1804.14

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-45_ext.xml
MD5SUMa7f563e17417029cc0d001ae5faf3c9a
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 benchmark24.0773
SatisfiableNO
(Un)Satisfiability was provedNO
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.66	c start processing
1.66	c start relation processing
4.43	c start cnf exporting
17.76	c parsing time : 1.505
17.76	c preprocessing time : 17.606
17.76	
17.76	c Nary constraints - conflicts : 0 supports : 57
17.76	c Binary constraints - conflicts : 0 supports :0
17.76	c max arity constraint : 3
17.76	c Max Tuples generated 0
17.76	c relations : 57
17.76	c relations BDD: 57
17.76	c vars : 124879 - clauses :  399239
17.76	
17.83	 
17.83	c --- Minisat Stats ---
17.83	 

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/node33/watcher-218389-1168252442 -o ROOT/results/node33/solver-218389-1168252442 -C 1800 -M 900 /tmp/evaluation/218389-1168252442/galac.sh /tmp/evaluation/218389-1168252442/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: 0.89 0.99 1.02 5/70 21496
/proc/meminfo: memFree=1892448/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=8560 CPUtime=0
/proc/21495/stat : 21495 (galac.sh) R 21492 21495 21370 0 -1 4194304 308 0 0 0 0 0 0 0 18 0 1 0 173638100 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210824316815 0 0 4096 8192 0 0 0 17 1 0 0
/proc/21495/statm: 2140 253 197 79 0 133 0

[startup+0.104113 s]
/proc/loadavg: 0.89 0.99 1.02 5/70 21496
/proc/meminfo: memFree=1892448/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=0.01
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.512196 s]
/proc/loadavg: 0.89 0.99 1.02 5/70 21496
/proc/meminfo: memFree=1892448/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=0.01
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.33537 s]
/proc/loadavg: 0.89 0.99 1.02 3/89 21528
/proc/meminfo: memFree=1795712/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=0.01
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21514] ppid=21495 vsize=861064 CPUtime=1.28
/proc/21514/stat : 21514 (java) R 21495 21495 21370 0 -1 0 21567 0 1 0 118 10 0 0 23 0 8 0 173638104 881729536 21319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21514/statm: 215266 21319 1965 14 0 201471 0
[pid=21514/tid=21518] ppid=21495 vsize=861064 CPUtime=0.06
/proc/21514/task/21518/stat : 21518 (java) R 21495 21495 21370 0 -1 64 5814 0 0 0 4 2 0 0 16 0 8 0 173638108 881729536 21319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153823136 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21519] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21519/stat : 21519 (java) S 21495 21495 21370 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173638108 881729536 21319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21520] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21520/stat : 21520 (java) S 21495 21495 21370 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 173638108 881729536 21319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21525] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21525/stat : 21525 (java) S 21495 21495 21370 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173638111 881729536 21319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21526] ppid=21495 vsize=861064 CPUtime=0.12
/proc/21514/task/21526/stat : 21526 (java) S 21495 21495 21370 0 -1 64 894 0 0 0 12 0 0 0 16 0 8 0 173638112 881729536 21319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21527] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21527/stat : 21527 (java) S 21495 21495 21370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173638112 881729536 21319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21528] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21528/stat : 21528 (java) S 21495 21495 21370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173638112 881729536 21319 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908632

[startup+2.9847 s]
/proc/loadavg: 0.89 0.99 1.02 3/89 21528
/proc/meminfo: memFree=1789760/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=0.01
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21514] ppid=21495 vsize=861064 CPUtime=2.93
/proc/21514/stat : 21514 (java) R 21495 21495 21370 0 -1 0 22817 0 1 0 282 11 0 0 25 0 8 0 173638104 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073876432 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21514/statm: 215266 22567 1973 14 0 201471 0
[pid=21514/tid=21518] ppid=21495 vsize=861064 CPUtime=0.11
/proc/21514/task/21518/stat : 21518 (java) S 21495 21495 21370 0 -1 64 7020 0 0 0 8 3 0 0 17 0 8 0 173638108 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21519] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21519/stat : 21519 (java) S 21495 21495 21370 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 173638108 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21520] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21520/stat : 21520 (java) S 21495 21495 21370 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 173638108 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21525] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21525/stat : 21525 (java) S 21495 21495 21370 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173638111 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21526] ppid=21495 vsize=861064 CPUtime=0.18
/proc/21514/task/21526/stat : 21526 (java) S 21495 21495 21370 0 -1 64 918 0 0 0 17 1 0 0 16 0 8 0 173638112 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21527] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21527/stat : 21527 (java) S 21495 21495 21370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173638112 881729536 22567 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21528] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21528/stat : 21528 (java) S 21495 21495 21370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173638112 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.94
Current children cumulated vsize (KiB) 908632

[startup+6.27138 s]
/proc/loadavg: 0.98 1.01 1.03 3/89 21528
/proc/meminfo: memFree=1742656/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=0.01
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21514] ppid=21495 vsize=861064 CPUtime=6.22
/proc/21514/stat : 21514 (java) R 21495 21495 21370 0 -1 0 35841 0 1 0 603 19 0 0 25 0 8 0 173638104 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073753580 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21514/statm: 215266 35588 1993 14 0 201471 0
[pid=21514/tid=21518] ppid=21495 vsize=861064 CPUtime=0.71
/proc/21514/task/21518/stat : 21518 (java) S 21495 21495 21370 0 -1 64 19954 0 0 0 62 9 0 0 16 0 8 0 173638108 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21519] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21519/stat : 21519 (java) S 21495 21495 21370 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 173638108 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21520] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21520/stat : 21520 (java) S 21495 21495 21370 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 173638108 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21525] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21525/stat : 21525 (java) S 21495 21495 21370 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173638111 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21526] ppid=21495 vsize=861064 CPUtime=0.23
/proc/21514/task/21526/stat : 21526 (java) S 21495 21495 21370 0 -1 64 965 0 0 0 22 1 0 0 16 0 8 0 173638112 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21527] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21527/stat : 21527 (java) S 21495 21495 21370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173638112 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21528] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21528/stat : 21528 (java) S 21495 21495 21370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173638112 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 908632

[startup+12.7607 s]
/proc/loadavg: 1.06 1.02 1.03 3/89 21528
/proc/meminfo: memFree=1733632/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=0.01
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21514] ppid=21495 vsize=861064 CPUtime=12.7
/proc/21514/stat : 21514 (java) R 21495 21495 21370 0 -1 0 35852 0 1 0 1250 20 0 0 25 0 8 0 173638104 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073987336 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21514/statm: 215266 35588 1993 14 0 201471 0
[pid=21514/tid=21518] ppid=21495 vsize=861064 CPUtime=0.71
/proc/21514/task/21518/stat : 21518 (java) S 21495 21495 21370 0 -1 64 19954 0 0 0 62 9 0 0 16 0 8 0 173638108 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21519] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21519/stat : 21519 (java) S 21495 21495 21370 0 -1 64 12 0 0 0 0 0 0 0 17 0 8 0 173638108 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21520] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21520/stat : 21520 (java) S 21495 21495 21370 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 173638108 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21525] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21525/stat : 21525 (java) S 21495 21495 21370 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173638111 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21526] ppid=21495 vsize=861064 CPUtime=0.23
/proc/21514/task/21526/stat : 21526 (java) S 21495 21495 21370 0 -1 64 965 0 0 0 22 1 0 0 16 0 8 0 173638112 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21527] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21527/stat : 21527 (java) S 21495 21495 21370 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 173638112 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21514/tid=21528] ppid=21495 vsize=861064 CPUtime=0
/proc/21514/task/21528/stat : 21528 (java) S 21495 21495 21370 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173638112 881729536 35588 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 908632

[startup+25.5894 s]
/proc/loadavg: 1.27 1.07 1.05 3/82 21529
/proc/meminfo: memFree=1839928/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=27976 CPUtime=7.74
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 6517 0 0 0 769 5 0 0 25 0 1 0 173639884 28647424 6499 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134716102 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 6994 6499 54 142 0 6850 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75544

[startup+51.2306 s]
/proc/loadavg: 1.58 1.16 1.08 4/82 21529
/proc/meminfo: memFree=1835000/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=32904 CPUtime=33.37
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 7787 0 0 0 3330 7 0 0 25 0 1 0 173639884 33693696 7769 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 8226 7769 54 142 0 8082 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 80472

[startup+102.456 s]
/proc/loadavg: 1.83 1.29 1.12 3/75 21593
/proc/meminfo: memFree=1722928/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=39144 CPUtime=84.24
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 9327 0 0 0 8413 11 0 0 25 0 1 0 173639884 40083456 9309 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/21529/statm: 9786 9309 54 142 0 9642 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 86712

[startup+162.504 s]
/proc/loadavg: 1.93 1.41 1.18 3/75 21593
/proc/meminfo: memFree=1717872/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=44116 CPUtime=143.8
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 10584 0 0 0 14368 12 0 0 25 0 1 0 173639884 45174784 10566 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/21529/statm: 11029 10566 54 142 0 10885 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 91684

[startup+222.554 s]
/proc/loadavg: 1.97 1.52 1.22 3/75 21593
/proc/meminfo: memFree=1713968/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=48016 CPUtime=203.35
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 11534 0 0 0 20321 14 0 0 25 0 1 0 173639884 49168384 11516 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/21529/statm: 12004 11516 54 142 0 11860 0
Current children cumulated CPU time (s) 221.1
Current children cumulated vsize (KiB) 95584

[startup+282.602 s]
/proc/loadavg: 1.99 1.60 1.27 3/75 21593

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

/proc/loadavg: 1.00 1.11 1.22 2/66 21829
/proc/meminfo: memFree=1795408/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=94436 CPUtime=1101.93
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 22968 0 0 0 110160 33 0 0 25 0 1 0 173639884 96702464 22950 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 23609 22950 54 142 0 23465 0
Current children cumulated CPU time (s) 1119.68
Current children cumulated vsize (KiB) 142004

[startup+1183.45 s]
/proc/loadavg: 1.00 1.09 1.21 2/66 21829
/proc/meminfo: memFree=1792336/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=97588 CPUtime=1161.96
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 23746 0 0 0 116162 34 0 0 25 0 1 0 173639884 99930112 23728 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134728223 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 24397 23728 54 142 0 24253 0
Current children cumulated CPU time (s) 1179.71
Current children cumulated vsize (KiB) 145156

[startup+1243.5 s]
/proc/loadavg: 1.00 1.07 1.19 2/66 21829
/proc/meminfo: memFree=1788496/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=101320 CPUtime=1222
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 24680 0 0 0 122165 35 0 0 25 0 1 0 173639884 103751680 24662 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 25330 24662 54 142 0 25186 0
Current children cumulated CPU time (s) 1239.75
Current children cumulated vsize (KiB) 148888

[startup+1303.56 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 21829
/proc/meminfo: memFree=1785424/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=104796 CPUtime=1282.03
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 25451 0 0 0 128167 36 0 0 25 0 1 0 173639884 107311104 25433 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 26199 25433 54 142 0 26055 0
Current children cumulated CPU time (s) 1299.78
Current children cumulated vsize (KiB) 152364

[startup+1363.61 s]
/proc/loadavg: 1.08 1.07 1.17 2/66 21829
/proc/meminfo: memFree=1782288/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=107876 CPUtime=1342.05
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 26229 0 0 0 134169 36 0 0 25 0 1 0 173639884 110465024 26211 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 26969 26211 54 142 0 26825 0
Current children cumulated CPU time (s) 1359.8
Current children cumulated vsize (KiB) 155444

[startup+1423.66 s]
/proc/loadavg: 1.07 1.07 1.17 2/66 21829
/proc/meminfo: memFree=1778640/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=111552 CPUtime=1402.08
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 27139 0 0 0 140171 37 0 0 25 0 1 0 173639884 114229248 27121 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525832 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 27888 27121 54 142 0 27744 0
Current children cumulated CPU time (s) 1419.83
Current children cumulated vsize (KiB) 159120

[startup+1483.72 s]
/proc/loadavg: 1.02 1.05 1.15 2/66 21829
/proc/meminfo: memFree=1775760/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=114376 CPUtime=1462.11
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 27844 0 0 0 146173 38 0 0 25 0 1 0 173639884 117121024 27826 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 28594 27826 54 142 0 28450 0
Current children cumulated CPU time (s) 1479.86
Current children cumulated vsize (KiB) 161944

[startup+1543.77 s]
/proc/loadavg: 1.01 1.04 1.14 2/66 21829
/proc/meminfo: memFree=1772816/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=117344 CPUtime=1522.15
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 28581 0 0 0 152175 40 0 0 25 0 1 0 173639884 120160256 28563 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529316 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 29336 28563 54 142 0 29192 0
Current children cumulated CPU time (s) 1539.9
Current children cumulated vsize (KiB) 164912

[startup+1603.83 s]
/proc/loadavg: 1.00 1.03 1.13 2/66 21829
/proc/meminfo: memFree=1769616/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=120508 CPUtime=1582.18
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 29381 0 0 0 158178 40 0 0 25 0 1 0 173639884 123400192 29363 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134527309 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 30127 29363 54 142 0 29983 0
Current children cumulated CPU time (s) 1599.93
Current children cumulated vsize (KiB) 168076

[startup+1663.91 s]
/proc/loadavg: 1.12 1.07 1.14 2/72 21969
/proc/meminfo: memFree=1764952/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=123820 CPUtime=1642.16
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 30223 0 0 0 164174 42 0 0 25 0 1 0 173639884 126791680 30205 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 30955 30205 54 142 0 30811 0
Current children cumulated CPU time (s) 1659.91
Current children cumulated vsize (KiB) 171388

[startup+1723.98 s]
/proc/loadavg: 1.04 1.05 1.12 2/66 22027
/proc/meminfo: memFree=1762064/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=127724 CPUtime=1702.19
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 31211 0 0 0 170176 43 0 0 25 0 1 0 173639884 130789376 31193 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 31931 31193 54 142 0 31787 0
Current children cumulated CPU time (s) 1719.94
Current children cumulated vsize (KiB) 175292

[startup+1784.04 s]
/proc/loadavg: 1.01 1.04 1.11 2/66 22027
/proc/meminfo: memFree=1757136/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=132644 CPUtime=1762.22
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 32443 0 0 0 176178 44 0 0 25 0 1 0 173639884 135827456 32425 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529506 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 33161 32425 54 142 0 33017 0
Current children cumulated CPU time (s) 1779.97
Current children cumulated vsize (KiB) 180212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.13 s]
/proc/loadavg: 1.01 1.04 1.11 2/66 22027
/proc/meminfo: memFree=1755600/2055920 swapFree=4192224/4192956
[pid=21495] ppid=21492 vsize=47568 CPUtime=17.75
/proc/21495/stat : 21495 (galac.sh) S 21492 21495 21370 0 -1 4194304 799 37574 0 1 0 0 1749 26 17 0 1 0 173638100 48709632 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21495/statm: 11892 363 245 79 0 218 0
[pid=21529] ppid=21495 vsize=134216 CPUtime=1782.31
/proc/21529/stat : 21529 (minisat) R 21495 21495 21370 0 -1 4194304 32815 0 0 0 178186 45 0 0 25 0 1 0 173639884 137437184 32797 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529524 0 0 4096 3 0 0 0 17 1 0 0
/proc/21529/statm: 33554 32797 54 142 0 33410 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 181784

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 21495 and gives childrusage.ru_utime.tv_sec=17 childrusage.ru_utime.tv_usec=499339 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=269958
CPU time returned by wait4() is 17.7693
while last known CPU time is 1800.06

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

Real time (s): 1804.14
CPU time (s): 1800.06
CPU user time (s): 1799.35
CPU system time (s): 0.71
CPU usage (%): 99.7741
Max. virtual memory (cumulated for all children) (KiB): 908632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.4993
system time used= 0.269958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38373
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= 1435
involuntary context switches= 1450

runsolver used 1.45278 s user time and 4.05638 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Mon Jan  8 10:34:03 UTC 2007


IDJOB= 218389
IDBENCH= 5232
FILE ID= node33/218389-1168252442

PBS_JOBID= 3481945

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  a7f563e17417029cc0d001ae5faf3c9a

RANDOM SEED= 434638232

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.281
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.281
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:       1893328 kB
Buffers:         16612 kB
Cached:          76780 kB
SwapCached:        448 kB
Active:          73836 kB
Inactive:        40016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893328 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            5672 kB
Writeback:           0 kB
Mapped:          29348 kB
Slab:            34488 kB
Committed_AS:  3224388 kB
PageTables:       1616 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 node33 on Mon Jan  8 11:04:09 UTC 2007