Trace number 456555

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 v3UNSAT 3443.39 1726.41

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
MD5SUM3c6e2bf4052a26ce5bdb6cfc9e1f735c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark786.482
Satisfiable
(Un)Satisfiability was proved
Number of variables1075
Number of clauses7545
Sum of the clauses size30180
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 47545
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Starting MiraXTv3...
3443.38/1726.40	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node42/watcher-456555-1179051051 -o ROOT/results/node42/solver-456555-1179051051 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/456555-1179051051/MiraXTv3_dyn /tmp/evaluation/456555-1179051051/instance-456555-1179051051.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: 1.83 1.94 1.81 3/77 21708
/proc/meminfo: memFree=1154016/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=3788 CPUtime=0
/proc/21708/stat : 21708 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194304 314 0 0 0 0 0 0 0 18 0 1 0 353017004 3878912 289 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 12846029 0 0 4096 0 0 0 0 17 1 0 0
/proc/21708/statm: 947 292 205 20 0 305 0

[startup+0.089155 s]
/proc/loadavg: 1.83 1.94 1.81 3/77 21708
/proc/meminfo: memFree=1154016/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=7104 CPUtime=0.13
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 747 0 0 0 13 0 0 0 18 0 3 0 353017004 7274496 721 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 1776 721 218 20 0 1134 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 7104

[startup+0.101157 s]
/proc/loadavg: 1.83 1.94 1.81 3/77 21708
/proc/meminfo: memFree=1154016/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=7104 CPUtime=0.15
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 766 0 0 0 15 0 0 0 18 0 3 0 353017004 7274496 740 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 1776 740 218 20 0 1134 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 7104

[startup+0.301197 s]
/proc/loadavg: 1.83 1.94 1.81 3/77 21708
/proc/meminfo: memFree=1154016/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=8304 CPUtime=0.55
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 1029 0 0 0 55 0 0 0 18 0 3 0 353017004 8503296 1003 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 2076 1003 218 20 0 1434 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 8304

[startup+0.701275 s]
/proc/loadavg: 1.83 1.94 1.81 3/77 21708
/proc/meminfo: memFree=1154016/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=10272 CPUtime=1.35
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 1489 0 0 0 135 0 0 0 18 0 3 0 353017004 10518528 1463 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 2568 1463 218 20 0 1926 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 10272

[startup+1.50243 s]
/proc/loadavg: 1.83 1.94 1.81 4/80 21711
/proc/meminfo: memFree=1147656/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=12864 CPUtime=2.95
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 2254 0 0 0 294 1 0 0 18 0 3 0 353017004 13172736 2228 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 3216 2228 218 20 0 2574 0
[pid=21708/tid=21710] ppid=21706 vsize=12864 CPUtime=1.46
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 840 0 0 0 146 0 0 0 25 0 3 0 353017007 13172736 2228 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526531 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=12864 CPUtime=1.45
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 909 0 0 0 145 0 0 0 21 0 3 0 353017007 13172736 2228 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526454 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 12864

[startup+3.10173 s]
/proc/loadavg: 1.85 1.94 1.81 4/80 21711
/proc/meminfo: memFree=1143624/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=17840 CPUtime=6.14
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 3170 0 0 0 613 1 0 0 18 0 3 0 353017004 18268160 3144 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 4460 3144 218 20 0 3818 0
[pid=21708/tid=21710] ppid=21706 vsize=17840 CPUtime=3.05
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 1302 0 0 0 305 0 0 0 18 0 3 0 353017007 18268160 3144 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526414 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=17840 CPUtime=3.04
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 1363 0 0 0 304 0 0 0 21 0 3 0 353017007 18268160 3144 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 17840

[startup+6.30234 s]
/proc/loadavg: 1.85 1.94 1.81 3/80 21711
/proc/meminfo: memFree=1139920/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=20712 CPUtime=12.53
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 4119 0 0 0 1251 2 0 0 18 0 3 0 353017004 21209088 4056 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 5178 4056 218 20 0 4536 0
[pid=21708/tid=21710] ppid=21706 vsize=20712 CPUtime=6.25
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 1763 0 0 0 625 0 0 0 25 0 3 0 353017007 21209088 4056 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=20712 CPUtime=6.23
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 1851 0 0 0 622 1 0 0 25 0 3 0 353017007 21209088 4056 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134520292 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 20712

