Trace number 316083

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 284.425 142.746

General information on the benchmark

Namecrafted/spence/
medium/s77-100.cnf
MD5SUM124e32713f66a3b30ead344822177706
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.9906
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of clauses164
Sum of the clauses size492
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3164
Number of clauses of size 40
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...
284.37/142.74	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/node13/watcher-316083-1178881486 -o ROOT/results/node13/solver-316083-1178881486 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/316083-1178881486/MiraXTv3_dyn /tmp/evaluation/316083-1178881486/instance-316083-1178881486.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.45 1.36 1.20 3/77 17525
/proc/meminfo: memFree=1773456/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=3920 CPUtime=0
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 303 0 0 0 0 0 0 0 18 0 3 0 336066471 4014080 278 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 980 278 218 20 0 338 0
[pid=17525/tid=17526] ppid=17523 vsize=3920 CPUtime=0
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 12 0 0 0 0 0 0 0 19 0 3 0 336066471 4014080 278 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 12320534 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=4052 CPUtime=0
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 3 0 336066471 4149248 284 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 12314181 0 0 4096 0 0 0 0 -1 0 0 0

[startup+0.098284 s]
/proc/loadavg: 1.45 1.36 1.20 3/77 17525
/proc/meminfo: memFree=1773456/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=6736 CPUtime=0.18
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 583 0 0 0 18 0 0 0 18 0 3 0 336066471 6897664 558 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 1684 558 218 20 0 1042 0
[pid=17525/tid=17526] ppid=17523 vsize=6736 CPUtime=0.09
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 150 0 0 0 9 0 0 0 17 0 3 0 336066471 6897664 558 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=6736 CPUtime=0.08
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 142 0 0 0 8 0 0 0 17 0 3 0 336066471 6897664 558 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526335 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 6736

[startup+0.102283 s]
/proc/loadavg: 1.45 1.36 1.20 3/77 17525
/proc/meminfo: memFree=1773456/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=6892 CPUtime=0.19
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 608 0 0 0 19 0 0 0 18 0 3 0 336066471 7057408 583 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 1723 583 218 20 0 1081 0
[pid=17525/tid=17526] ppid=17523 vsize=6892 CPUtime=0.09
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 174 0 0 0 9 0 0 0 17 0 3 0 336066471 7057408 583 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526373 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=6892 CPUtime=0.09
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 143 0 0 0 9 0 0 0 17 0 3 0 336066471 7057408 583 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526619 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6892

[startup+0.30133 s]
/proc/loadavg: 1.45 1.36 1.20 3/77 17525
/proc/meminfo: memFree=1773456/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=8092 CPUtime=0.58
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 955 0 0 0 58 0 0 0 18 0 3 0 336066471 8286208 930 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 2023 930 218 20 0 1381 0
[pid=17525/tid=17526] ppid=17523 vsize=8092 CPUtime=0.29
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 357 0 0 0 29 0 0 0 18 0 3 0 336066471 8286208 930 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=8092 CPUtime=0.28
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 307 0 0 0 28 0 0 0 18 0 3 0 336066471 8286208 930 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 8092

[startup+0.701415 s]
/proc/loadavg: 1.45 1.36 1.20 3/77 17525
/proc/meminfo: memFree=1773456/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=9724 CPUtime=1.39
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 1436 0 0 0 138 1 0 0 18 0 3 0 336066471 9957376 1411 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 2431 1411 218 20 0 1789 0
[pid=17525/tid=17526] ppid=17523 vsize=9724 CPUtime=0.69
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 612 0 0 0 69 0 0 0 22 0 3 0 336066471 9957376 1411 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526277 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=9724 CPUtime=0.68
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 533 0 0 0 68 0 0 0 21 0 3 0 336066471 9957376 1411 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526312 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9724

