Trace number 456342

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
MiraXT v3? (TO) 5000.2 2558.47

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
MD5SUMede19899bb8c427d8a34daa9d239a276
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1815
Number of clauses301256
Sum of the clauses size895230
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 29750
Number of clauses of size 3291450
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 556

Solver Data (download as text)

0.00/0.00	c Starting MiraXTv3...

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-456342-1179022486 -o ROOT/results/node4/solver-456342-1179022486 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/456342-1179022486/MiraXTv3_dyn /tmp/evaluation/456342-1179022486/instance-456342-1179022486.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.02 1.98 3/77 1914
/proc/meminfo: memFree=1639640/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=3788 CPUtime=0
/proc/1914/stat : 1914 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194304 364 0 0 0 0 0 0 0 18 0 1 0 378286472 3878912 339 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1914/statm: 947 347 202 20 0 305 0

[startup+0.040688 s]
/proc/loadavg: 2.08 2.02 1.98 3/77 1914
/proc/meminfo: memFree=1639640/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=5948 CPUtime=0.03
/proc/1914/stat : 1914 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194304 1034 0 0 0 3 0 0 0 18 0 1 0 378286472 6090752 1009 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134585096 0 0 4096 0 0 0 0 17 1 0 0
/proc/1914/statm: 1487 1009 206 20 0 845 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5948

[startup+0.101693 s]
/proc/loadavg: 2.08 2.02 1.98 3/77 1914
/proc/meminfo: memFree=1639640/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=8856 CPUtime=0.09
/proc/1914/stat : 1914 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194304 1787 0 0 0 9 0 0 0 18 0 1 0 378286472 9068544 1762 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 11023995 0 0 4096 0 0 0 0 17 1 0 0
/proc/1914/statm: 2214 1762 206 20 0 1572 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8856

[startup+0.301712 s]
/proc/loadavg: 2.08 2.02 1.98 3/77 1914
/proc/meminfo: memFree=1639640/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=19008 CPUtime=0.29
/proc/1914/stat : 1914 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194304 4277 0 0 0 27 2 0 0 19 0 1 0 378286472 19464192 4252 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 11023995 0 0 4096 0 0 0 0 17 1 0 0
/proc/1914/statm: 4752 4253 206 20 0 4110 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19008

[startup+0.70175 s]
/proc/loadavg: 2.08 2.02 1.98 3/77 1914
/proc/meminfo: memFree=1639640/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=21780 CPUtime=0.69
/proc/1914/stat : 1914 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194304 5015 0 0 0 67 2 0 0 23 0 1 0 378286472 22302720 4990 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134583713 0 0 4096 0 0 0 0 17 1 0 0
/proc/1914/statm: 5445 4990 207 20 0 4803 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21780

[startup+1.50183 s]
/proc/loadavg: 2.08 2.02 1.98 2/78 1915
/proc/meminfo: memFree=1620432/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=21780 CPUtime=1.49
/proc/1914/stat : 1914 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194304 5015 0 0 0 147 2 0 0 25 0 1 0 378286472 22302720 4990 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134583713 0 0 4096 0 0 0 0 17 1 0 0
/proc/1914/statm: 5445 4990 207 20 0 4803 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21780

[startup+3.10199 s]
/proc/loadavg: 2.08 2.02 1.98 2/78 1915
/proc/meminfo: memFree=1620304/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=21780 CPUtime=3.09
/proc/1914/stat : 1914 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194304 5015 0 0 0 306 3 0 0 25 0 1 0 378286472 22302720 4990 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134583912 0 0 4096 0 0 0 0 17 0 0 0
/proc/1914/statm: 5445 4990 207 20 0 4803 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21780

[startup+6.30129 s]
/proc/loadavg: 1.99 2.00 1.97 2/78 1915
/proc/meminfo: memFree=1620048/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=21780 CPUtime=6.29
/proc/1914/stat : 1914 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194304 5015 0 0 0 626 3 0 0 25 0 1 0 378286472 22302720 4990 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134583713 0 0 4096 0 0 0 0 17 1 0 0
/proc/1914/statm: 5445 4990 207 20 0 4803 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21780

