Trace number 1721883

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.08 1200.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications 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 variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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.05	c |  Number of variables:          1278                                         |
0.00/0.05	c |  Number of clauses:           68055                                         |
0.00/0.05	c |  Parse time:                   0.05 s                                       |
0.69/0.77	c |  Simplification time:          0.72 s                                       |
0.69/0.77	c |                                                                             |
0.69/0.77	c ============================[ Search Statistics ]==============================
0.69/0.77	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.77	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.77	c ===============================================================================
0.69/0.78	c |       100 |     791    63768   249675 |    23381      100     42 |  0.000 % |
0.69/0.79	c |       250 |     791    63768   249675 |    25719      250     39 |  0.001 % |
0.79/0.82	c |       475 |     791    63768   249675 |    28291      475     30 |  0.001 % |
0.79/0.85	c |       812 |     791    63768   249675 |    31120      812     24 |  0.001 % |
0.79/0.90	c |      1318 |     791    63768   249675 |    34233     1318     20 |  0.001 % |
0.89/0.96	c |      2077 |     791    63768   249675 |    37656     2077     21 |  0.001 % |
1.00/1.07	c |      3216 |     791    63768   249675 |    41421     3216     20 |  0.001 % |
1.19/1.23	c |      4924 |     791    63768   249675 |    45564     4924     19 |  0.001 % |
1.39/1.43	c |      7486 |     791    63768   249675 |    50120     7486     18 |  0.001 % |
1.59/1.66	c |     11330 |     791    63768   249675 |    55132    11330     20 |  0.014 % |
2.09/2.15	c |     17096 |     791    63768   249675 |    60645    17096     25 |  0.000 % |
3.09/3.12	c |     25745 |     791    63768   249675 |    66710    25745     28 |  0.014 % |
5.59/5.66	c |     38719 |     791    63768   249675 |    73381    38719     30 |  0.014 % |
18.99/19.02	c |     58180 |     791    63768   249675 |    80719    58180     29 |  0.014 % |
53.97/54.08	c |     87372 |     791    63768   249675 |    88791    22875     29 |  0.014 % |
62.97/63.05	c |    131161 |     791    63768   249675 |    97670    66664     33 |  0.014 % |
96.16/96.28	c |    196845 |     791    63768   249675 |   107437    49632     31 |  0.014 % |
155.55/155.68	c |    295371 |     791    63768   249675 |   118181    56625     33 |  0.014 % |
234.42/234.51	c |    443160 |     791    63768   249675 |   129999   102322     37 |  0.014 % |
604.32/604.60	c |    664843 |     791    63768   249675 |   142999   100324     34 |  0.014 % |
706.19/706.40	c |    997368 |     790    63515   248938 |   157299    57862     34 |  0.090 % |
887.24/887.57	c |   1496156 |     789    63271   248225 |   173029    29385     16 |  0.157 % |

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-1721883-1240670909/watcher-1721883-1240670909 -o /tmp/evaluation-result-1721883-1240670909/solver-1721883-1240670909 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1721883-1240670909.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.99 1.85 1.45 3/64 17657
/proc/meminfo: memFree=1573424/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=7600 CPUtime=0
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 437 0 0 0 0 0 0 0 18 0 1 0 95124296 7782400 421 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 1900 421 63 219 0 1678 0