[startup+1.50159 s]
/proc/loadavg: 1.45 1.36 1.20 3/80 17528
/proc/meminfo: memFree=1767352/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=11532 CPUtime=2.98
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 1970 0 0 0 297 1 0 0 18 0 3 0 336066471 11808768 1945 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 2883 1945 218 20 0 2241 0
[pid=17525/tid=17526] ppid=17523 vsize=11532 CPUtime=1.49
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 874 0 0 0 149 0 0 0 19 0 3 0 336066471 11808768 1945 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=11532 CPUtime=1.48
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 805 0 0 0 148 0 0 0 19 0 3 0 336066471 11808768 1945 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526477 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 11532

[startup+3.10193 s]
/proc/loadavg: 1.45 1.36 1.20 3/80 17528
/proc/meminfo: memFree=1765304/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=14020 CPUtime=6.17
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 2597 0 0 0 615 2 0 0 18 0 3 0 336066471 14356480 2492 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 3505 2492 218 20 0 2863 0
[pid=17525/tid=17526] ppid=17523 vsize=14020 CPUtime=3.07
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 1206 0 0 0 307 0 0 0 25 0 3 0 336066471 14356480 2492 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=14020 CPUtime=3.08
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 1100 0 0 0 307 1 0 0 25 0 3 0 336066471 14356480 2492 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 14020

[startup+6.30161 s]
/proc/loadavg: 1.49 1.37 1.20 3/80 17528
/proc/meminfo: memFree=1759416/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=19552 CPUtime=12.54
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 4148 0 0 0 1251 3 0 0 18 0 3 0 336066471 20021248 3945 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 4888 3945 218 20 0 4246 0
[pid=17525/tid=17526] ppid=17523 vsize=19552 CPUtime=6.27
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 1995 0 0 0 626 1 0 0 25 0 3 0 336066471 20021248 3945 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=19552 CPUtime=6.25
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 1862 0 0 0 624 1 0 0 25 0 3 0 336066471 20021248 3945 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526489 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 19552

[startup+12.702 s]
/proc/loadavg: 1.53 1.38 1.20 3/80 17528
/proc/meminfo: memFree=1751480/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=28400 CPUtime=25.3
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 6142 0 0 0 2525 5 0 0 18 0 3 0 336066471 29081600 5723 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 7100 5723 218 20 0 6458 0
[pid=17525/tid=17526] ppid=17523 vsize=28400 CPUtime=12.66
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 3017 0 0 0 1264 2 0 0 25 0 3 0 336066471 29081600 5723 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526420 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=28400 CPUtime=12.63
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 2834 0 0 0 1261 2 0 0 21 0 3 0 336066471 29081600 5723 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 28400

[startup+25.5027 s]
/proc/loadavg: 1.63 1.41 1.21 3/80 17528
/proc/meminfo: memFree=1745912/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=32604 CPUtime=50.84
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 7871 0 0 0 5077 7 0 0 18 0 3 0 336066471 33386496 6980 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 8151 6980 218 20 0 7509 0
[pid=17525/tid=17526] ppid=17523 vsize=32604 CPUtime=25.45
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 3843 0 0 0 2542 3 0 0 25 0 3 0 336066471 33386496 6980 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=32604 CPUtime=25.38
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 3737 0 0 0 2534 4 0 0 25 0 3 0 336066471 33386496 6980 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 32604

[startup+51.1012 s]
/proc/loadavg: 1.76 1.45 1.23 3/80 17528
/proc/meminfo: memFree=1738488/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=39920 CPUtime=101.91
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 10475 0 0 0 10181 10 0 0 18 0 3 0 336066471 40878080 8873 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 9980 8873 218 20 0 9338 0
[pid=17525/tid=17526] ppid=17523 vsize=39920 CPUtime=51.03
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 5244 0 0 0 5099 4 0 0 25 0 3 0 336066471 40878080 8873 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=39920 CPUtime=50.86
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 4940 0 0 0 5081 5 0 0 25 0 3 0 336066471 40878080 8873 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 39920

