Trace number 456564

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 1591.43 798.305

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
MD5SUMd2283e85579af5f5de3cfcfaac7f25fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark519.471
Satisfiable
(Un)Satisfiability was proved
Number of variables580
Number of clauses7153
Sum of the clauses size21604
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 37008
Number of clauses of size 4145
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...
1591.31/798.29	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/node40/watcher-456564-1179024918 -o ROOT/results/node40/solver-456564-1179024918 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/456564-1179024918/MiraXTv3_dyn /tmp/evaluation/456564-1179024918/instance-456564-1179024918.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.89 1.98 2.04 3/77 3751
/proc/meminfo: memFree=1355960/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=3788 CPUtime=0
/proc/3751/stat : 3751 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194304 303 0 0 0 0 0 0 0 18 0 1 0 231371352 3878912 278 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 7349197 0 0 4096 0 0 0 0 17 1 0 0
/proc/3751/statm: 947 283 206 20 0 305 0

[startup+0.082982 s]
/proc/loadavg: 1.89 1.98 2.04 3/77 3751
/proc/meminfo: memFree=1355960/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=8040 CPUtime=0.08
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 770 0 0 0 8 0 0 0 18 0 3 0 231371352 8232960 744 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 2010 744 218 20 0 1368 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8040

[startup+0.102006 s]
/proc/loadavg: 1.89 1.98 2.04 3/77 3751
/proc/meminfo: memFree=1355960/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=8040 CPUtime=0.12
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 790 0 0 0 12 0 0 0 18 0 3 0 231371352 8232960 764 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 2010 764 218 20 0 1368 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 8040

[startup+0.302029 s]
/proc/loadavg: 1.89 1.98 2.04 3/77 3751
/proc/meminfo: memFree=1355960/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=9116 CPUtime=0.52
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 1064 0 0 0 52 0 0 0 18 0 3 0 231371352 9334784 1038 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 2279 1038 218 20 0 1637 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9116

[startup+0.701113 s]
/proc/loadavg: 1.89 1.98 2.04 3/77 3751
/proc/meminfo: memFree=1355960/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=11044 CPUtime=1.32
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 1517 0 0 0 132 0 0 0 18 0 3 0 231371352 11309056 1491 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 2761 1491 218 20 0 2119 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 11044

[startup+1.50128 s]
/proc/loadavg: 1.89 1.98 2.04 3/80 3754
/proc/meminfo: memFree=1349664/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=13560 CPUtime=2.91
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 2244 0 0 0 291 0 0 0 18 0 3 0 231371352 13885440 2217 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 3390 2217 218 20 0 2748 0
[pid=3751/tid=3753] ppid=3749 vsize=13560 CPUtime=1.43
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 795 0 0 0 143 0 0 0 25 0 3 0 231371359 13885440 2217 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 1 0 0
[pid=3751/tid=3754] ppid=3749 vsize=13560 CPUtime=1.42
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 863 0 0 0 142 0 0 0 16 0 3 0 231371359 13885440 2217 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 13560

[startup+3.10162 s]
/proc/loadavg: 1.89 1.98 2.04 3/80 3754
/proc/meminfo: memFree=1345824/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=16088 CPUtime=6.11
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 2978 0 0 0 610 1 0 0 18 0 3 0 231371352 16474112 2951 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 4022 2951 218 20 0 3380 0
[pid=3751/tid=3753] ppid=3749 vsize=16088 CPUtime=3.03
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 1172 0 0 0 303 0 0 0 25 0 3 0 231371359 16474112 2951 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 7345787 0 0 4096 0 0 0 0 -1 1 0 0
[pid=3751/tid=3754] ppid=3749 vsize=16088 CPUtime=3.01
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 1220 0 0 0 301 0 0 0 24 0 3 0 231371359 16474112 2951 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 16088

