Trace number 456558

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 1784.63 894.872

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
MD5SUMd8fa78c834564753f42ad3a5aaefa23a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1119.8
Satisfiable
(Un)Satisfiability was proved
Number of variables796
Number of clauses10039
Sum of the clauses size30316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39840
Number of clauses of size 4199
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...
1784.51/894.86	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/node63/watcher-456558-1179024890 -o ROOT/results/node63/solver-456558-1179024890 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/456558-1179024890/MiraXTv3_dyn /tmp/evaluation/456558-1179024890/instance-456558-1179024890.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.84 1.97 2.03 3/64 16855
/proc/meminfo: memFree=1184436/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=3788 CPUtime=0
/proc/16855/stat : 16855 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194304 307 0 0 0 0 0 0 0 18 0 1 0 378478898 3878912 282 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 3405435 0 0 4096 0 0 0 0 17 1 0 0
/proc/16855/statm: 947 284 205 20 0 305 0

[startup+0.089273 s]
/proc/loadavg: 1.84 1.97 2.03 3/64 16855
/proc/meminfo: memFree=1184436/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=5180 CPUtime=0.08
/proc/16855/stat : 16855 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194304 699 0 0 0 8 0 0 0 18 0 1 0 378478898 5304320 636 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16855/statm: 1295 636 207 20 0 653 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5180

[startup+0.101278 s]
/proc/loadavg: 1.84 1.97 2.03 3/64 16855
/proc/meminfo: memFree=1184436/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=9116 CPUtime=0.09
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 966 0 0 0 9 0 0 0 18 0 3 0 378478898 9334784 903 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 2279 903 218 20 0 1637 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9116

[startup+0.301299 s]
/proc/loadavg: 1.84 1.97 2.03 3/64 16855
/proc/meminfo: memFree=1184436/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=9380 CPUtime=0.49
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 1195 0 0 0 49 0 0 0 18 0 3 0 378478898 9605120 1132 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 2345 1132 218 20 0 1703 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9380

[startup+0.701344 s]
/proc/loadavg: 1.84 1.97 2.03 3/64 16855
/proc/meminfo: memFree=1184436/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=11896 CPUtime=1.29
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 1615 0 0 0 128 1 0 0 18 0 3 0 378478898 12181504 1552 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 2974 1552 218 20 0 2332 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 11896

[startup+1.50243 s]
/proc/loadavg: 1.84 1.97 2.03 3/67 16858
/proc/meminfo: memFree=1177884/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=14328 CPUtime=2.89
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 2341 0 0 0 288 1 0 0 18 0 3 0 378478898 14671872 2278 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 3582 2278 218 20 0 2940 0
[pid=16855/tid=16857] ppid=16853 vsize=14328 CPUtime=1.4
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 770 0 0 0 140 0 0 0 25 0 3 0 378478907 14671872 2278 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526319 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=14328 CPUtime=1.39
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 851 0 0 0 139 0 0 0 18 0 3 0 378478907 14671872 2278 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520511 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 14328

[startup+3.1016 s]
/proc/loadavg: 1.84 1.97 2.03 3/67 16858
/proc/meminfo: memFree=1174108/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=16836 CPUtime=6.08
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 3040 0 0 0 606 2 0 0 18 0 3 0 378478898 17240064 2977 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 4209 2977 218 20 0 3567 0
[pid=16855/tid=16857] ppid=16853 vsize=16836 CPUtime=2.99
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 1141 0 0 0 299 0 0 0 25 0 3 0 378478907 17240064 2977 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=16836 CPUtime=2.99
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 1179 0 0 0 298 1 0 0 18 0 3 0 378478907 17240064 2977 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526719 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 16836