[startup+102.305 s]
/proc/loadavg: 1.89 1.54 1.27 3/80 17528
/proc/meminfo: memFree=1734712/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=43972 CPUtime=204.03
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 12692 0 0 0 20391 12 0 0 18 0 3 0 336066471 45027328 9738 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 10993 9738 218 20 0 10351 0
[pid=17525/tid=17526] ppid=17523 vsize=43972 CPUtime=102.18
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 6489 0 0 0 10213 5 0 0 25 0 3 0 336066471 45027328 9738 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=43972 CPUtime=101.83
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 5912 0 0 0 10177 6 0 0 25 0 3 0 336066471 45027328 9738 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 43972

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

[startup+127.902 s]
/proc/loadavg: 1.93 1.57 1.29 3/80 17528
/proc/meminfo: memFree=1733944/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=44420 CPUtime=255.1
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 13467 0 0 0 25497 13 0 0 18 0 3 0 336066471 45486080 9928 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 11105 9928 218 20 0 10463 0
[pid=17525/tid=17526] ppid=17523 vsize=44420 CPUtime=127.75
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 6867 0 0 0 12770 5 0 0 25 0 3 0 336066471 45486080 9928 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526707 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=44420 CPUtime=127.34
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 6309 0 0 0 12727 7 0 0 25 0 3 0 336066471 45486080 9928 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526280 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 255.1
Current children cumulated vsize (KiB) 44420

[startup+134.302 s]
/proc/loadavg: 1.93 1.58 1.29 3/80 17528
/proc/meminfo: memFree=1733560/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=44772 CPUtime=267.83
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 13752 0 0 0 26770 13 0 0 18 0 3 0 336066471 45846528 10013 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 11193 10013 218 20 0 10551 0
[pid=17525/tid=17526] ppid=17523 vsize=44772 CPUtime=134.11
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 7012 0 0 0 13406 5 0 0 25 0 3 0 336066471 45846528 10013 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526702 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=44772 CPUtime=133.7
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 6449 0 0 0 13363 7 0 0 25 0 3 0 336066471 45846528 10013 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526319 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.83
Current children cumulated vsize (KiB) 44772

[startup+137.506 s]
/proc/loadavg: 1.94 1.59 1.30 3/80 17528
/proc/meminfo: memFree=1733560/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=44772 CPUtime=274.21
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 13754 0 0 0 27408 13 0 0 18 0 3 0 336066471 45846528 10015 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 11193 10015 218 20 0 10551 0
[pid=17525/tid=17526] ppid=17523 vsize=44772 CPUtime=137.31
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 7012 0 0 0 13726 5 0 0 25 0 3 0 336066471 45846528 10015 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526404 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=44772 CPUtime=136.89
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 6451 0 0 0 13682 7 0 0 25 0 3 0 336066471 45846528 10015 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 274.21
Current children cumulated vsize (KiB) 44772

[startup+140.701 s]
/proc/loadavg: 1.94 1.59 1.30 3/80 17528
/proc/meminfo: memFree=1733432/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=45084 CPUtime=280.53
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 13916 0 0 0 28040 13 0 0 18 0 3 0 336066471 46166016 10076 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 11271 10076 218 20 0 10629 0
[pid=17525/tid=17526] ppid=17523 vsize=45084 CPUtime=140.5
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 7136 0 0 0 14045 5 0 0 25 0 3 0 336066471 46166016 10076 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=45084 CPUtime=140.01
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 6489 0 0 0 13994 7 0 0 25 0 3 0 336066471 46166016 10076 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526351 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.53
Current children cumulated vsize (KiB) 45084

[startup+141.502 s]
/proc/loadavg: 1.94 1.59 1.30 3/80 17528
/proc/meminfo: memFree=1733432/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=45084 CPUtime=282.13
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 13919 0 0 0 28200 13 0 0 18 0 3 0 336066471 46166016 10079 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 11271 10079 218 20 0 10629 0
[pid=17525/tid=17526] ppid=17523 vsize=45084 CPUtime=141.3
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 7136 0 0 0 14125 5 0 0 25 0 3 0 336066471 46166016 10079 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526370 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=45084 CPUtime=140.81
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 6492 0 0 0 14074 7 0 0 25 0 3 0 336066471 46166016 10079 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526306 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 45084