[startup+12.7016 s]
/proc/loadavg: 1.86 1.94 1.81 3/80 21711
/proc/meminfo: memFree=1128208/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=32392 CPUtime=25.28
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 7026 0 0 0 2523 5 0 0 18 0 3 0 353017004 33169408 6844 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 8098 6844 218 20 0 7456 0
[pid=21708/tid=21710] ppid=21706 vsize=32392 CPUtime=12.64
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 3185 0 0 0 1263 1 0 0 25 0 3 0 353017007 33169408 6844 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=32392 CPUtime=12.59
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 3336 0 0 0 1256 3 0 0 25 0 3 0 353017007 33169408 6844 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526486 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 32392

[startup+25.502 s]
/proc/loadavg: 1.89 1.94 1.82 3/80 21711
/proc/meminfo: memFree=1117904/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=42060 CPUtime=50.82
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 9626 0 0 0 5073 9 0 0 18 0 3 0 353017004 43069440 9122 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 10515 9122 218 20 0 9873 0
[pid=21708/tid=21710] ppid=21706 vsize=42060 CPUtime=25.43
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 4457 0 0 0 2541 2 0 0 25 0 3 0 353017007 43069440 9122 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134565755 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=42060 CPUtime=25.33
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 4664 0 0 0 2527 6 0 0 25 0 3 0 353017007 43069440 9122 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 42060

[startup+51.1029 s]
/proc/loadavg: 1.93 1.94 1.82 3/80 21711
/proc/meminfo: memFree=1104848/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=54720 CPUtime=101.89
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 13386 0 0 0 10175 14 0 0 18 0 3 0 353017004 56033280 12352 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 13680 12352 218 20 0 13038 0
[pid=21708/tid=21710] ppid=21706 vsize=54720 CPUtime=51.01
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 6233 0 0 0 5097 4 0 0 25 0 3 0 353017007 56033280 12352 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=54720 CPUtime=50.82
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 6648 0 0 0 5073 9 0 0 25 0 3 0 353017007 56033280 12352 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 54720

[startup+102.307 s]
/proc/loadavg: 1.97 1.95 1.83 3/80 21711
/proc/meminfo: memFree=1101264/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=57444 CPUtime=204.01
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 15295 0 0 0 20386 15 0 0 18 0 3 0 353017004 58822656 13219 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 14361 13219 218 20 0 13719 0
[pid=21708/tid=21710] ppid=21706 vsize=57444 CPUtime=102.19
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 7007 0 0 0 10214 5 0 0 25 0 3 0 353017007 58822656 13219 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526429 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=57444 CPUtime=101.76
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 7783 0 0 0 10167 9 0 0 25 0 3 0 353017007 58822656 13219 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 57444

[startup+162.301 s]
/proc/loadavg: 1.99 1.95 1.83 3/80 21711
/proc/meminfo: memFree=1099152/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=59820 CPUtime=323.68
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 17002 0 0 0 32351 17 0 0 18 0 3 0 353017004 61255680 13739 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 14955 13739 218 20 0 14313 0
[pid=21708/tid=21710] ppid=21706 vsize=59820 CPUtime=162.15
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 7760 0 0 0 16209 6 0 0 25 0 3 0 353017007 61255680 13739 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526470 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=59820 CPUtime=161.5
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 8737 0 0 0 16139 11 0 0 25 0 3 0 353017007 61255680 13739 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.68
Current children cumulated vsize (KiB) 59820

