Trace number 367313

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) 10000.2 10003.9

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k85.cnf
MD5SUMc3d30b6959b230b8a74fb1a82919c5c8
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables47152
Number of clauses169625
Sum of the clauses size451547
Maximum clause length37
Minimum clause length1
Number of clauses of size 11123
Number of clauses of size 288141
Number of clauses of size 373930
Number of clauses of size 4426
Number of clauses of size 5825
Number of clauses of size over 55180

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  47152                                                |
0.19/0.21	c |  Number of clauses:    169625                                               |

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/node37/watcher-367313-1176944513 -o ROOT/results/node37/solver-367313-1176944513 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/367313-1176944513/cmusat /tmp/evaluation/367313-1176944513/instance-367313-1176944513.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.72 0.95 0.98 3/84 29429
/proc/meminfo: memFree=1810856/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=2184 CPUtime=0
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 376 0 0 0 0 0 0 0 18 0 1 0 142363761 2236416 359 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134516448 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 546 359 88 243 0 300 0

[startup+0.056945 s]
/proc/loadavg: 0.72 0.95 0.98 3/84 29429
/proc/meminfo: memFree=1810856/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=5792 CPUtime=0.04
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 1263 0 0 0 4 0 0 0 18 0 1 0 142363761 5931008 1246 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 1448 1247 96 243 0 1202 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5792

[startup+0.101953 s]
/proc/loadavg: 0.72 0.95 0.98 3/84 29429
/proc/meminfo: memFree=1810856/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=9356 CPUtime=0.09
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 2003 0 0 0 9 0 0 0 18 0 1 0 142363761 9580544 1986 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134531925 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 2339 1987 96 243 0 2093 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9356

[startup+0.30199 s]
/proc/loadavg: 0.72 0.95 0.98 3/84 29429
/proc/meminfo: memFree=1810856/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=19500 CPUtime=0.29
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 4269 0 0 0 28 1 0 0 19 0 1 0 142363761 19968000 4252 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 4875 4252 109 243 0 4629 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19500

[startup+0.701072 s]
/proc/loadavg: 0.72 0.95 0.98 3/84 29429
/proc/meminfo: memFree=1810856/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=27572 CPUtime=0.68
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 6236 0 0 0 66 2 0 0 23 0 1 0 142363761 28233728 6219 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134534340 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 6893 6219 109 243 0 6647 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27572

[startup+1.50121 s]
/proc/loadavg: 0.74 0.95 0.98 2/85 29430
/proc/meminfo: memFree=1784992/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=21356 CPUtime=1.49
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 7132 0 0 0 146 3 0 0 25 0 1 0 142363761 21868544 5211 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 5339 5211 119 243 0 5093 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21356

[startup+3.10152 s]
/proc/loadavg: 0.74 0.95 0.98 2/79 29450
/proc/meminfo: memFree=1791120/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=21356 CPUtime=3.08
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 7132 0 0 0 305 3 0 0 25 0 1 0 142363761 21868544 5211 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 5339 5211 119 243 0 5093 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 21356

[startup+6.30112 s]
/proc/loadavg: 0.76 0.95 0.98 2/79 29450
/proc/meminfo: memFree=1790480/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=22940 CPUtime=6.28
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 7518 0 0 0 625 3 0 0 25 0 1 0 142363761 23490560 5597 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134521750 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 5735 5597 119 243 0 5489 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22940

[startup+12.7013 s]
/proc/loadavg: 0.78 0.95 0.98 2/79 29450
/proc/meminfo: memFree=1783656/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=29540 CPUtime=12.67
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 9155 0 0 0 1263 4 0 0 25 0 1 0 142363761 30248960 7234 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 7385 7234 119 243 0 7139 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29540

[startup+25.5017 s]
/proc/loadavg: 0.81 0.95 0.98 2/79 29450
/proc/meminfo: memFree=1770672/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=42476 CPUtime=25.47
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 12402 0 0 0 2540 7 0 0 25 0 1 0 142363761 43495424 10481 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581609 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 10619 10483 119 243 0 10373 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 42476

[startup+51.1016 s]
/proc/loadavg: 0.88 0.96 0.98 2/79 29450
/proc/meminfo: memFree=1753200/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=59844 CPUtime=51.05
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 17759 0 0 0 5093 12 0 0 25 0 1 0 142363761 61280256 14818 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 14961 14818 119 243 0 14715 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 59844

[startup+102.305 s]
/proc/loadavg: 0.95 0.96 0.98 2/79 29450
/proc/meminfo: memFree=1737008/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=75728 CPUtime=102.24
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 22490 0 0 0 10207 17 0 0 25 0 1 0 142363761 77545472 18795 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 18932 18795 119 243 0 18686 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 75728

