Trace number 1731107

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.02 1200.41

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-3cage-unsat-10-3.sat05-2568.reshuffled-07.cnf
MD5SUMd65aa32f539d7b147c82042f18f65687
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.4418
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses560
Sum of the clauses size2240
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4560
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:           140                                         |
0.00/0.00	c |  Number of clauses:             560                                         |
0.00/0.00	c |  Parse time:                   0.00 s                                       |
0.00/0.00	c |  Simplification time:          0.00 s                                       |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |       100 |      70      280     1120 |      102      100     21 |  0.005 % |
0.00/0.00	c |       250 |      70      280     1120 |      112      112     15 |  0.005 % |
0.00/0.00	c |       475 |      70      280     1120 |      124      132     15 |  0.005 % |
0.00/0.01	c |       812 |      70      280     1120 |      136       81     13 |  0.005 % |
0.00/0.01	c |      1318 |      70      280     1120 |      150       87     14 |  0.005 % |
0.00/0.02	c |      2077 |      70      280     1120 |      165      198     15 |  0.005 % |
0.00/0.03	c |      3216 |      70      280     1120 |      181      140     15 |  0.005 % |
0.00/0.04	c |      4924 |      70      280     1120 |      200      140     14 |  0.005 % |
0.00/0.06	c |      7486 |      70      280     1120 |      220      132     13 |  0.005 % |
0.06/0.09	c |     11330 |      70      280     1120 |      242      123     13 |  0.005 % |
0.10/0.13	c |     17096 |      70      280     1120 |      266      244     16 |  0.005 % |
0.20/0.20	c |     25745 |      70      280     1120 |      292      290     16 |  0.005 % |
0.30/0.30	c |     38719 |      70      280     1120 |      322      256     15 |  0.005 % |
0.40/0.46	c |     58180 |      70      280     1120 |      354      310     14 |  0.005 % |
0.60/0.69	c |     87372 |      70      280     1120 |      389      306     18 |  0.005 % |
1.00/1.04	c |    131161 |      70      280     1120 |      428      283     13 |  0.005 % |
1.50/1.56	c |    196845 |      70      280     1120 |      471      442     15 |  0.005 % |
2.30/2.37	c |    295371 |      70      280     1120 |      518      408     14 |  0.005 % |
3.49/3.58	c |    443160 |      70      280     1120 |      570      471     16 |  0.005 % |
5.40/5.41	c |    664843 |      70      280     1120 |      627      318     12 |  0.005 % |
8.19/8.25	c |    997368 |      70      280     1120 |      690      614     16 |  0.005 % |
12.59/12.60	c |   1496156 |      70      280     1120 |      759      639     15 |  0.005 % |
19.09/19.15	c |   2244338 |      70      280     1120 |      835      457     16 |  0.005 % |
28.88/29.00	c |   3366612 |      70      280     1120 |      919      594     14 |  0.005 % |
44.48/44.53	c |   5050023 |      70      280     1120 |     1011      603     16 |  0.005 % |
67.57/67.63	c |   7575139 |      70      280     1120 |     1112      717     16 |  0.005 % |
103.66/103.71	c |  11362814 |      70      280     1120 |     1223      908     16 |  0.005 % |
157.64/157.74	c |  17044326 |      70      280     1120 |     1345     1214     18 |  0.005 % |
241.42/241.52	c |  25566595 |      70      280     1120 |     1480      692     17 |  0.005 % |
367.18/367.34	c |  38349998 |      70      280     1120 |     1628     1062     17 |  0.005 % |
564.21/564.44	c |  57525103 |      70      280     1120 |     1791      840     16 |  0.005 % |
859.01/859.31	c |  86287761 |      70      280     1120 |     1970     1591     17 |  0.005 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1731107-1240767066/watcher-1731107-1240767066 -o /tmp/evaluation-result-1731107-1240767066/solver-1731107-1240767066 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1731107-1240767066.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): 1800 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.00 1.00 1.00 3/64 23199
/proc/meminfo: memFree=1578360/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=7332 CPUtime=0
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 0 104739602 7507968 132 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 1833 132 92 219 0 1611 0