[startup+222.301 s]
/proc/loadavg: 1.99 1.96 1.84 3/80 21711
/proc/meminfo: memFree=1094160/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=64904 CPUtime=443.37
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 19465 0 0 0 44318 19 0 0 18 0 3 0 353017004 66461696 15049 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 16226 15049 218 20 0 15584 0
[pid=21708/tid=21710] ppid=21706 vsize=64904 CPUtime=222.12
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 9460 0 0 0 22205 7 0 0 25 0 3 0 353017007 66461696 15049 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526358 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=64904 CPUtime=221.22
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 9500 0 0 0 22110 12 0 0 25 0 3 0 353017007 66461696 15049 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.37
Current children cumulated vsize (KiB) 64904

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.84 3/80 21711
/proc/meminfo: memFree=1092752/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=66476 CPUtime=563.05
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 20872 0 0 0 56284 21 0 0 18 0 3 0 353017004 68071424 15354 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 16619 15354 218 20 0 15977 0
[pid=21708/tid=21710] ppid=21706 vsize=66476 CPUtime=282.09
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 10195 0 0 0 28201 8 0 0 25 0 3 0 353017007 68071424 15354 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=66476 CPUtime=280.91
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 10172 0 0 0 28079 12 0 0 25 0 3 0 353017007 68071424 15354 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.05
Current children cumulated vsize (KiB) 66476

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.85 3/80 21711
/proc/meminfo: memFree=1091600/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=67500 CPUtime=682.72
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 22274 0 0 0 68250 22 0 0 18 0 3 0 353017004 69120000 15624 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 16875 15624 218 20 0 16233 0
[pid=21708/tid=21710] ppid=21706 vsize=67500 CPUtime=342.04
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 10763 0 0 0 34195 9 0 0 25 0 3 0 353017007 69120000 15624 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=67500 CPUtime=340.64
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 11006 0 0 0 34051 13 0 0 25 0 3 0 353017007 69120000 15624 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526429 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.72
Current children cumulated vsize (KiB) 67500

[startup+402.303 s]

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