[startup+12.7019 s]
/proc/loadavg: 1.91 1.98 1.97 2/78 1915
/proc/meminfo: memFree=1617808/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=27660 CPUtime=12.68
/proc/1914/stat : 1914 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194304 6213 0 0 0 1265 3 0 0 25 0 1 0 378286472 28323840 6188 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134575882 0 0 4096 0 0 0 0 17 1 0 0
/proc/1914/statm: 6915 6188 207 20 0 6273 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27660

[startup+25.5011 s]
/proc/loadavg: 1.79 1.95 1.96 3/80 1917
/proc/meminfo: memFree=1572032/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=138148 CPUtime=27
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 18270 0 0 0 2690 10 0 0 25 0 3 0 378286472 141463552 17602 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 34537 17602 218 20 0 33895 0
[pid=1914/tid=1916] ppid=1912 vsize=138148 CPUtime=1.87
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 4858 0 0 0 186 1 0 0 25 0 3 0 378288833 141463552 17602 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=138148 CPUtime=1.51
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 4913 0 0 0 148 3 0 0 18 0 3 0 378288833 141463552 17602 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27
Current children cumulated vsize (KiB) 138148

[startup+51.1016 s]
/proc/loadavg: 1.86 1.95 1.96 3/80 1917
/proc/meminfo: memFree=1453632/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=258324 CPUtime=78.06
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 49588 0 0 0 7770 36 0 0 25 0 3 0 378286472 264523776 48121 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 64581 48121 218 20 0 63939 0
[pid=1914/tid=1916] ppid=1912 vsize=258324 CPUtime=27.46
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 19825 0 0 0 2735 11 0 0 25 0 3 0 378288833 264523776 48121 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=258324 CPUtime=26.98
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 21264 0 0 0 2679 19 0 0 23 0 3 0 378288833 264523776 48121 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.06
Current children cumulated vsize (KiB) 258324

[startup+102.305 s]
/proc/loadavg: 1.98 1.97 1.96 3/80 1917
/proc/meminfo: memFree=1415488/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=289408 CPUtime=180.16
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 58586 0 0 0 17971 45 0 0 25 0 3 0 378286472 296353792 56034 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 72352 56034 218 20 0 71710 0
[pid=1914/tid=1916] ppid=1912 vsize=289408 CPUtime=78.62
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 24127 0 0 0 7849 13 0 0 25 0 3 0 378288833 296353792 56034 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526705 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=289408 CPUtime=77.92
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 25960 0 0 0 7766 26 0 0 25 0 3 0 378288833 296353792 56034 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.16
Current children cumulated vsize (KiB) 289408

[startup+162.301 s]
/proc/loadavg: 2.02 1.99 1.97 3/80 1917
/proc/meminfo: memFree=1364160/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=339752 CPUtime=299.75
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 72493 0 0 0 29919 56 0 0 25 0 3 0 378286472 347906048 68836 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 84938 68836 218 20 0 84296 0
[pid=1914/tid=1916] ppid=1912 vsize=339752 CPUtime=138.51
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 31326 0 0 0 13833 18 0 0 25 0 3 0 378288833 347906048 68836 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526717 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=339752 CPUtime=137.61
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 32668 0 0 0 13729 32 0 0 25 0 3 0 378288833 347906048 68836 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 299.75
Current children cumulated vsize (KiB) 339752

[startup+222.302 s]
/proc/loadavg: 2.14 2.03 1.98 3/80 1917
/proc/meminfo: memFree=1364032/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=339752 CPUtime=419.45
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 73227 0 0 0 41888 57 0 0 25 0 3 0 378286472 347906048 68855 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 84938 68855 218 20 0 84296 0
[pid=1914/tid=1916] ppid=1912 vsize=339752 CPUtime=198.49
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 31735 0 0 0 19830 19 0 0 25 0 3 0 378288833 347906048 68855 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=339752 CPUtime=197.36
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 32993 0 0 0 19703 33 0 0 25 0 3 0 378288833 347906048 68855 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 419.45
Current children cumulated vsize (KiB) 339752