[startup+0.0871189 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 17657
/proc/meminfo: memFree=1573424/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=10680 CPUtime=0.07
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 1617 0 0 0 7 0 0 0 18 0 1 0 95124296 10936320 1499 1992294400 4194304 5092341 548682068832 18446744073709551615 4219527 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 2670 1499 87 219 0 2448 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10680

[startup+0.10212 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 17657
/proc/meminfo: memFree=1573424/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=10680 CPUtime=0.09
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 1617 0 0 0 9 0 0 0 18 0 1 0 95124296 10936320 1499 1992294400 4194304 5092341 548682068832 18446744073709551615 4219959 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 2670 1499 87 219 0 2448 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10680

[startup+0.30114 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 17657
/proc/meminfo: memFree=1573424/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=10680 CPUtime=0.29
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 1618 0 0 0 29 0 0 0 19 0 1 0 95124296 10936320 1500 1992294400 4194304 5092341 548682068832 18446744073709551615 4219930 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 2670 1500 88 219 0 2448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10680

[startup+0.702181 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 17657
/proc/meminfo: memFree=1573424/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=11212 CPUtime=0.69
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 1896 0 0 0 69 0 0 0 22 0 1 0 95124296 11481088 1778 1992294400 4194304 5092341 548682068832 18446744073709551615 4219527 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 2803 1778 88 219 0 2581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11212

[startup+1.50126 s]
/proc/loadavg: 1.99 1.85 1.45 2/65 17658
/proc/meminfo: memFree=1567336/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=10848 CPUtime=1.49
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 2378 0 0 0 148 1 0 0 25 0 1 0 95124296 11108352 1726 1992294400 4194304 5092341 548682068832 18446744073709551615 4249631 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 2712 1726 102 219 0 2490 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10848

[startup+3.10142 s]
/proc/loadavg: 1.91 1.84 1.45 2/65 17658
/proc/meminfo: memFree=1565480/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=11904 CPUtime=3.09
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 3217 0 0 0 308 1 0 0 25 0 1 0 95124296 12189696 2565 1992294400 4194304 5092341 548682068832 18446744073709551615 4240667 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 2976 2565 102 219 0 2754 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11904

[startup+6.30175 s]
/proc/loadavg: 1.91 1.84 1.45 2/65 17658
/proc/meminfo: memFree=1560616/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=16044 CPUtime=6.29
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 4064 0 0 0 627 2 0 0 25 0 1 0 95124296 16429056 3412 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 4011 3412 102 219 0 3789 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16044

[startup+12.7014 s]
/proc/loadavg: 1.84 1.82 1.45 2/65 17658
/proc/meminfo: memFree=1556520/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=18332 CPUtime=12.68
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 4914 0 0 0 1266 2 0 0 25 0 1 0 95124296 18771968 4262 1992294400 4194304 5092341 548682068832 18446744073709551615 4240633 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 4583 4262 102 219 0 4361 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18332

[startup+25.5017 s]
/proc/loadavg: 1.65 1.78 1.44 2/65 17658
/proc/meminfo: memFree=1554152/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=22940 CPUtime=25.48
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 5487 0 0 0 2545 3 0 0 25 0 1 0 95124296 23490560 4835 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 5735 4835 102 219 0 5513 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22940

[startup+51.1013 s]
/proc/loadavg: 1.43 1.72 1.43 2/65 17658
/proc/meminfo: memFree=1551336/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=24236 CPUtime=51.07
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 6270 0 0 0 5102 5 0 0 25 0 1 0 95124296 24817664 5618 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 6059 5618 102 219 0 5837 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24236

[startup+102.305 s]
/proc/loadavg: 1.17 1.59 1.40 2/65 17658
/proc/meminfo: memFree=1535144/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=45212 CPUtime=102.27
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 16747 0 0 0 10214 13 0 0 25 0 1 0 95124296 46297088 9558 1992294400 4194304 5092341 548682068832 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 11303 9558 102 219 0 11081 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 45212

[startup+162.302 s]
/proc/loadavg: 1.07 1.49 1.37 2/65 17658
/proc/meminfo: memFree=1531432/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=45212 CPUtime=162.25
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 17649 0 0 0 16211 14 0 0 25 0 1 0 95124296 46297088 10460 1992294400 4194304 5092341 548682068832 18446744073709551615 4241037 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 11303 10460 102 219 0 11081 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 45212

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.35 2/65 17658
/proc/meminfo: memFree=1530856/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=45212 CPUtime=222.23
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 22303 0 0 0 22208 15 0 0 25 0 1 0 95124296 46297088 10556 1992294400 4194304 5092341 548682068832 18446744073709551615 4241095 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 11303 10556 102 219 0 11081 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 45212

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.32 2/65 17658
/proc/meminfo: memFree=1527400/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=69472 CPUtime=282.22
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 23208 0 0 0 28205 17 0 0 25 0 1 0 95124296 71139328 11461 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 17368 11461 102 219 0 17146 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 69472

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/65 17658
/proc/meminfo: memFree=1514472/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=69472 CPUtime=342.2
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 26407 0 0 0 34201 19 0 0 25 0 1 0 95124296 71139328 14660 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 17368 14660 102 219 0 17146 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 69472

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/65 17658
/proc/meminfo: memFree=1512488/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=69472 CPUtime=402.18
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 26917 0 0 0 40199 19 0 0 25 0 1 0 95124296 71139328 15170 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 17368 15170 102 219 0 17146 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 69472

[startup+462.301 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 17658
/proc/meminfo: memFree=1509544/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=69472 CPUtime=462.16
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 27631 0 0 0 46196 20 0 0 25 0 1 0 95124296 71139328 15884 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 17368 15884 102 219 0 17146 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 69472

[startup+522.302 s]
/proc/loadavg: 1.00 1.14 1.24 2/65 17658
/proc/meminfo: memFree=1506984/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=95748 CPUtime=522.14
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 28281 0 0 0 52193 21 0 0 25 0 1 0 95124296 98045952 16534 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 23937 16534 102 219 0 23715 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 95748

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.22 2/65 17658
/proc/meminfo: memFree=1530728/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=58608 CPUtime=582.13
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 30431 0 0 0 58189 24 0 0 25 0 1 0 95124296 60014592 10585 1992294400 4194304 5092341 548682068832 18446744073709551615 4241011 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 14652 10585 102 219 0 14430 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 58608

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.20 2/65 17658
/proc/meminfo: memFree=1524904/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=58608 CPUtime=642.11
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 31876 0 0 0 64185 26 0 0 25 0 1 0 95124296 60014592 12030 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 14652 12030 102 219 0 14430 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 58608

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/65 17658
/proc/meminfo: memFree=1497128/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=77688 CPUtime=702.1
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 47072 0 0 0 70177 33 0 0 25 0 1 0 95124296 79552512 18922 1992294400 4194304 5092341 548682068832 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 19422 18922 102 219 0 19200 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 77688

[startup+762.305 s]
/proc/loadavg: 1.07 1.07 1.18 2/65 17664
/proc/meminfo: memFree=1497120/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=77688 CPUtime=762.07
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 47086 0 0 0 76174 33 0 0 25 0 1 0 95124296 79552512 18936 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 19422 18936 102 219 0 19200 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 77688

[startup+822.302 s]
/proc/loadavg: 1.02 1.05 1.17 2/65 17664
/proc/meminfo: memFree=1497120/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=77688 CPUtime=822.05
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 47086 0 0 0 82172 33 0 0 25 0 1 0 95124296 79552512 18936 1992294400 4194304 5092341 548682068832 18446744073709551615 4241067 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 19422 18936 102 219 0 19200 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 77688

[startup+882.302 s]
/proc/loadavg: 1.01 1.04 1.16 2/65 17664
/proc/meminfo: memFree=1497056/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=77688 CPUtime=882.04
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 54219 0 0 0 88168 36 0 0 25 0 1 0 95124296 79552512 18936 1992294400 4194304 5092341 548682068832 18446744073709551615 4252145 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 19422 18936 102 219 0 19200 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 77688

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 17664
/proc/meminfo: memFree=1497056/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=77688 CPUtime=942.02
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 54219 0 0 0 94166 36 0 0 25 0 1 0 95124296 79552512 18936 1992294400 4194304 5092341 548682068832 18446744073709551615 4250177 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 19422 18936 102 219 0 19200 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 77688

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 17664
/proc/meminfo: memFree=1496992/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=77688 CPUtime=1002
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 54258 0 0 0 100164 36 0 0 25 0 1 0 95124296 79552512 18975 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 19422 18975 102 219 0 19200 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 77688

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 17664
/proc/meminfo: memFree=1491744/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=82876 CPUtime=1061.99
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 55555 0 0 0 106162 37 0 0 25 0 1 0 95124296 84865024 20272 1992294400 4194304 5092341 548682068832 18446744073709551615 4241067 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 20719 20272 102 219 0 20497 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 82876

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 17664
/proc/meminfo: memFree=1491688/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=82876 CPUtime=1121.97
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 55562 0 0 0 112160 37 0 0 25 0 1 0 95124296 84865024 20279 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 20719 20279 102 219 0 20497 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 82876

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 17664
/proc/meminfo: memFree=1491624/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=82876 CPUtime=1181.96
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 55576 0 0 0 118159 37 0 0 25 0 1 0 95124296 84865024 20293 1992294400 4194304 5092341 548682068832 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 20719 20293 102 219 0 20497 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 82876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 17664
/proc/meminfo: memFree=1491560/2055920 swapFree=4180248/4192956
[pid=17657] ppid=17655 vsize=82876 CPUtime=1200.06
/proc/17657/stat : 17657 (minisat) R 17655 17657 17285 0 -1 4194304 55585 0 0 0 119969 37 0 0 25 0 1 0 95124296 84865024 20302 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/17657/statm: 20719 20302 102 219 0 20497 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 82876

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.42
CPU time (s): 1200.08
CPU user time (s): 1199.69
CPU system time (s): 0.386941
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 117104

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

runsolver used 0.92086 second user time and 2.41763 second system time

The end

Launcher Data

Begin job on node17 at 2009-04-25 16:48:29
IDJOB=1721883
IDBENCH=71078
IDSOLVER=546
FILE ID=node17/1721883-1240670909
PBS_JOBID= 9186571
Free space on /tmp= 66136 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721883-1240670909/watcher-1721883-1240670909 -o /tmp/evaluation-result-1721883-1240670909/solver-1721883-1240670909 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1721883-1240670909.cnf

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=385878333

node17.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.234
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.234
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:       1573904 kB
Buffers:         50456 kB
Cached:         374708 kB
SwapCached:       7520 kB
Active:         184036 kB
Inactive:       251128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573904 kB
SwapTotal:     4192956 kB
SwapFree:      4180248 kB
Dirty:            1948 kB
Writeback:           0 kB
Mapped:          13576 kB
Slab:            32764 kB
Committed_AS:   330764 kB
PageTables:       1456 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= 66132 MiB
End job on node17 at 2009-04-25 17:08:32