/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 21309 0 0 0 123626 20 0 0 25 0 3 0 353017007 85884928 19767 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2478.13
Current children cumulated vsize (KiB) 83872

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1074896/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=83872 CPUtime=2597.83
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 44054 0 0 0 259740 43 0 0 18 0 3 0 353017004 85884928 19776 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 20968 19776 218 20 0 20326 0
[pid=21708/tid=21710] ppid=21706 vsize=83872 CPUtime=1301.59
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 21755 0 0 0 130137 22 0 0 25 0 3 0 353017007 85884928 19776 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=83872 CPUtime=1296.2
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 21794 0 0 0 129599 21 0 0 25 0 3 0 353017007 85884928 19776 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2597.83
Current children cumulated vsize (KiB) 83872

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1074896/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=83872 CPUtime=2717.5
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 45265 0 0 0 271706 44 0 0 18 0 3 0 353017004 85884928 19788 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 20968 19788 218 20 0 20326 0
[pid=21708/tid=21710] ppid=21706 vsize=83872 CPUtime=1361.55
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 22336 0 0 0 136133 22 0 0 25 0 3 0 353017007 85884928 19788 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134520702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=83872 CPUtime=1355.9
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 22424 0 0 0 135569 21 0 0 25 0 3 0 353017007 85884928 19788 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526302 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2717.5
Current children cumulated vsize (KiB) 83872

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1074640/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=83872 CPUtime=2837.18
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 46624 0 0 0 283673 45 0 0 18 0 3 0 353017004 85884928 19834 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 20968 19834 218 20 0 20326 0
[pid=21708/tid=21710] ppid=21706 vsize=83872 CPUtime=1421.51
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 23007 0 0 0 142128 23 0 0 25 0 3 0 353017007 85884928 19834 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=83872 CPUtime=1415.63
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 23112 0 0 0 141541 22 0 0 25 0 3 0 353017007 85884928 19834 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2837.18
Current children cumulated vsize (KiB) 83872

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1074704/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=83872 CPUtime=2956.87
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 47779 0 0 0 295640 47 0 0 18 0 3 0 353017004 85884928 19858 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 20968 19858 218 20 0 20326 0
[pid=21708/tid=21710] ppid=21706 vsize=83872 CPUtime=1481.47
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 23586 0 0 0 148123 24 0 0 25 0 3 0 353017007 85884928 19858 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526454 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=83872 CPUtime=1475.35
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 23688 0 0 0 147513 22 0 0 25 0 3 0 353017007 85884928 19858 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134565788 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2956.87
Current children cumulated vsize (KiB) 83872

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1074768/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=83872 CPUtime=3076.55
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 48946 0 0 0 307607 48 0 0 18 0 3 0 353017004 85884928 19878 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 20968 19878 218 20 0 20326 0
[pid=21708/tid=21710] ppid=21706 vsize=83872 CPUtime=1541.42
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 24169 0 0 0 154118 24 0 0 25 0 3 0 353017007 85884928 19878 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=21708/tid=21711] ppid=21706 vsize=83872 CPUtime=1535.08
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 24272 0 0 0 153485 23 0 0 25 0 3 0 353017007 85884928 19878 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3076.55
Current children cumulated vsize (KiB) 83872

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1071440/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=86944 CPUtime=3196.18
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 50911 0 0 0 319567 51 0 0 18 0 3 0 353017004 89030656 20706 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 21736 20706 218 20 0 21094 0
[pid=21708/tid=21710] ppid=21706 vsize=86944 CPUtime=1601.19
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 24756 0 0 0 160094 25 0 0 25 0 3 0 353017007 89030656 20706 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=21708/tid=21711] ppid=21706 vsize=86944 CPUtime=1594.93
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 25650 0 0 0 159468 25 0 0 25 0 3 0 353017007 89030656 20706 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134530014 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3196.18
Current children cumulated vsize (KiB) 86944

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1071440/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=86944 CPUtime=3315.84
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 52411 0 0 0 331532 52 0 0 18 0 3 0 353017004 89030656 20711 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 21736 20711 218 20 0 21094 0
[pid=21708/tid=21710] ppid=21706 vsize=86944 CPUtime=1660.9
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 25504 0 0 0 166065 25 0 0 25 0 3 0 353017007 89030656 20711 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=21708/tid=21711] ppid=21706 vsize=86944 CPUtime=1654.89
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 26402 0 0 0 165464 25 0 0 25 0 3 0 353017007 89030656 20711 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3315.84
Current children cumulated vsize (KiB) 86944

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1071056/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=86944 CPUtime=3435.49
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 53884 0 0 0 343496 53 0 0 18 0 3 0 353017004 89030656 20767 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 21736 20767 218 20 0 21094 0
[pid=21708/tid=21710] ppid=21706 vsize=86944 CPUtime=1720.59
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 26220 0 0 0 172033 26 0 0 25 0 3 0 353017007 89030656 20767 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
[pid=21708/tid=21711] ppid=21706 vsize=86944 CPUtime=1714.85
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 27159 0 0 0 171459 26 0 0 25 0 3 0 353017007 89030656 20767 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3435.49
Current children cumulated vsize (KiB) 86944

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