[startup+282.302 s]
/proc/loadavg: 2.05 2.02 1.98 3/80 1917
/proc/meminfo: memFree=1363072/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=340776 CPUtime=539.05
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 74121 0 0 0 53847 58 0 0 25 0 3 0 378286472 348954624 69099 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 85194 69099 218 20 0 84552 0
[pid=1914/tid=1916] ppid=1912 vsize=340776 CPUtime=258.35
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 32620 0 0 0 25816 19 0 0 25 0 3 0 378288833 348954624 69099 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=340776 CPUtime=257.08
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 33002 0 0 0 25675 33 0 0 25 0 3 0 378288833 348954624 69099 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 539.05
Current children cumulated vsize (KiB) 340776

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 1.98 3/80 1917
/proc/meminfo: memFree=1363072/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=341800 CPUtime=658.74
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 74579 0 0 0 65815 59 0 0 25 0 3 0 378286472 350003200 69167 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 85450 69167 218 20 0 84808 0
[pid=1914/tid=1916] ppid=1912 vsize=341800 CPUtime=318.33
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 33010 0 0 0 31813 20 0 0 25 0 3 0 378288833 350003200 69167 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134520551 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=341800 CPUtime=316.79
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 33070 0 0 0 31646 33 0 0 25 0 3 0 378288833 350003200 69167 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 658.74
Current children cumulated vsize (KiB) 341800

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.98 3/80 1917
/proc/meminfo: memFree=1336576/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=368944 CPUtime=778.39
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 82004 0 0 0 77771 68 0 0 25 0 3 0 378286472 377798656 75942 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 92236 75942 218 20 0 91594 0
[pid=1914/tid=1916] ppid=1912 vsize=368944 CPUtime=378.25
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 39566 0 0 0 37798 27 0 0 25 0 3 0 378288833 377798656 75942 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=368944 CPUtime=376.52
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 33939 0 0 0 37617 35 0 0 25 0 3 0 378288833 377798656 75942 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 778.39
Current children cumulated vsize (KiB) 368944

[startup+462.302 s]
/proc/loadavg: 2.47 2.12 2.02 4/87 4324
/proc/meminfo: memFree=1328632/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=371144 CPUtime=892.46

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

/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 42429 0 0 0 176756 55 0 0 25 0 3 0 378288833 413986816 84636 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134520708 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1914/tid=1917] ppid=1912 vsize=404284 CPUtime=1779.9
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 50222 0 0 0 177909 81 0 0 25 0 3 0 378288833 413986816 84636 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526714 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3571.63
Current children cumulated vsize (KiB) 404284

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/80 4229
/proc/meminfo: memFree=1260352/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=404584 CPUtime=3691.31
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 102027 0 0 0 368989 142 0 0 25 0 3 0 378286472 414294016 84798 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 101146 84798 218 20 0 100504 0
[pid=1914/tid=1916] ppid=1912 vsize=404584 CPUtime=1827.85
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 42930 0 0 0 182729 56 0 0 25 0 3 0 378288833 414294016 84798 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526720 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1914/tid=1917] ppid=1912 vsize=404584 CPUtime=1839.86
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 50598 0 0 0 183905 81 0 0 25 0 3 0 378288833 414294016 84798 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526705 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3691.31
Current children cumulated vsize (KiB) 404584

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/80 4229
/proc/meminfo: memFree=1259904/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=404848 CPUtime=3811.02
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 102795 0 0 0 380959 143 0 0 25 0 3 0 378286472 414564352 84851 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 101212 84851 218 20 0 100570 0
[pid=1914/tid=1916] ppid=1912 vsize=404848 CPUtime=1887.57
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 43433 0 0 0 188701 56 0 0 25 0 3 0 378288833 414564352 84851 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1914/tid=1917] ppid=1912 vsize=404848 CPUtime=1899.84
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 50863 0 0 0 189902 82 0 0 25 0 3 0 378288833 414564352 84851 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526288 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3811.02
Current children cumulated vsize (KiB) 404848

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/80 4229
/proc/meminfo: memFree=1252736/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=412016 CPUtime=3930.72
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 105161 0 0 0 392925 147 0 0 25 0 3 0 378286472 421904384 86632 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 103004 86632 218 20 0 102362 0
[pid=1914/tid=1916] ppid=1912 vsize=412016 CPUtime=1947.3
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 43758 0 0 0 194674 56 0 0 25 0 3 0 378288833 421904384 86632 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526486 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1914/tid=1917] ppid=1912 vsize=412016 CPUtime=1959.8
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 52904 0 0 0 195895 85 0 0 25 0 3 0 378288833 421904384 86632 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3930.72
Current children cumulated vsize (KiB) 412016