[startup+0.0652661 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23199
/proc/meminfo: memFree=1578360/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=12608 CPUtime=0.06
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 179 0 0 0 6 0 0 0 18 0 1 0 104739602 12910592 151 1992294400 4194304 5092341 548682068832 18446744073709551615 4240931 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 3152 151 100 219 0 2930 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12608

[startup+0.101272 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23199
/proc/meminfo: memFree=1578360/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=12608 CPUtime=0.1
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 181 0 0 0 10 0 0 0 18 0 1 0 104739602 12910592 153 1992294400 4194304 5092341 548682068832 18446744073709551615 4249640 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 3152 153 100 219 0 2930 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12608

[startup+0.301306 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23199
/proc/meminfo: memFree=1578360/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=17800 CPUtime=0.3
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 194 0 0 0 30 0 0 0 19 0 1 0 104739602 18227200 166 1992294400 4194304 5092341 548682068832 18446744073709551615 4249191 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4450 166 100 219 0 4228 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 17800

[startup+0.701374 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23199
/proc/meminfo: memFree=1578360/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=17800 CPUtime=0.7
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 203 0 0 0 70 0 0 0 23 0 1 0 104739602 18227200 175 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4450 175 100 219 0 4228 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 17800

[startup+1.50151 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23200
/proc/meminfo: memFree=1577968/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=17800 CPUtime=1.5
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 226 0 0 0 150 0 0 0 25 0 1 0 104739602 18227200 187 1992294400 4194304 5092341 548682068832 18446744073709551615 4262264 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4450 187 100 219 0 4228 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 17800

[startup+3.10178 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23200
/proc/meminfo: memFree=1577776/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=17800 CPUtime=3.09
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 244 0 0 0 309 0 0 0 25 0 1 0 104739602 18227200 205 1992294400 4194304 5092341 548682068832 18446744073709551615 4240843 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4450 205 100 219 0 4228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17800

[startup+6.30133 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23200
/proc/meminfo: memFree=1577648/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=17800 CPUtime=6.29
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 265 0 0 0 629 0 0 0 25 0 1 0 104739602 18227200 226 1992294400 4194304 5092341 548682068832 18446744073709551615 4264377 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4450 226 100 219 0 4228 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17800

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23200
/proc/meminfo: memFree=1577328/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=17800 CPUtime=12.69
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 293 0 0 0 1269 0 0 0 25 0 1 0 104739602 18227200 254 1992294400 4194304 5092341 548682068832 18446744073709551615 4240679 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4450 254 100 219 0 4228 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17800

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23200
/proc/meminfo: memFree=1577200/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=17804 CPUtime=25.48
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 343 0 0 0 2548 0 0 0 25 0 1 0 104739602 18231296 284 1992294400 4194304 5092341 548682068832 18446744073709551615 4249545 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4451 284 100 219 0 4229 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17804

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23200
/proc/meminfo: memFree=1576880/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18308 CPUtime=51.08
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 494 0 0 0 5108 0 0 0 25 0 1 0 104739602 18747392 368 1992294400 4194304 5092341 548682068832 18446744073709551615 4241095 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4577 368 100 219 0 4355 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18308

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23200
/proc/meminfo: memFree=1576624/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18308 CPUtime=102.26
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 577 0 0 0 10226 0 0 0 25 0 1 0 104739602 18747392 426 1992294400 4194304 5092341 548682068832 18446744073709551615 4244137 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4577 426 100 219 0 4355 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18308

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23200
/proc/meminfo: memFree=1576496/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18308 CPUtime=162.24
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 607 0 0 0 16224 0 0 0 25 0 1 0 104739602 18747392 456 1992294400 4194304 5092341 548682068832 18446744073709551615 4241912 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4577 456 100 219 0 4355 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 18308

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23200
/proc/meminfo: memFree=1576432/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18308 CPUtime=222.22
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 619 0 0 0 22221 1 0 0 25 0 1 0 104739602 18747392 468 1992294400 4194304 5092341 548682068832 18446744073709551615 4248386 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4577 468 100 219 0 4355 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 18308

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23200
/proc/meminfo: memFree=1576304/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18308 CPUtime=282.2
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 649 0 0 0 28219 1 0 0 25 0 1 0 104739602 18747392 498 1992294400 4194304 5092341 548682068832 18446744073709551615 4244369 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4577 498 100 219 0 4355 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 18308

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23200
/proc/meminfo: memFree=1576112/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18308 CPUtime=342.18
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 683 0 0 0 34217 1 0 0 25 0 1 0 104739602 18747392 532 1992294400 4194304 5092341 548682068832 18446744073709551615 4250061 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4577 532 100 219 0 4355 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 18308

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23200
/proc/meminfo: memFree=1575984/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18308 CPUtime=402.16
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 713 0 0 0 40215 1 0 0 25 0 1 0 104739602 18747392 562 1992294400 4194304 5092341 548682068832 18446744073709551615 4240648 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4577 562 100 219 0 4355 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 18308

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575664/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18308 CPUtime=462.14
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 726 0 0 0 46213 1 0 0 25 0 1 0 104739602 18747392 575 1992294400 4194304 5092341 548682068832 18446744073709551615 4250193 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4577 575 100 219 0 4355 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 18308

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575600/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=522.12
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 783 0 0 0 52211 1 0 0 25 0 1 0 104739602 18751488 585 1992294400 4194304 5092341 548682068832 18446744073709551615 4244578 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 585 100 219 0 4356 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 18312

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575600/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=582.1
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 795 0 0 0 58209 1 0 0 25 0 1 0 104739602 18751488 597 1992294400 4194304 5092341 548682068832 18446744073709551615 4240620 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 597 100 219 0 4356 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 18312

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575600/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=642.08
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 795 0 0 0 64207 1 0 0 25 0 1 0 104739602 18751488 597 1992294400 4194304 5092341 548682068832 18446744073709551615 4268485 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 597 100 219 0 4356 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 18312

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575600/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=702.06
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 795 0 0 0 70205 1 0 0 25 0 1 0 104739602 18751488 597 1992294400 4194304 5092341 548682068832 18446744073709551615 4268889 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 597 100 219 0 4356 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 18312

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575600/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=762.04
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 796 0 0 0 76203 1 0 0 25 0 1 0 104739602 18751488 598 1992294400 4194304 5092341 548682068832 18446744073709551615 4250757 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 598 100 219 0 4356 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 18312

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575664/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=822.02
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 796 0 0 0 82201 1 0 0 25 0 1 0 104739602 18751488 598 1992294400 4194304 5092341 548682068832 18446744073709551615 4252538 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 598 100 219 0 4356 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 18312

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575600/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=882.01
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 802 0 0 0 88199 2 0 0 25 0 1 0 104739602 18751488 604 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 604 100 219 0 4356 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 18312

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575536/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=941.99
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 816 0 0 0 94197 2 0 0 25 0 1 0 104739602 18751488 618 1992294400 4194304 5092341 548682068832 18446744073709551615 4241048 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 618 100 219 0 4356 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 18312

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575472/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=1001.97
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 820 0 0 0 100195 2 0 0 25 0 1 0 104739602 18751488 622 1992294400 4194304 5092341 548682068832 18446744073709551615 4240957 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 622 100 219 0 4356 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 18312

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575408/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=1061.95
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 833 0 0 0 106193 2 0 0 25 0 1 0 104739602 18751488 635 1992294400 4194304 5092341 548682068832 18446744073709551615 4241260 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 635 100 219 0 4356 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 18312

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575344/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=1121.93
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 839 0 0 0 112191 2 0 0 25 0 1 0 104739602 18751488 641 1992294400 4194304 5092341 548682068832 18446744073709551615 4240648 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 641 100 219 0 4356 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 18312

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575344/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=1181.91
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 842 0 0 0 118189 2 0 0 25 0 1 0 104739602 18751488 644 1992294400 4194304 5092341 548682068832 18446744073709551615 4263536 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 644 100 219 0 4356 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 18312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23202
/proc/meminfo: memFree=1575344/2055920 swapFree=4181396/4192956
[pid=23199] ppid=23197 vsize=18312 CPUtime=1200.01
/proc/23199/stat : 23199 (minisat) R 23197 23199 22979 0 -1 4194304 842 0 0 0 119999 2 0 0 25 0 1 0 104739602 18751488 644 1992294400 4194304 5092341 548682068832 18446744073709551615 4241376 0 0 4096 3 0 0 0 17 1 0 0
/proc/23199/statm: 4578 644 100 219 0 4356 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 18312

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.02
CPU user time (s): 1199.99
CPU system time (s): 0.025996
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 18312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.99
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 842
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= 2
involuntary context switches= 3049

runsolver used 1.11083 second user time and 2.18967 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-26 19:31:06
IDJOB=1731107
IDBENCH=24743
IDSOLVER=546
FILE ID=node25/1731107-1240767066
PBS_JOBID= 9187149
Free space on /tmp= 66388 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-3cage-unsat-10-3.sat05-2568.reshuffled-07.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731107-1240767066/watcher-1731107-1240767066 -o /tmp/evaluation-result-1731107-1240767066/solver-1731107-1240767066 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1731107-1240767066.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d65aa32f539d7b147c82042f18f65687
RANDOM SEED=871620957

node25.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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:       1578776 kB
Buffers:         49184 kB
Cached:         371140 kB
SwapCached:       5424 kB
Active:         131108 kB
Inactive:       297072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578776 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:             932 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            34940 kB
Committed_AS:   402076 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= 66388 MiB
End job on node25 at 2009-04-26 19:51:08