[startup+1724.7 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1071056/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=86944 CPUtime=3440.26
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 53968 0 0 0 343973 53 0 0 18 0 3 0 353017004 89030656 20767 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 21736 20767 218 20 0 21094 0
[pid=21708/tid=21710] ppid=21706 vsize=86944 CPUtime=1722.96
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 26304 0 0 0 172270 26 0 0 25 0 3 0 353017007 89030656 20767 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526294 0 0 4096 0 0 0 0 -1 0 0 0
[pid=21708/tid=21711] ppid=21706 vsize=86944 CPUtime=1717.25
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 27159 0 0 0 171699 26 0 0 25 0 3 0 353017007 89030656 20767 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3440.26
Current children cumulated vsize (KiB) 86944

[startup+1725.5 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1071056/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=86944 CPUtime=3441.85
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 53968 0 0 0 344132 53 0 0 18 0 3 0 353017004 89030656 20767 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 21736 20767 218 20 0 21094 0
[pid=21708/tid=21710] ppid=21706 vsize=86944 CPUtime=1723.75
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 26304 0 0 0 172349 26 0 0 25 0 3 0 353017007 89030656 20767 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
[pid=21708/tid=21711] ppid=21706 vsize=86944 CPUtime=1718.05
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 27159 0 0 0 171779 26 0 0 25 0 3 0 353017007 89030656 20767 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3441.85
Current children cumulated vsize (KiB) 86944

[startup+1725.91 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1071056/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=86944 CPUtime=3442.61
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 54093 0 0 0 344208 53 0 0 18 0 3 0 353017004 89030656 20771 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 21736 20771 218 20 0 21094 0
[pid=21708/tid=21710] ppid=21706 vsize=86944 CPUtime=1724.13
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 26304 0 0 0 172387 26 0 0 19 0 3 0 353017007 89030656 20771 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
[pid=21708/tid=21711] ppid=21706 vsize=86944 CPUtime=1718.43
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 27284 0 0 0 171817 26 0 0 16 0 3 0 353017007 89030656 20771 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 12840444 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3442.61
Current children cumulated vsize (KiB) 86944

[startup+1726.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1071056/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=86944 CPUtime=3443.27
/proc/21708/stat : 21708 (MiraXTv3_dyn) S 21706 21708 21377 0 -1 4194304 54093 0 0 0 344274 53 0 0 18 0 3 0 353017004 89030656 20771 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/21708/statm: 21736 20771 218 20 0 21094 0
[pid=21708/tid=21710] ppid=21706 vsize=86944 CPUtime=1724.42
/proc/21708/task/21710/stat : 21710 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 26304 0 0 0 172416 26 0 0 17 0 3 0 353017007 89030656 20771 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=21708/tid=21711] ppid=21706 vsize=86944 CPUtime=1718.79
/proc/21708/task/21711/stat : 21711 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194368 27284 0 0 0 171853 26 0 0 16 0 3 0 353017007 89030656 20771 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3443.27
Current children cumulated vsize (KiB) 86944

[startup+1726.4 s]
/proc/loadavg: 2.00 1.99 1.91 3/80 21711
/proc/meminfo: memFree=1071056/2055920 swapFree=4147588/4192956
[pid=21708] ppid=21706 vsize=41960 CPUtime=3443.38
/proc/21708/stat : 21708 (MiraXTv3_dyn) R 21706 21708 21377 0 -1 4194304 54095 0 0 0 344284 54 0 0 17 0 1 0 353017004 42967040 9529 18446744073709551615 134512640 134597700 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21708/statm: 10490 9326 220 20 0 9848 0
Current children cumulated CPU time (s) 3443.38
Current children cumulated vsize (KiB) 41960

Child status: 20
Real time (s): 1726.41
CPU time (s): 3443.39
CPU user time (s): 3442.84
CPU system time (s): 0.550916
CPU usage (%): 199.454
Max. virtual memory (cumulated for all children) (KiB): 87428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3442.84
system time used= 0.550916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54098
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= 348
involuntary context switches= 64229

runsolver used 1.69774 second user time and 4.5843 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Sun May 13 10:10:51 UTC 2007

IDJOB= 456555
IDBENCH= 24750
IDSOLVER= 196
FILE ID= node42/456555-1179051051

PBS_JOBID= 5253468

Free space on /tmp= 66536 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/456555-1179051051/MiraXTv3_dyn /tmp/evaluation/456555-1179051051/instance-456555-1179051051.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-456555-1179051051 -o ROOT/results/node42/solver-456555-1179051051 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/456555-1179051051/MiraXTv3_dyn /tmp/evaluation/456555-1179051051/instance-456555-1179051051.cnf

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  3c6e2bf4052a26ce5bdb6cfc9e1f735c

RANDOM SEED= 699264782

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.277
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.277
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:       1154360 kB
Buffers:         54048 kB
Cached:         696584 kB
SwapCached:      14708 kB
Active:         389192 kB
Inactive:       385436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1154360 kB
SwapTotal:     4192956 kB
SwapFree:      4147588 kB
Dirty:            4072 kB
Writeback:           0 kB
Mapped:          30892 kB
Slab:           112360 kB
Committed_AS:  7393064 kB
PageTables:       1912 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= 66536 MiB

End job on node42 on Sun May 13 10:39:38 UTC 2007