[startup+6.30128 s]
/proc/loadavg: 1.90 1.98 2.04 3/80 3754
/proc/meminfo: memFree=1342432/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=20064 CPUtime=12.49
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 4002 0 0 0 1247 2 0 0 18 0 3 0 231371352 20545536 3938 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 5016 3938 218 20 0 4374 0
[pid=3751/tid=3753] ppid=3749 vsize=20064 CPUtime=6.22
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 1615 0 0 0 622 0 0 0 25 0 3 0 231371359 20545536 3938 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=3751/tid=3754] ppid=3749 vsize=20064 CPUtime=6.19
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 1801 0 0 0 619 0 0 0 25 0 3 0 231371359 20545536 3938 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 20064

[startup+12.7016 s]
/proc/loadavg: 1.91 1.98 2.04 3/80 3754
/proc/meminfo: memFree=1331552/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=29720 CPUtime=25.25
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 6642 0 0 0 2521 4 0 0 18 0 3 0 231371352 30433280 6459 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 7430 6459 218 20 0 6788 0
[pid=3751/tid=3753] ppid=3749 vsize=29720 CPUtime=12.63
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 2871 0 0 0 1261 2 0 0 25 0 3 0 231371359 30433280 6459 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526302 0 0 4096 0 0 0 0 -1 1 0 0
[pid=3751/tid=3754] ppid=3749 vsize=29720 CPUtime=12.56
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 3185 0 0 0 1254 2 0 0 25 0 3 0 231371359 30433280 6459 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 29720

[startup+25.5013 s]
/proc/loadavg: 1.93 1.98 2.04 3/80 3754
/proc/meminfo: memFree=1322912/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=38288 CPUtime=50.78
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 8806 0 0 0 5071 7 0 0 18 0 3 0 231371352 39206912 8361 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 9572 8361 218 20 0 8930 0
[pid=3751/tid=3753] ppid=3749 vsize=38288 CPUtime=25.41
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 3900 0 0 0 2538 3 0 0 25 0 3 0 231371359 39206912 8361 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134530009 0 0 4096 0 0 0 0 -1 1 0 0
[pid=3751/tid=3754] ppid=3749 vsize=38288 CPUtime=25.3
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 4320 0 0 0 2527 3 0 0 25 0 3 0 231371359 39206912 8361 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 38288

[startup+51.1017 s]
/proc/loadavg: 1.95 1.98 2.04 3/80 3754
/proc/meminfo: memFree=1311072/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=50388 CPUtime=101.84
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 12319 0 0 0 10172 12 0 0 18 0 3 0 231371352 51597312 11298 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 12597 11298 218 20 0 11955 0
[pid=3751/tid=3753] ppid=3749 vsize=50388 CPUtime=50.99
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 5873 0 0 0 5094 5 0 0 25 0 3 0 231371359 51597312 11298 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=3751/tid=3754] ppid=3749 vsize=50388 CPUtime=50.78
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 5860 0 0 0 5072 6 0 0 25 0 3 0 231371359 51597312 11298 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 50388