[startup+162.302 s]
/proc/loadavg: 0.98 0.97 0.98 2/79 29450
/proc/meminfo: memFree=1726896/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=85820 CPUtime=162.21
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 25389 0 0 0 16201 20 0 0 25 0 1 0 142363761 87879680 21292 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 21455 21292 119 243 0 21209 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 85820

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 29450
/proc/meminfo: memFree=1717424/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=95268 CPUtime=222.2
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 28192 0 0 0 22196 24 0 0 25 0 1 0 142363761 97554432 23679 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 23817 23679 119 243 0 23571 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 95268

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 29450
/proc/meminfo: memFree=1695984/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=116816 CPUtime=282.17
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 33991 0 0 0 28189 28 0 0 25 0 1 0 142363761 119619584 29046 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 29204 29046 119 243 0 28958 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 116816

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 29450
/proc/meminfo: memFree=1692272/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=120776 CPUtime=342.16
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 34980 0 0 0 34186 30 0 0 25 0 1 0 142363761 123674624 30035 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 30194 30035 119 243 0 29948 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 120776

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 29450
/proc/meminfo: memFree=1656944/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=155876 CPUtime=402.13
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 44182 0 0 0 40176 37 0 0 25 0 1 0 142363761 159617024 38789 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 38969 38789 119 243 0 38723 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 155876

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 29450
/proc/meminfo: memFree=1599280/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=218616 CPUtime=462.11
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 58968 0 0 0 46168 43 0 0 25 0 1 0 142363761 223862784 53108 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134591993 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 54654 53108 119 243 0 54408 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 218616

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 29450
/proc/meminfo: memFree=1599280/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=218616 CPUtime=522.09
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 59027 0 0 0 52166 43 0 0 25 0 1 0 142363761 223862784 53167 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589545 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 54654 53167 119 243 0 54408 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 218616

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 29450
/proc/meminfo: memFree=1597168/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=220660 CPUtime=582.07
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 59544 0 0 0 58163 44 0 0 25 0 1 0 142363761 225955840 53684 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 55165 53684 119 243 0 54919 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 220660

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/79 29450
/proc/meminfo: memFree=1598832/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=218616 CPUtime=642.06
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 59599 0 0 0 64162 44 0 0 25 0 1 0 142363761 223862784 53228 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589708 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 54654 53228 119 243 0 54408 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 218616


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

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30338
/proc/meminfo: memFree=1066928/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=676028 CPUtime=9098.82
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 187864 0 0 0 909681 201 0 0 25 0 1 0 142363761 692252672 165573 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 169007 165573 119 243 0 168761 0
Current children cumulated CPU time (s) 9098.82
Current children cumulated vsize (KiB) 676028

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30338
/proc/meminfo: memFree=1059824/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=683156 CPUtime=9158.8
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 189613 0 0 0 915677 203 0 0 25 0 1 0 142363761 699551744 167322 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 170789 167322 119 243 0 170543 0
Current children cumulated CPU time (s) 9158.8
Current children cumulated vsize (KiB) 683156

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30338
/proc/meminfo: memFree=1052784/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=690152 CPUtime=9218.79
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 191371 0 0 0 921674 205 0 0 25 0 1 0 142363761 706715648 169080 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 172538 169080 119 243 0 172292 0
Current children cumulated CPU time (s) 9218.79
Current children cumulated vsize (KiB) 690152

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30338
/proc/meminfo: memFree=1045872/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=697152 CPUtime=9278.76
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 193125 0 0 0 927668 208 0 0 25 0 1 0 142363761 713883648 170834 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590202 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 174288 170834 119 243 0 174042 0
Current children cumulated CPU time (s) 9278.76
Current children cumulated vsize (KiB) 697152

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30338
/proc/meminfo: memFree=1038832/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=704052 CPUtime=9338.75
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 194852 0 0 0 933665 210 0 0 25 0 1 0 142363761 720949248 172561 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 176013 172561 119 243 0 175767 0
Current children cumulated CPU time (s) 9338.75
Current children cumulated vsize (KiB) 704052

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30338
/proc/meminfo: memFree=1031792/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=711296 CPUtime=9398.72
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 196744 0 0 0 939660 212 0 0 25 0 1 0 142363761 728367104 174324 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 177824 174324 119 243 0 177578 0
Current children cumulated CPU time (s) 9398.72
Current children cumulated vsize (KiB) 711296

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30340
/proc/meminfo: memFree=1024560/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=718160 CPUtime=9458.7
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 198518 0 0 0 945656 214 0 0 25 0 1 0 142363761 735395840 176098 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 179540 176098 119 243 0 179294 0
Current children cumulated CPU time (s) 9458.7
Current children cumulated vsize (KiB) 718160

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30340
/proc/meminfo: memFree=1017456/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=725216 CPUtime=9518.68
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 200317 0 0 0 951652 216 0 0 25 0 1 0 142363761 742621184 177897 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 181304 177897 119 243 0 181058 0
Current children cumulated CPU time (s) 9518.68
Current children cumulated vsize (KiB) 725216

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30340
/proc/meminfo: memFree=1010224/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=732332 CPUtime=9578.66
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 202099 0 0 0 957647 219 0 0 25 0 1 0 142363761 749907968 179679 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589569 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 183083 179679 119 243 0 182837 0
Current children cumulated CPU time (s) 9578.66
Current children cumulated vsize (KiB) 732332

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30340
/proc/meminfo: memFree=1003248/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=739064 CPUtime=9638.64
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 203843 0 0 0 963644 220 0 0 25 0 1 0 142363761 756801536 181423 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 184766 181423 119 243 0 184520 0
Current children cumulated CPU time (s) 9638.64
Current children cumulated vsize (KiB) 739064

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30340
/proc/meminfo: memFree=996336/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=745820 CPUtime=9698.62
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 205539 0 0 0 969640 222 0 0 25 0 1 0 142363761 763719680 183119 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 186455 183119 119 243 0 186209 0
Current children cumulated CPU time (s) 9698.62
Current children cumulated vsize (KiB) 745820

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30340
/proc/meminfo: memFree=990000/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=752048 CPUtime=9758.61
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 207144 0 0 0 975636 225 0 0 25 0 1 0 142363761 770097152 184724 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 188012 184724 119 243 0 187766 0
Current children cumulated CPU time (s) 9758.61
Current children cumulated vsize (KiB) 752048

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30340
/proc/meminfo: memFree=983472/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=758252 CPUtime=9818.59
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 208772 0 0 0 981632 227 0 0 25 0 1 0 142363761 776450048 186352 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 189563 186352 119 243 0 189317 0
Current children cumulated CPU time (s) 9818.59
Current children cumulated vsize (KiB) 758252

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30340
/proc/meminfo: memFree=978160/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=763336 CPUtime=9878.57
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 211491 0 0 0 987627 230 0 0 25 0 1 0 142363761 781656064 187655 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134578742 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 190834 187655 119 243 0 190588 0
Current children cumulated CPU time (s) 9878.57
Current children cumulated vsize (KiB) 763336

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30340
/proc/meminfo: memFree=978096/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=763336 CPUtime=9938.54
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 211491 0 0 0 993624 230 0 0 25 0 1 0 142363761 781656064 187655 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589569 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 190834 187655 119 243 0 190588 0
Current children cumulated CPU time (s) 9938.54
Current children cumulated vsize (KiB) 763336

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30340
/proc/meminfo: memFree=977648/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=763860 CPUtime=9998.53
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 211631 0 0 0 999622 231 0 0 25 0 1 0 142363761 782192640 187762 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590170 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 190965 187762 119 243 0 190719 0
Current children cumulated CPU time (s) 9998.53
Current children cumulated vsize (KiB) 763860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30340
/proc/meminfo: memFree=977648/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=763860 CPUtime=10000
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4194304 211631 0 0 0 999772 231 0 0 25 0 1 0 142363761 782192640 187762 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 190965 187762 119 243 0 190719 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 763860

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

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

