Trace number 369232

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
CMUSAT 2007-02-08? (TO) 5000.09 5001.77

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1834.24
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  25493                                                |
1.89/1.96	c |  Number of clauses:    1139180                                              |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-369232-1177256423 -o ROOT/results/node9/solver-369232-1177256423 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/369232-1177256423/cmusat /tmp/evaluation/369232-1177256423/instance-369232-1177256423.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: 0.78 0.95 0.98 3/77 11797
/proc/meminfo: memFree=1400216/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=2936 CPUtime=0
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 576 0 0 0 0 0 0 0 18 0 1 0 201680105 3006464 559 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134525945 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 734 561 95 243 0 488 0

[startup+0.0134289 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 11797
/proc/meminfo: memFree=1400216/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=5180 CPUtime=0
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 1108 0 0 0 0 0 0 0 18 0 1 0 201680105 5304320 1074 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134525958 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 1295 1074 96 243 0 1049 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5180

[startup+0.101437 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 11797
/proc/meminfo: memFree=1400216/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=8032 CPUtime=0.09
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 1815 0 0 0 8 1 0 0 18 0 1 0 201680105 8224768 1781 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 2008 1781 96 243 0 1762 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8032

[startup+0.301461 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 11797
/proc/meminfo: memFree=1400216/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=14052 CPUtime=0.29
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 3224 0 0 0 27 2 0 0 19 0 1 0 201680105 14389248 3190 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 3513 3190 96 243 0 3267 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14052

[startup+0.701505 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 11797
/proc/meminfo: memFree=1400216/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=26108 CPUtime=0.69
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 6164 0 0 0 65 4 0 0 22 0 1 0 201680105 26734592 6130 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 6527 6130 96 243 0 6281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26108

[startup+1.5016 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 11798
/proc/meminfo: memFree=1366928/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=51260 CPUtime=1.49
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 12252 0 0 0 142 7 0 0 25 0 1 0 201680105 52490240 12218 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 12815 12218 96 243 0 12569 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51260

[startup+3.10179 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 11798
/proc/meminfo: memFree=1337360/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=67232 CPUtime=3.09
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 15779 0 0 0 299 10 0 0 25 0 1 0 201680105 68845568 15745 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530463 0 0 4096 35 0 0 0 17 0 0 0
/proc/11797/statm: 16808 15745 106 243 0 16562 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67232

[startup+6.30114 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 11798
/proc/meminfo: memFree=1337168/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=67232 CPUtime=6.28
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 15779 0 0 0 618 10 0 0 25 0 1 0 201680105 68845568 15745 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 16808 15745 106 243 0 16562 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 67232

[startup+12.7019 s]
/proc/loadavg: 0.83 0.95 0.98 2/78 11798
/proc/meminfo: memFree=1316816/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=94460 CPUtime=12.68
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 22040 0 0 0 1255 13 0 0 25 0 1 0 201680105 96727040 22006 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134531005 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 23615 22006 107 243 0 23369 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 94460

[startup+25.5013 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 11798
/proc/meminfo: memFree=1306320/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=96312 CPUtime=25.48
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 23577 0 0 0 2533 15 0 0 25 0 1 0 201680105 98623488 23543 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 24078 23543 107 243 0 23832 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 96312

[startup+51.1012 s]
/proc/loadavg: 0.90 0.96 0.98 2/78 11798
/proc/meminfo: memFree=1312464/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=88700 CPUtime=51.07
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 27655 0 0 0 5091 16 0 0 25 0 1 0 201680105 90828800 22025 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 22175 22025 119 243 0 21929 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 88700

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.98 2/78 11798
/proc/meminfo: memFree=1307792/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=93324 CPUtime=102.26
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 28820 0 0 0 10208 18 0 0 25 0 1 0 201680105 95563776 23190 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 23331 23190 119 243 0 23085 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 93324

[startup+162.302 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 11798
/proc/meminfo: memFree=1295888/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=105208 CPUtime=162.23
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 31799 0 0 0 16202 21 0 0 25 0 1 0 201680105 107732992 26169 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134592013 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 26302 26169 119 243 0 26056 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 105208

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11798
/proc/meminfo: memFree=1282832/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=118276 CPUtime=222.21
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 35051 0 0 0 22195 26 0 0 25 0 1 0 201680105 121114624 29421 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 29569 29421 119 243 0 29323 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 118276

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11798
/proc/meminfo: memFree=1269776/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=131344 CPUtime=282.2
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 38307 0 0 0 28190 30 0 0 25 0 1 0 201680105 134496256 32677 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589563 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 32836 32677 119 243 0 32590 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 131344

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11798
/proc/meminfo: memFree=1257552/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=143488 CPUtime=342.18
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 41352 0 0 0 34185 33 0 0 25 0 1 0 201680105 146931712 35722 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589536 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 35872 35722 119 243 0 35626 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 143488

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11798
/proc/meminfo: memFree=1246736/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=154460 CPUtime=402.16
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 44083 0 0 0 40180 36 0 0 25 0 1 0 201680105 158167040 38453 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590282 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 38615 38453 119 243 0 38369 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 154460

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11798
/proc/meminfo: memFree=1234768/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=166208 CPUtime=462.15
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 47029 0 0 0 46175 40 0 0 25 0 1 0 201680105 170196992 41399 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 41552 41399 119 243 0 41306 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 166208

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11798
/proc/meminfo: memFree=1222992/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=178220 CPUtime=522.13
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 50011 0 0 0 52170 43 0 0 25 0 1 0 201680105 182497280 44381 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 44555 44381 119 243 0 44309 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 178220

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11798
/proc/meminfo: memFree=1211408/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=189588 CPUtime=582.12
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 52862 0 0 0 58164 48 0 0 25 0 1 0 201680105 194138112 47232 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 47397 47232 119 243 0 47151 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 189588

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11798
/proc/meminfo: memFree=1200528/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=200444 CPUtime=642.1
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 55573 0 0 0 64159 51 0 0 25 0 1 0 201680105 205254656 49943 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134578847 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 50111 49943 119 243 0 49865 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 200444


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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11997
/proc/meminfo: memFree=1035408/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=365652 CPUtime=4060.99
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 102549 0 0 0 405975 124 0 0 25 0 1 0 201680105 374427648 91148 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 91413 91148 119 243 0 91167 0
Current children cumulated CPU time (s) 4060.99
Current children cumulated vsize (KiB) 365652

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11997
/proc/meminfo: memFree=1035408/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=365652 CPUtime=4120.97
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 102551 0 0 0 411972 125 0 0 25 0 1 0 201680105 374427648 91150 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 91413 91150 119 243 0 91167 0
Current children cumulated CPU time (s) 4120.97
Current children cumulated vsize (KiB) 365652

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11997
/proc/meminfo: memFree=1035408/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=365652 CPUtime=4180.95
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 102555 0 0 0 417970 125 0 0 25 0 1 0 201680105 374427648 91154 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590137 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 91413 91154 119 243 0 91167 0
Current children cumulated CPU time (s) 4180.95
Current children cumulated vsize (KiB) 365652

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11997
/proc/meminfo: memFree=1035408/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=365652 CPUtime=4240.94
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 102558 0 0 0 423968 126 0 0 25 0 1 0 201680105 374427648 91157 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 91413 91157 119 243 0 91167 0
Current children cumulated CPU time (s) 4240.94
Current children cumulated vsize (KiB) 365652

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11997
/proc/meminfo: memFree=1035344/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=365652 CPUtime=4300.91
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 102558 0 0 0 429965 126 0 0 25 0 1 0 201680105 374427648 91157 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 91413 91157 119 243 0 91167 0
Current children cumulated CPU time (s) 4300.91
Current children cumulated vsize (KiB) 365652

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11997
/proc/meminfo: memFree=1035408/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=365652 CPUtime=4360.9
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 102560 0 0 0 435963 127 0 0 25 0 1 0 201680105 374427648 91159 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 91413 91159 119 243 0 91167 0
Current children cumulated CPU time (s) 4360.9
Current children cumulated vsize (KiB) 365652

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11997
/proc/meminfo: memFree=1020880/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=380176 CPUtime=4420.87
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 106189 0 0 0 441957 130 0 0 25 0 1 0 201680105 389300224 94788 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589468 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 95044 94788 119 243 0 94798 0
Current children cumulated CPU time (s) 4420.87
Current children cumulated vsize (KiB) 380176

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 11997
/proc/meminfo: memFree=1008144/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=393144 CPUtime=4480.86
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 109417 0 0 0 447953 133 0 0 25 0 1 0 201680105 402579456 98016 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 98286 98016 119 243 0 98040 0
Current children cumulated CPU time (s) 4480.86
Current children cumulated vsize (KiB) 393144

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11997
/proc/meminfo: memFree=994576/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=406616 CPUtime=4540.84
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 112772 0 0 0 453947 137 0 0 25 0 1 0 201680105 416374784 101371 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590150 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 101654 101371 119 243 0 101408 0
Current children cumulated CPU time (s) 4540.84
Current children cumulated vsize (KiB) 406616

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11997
/proc/meminfo: memFree=986256/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=414660 CPUtime=4600.83
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 116836 0 0 0 459942 141 0 0 25 0 1 0 201680105 424611840 103408 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 103665 103408 119 243 0 103419 0
Current children cumulated CPU time (s) 4600.83
Current children cumulated vsize (KiB) 414660

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11997
/proc/meminfo: memFree=986256/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=414660 CPUtime=4660.81
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 116836 0 0 0 465940 141 0 0 25 0 1 0 201680105 424611840 103408 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 103665 103408 119 243 0 103419 0
Current children cumulated CPU time (s) 4660.81
Current children cumulated vsize (KiB) 414660

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11997
/proc/meminfo: memFree=986256/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=414660 CPUtime=4720.8
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 116836 0 0 0 471938 142 0 0 25 0 1 0 201680105 424611840 103408 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589663 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 103665 103408 119 243 0 103419 0
Current children cumulated CPU time (s) 4720.8
Current children cumulated vsize (KiB) 414660

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11997
/proc/meminfo: memFree=986256/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=414660 CPUtime=4780.77
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 116836 0 0 0 477935 142 0 0 25 0 1 0 201680105 424611840 103408 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581192 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 103665 103408 119 243 0 103419 0
Current children cumulated CPU time (s) 4780.77
Current children cumulated vsize (KiB) 414660

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 12069
/proc/meminfo: memFree=984912/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=414660 CPUtime=4840.72
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 116836 0 0 0 483930 142 0 0 25 0 1 0 201680105 424611840 103408 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 103665 103408 119 243 0 103419 0
Current children cumulated CPU time (s) 4840.72
Current children cumulated vsize (KiB) 414660

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12194
/proc/meminfo: memFree=985872/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=414660 CPUtime=4900.64
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 116836 0 0 0 489921 143 0 0 25 0 1 0 201680105 424611840 103408 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 103665 103408 119 243 0 103419 0
Current children cumulated CPU time (s) 4900.64
Current children cumulated vsize (KiB) 414660

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12194
/proc/meminfo: memFree=985936/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=414660 CPUtime=4960.63
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 116836 0 0 0 495919 144 0 0 25 0 1 0 201680105 424611840 103408 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589563 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 103665 103408 119 243 0 103419 0
Current children cumulated CPU time (s) 4960.63
Current children cumulated vsize (KiB) 414660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12194
/proc/meminfo: memFree=986000/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=414660 CPUtime=5000.02
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 116836 0 0 0 499858 144 0 0 25 0 1 0 201680105 424611840 103408 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 103665 103408 119 243 0 103419 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 414660

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

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

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12194
/proc/meminfo: memFree=986000/2055920 swapFree=4152812/4192956
[pid=11797] ppid=11795 vsize=414660 CPUtime=5000.02
/proc/11797/stat : 11797 (cmusat) R 11795 11797 11741 0 -1 4194304 116836 0 0 0 499858 144 0 0 25 0 1 0 201680105 424611840 103408 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/11797/statm: 103665 103408 119 243 0 103419 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 414660

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.77
CPU time (s): 5000.09
CPU user time (s): 4998.59
CPU system time (s): 1.50577
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (KiB): 414660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.59
system time used= 1.50577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116836
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= 6
involuntary context switches= 47583

runsolver used 5.9361 second user time and 12.0322 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Apr 22 15:40:25 UTC 2007

IDJOB= 369232
IDBENCH= 24632
IDSOLVER= 182
FILE ID= node9/369232-1177256423

PBS_JOBID= 4650624

Free space on /tmp= 66414 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/369232-1177256423/cmusat /tmp/evaluation/369232-1177256423/instance-369232-1177256423.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-369232-1177256423 -o ROOT/results/node9/solver-369232-1177256423 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/369232-1177256423/cmusat /tmp/evaluation/369232-1177256423/instance-369232-1177256423.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  bf3618cdbef11db03f2026bf209783fc

RANDOM SEED= 31667187

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1400624 kB
Buffers:         57552 kB
Cached:         526820 kB
SwapCached:       8248 kB
Active:         303616 kB
Inactive:       304276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1400624 kB
SwapTotal:     4192956 kB
SwapFree:      4152812 kB
Dirty:           18476 kB
Writeback:           0 kB
Mapped:          29568 kB
Slab:            32936 kB
Committed_AS:  6537556 kB
PageTables:       1784 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= 66414 MiB

End job on node9 on Sun Apr 22 17:03:49 UTC 2007