[startup+6.30194 s]
/proc/loadavg: 1.85 1.97 2.03 3/67 16858
/proc/meminfo: memFree=1170524/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=20768 CPUtime=12.45
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 4177 0 0 0 1242 3 0 0 18 0 3 0 378478898 21266432 4040 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 5192 4040 218 20 0 4550 0
[pid=16855/tid=16857] ppid=16853 vsize=20768 CPUtime=6.2
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 1674 0 0 0 619 1 0 0 25 0 3 0 378478907 21266432 4040 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=20768 CPUtime=6.15
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 1783 0 0 0 614 1 0 0 25 0 3 0 378478907 21266432 4040 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520702 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 20768

[startup+12.7016 s]
/proc/loadavg: 1.86 1.97 2.03 3/67 16858
/proc/meminfo: memFree=1159836/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=30012 CPUtime=25.22
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 6758 0 0 0 2516 6 0 0 18 0 3 0 378478898 30732288 6539 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 7503 6539 218 20 0 6861 0
[pid=16855/tid=16857] ppid=16853 vsize=30012 CPUtime=12.59
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 3015 0 0 0 1257 2 0 0 25 0 3 0 378478907 30732288 6539 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=30012 CPUtime=12.53
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 3023 0 0 0 1250 3 0 0 25 0 3 0 378478907 30732288 6539 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526322 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 30012

[startup+25.502 s]
/proc/loadavg: 1.89 1.97 2.03 3/67 16858
/proc/meminfo: memFree=1150492/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=38920 CPUtime=50.76
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 9112 0 0 0 5066 10 0 0 18 0 3 0 378478898 39854080 8576 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 9730 8576 218 20 0 9088 0
[pid=16855/tid=16857] ppid=16853 vsize=38920 CPUtime=25.38
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 4179 0 0 0 2535 3 0 0 25 0 3 0 378478907 39854080 8576 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526297 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=38920 CPUtime=25.27
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 4213 0 0 0 2522 5 0 0 25 0 3 0 378478907 39854080 8576 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 38920

[startup+51.1017 s]
/proc/loadavg: 1.93 1.97 2.02 3/67 16858
/proc/meminfo: memFree=1135324/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=54792 CPUtime=101.82
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 13449 0 0 0 10166 16 0 0 18 0 3 0 378478898 56107008 12401 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 13698 12401 218 20 0 13056 0
[pid=16855/tid=16857] ppid=16853 vsize=54792 CPUtime=50.97
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 6149 0 0 0 5091 6 0 0 25 0 3 0 378478907 56107008 12401 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=54792 CPUtime=50.75
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 6580 0 0 0 5065 10 0 0 25 0 3 0 378478907 56107008 12401 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 54792

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 2.02 3/67 16858
/proc/meminfo: memFree=1129436/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=60468 CPUtime=203.98
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 15891 0 0 0 20379 19 0 0 18 0 3 0 378478898 61919232 13795 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 15117 13795 218 20 0 14475 0
[pid=16855/tid=16857] ppid=16853 vsize=60468 CPUtime=102.15
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 7408 0 0 0 10207 8 0 0 25 0 3 0 378478907 61919232 13795 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=60468 CPUtime=101.73
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 7763 0 0 0 10162 11 0 0 25 0 3 0 378478907 61919232 13795 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 60468

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 2.01 3/67 16858
/proc/meminfo: memFree=1126876/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=62712 CPUtime=323.68
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 17532 0 0 0 32347 21 0 0 18 0 3 0 378478898 64217088 14430 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 15678 14430 218 20 0 15036 0
[pid=16855/tid=16857] ppid=16853 vsize=62712 CPUtime=162.13
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 8528 0 0 0 16204 9 0 0 24 0 3 0 378478907 64217088 14430 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=62712 CPUtime=161.45
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 8284 0 0 0 16134 11 0 0 25 0 3 0 378478907 64217088 14430 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.68
Current children cumulated vsize (KiB) 62712