[startup+10003.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 30340
/proc/meminfo: memFree=977648/2055920 swapFree=4159008/4192956
[pid=29429] ppid=29427 vsize=0 CPUtime=10000.1
/proc/29429/stat : 29429 (cmusat) R 29427 29429 29371 0 -1 4195332 211631 0 0 0 999772 241 0 0 25 0 1 0 142363761 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/29429/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003.9
CPU time (s): 10000.2
CPU user time (s): 9997.72
CPU system time (s): 2.43163
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 763860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9997.72
system time used= 2.43163
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211631
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= 125863

runsolver used 9.8415 second user time and 26.544 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Thu Apr 19 01:01:53 UTC 2007

IDJOB= 367313
IDBENCH= 20527
IDSOLVER= 173
FILE ID= node37/367313-1176944513

PBS_JOBID= 4605772

Free space on /tmp= 66410 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k85.cnf
COMMAND LINE= /tmp/evaluation/367313-1176944513/cmusat /tmp/evaluation/367313-1176944513/instance-367313-1176944513.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-367313-1176944513 -o ROOT/results/node37/solver-367313-1176944513 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/367313-1176944513/cmusat /tmp/evaluation/367313-1176944513/instance-367313-1176944513.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  c3d30b6959b230b8a74fb1a82919c5c8

RANDOM SEED= 380258257

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
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:       1811264 kB
Buffers:         30272 kB
Cached:         133616 kB
SwapCached:       2372 kB
Active:          65756 kB
Inactive:       122368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811264 kB
SwapTotal:     4192956 kB
SwapFree:      4159008 kB
Dirty:            6772 kB
Writeback:           0 kB
Mapped:          32520 kB
Slab:            41464 kB
Committed_AS:  1108128 kB
PageTables:       2232 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= 66410 MiB

End job on node37 on Thu Apr 19 03:48:39 UTC 2007