[startup+102.305 s]
/proc/loadavg: 1.98 1.98 2.03 3/80 3754
/proc/meminfo: memFree=1305952/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=53952 CPUtime=203.99
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 14549 0 0 0 20385 14 0 0 18 0 3 0 231371352 55246848 12530 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 13488 12530 218 20 0 12846 0
[pid=3751/tid=3753] ppid=3749 vsize=53952 CPUtime=102.16
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 7051 0 0 0 10210 6 0 0 25 0 3 0 231371359 55246848 12530 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526288 0 0 4096 0 0 0 0 -1 1 0 0
[pid=3751/tid=3754] ppid=3749 vsize=53952 CPUtime=101.76
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 6912 0 0 0 10169 7 0 0 25 0 3 0 231371359 55246848 12530 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 53952

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 2.03 3/80 3754
/proc/meminfo: memFree=1301600/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=58356 CPUtime=323.67
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 16692 0 0 0 32350 17 0 0 18 0 3 0 231371352 59756544 13635 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 14589 13635 218 20 0 13947 0
[pid=3751/tid=3753] ppid=3749 vsize=58356 CPUtime=162.06
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 7673 0 0 0 16199 7 0 0 25 0 3 0 231371359 59756544 13635 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=58356 CPUtime=161.54
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 8433 0 0 0 16145 9 0 0 25 0 3 0 231371359 59756544 13635 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526685 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.67
Current children cumulated vsize (KiB) 58356

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 2.02 3/80 3754
/proc/meminfo: memFree=1299552/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=61120 CPUtime=443.34
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 18221 0 0 0 44316 18 0 0 18 0 3 0 231371352 62586880 14104 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 15280 14104 218 20 0 14638 0
[pid=3751/tid=3753] ppid=3749 vsize=61120 CPUtime=221.76
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 8508 0 0 0 22169 7 0 0 25 0 3 0 231371359 62586880 14104 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=61120 CPUtime=221.51
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 9127 0 0 0 22141 10 0 0 25 0 3 0 231371359 62586880 14104 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 443.34
Current children cumulated vsize (KiB) 61120

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 2.02 3/80 3754
/proc/meminfo: memFree=1296416/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=64872 CPUtime=563.05
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 20114 0 0 0 56285 20 0 0 18 0 3 0 231371352 66428928 14920 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 16218 14920 218 20 0 15576 0
[pid=3751/tid=3753] ppid=3749 vsize=64872 CPUtime=281.5
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 9854 0 0 0 28142 8 0 0 25 0 3 0 231371359 66428928 14920 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=64872 CPUtime=281.46
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 9674 0 0 0 28136 10 0 0 25 0 3 0 231371359 66428928 14920 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 563.05
Current children cumulated vsize (KiB) 64872

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 2.01 3/80 3754
/proc/meminfo: memFree=1296096/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=64872 CPUtime=682.74
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 21286 0 0 0 68253 21 0 0 18 0 3 0 231371352 66428928 15003 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 16218 15003 218 20 0 15576 0
[pid=3751/tid=3753] ppid=3749 vsize=64872 CPUtime=341.24
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 10425 0 0 0 34115 9 0 0 25 0 3 0 231371359 66428928 15003 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=64872 CPUtime=341.42
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 10275 0 0 0 34131 11 0 0 25 0 3 0 231371359 66428928 15003 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.74
Current children cumulated vsize (KiB) 64872

[startup+402.301 s]

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

/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 11336 0 0 0 46104 13 0 0 25 0 3 0 231371359 68313088 15260 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 921.79
Current children cumulated vsize (KiB) 66712

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1294624/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=66900 CPUtime=1041.48
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 24642 0 0 0 104109 39 0 0 18 0 3 0 231371352 68505600 15342 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 16725 15342 218 20 0 16083 0
[pid=3751/tid=3753] ppid=3749 vsize=66900 CPUtime=520.29
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 12204 0 0 0 52004 25 0 0 25 0 3 0 231371359 68505600 15342 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134565721 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=66900 CPUtime=521.12
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 11852 0 0 0 52099 13 0 0 25 0 3 0 231371359 68505600 15342 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1041.48
Current children cumulated vsize (KiB) 66900

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1294304/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=66900 CPUtime=1161.12
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 25817 0 0 0 116072 40 0 0 18 0 3 0 231371352 68505600 15446 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 16725 15446 218 20 0 16083 0
[pid=3751/tid=3753] ppid=3749 vsize=66900 CPUtime=579.99
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 12821 0 0 0 57974 25 0 0 25 0 3 0 231371359 68505600 15446 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=66900 CPUtime=581.05
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 12410 0 0 0 58091 14 0 0 25 0 3 0 231371359 68505600 15446 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1161.12
Current children cumulated vsize (KiB) 66900

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1293856/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=67272 CPUtime=1280.82
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 26920 0 0 0 128041 41 0 0 18 0 3 0 231371352 68886528 15534 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 16818 15534 218 20 0 16176 0
[pid=3751/tid=3753] ppid=3749 vsize=67272 CPUtime=639.72
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 13404 0 0 0 63946 26 0 0 25 0 3 0 231371359 68886528 15534 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=67272 CPUtime=641.02
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 12930 0 0 0 64088 14 0 0 25 0 3 0 231371359 68886528 15534 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1280.82
Current children cumulated vsize (KiB) 67272