[startup+2082.31 s]
/proc/loadavg: 2.00 2.00 2.07 3/80 4229
/proc/meminfo: memFree=1252416/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=413344 CPUtime=4050.45
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 105860 0 0 0 404896 149 0 0 25 0 3 0 378286472 423264256 86746 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 103336 86746 218 20 0 102694 0
[pid=1914/tid=1916] ppid=1912 vsize=413344 CPUtime=2007.05
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 44196 0 0 0 200648 57 0 0 25 0 3 0 378288833 423264256 86746 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1914/tid=1917] ppid=1912 vsize=413344 CPUtime=2019.78
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 53165 0 0 0 201892 86 0 0 25 0 3 0 378288833 423264256 86746 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4050.45
Current children cumulated vsize (KiB) 413344

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/80 4229
/proc/meminfo: memFree=1248640/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=416416 CPUtime=4170.1
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 107613 0 0 0 416858 152 0 0 25 0 3 0 378286472 426409984 87654 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 104104 87654 218 20 0 103462 0
[pid=1914/tid=1916] ppid=1912 vsize=416416 CPUtime=2066.75
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 44586 0 0 0 206618 57 0 0 25 0 3 0 378288833 426409984 87654 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1914/tid=1917] ppid=1912 vsize=416416 CPUtime=2079.73
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 54528 0 0 0 207884 89 0 0 25 0 3 0 378288833 426409984 87654 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526341 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4170.1
Current children cumulated vsize (KiB) 416416

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/80 4229
/proc/meminfo: memFree=1248512/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=416416 CPUtime=4289.77
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 108521 0 0 0 428824 153 0 0 25 0 3 0 378286472 426409984 87717 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 104104 87717 218 20 0 103462 0
[pid=1914/tid=1916] ppid=1912 vsize=416416 CPUtime=2126.45
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 44938 0 0 0 212587 58 0 0 25 0 3 0 378288833 426409984 87717 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1914/tid=1917] ppid=1912 vsize=416416 CPUtime=2139.71
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 55084 0 0 0 213881 90 0 0 25 0 3 0 378288833 426409984 87717 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4289.77
Current children cumulated vsize (KiB) 416416

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/80 4229
/proc/meminfo: memFree=1248256/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=416548 CPUtime=4409.49
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 109203 0 0 0 440795 154 0 0 25 0 3 0 378286472 426545152 87749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 104137 87749 218 20 0 103495 0
[pid=1914/tid=1916] ppid=1912 vsize=416548 CPUtime=2186.19
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 45230 0 0 0 218561 58 0 0 25 0 3 0 378288833 426545152 87749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526356 0 0 4096 0 0 0 0 -1 0 0 0
[pid=1914/tid=1917] ppid=1912 vsize=416548 CPUtime=2199.68
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 55474 0 0 0 219878 90 0 0 25 0 3 0 378288833 426545152 87749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4409.49
Current children cumulated vsize (KiB) 416548

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/80 4229
/proc/meminfo: memFree=1248256/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=416548 CPUtime=4529.17
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 109853 0 0 0 452763 154 0 0 25 0 3 0 378286472 426545152 87749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 104137 87749 218 20 0 103495 0
[pid=1914/tid=1916] ppid=1912 vsize=416548 CPUtime=2246.15
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 45425 0 0 0 224556 59 0 0 25 0 3 0 378288833 426545152 87749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=416548 CPUtime=2259.41
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 55929 0 0 0 225851 90 0 0 25 0 3 0 378288833 426545152 87749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4529.17
Current children cumulated vsize (KiB) 416548

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/80 4229
/proc/meminfo: memFree=1248320/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=416548 CPUtime=4648.87
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 110763 0 0 0 464732 155 0 0 25 0 3 0 378286472 426545152 87749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 104137 87749 218 20 0 103495 0
[pid=1914/tid=1916] ppid=1912 vsize=416548 CPUtime=2306.11
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 45750 0 0 0 230552 59 0 0 25 0 3 0 378288833 426545152 87749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=416548 CPUtime=2319.15
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 56514 0 0 0 231825 90 0 0 25 0 3 0 378288833 426545152 87749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4648.87
Current children cumulated vsize (KiB) 416548

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/80 4229
/proc/meminfo: memFree=1248128/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=416548 CPUtime=4768.51
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 111608 0 0 0 476695 156 0 0 25 0 3 0 378286472 426545152 87749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 104137 87749 218 20 0 103495 0
[pid=1914/tid=1916] ppid=1912 vsize=416548 CPUtime=2366.02
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 46075 0 0 0 236542 60 0 0 25 0 3 0 378288833 426545152 87749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526294 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=416548 CPUtime=2378.88
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 57034 0 0 0 237797 91 0 0 25 0 3 0 378288833 426545152 87749 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4768.51
Current children cumulated vsize (KiB) 416548

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/80 4229
/proc/meminfo: memFree=1243264/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=421644 CPUtime=4888.2
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 113631 0 0 0 488662 158 0 0 25 0 3 0 378286472 431763456 88992 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 105411 88992 218 20 0 104769 0
[pid=1914/tid=1916] ppid=1912 vsize=421644 CPUtime=2425.99
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 47708 0 0 0 242537 62 0 0 25 0 3 0 378288833 431763456 88992 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=421644 CPUtime=2438.6
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 57424 0 0 0 243769 91 0 0 25 0 3 0 378288833 431763456 88992 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526720 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4888.2
Current children cumulated vsize (KiB) 421644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2558.4 s]
/proc/loadavg: 2.00 2.00 2.03 3/80 4229
/proc/meminfo: memFree=1243072/2055920 swapFree=4141224/4192956
[pid=1914] ppid=1912 vsize=421848 CPUtime=5000.12
/proc/1914/stat : 1914 (MiraXTv3_dyn) S 1912 1914 769 0 -1 4194304 114219 0 0 0 499853 159 0 0 25 0 3 0 378286472 431972352 89060 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1914/statm: 105462 89060 218 20 0 104820 0
[pid=1914/tid=1916] ppid=1912 vsize=421848 CPUtime=2482.06
/proc/1914/task/1916/stat : 1916 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 48036 0 0 0 248144 62 0 0 25 0 3 0 378288833 431972352 89060 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526720 0 0 4096 0 0 0 0 -1 1 0 0
[pid=1914/tid=1917] ppid=1912 vsize=421848 CPUtime=2494.45
/proc/1914/task/1917/stat : 1917 (MiraXTv3_dyn) R 1912 1914 769 0 -1 4194368 57684 0 0 0 249354 91 0 0 25 0 3 0 378288833 431972352 89060 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5000.12
Current children cumulated vsize (KiB) 421848

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

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2558.47
CPU time (s): 5000.2
CPU user time (s): 4998.55
CPU system time (s): 1.65175
CPU usage (%): 195.437
Max. virtual memory (cumulated for all children) (KiB): 421904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.55
system time used= 1.65175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114219
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1252
involuntary context switches= 113566