[startup+222.303 s]
/proc/loadavg: 1.99 1.97 2.01 3/67 16858
/proc/meminfo: memFree=1124700/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=65776 CPUtime=443.39
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 19240 0 0 0 44315 24 0 0 18 0 3 0 378478898 67354624 14974 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 16444 14974 218 20 0 15802 0
[pid=16855/tid=16857] ppid=16853 vsize=65776 CPUtime=222.09
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 9352 0 0 0 22199 10 0 0 25 0 3 0 378478907 67354624 14974 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134565733 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=65776 CPUtime=221.19
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 9168 0 0 0 22107 12 0 0 25 0 3 0 378478907 67354624 14974 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.39
Current children cumulated vsize (KiB) 65776

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 16858
/proc/meminfo: memFree=1124572/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=65772 CPUtime=563.07
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 20285 0 0 0 56282 25 0 0 18 0 3 0 378478898 67350528 14997 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 16443 14997 218 20 0 15801 0
[pid=16855/tid=16857] ppid=16853 vsize=65772 CPUtime=282.07
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 9938 0 0 0 28196 11 0 0 25 0 3 0 378478907 67350528 14997 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=65772 CPUtime=280.9
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 9627 0 0 0 28078 12 0 0 25 0 3 0 378478907 67350528 14997 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.07
Current children cumulated vsize (KiB) 65772

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 16858
/proc/meminfo: memFree=1124572/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=65764 CPUtime=682.77
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 21336 0 0 0 68252 25 0 0 18 0 3 0 378478898 67342336 15017 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 16441 15017 218 20 0 15799 0
[pid=16855/tid=16857] ppid=16853 vsize=65764 CPUtime=342.05
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 10455 0 0 0 34193 12 0 0 25 0 3 0 378478907 67342336 15017 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134530009 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=65764 CPUtime=340.64
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 10161 0 0 0 34051 13 0 0 25 0 3 0 378478907 67342336 15017 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526291 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.77
Current children cumulated vsize (KiB) 65764

[startup+402.303 s]

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