[startup+702.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1293728/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=67272 CPUtime=1400.51
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 27979 0 0 0 140008 43 0 0 18 0 3 0 231371352 68886528 15556 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 16818 15556 218 20 0 16176 0
[pid=3751/tid=3753] ppid=3749 vsize=67272 CPUtime=699.44
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 13935 0 0 0 69917 27 0 0 25 0 3 0 231371359 68886528 15556 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=67272 CPUtime=700.99
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 13458 0 0 0 70084 15 0 0 25 0 3 0 231371359 68886528 15556 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1400.51
Current children cumulated vsize (KiB) 67272

[startup+762.305 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1292832/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=68296 CPUtime=1520.11
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 29438 0 0 0 151966 45 0 0 18 0 3 0 231371352 69935104 15796 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 17074 15796 218 20 0 16432 0
[pid=3751/tid=3753] ppid=3749 vsize=68296 CPUtime=759.14
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 14473 0 0 0 75887 27 0 0 25 0 3 0 231371359 69935104 15796 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=68296 CPUtime=760.9
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 14379 0 0 0 76073 17 0 0 25 0 3 0 231371359 69935104 15796 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526404 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1520.11
Current children cumulated vsize (KiB) 68296

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

[startup+767.901 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1292768/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=68296 CPUtime=1531.24
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 29534 0 0 0 153079 45 0 0 18 0 3 0 231371352 69935104 15802 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 17074 15802 218 20 0 16432 0
[pid=3751/tid=3753] ppid=3749 vsize=68296 CPUtime=764.68
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 14569 0 0 0 76441 27 0 0 25 0 3 0 231371359 69935104 15802 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=68296 CPUtime=766.48
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 14379 0 0 0 76631 17 0 0 25 0 3 0 231371359 69935104 15802 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.24
Current children cumulated vsize (KiB) 68296

[startup+780.701 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1292704/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=68296 CPUtime=1556.78
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 29961 0 0 0 155633 45 0 0 18 0 3 0 231371352 69935104 15844 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 17074 15844 218 20 0 16432 0
[pid=3751/tid=3753] ppid=3749 vsize=68296 CPUtime=777.43
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 14801 0 0 0 77716 27 0 0 25 0 3 0 231371359 69935104 15844 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134525965 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=68296 CPUtime=779.28
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 14574 0 0 0 77911 17 0 0 25 0 3 0 231371359 69935104 15844 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1556.78
Current children cumulated vsize (KiB) 68296

[startup+787.102 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1292448/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=68456 CPUtime=1569.52
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 30165 0 0 0 156907 45 0 0 18 0 3 0 231371352 70098944 15877 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 17114 15877 218 20 0 16472 0
[pid=3751/tid=3753] ppid=3749 vsize=68456 CPUtime=783.79
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 14907 0 0 0 78352 27 0 0 25 0 3 0 231371359 70098944 15877 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=68456 CPUtime=785.66
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 14672 0 0 0 78549 17 0 0 25 0 3 0 231371359 70098944 15877 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1569.52
Current children cumulated vsize (KiB) 68456

[startup+793.502 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1292448/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=68456 CPUtime=1582.28
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 30349 0 0 0 158183 45 0 0 18 0 3 0 231371352 70098944 15885 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 17114 15885 218 20 0 16472 0
[pid=3751/tid=3753] ppid=3749 vsize=68456 CPUtime=790.15
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 14991 0 0 0 78988 27 0 0 25 0 3 0 231371359 70098944 15885 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526324 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=68456 CPUtime=792.06
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 14772 0 0 0 79189 17 0 0 21 0 3 0 231371359 70098944 15885 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526297 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1582.28
Current children cumulated vsize (KiB) 68456

[startup+796.703 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1292448/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=68456 CPUtime=1588.65
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 30436 0 0 0 158820 45 0 0 18 0 3 0 231371352 70098944 15885 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 17114 15885 218 20 0 16472 0
[pid=3751/tid=3753] ppid=3749 vsize=68456 CPUtime=793.34
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 15078 0 0 0 79307 27 0 0 25 0 3 0 231371359 70098944 15885 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=68456 CPUtime=795.24
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 14772 0 0 0 79507 17 0 0 25 0 3 0 231371359 70098944 15885 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.65
Current children cumulated vsize (KiB) 68456

[startup+797.507 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1292448/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=68456 CPUtime=1590.25
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 30436 0 0 0 158980 45 0 0 18 0 3 0 231371352 70098944 15885 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 17114 15885 218 20 0 16472 0
[pid=3751/tid=3753] ppid=3749 vsize=68456 CPUtime=794.14
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 15078 0 0 0 79387 27 0 0 25 0 3 0 231371359 70098944 15885 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=68456 CPUtime=796.04
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 14772 0 0 0 79587 17 0 0 25 0 3 0 231371359 70098944 15885 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520275 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.25
Current children cumulated vsize (KiB) 68456

[startup+797.902 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1292448/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=68456 CPUtime=1590.93
/proc/3751/stat : 3751 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194304 30436 0 0 0 159048 45 0 0 18 0 3 0 231371352 70098944 15885 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3751/statm: 17114 15885 218 20 0 16472 0
[pid=3751/tid=3753] ppid=3749 vsize=68456 CPUtime=794.47
/proc/3751/task/3753/stat : 3753 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194368 15078 0 0 0 79420 27 0 0 25 0 3 0 231371359 70098944 15885 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
[pid=3751/tid=3754] ppid=3749 vsize=68456 CPUtime=796.38
/proc/3751/task/3754/stat : 3754 (MiraXTv3_dyn) S 3749 3751 552 0 -1 4194368 14772 0 0 0 79621 17 0 0 24 0 3 0 231371359 70098944 15885 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.93
Current children cumulated vsize (KiB) 68456

[startup+798.302 s]
/proc/loadavg: 1.99 1.98 2.00 3/80 3952
/proc/meminfo: memFree=1292448/2055920 swapFree=4157544/4192956
[pid=3751] ppid=3749 vsize=0 CPUtime=1591.42
/proc/3751/stat : 3751 (MiraXTv3_dyn) R 3749 3751 552 0 -1 4194308 30441 0 0 0 159095 47 0 0 17 0 1 0 231371352 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/3751/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1591.42
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 798.305
CPU time (s): 1591.43
CPU user time (s): 1590.96
CPU system time (s): 0.473927
CPU usage (%): 199.351
Max. virtual memory (cumulated for all children) (KiB): 68648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1590.96
system time used= 0.473927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30441
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= 212
involuntary context switches= 29954

runsolver used 0.807877 second user time and 2.14267 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun May 13 02:55:18 UTC 2007

IDJOB= 456564
IDBENCH= 24753
IDSOLVER= 196
FILE ID= node40/456564-1179024918

PBS_JOBID= 5253234

Free space on /tmp= 66543 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/456564-1179024918/MiraXTv3_dyn /tmp/evaluation/456564-1179024918/instance-456564-1179024918.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-456564-1179024918 -o ROOT/results/node40/solver-456564-1179024918 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/456564-1179024918/MiraXTv3_dyn /tmp/evaluation/456564-1179024918/instance-456564-1179024918.cnf

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  d2283e85579af5f5de3cfcfaac7f25fa

RANDOM SEED= 573347819

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.283
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.283
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:       1356240 kB
Buffers:         42312 kB
Cached:         513224 kB
SwapCached:      15256 kB
Active:          86020 kB
Inactive:       492972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1356240 kB
SwapTotal:     4192956 kB
SwapFree:      4157544 kB
Dirty:            4104 kB
Writeback:           0 kB
Mapped:          30460 kB
Slab:           106032 kB
Committed_AS:  4692040 kB
PageTables:       1932 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= 66543 MiB

End job on node40 on Sun May 13 03:08:36 UTC 2007