runsolver used 2.72059 second user time and 6.90195 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun May 13 02:14:47 UTC 2007

IDJOB= 456342
IDBENCH= 24679
IDSOLVER= 196
FILE ID= node4/456342-1179022486

PBS_JOBID= 5252886

Free space on /tmp= 66540 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-30-20-26.sat05-1264.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/456342-1179022486/MiraXTv3_dyn /tmp/evaluation/456342-1179022486/instance-456342-1179022486.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-456342-1179022486 -o ROOT/results/node4/solver-456342-1179022486 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/456342-1179022486/MiraXTv3_dyn /tmp/evaluation/456342-1179022486/instance-456342-1179022486.cnf

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  ede19899bb8c427d8a34daa9d239a276

RANDOM SEED= 999147394

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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	: 5931.00
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:       1639920 kB
Buffers:         43948 kB
Cached:         282544 kB
SwapCached:      15684 kB
Active:          82868 kB
Inactive:       267484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1639920 kB
SwapTotal:     4192956 kB
SwapFree:      4141224 kB
Dirty:            8784 kB
Writeback:           0 kB
Mapped:          30248 kB
Slab:            51092 kB
Committed_AS: 10010988 kB
PageTables:       1816 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= 66540 MiB

End job on node4 on Sun May 13 02:57:28 UTC 2007