[startup+142.303 s]
/proc/loadavg: 1.94 1.59 1.30 3/80 17528
/proc/meminfo: memFree=1733368/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=45084 CPUtime=283.65
/proc/17525/stat : 17525 (MiraXTv3_dyn) S 17523 17525 15520 0 -1 4194304 14025 0 0 0 28352 13 0 0 18 0 3 0 336066471 46166016 10084 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/17525/statm: 11271 10084 218 20 0 10629 0
[pid=17525/tid=17526] ppid=17523 vsize=45084 CPUtime=142.1
/proc/17525/task/17526/stat : 17526 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 7136 0 0 0 14205 5 0 0 25 0 3 0 336066471 46166016 10084 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134565831 0 0 4096 0 0 0 0 -1 0 0 0
[pid=17525/tid=17527] ppid=17523 vsize=45084 CPUtime=141.54
/proc/17525/task/17527/stat : 17527 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194368 6598 0 0 0 14147 7 0 0 22 0 3 0 336066471 46166016 10084 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 134526493 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 283.65
Current children cumulated vsize (KiB) 45084

[startup+142.702 s]
/proc/loadavg: 1.94 1.59 1.30 3/80 17528
/proc/meminfo: memFree=1733368/2055920 swapFree=4159364/4192956
[pid=17525] ppid=17523 vsize=35528 CPUtime=284.37
/proc/17525/stat : 17525 (MiraXTv3_dyn) R 17523 17525 15520 0 -1 4194304 14045 0 0 0 28424 13 0 0 17 0 1 0 336066471 36380672 7894 18446744073709551615 134512640 134597700 4294956656 18446744073709551615 12310449 0 0 4096 0 0 0 0 17 0 0 0
/proc/17525/statm: 8882 7894 220 20 0 8240 0
Current children cumulated CPU time (s) 284.37
Current children cumulated vsize (KiB) 35528

Child status: 20
Real time (s): 142.746
CPU time (s): 284.425
CPU user time (s): 284.28
CPU system time (s): 0.144977
CPU usage (%): 199.252
Max. virtual memory (cumulated for all children) (KiB): 45084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 284.28
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14048
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= 113
involuntary context switches= 5361

runsolver used 0.13098 second user time and 0.39194 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Fri May 11 11:04:46 UTC 2007

IDJOB= 316083
IDBENCH= 20432
IDSOLVER= 128
FILE ID= node13/316083-1178881486

PBS_JOBID= 5251045

Free space on /tmp= 66561 MiB

SOLVER NAME= MiraXT v3
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/medium/s77-100.cnf
COMMAND LINE= /tmp/evaluation/316083-1178881486/MiraXTv3_dyn /tmp/evaluation/316083-1178881486/instance-316083-1178881486.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-316083-1178881486 -o ROOT/results/node13/solver-316083-1178881486 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/316083-1178881486/MiraXTv3_dyn /tmp/evaluation/316083-1178881486/instance-316083-1178881486.cnf            

META MD5SUM SOLVER= 2ad149617ed8d249d89b067eb44c33da
MD5SUM BENCH=  124e32713f66a3b30ead344822177706

RANDOM SEED= 635400264

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1773736 kB
Buffers:         40164 kB
Cached:         140584 kB
SwapCached:      12848 kB
Active:         136584 kB
Inactive:        81928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773736 kB
SwapTotal:     4192956 kB
SwapFree:      4159364 kB
Dirty:            3992 kB
Writeback:           0 kB
Mapped:          44692 kB
Slab:            49136 kB
Committed_AS:  9825076 kB
PageTables:       1908 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= 66561 MiB

End job on node13 on Fri May 11 11:07:09 UTC 2007