[startup+582.303 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1122524/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=67808 CPUtime=1161.31
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 24367 0 0 0 116089 42 0 0 18 0 3 0 378478898 69435392 15539 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 16952 15539 218 20 0 16310 0
[pid=16855/tid=16857] ppid=16853 vsize=67808 CPUtime=581.7
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 12614 0 0 0 58157 13 0 0 25 0 3 0 378478907 69435392 15539 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=67808 CPUtime=579.49
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 11033 0 0 0 57922 27 0 0 25 0 3 0 378478907 69435392 15539 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526302 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.31
Current children cumulated vsize (KiB) 67808

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1120924/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=68832 CPUtime=1280.95
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 25371 0 0 0 128052 43 0 0 18 0 3 0 378478898 70483968 15938 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 17208 15938 218 20 0 16566 0
[pid=16855/tid=16857] ppid=16853 vsize=68832 CPUtime=641.68
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 13172 0 0 0 64154 14 0 0 25 0 3 0 378478907 70483968 15938 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=68832 CPUtime=639.17
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 11479 0 0 0 63889 28 0 0 25 0 3 0 378478907 70483968 15938 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526722 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1280.95
Current children cumulated vsize (KiB) 68832

[startup+702.303 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1120860/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=68832 CPUtime=1400.65
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 25869 0 0 0 140021 44 0 0 18 0 3 0 378478898 70483968 15958 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 17208 15958 218 20 0 16566 0
[pid=16855/tid=16857] ppid=16853 vsize=68832 CPUtime=701.64
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 13657 0 0 0 70149 15 0 0 25 0 3 0 378478907 70483968 15958 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526309 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=68832 CPUtime=698.91
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 11492 0 0 0 69863 28 0 0 25 0 3 0 378478907 70483968 15958 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1400.65
Current children cumulated vsize (KiB) 68832

[startup+762.307 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1119580/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=69856 CPUtime=1520.35
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 26978 0 0 0 151990 45 0 0 18 0 3 0 378478898 71532544 16261 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 17464 16261 218 20 0 16822 0
[pid=16855/tid=16857] ppid=16853 vsize=69856 CPUtime=761.61
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 14226 0 0 0 76146 15 0 0 25 0 3 0 378478907 71532544 16261 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=69856 CPUtime=758.64
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 12032 0 0 0 75835 29 0 0 25 0 3 0 378478907 71532544 16261 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1520.35
Current children cumulated vsize (KiB) 69856

[startup+822.302 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1119452/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=69856 CPUtime=1640.04
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 27554 0 0 0 163958 46 0 0 18 0 3 0 378478898 71532544 16270 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 17464 16270 218 20 0 16822 0
[pid=16855/tid=16857] ppid=16853 vsize=69856 CPUtime=821.59
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 14716 0 0 0 82143 16 0 0 25 0 3 0 378478907 71532544 16270 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=69856 CPUtime=818.36
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 12118 0 0 0 81807 29 0 0 25 0 3 0 378478907 71532544 16270 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1640.04
Current children cumulated vsize (KiB) 69856

[startup+882.303 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1119516/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=70020 CPUtime=1759.7
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 28069 0 0 0 175923 47 0 0 18 0 3 0 378478898 71700480 16296 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 17505 16296 218 20 0 16863 0
[pid=16855/tid=16857] ppid=16853 vsize=70020 CPUtime=881.55
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 15227 0 0 0 88139 16 0 0 25 0 3 0 378478907 71700480 16296 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520089 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=70020 CPUtime=878.05
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 12122 0 0 0 87776 29 0 0 25 0 3 0 378478907 71700480 16296 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1759.7
Current children cumulated vsize (KiB) 70020

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

[startup+883.103 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1119516/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=70020 CPUtime=1761.3
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 28069 0 0 0 176083 47 0 0 18 0 3 0 378478898 71700480 16296 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 17505 16296 218 20 0 16863 0
[pid=16855/tid=16857] ppid=16853 vsize=70020 CPUtime=882.34
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 15227 0 0 0 88218 16 0 0 25 0 3 0 378478907 71700480 16296 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134566332 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=70020 CPUtime=878.85
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 12122 0 0 0 87856 29 0 0 25 0 3 0 378478907 71700480 16296 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1761.3
Current children cumulated vsize (KiB) 70020

[startup+889.501 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1119516/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=70020 CPUtime=1774.01
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 28153 0 0 0 177354 47 0 0 18 0 3 0 378478898 71700480 16298 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 17505 16298 218 20 0 16863 0
[pid=16855/tid=16857] ppid=16853 vsize=70020 CPUtime=888.74
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 15311 0 0 0 88858 16 0 0 25 0 3 0 378478907 71700480 16298 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526388 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=70020 CPUtime=885.16
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 12122 0 0 0 88487 29 0 0 25 0 3 0 378478907 71700480 16298 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520412 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.01
Current children cumulated vsize (KiB) 70020

[startup+892.702 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1119516/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=70020 CPUtime=1780.4
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 28154 0 0 0 177993 47 0 0 18 0 3 0 378478898 71700480 16299 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 17505 16299 218 20 0 16863 0
[pid=16855/tid=16857] ppid=16853 vsize=70020 CPUtime=891.94
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 15312 0 0 0 89178 16 0 0 25 0 3 0 378478907 71700480 16299 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=70020 CPUtime=888.35
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 12122 0 0 0 88806 29 0 0 25 0 3 0 378478907 71700480 16299 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526720 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1780.4
Current children cumulated vsize (KiB) 70020

[startup+893.502 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1119516/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=70020 CPUtime=1782
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 28154 0 0 0 178153 47 0 0 18 0 3 0 378478898 71700480 16299 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 17505 16299 218 20 0 16863 0
[pid=16855/tid=16857] ppid=16853 vsize=70020 CPUtime=892.74
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 15312 0 0 0 89258 16 0 0 25 0 3 0 378478907 71700480 16299 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526531 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=70020 CPUtime=889.15
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 12122 0 0 0 88886 29 0 0 25 0 3 0 378478907 71700480 16299 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 70020

[startup+894.306 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1119516/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=70020 CPUtime=1783.58
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 28154 0 0 0 178311 47 0 0 18 0 3 0 378478898 71700480 16299 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 17505 16299 218 20 0 16863 0
[pid=16855/tid=16857] ppid=16853 vsize=70020 CPUtime=893.54
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 15312 0 0 0 89338 16 0 0 25 0 3 0 378478907 71700480 16299 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134528385 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=70020 CPUtime=889.92
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 12122 0 0 0 88963 29 0 0 25 0 3 0 378478907 71700480 16299 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134525990 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.58
Current children cumulated vsize (KiB) 70020

[startup+894.702 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1119516/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=70020 CPUtime=1784.36
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 28239 0 0 0 178389 47 0 0 18 0 3 0 378478898 71700480 16302 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 17505 16302 218 20 0 16863 0
[pid=16855/tid=16857] ppid=16853 vsize=70020 CPUtime=893.94
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 15397 0 0 0 89377 17 0 0 17 0 3 0 378478907 71700480 16302 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=70020 CPUtime=890.32
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 12122 0 0 0 89003 29 0 0 16 0 3 0 378478907 71700480 16302 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 3403304 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.36
Current children cumulated vsize (KiB) 70020

[startup+894.802 s]
/proc/loadavg: 1.99 1.97 2.00 3/67 17056
/proc/meminfo: memFree=1119516/2055920 swapFree=4183080/4192956
[pid=16855] ppid=16853 vsize=70020 CPUtime=1784.51
/proc/16855/stat : 16855 (MiraXTv3_dyn) S 16853 16855 13659 0 -1 4194304 28239 0 0 0 178404 47 0 0 18 0 3 0 378478898 71700480 16302 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/16855/statm: 17505 16302 218 20 0 16863 0
[pid=16855/tid=16857] ppid=16853 vsize=70020 CPUtime=894.01
/proc/16855/task/16857/stat : 16857 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 15397 0 0 0 89384 17 0 0 17 0 3 0 378478907 71700480 16302 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 1 0 0
[pid=16855/tid=16858] ppid=16853 vsize=70020 CPUtime=890.41
/proc/16855/task/16858/stat : 16858 (MiraXTv3_dyn) R 16853 16855 13659 0 -1 4194368 12122 0 0 0 89012 29 0 0 16 0 3 0 378478907 71700480 16302 18446744073709551615 134512640 134597700 4294956672 18446744073709551615 134520283 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.51
Current children cumulated vsize (KiB) 70020

Child status: 20
Real time (s): 894.872
CPU time (s): 1784.63
CPU user time (s): 1784.14
CPU system time (s): 0.487925
CPU usage (%): 199.428
Max. virtual memory (cumulated for all children) (KiB): 70180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.14
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28245
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= 263
involuntary context switches= 13533

runsolver used 0.823874 second user time and 2.43363 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Sun May 13 02:54:50 UTC 2007

IDJOB= 456558
IDBENCH= 24751
IDSOLVER= 196
FILE ID= node63/456558-1179024890

PBS_JOBID= 5253231

Free space on /tmp= 66527 MiB

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

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  d8fa78c834564753f42ad3a5aaefa23a

RANDOM SEED= 647589372

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.232
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.232
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:       1184716 kB
Buffers:         46444 kB
Cached:         690112 kB
SwapCached:       3896 kB
Active:         232920 kB
Inactive:       513704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1184716 kB
SwapTotal:     4192956 kB
SwapFree:      4183080 kB
Dirty:            4068 kB
Writeback:           0 kB
Mapped:          16076 kB
Slab:           110544 kB
Committed_AS:  5988368 kB
PageTables:       1460 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= 66527 MiB

End job on node63 on Sun May 13 03:09:45 UTC 2007