Trace number 1592884

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
minisat2-simp 070721? (TO) 1200.05 1200.52

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_10_UNKNOWN.cnf
MD5SUM8ece32bbd9e6c3f5c8cdf0e94e0569cd
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 variables1584
Number of clauses100116
Sum of the clauses size297952
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22580
Number of clauses of size 397513
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	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  1584                                                 |
0.00/0.00	|  Number of clauses:    100116                                               |
0.00/0.07	|  Parsing time:         0.06         s                                       |
1.79/1.85	============================[ Search Statistics ]==============================
1.79/1.85	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/1.85	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/1.85	===============================================================================
1.79/1.85	|         0 |    1003    95730   419721 |    31910        0    nan |  0.000 % |
1.79/1.88	|       103 |    1003    95730   419721 |    35101      103     53 |  0.000 % |
1.89/1.91	|       253 |    1003    95730   419721 |    38611      253     55 |  0.000 % |
1.89/1.97	|       478 |    1003    95730   419721 |    42472      478     61 |  0.000 % |
1.99/2.08	|       815 |    1003    95730   419721 |    46719      815     63 |  0.000 % |
2.19/2.23	|      1321 |    1003    95730   419721 |    51391     1321     64 |  0.000 % |
2.49/2.51	|      2081 |    1003    95730   419721 |    56530     2081     65 |  0.000 % |
2.78/2.87	|      3220 |    1003    95730   419721 |    62183     3220     63 |  0.000 % |
3.38/3.44	|      4929 |    1003    95730   419721 |    68401     4929     61 |  0.000 % |
4.39/4.46	|      7494 |    1003    95730   419721 |    75242     7494     60 |  0.000 % |
5.89/5.90	|     11340 |    1003    95730   419721 |    82766    11340     64 |  0.000 % |
8.98/9.08	|     17109 |    1003    95730   419721 |    91042    17109     64 |  0.000 % |
16.39/16.42	|     25760 |    1003    95730   419721 |   100147    25760     67 |  0.000 % |
28.98/29.09	|     38734 |    1003    95730   419721 |   110161    38734     68 |  0.000 % |
55.97/56.09	|     58196 |    1003    95730   419721 |   121178    58196     66 |  0.000 % |
115.35/115.45	|     87392 |    1003    95730   419721 |   133295    87392     65 |  0.000 % |
232.90/233.06	|    131182 |    1003    95730   419721 |   146625   131182     65 |  0.000 % |
347.56/347.74	|    196867 |    1003    95730   419721 |   161288    66383     65 |  0.000 % |
581.87/582.17	|    295395 |    1003    95730   419721 |   177416    19933     66 |  0.000 % |
789.79/790.16	|    443187 |    1003    95730   419721 |   195158   167725     73 |  0.000 % |

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-1592884-1239230521/watcher-1592884-1239230521 -o /tmp/evaluation-result-1592884-1239230521/solver-1592884-1239230521 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592884-1239230521.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: 2.00 1.97 1.88 4/86 8425
/proc/meminfo: memFree=1471872/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=2352 CPUtime=0
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 455 0 0 0 0 0 0 0 18 0 1 0 1195716124 2408448 440 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 588 440 65 178 0 408 0

[startup+0.0908761 s]
/proc/loadavg: 2.00 1.97 1.88 4/86 8425
/proc/meminfo: memFree=1471872/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=7916 CPUtime=0.08
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 1796 0 0 0 7 1 0 0 18 0 1 0 1195716124 8105984 1781 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 1979 1781 81 178 0 1799 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7916

[startup+0.101875 s]
/proc/loadavg: 2.00 1.97 1.88 4/86 8425
/proc/meminfo: memFree=1471872/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=7916 CPUtime=0.09
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 1796 0 0 0 8 1 0 0 18 0 1 0 1195716124 8105984 1781 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 1979 1781 81 178 0 1799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7916

[startup+0.3019 s]
/proc/loadavg: 2.00 1.97 1.88 4/86 8425
/proc/meminfo: memFree=1471872/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=7916 CPUtime=0.29
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 1796 0 0 0 28 1 0 0 19 0 1 0 1195716124 8105984 1781 1992294400 134512640 135243866 4294956256 18446744073709551615 134535464 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 1979 1781 81 178 0 1799 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7916

[startup+0.701951 s]
/proc/loadavg: 2.00 1.97 1.88 4/86 8425
/proc/meminfo: memFree=1471872/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=9504 CPUtime=0.69
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 2220 0 0 0 68 1 0 0 23 0 1 0 1195716124 9732096 2205 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 2376 2205 81 178 0 2196 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9504

[startup+1.50105 s]
/proc/loadavg: 2.00 1.97 1.88 3/87 8426
/proc/meminfo: memFree=1461752/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=11376 CPUtime=1.49
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 2612 0 0 0 148 1 0 0 25 0 1 0 1195716124 11649024 2597 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 2844 2597 81 178 0 2664 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11376

[startup+3.10125 s]
/proc/loadavg: 2.00 1.97 1.88 3/87 8426
/proc/meminfo: memFree=1462200/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=10160 CPUtime=3.08
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 2618 0 0 0 307 1 0 0 25 0 1 0 1195716124 10403840 2394 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 2540 2394 87 178 0 2360 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10160

[startup+6.30265 s]
/proc/loadavg: 2.00 1.97 1.88 3/87 8426
/proc/meminfo: memFree=1461368/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=11612 CPUtime=6.29
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 2990 0 0 0 627 2 0 0 25 0 1 0 1195716124 11890688 2766 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 2903 2766 87 178 0 2723 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11612

[startup+12.7015 s]
/proc/loadavg: 2.00 1.97 1.88 3/87 8426
/proc/meminfo: memFree=1457984/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=14768 CPUtime=12.69
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 3767 0 0 0 1266 3 0 0 25 0 1 0 1195716124 15122432 3543 1992294400 134512640 135243866 4294956256 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 3692 3543 87 178 0 3512 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14768

[startup+25.5011 s]
/proc/loadavg: 2.00 1.97 1.88 3/87 8426
/proc/meminfo: memFree=1453312/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=19376 CPUtime=25.49
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 4915 0 0 0 2545 4 0 0 25 0 1 0 1195716124 19841024 4691 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 4844 4691 87 178 0 4664 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19376

[startup+51.1012 s]
/proc/loadavg: 2.00 1.97 1.88 3/87 8426
/proc/meminfo: memFree=1447616/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=25188 CPUtime=51.07
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 6332 0 0 0 5101 6 0 0 25 0 1 0 1195716124 25792512 6108 1992294400 134512640 135243866 4294956256 18446744073709551615 134555905 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 6297 6108 87 178 0 6117 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25188

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.89 3/87 8426
/proc/meminfo: memFree=1439360/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=33184 CPUtime=102.26
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 8332 0 0 0 10218 8 0 0 25 0 1 0 1195716124 33980416 8108 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 8296 8108 87 178 0 8116 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 33184

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.89 3/87 8426
/proc/meminfo: memFree=1432384/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=40448 CPUtime=162.23
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 10076 0 0 0 16213 10 0 0 25 0 1 0 1195716124 41418752 9852 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 10112 9852 87 178 0 9932 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 40448

[startup+222.302 s]
/proc/loadavg: 2.00 1.97 1.90 3/87 8426
/proc/meminfo: memFree=1425088/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=47732 CPUtime=222.21
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 11874 0 0 0 22210 11 0 0 25 0 1 0 1195716124 48877568 11650 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 11933 11650 87 178 0 11753 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 47732

[startup+282.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8426
/proc/meminfo: memFree=1420352/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=52852 CPUtime=282.19
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 13069 0 0 0 28207 12 0 0 25 0 1 0 1195716124 54120448 12845 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 13213 12845 87 178 0 13033 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 52852

[startup+342.302 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8426
/proc/meminfo: memFree=1418568/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=54512 CPUtime=342.17
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 13508 0 0 0 34204 13 0 0 25 0 1 0 1195716124 55820288 13284 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 13628 13284 87 178 0 13448 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 54512

[startup+402.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8426
/proc/meminfo: memFree=1418504/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=54512 CPUtime=402.14
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 13513 0 0 0 40201 13 0 0 25 0 1 0 1195716124 55820288 13289 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 13628 13289 87 178 0 13448 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 54512

[startup+462.302 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8427
/proc/meminfo: memFree=1418184/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=54676 CPUtime=462.12
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 13548 0 0 0 46199 13 0 0 25 0 1 0 1195716124 55988224 13324 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 13669 13324 87 178 0 13489 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 54676

[startup+522.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8428
/proc/meminfo: memFree=1417928/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=55284 CPUtime=522.09
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 13677 0 0 0 52196 13 0 0 25 0 1 0 1195716124 56610816 13453 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 13821 13453 87 178 0 13641 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 55284

[startup+582.302 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8428
/proc/meminfo: memFree=1412680/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=60544 CPUtime=582.07
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 14986 0 0 0 58192 15 0 0 25 0 1 0 1195716124 61997056 14762 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 15136 14762 87 178 0 14956 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 60544

[startup+642.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8428
/proc/meminfo: memFree=1412424/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=60788 CPUtime=642.05
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 15045 0 0 0 64190 15 0 0 25 0 1 0 1195716124 62246912 14821 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 15197 14821 87 178 0 15017 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 60788

[startup+702.302 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8428
/proc/meminfo: memFree=1412040/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=61116 CPUtime=702.02
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 15106 0 0 0 70187 15 0 0 25 0 1 0 1195716124 62582784 14882 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 15279 14882 87 178 0 15099 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 61116

[startup+762.306 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8428
/proc/meminfo: memFree=1411528/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=61824 CPUtime=762.01
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 15242 0 0 0 76186 15 0 0 25 0 1 0 1195716124 63307776 15018 1992294400 134512640 135243866 4294956256 18446744073709551615 134556112 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 15456 15018 87 178 0 15276 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 61824

[startup+822.302 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8428
/proc/meminfo: memFree=1400584/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=73028 CPUtime=821.98
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 17980 0 0 0 82180 18 0 0 25 0 1 0 1195716124 74780672 17756 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 18257 17756 87 178 0 18077 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 73028

[startup+882.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8428
/proc/meminfo: memFree=1396680/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=76768 CPUtime=881.95
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 18943 0 0 0 88176 19 0 0 25 0 1 0 1195716124 78610432 18719 1992294400 134512640 135243866 4294956256 18446744073709551615 134555719 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 19192 18719 87 178 0 19012 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 76768

[startup+942.302 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8428
/proc/meminfo: memFree=1393992/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=79684 CPUtime=941.93
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 19624 0 0 0 94173 20 0 0 25 0 1 0 1195716124 81596416 19400 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 19921 19400 87 178 0 19741 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 79684

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8428
/proc/meminfo: memFree=1393992/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=79684 CPUtime=1001.9
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 19626 0 0 0 100170 20 0 0 25 0 1 0 1195716124 81596416 19402 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 19921 19402 87 178 0 19741 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 79684

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8428
/proc/meminfo: memFree=1393928/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=79684 CPUtime=1061.88
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 19635 0 0 0 106168 20 0 0 25 0 1 0 1195716124 81596416 19411 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 19921 19411 87 178 0 19741 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 79684

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8428
/proc/meminfo: memFree=1393800/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=79764 CPUtime=1121.87
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 19654 0 0 0 112166 21 0 0 25 0 1 0 1195716124 81678336 19430 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 19941 19430 87 178 0 19761 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 79764

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8434
/proc/meminfo: memFree=1393544/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=79764 CPUtime=1181.83
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 19660 0 0 0 118162 21 0 0 25 0 1 0 1195716124 81678336 19436 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 19941 19436 87 178 0 19761 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 79764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8434
/proc/meminfo: memFree=1393544/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=79764 CPUtime=1200.03
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 19660 0 0 0 119982 21 0 0 25 0 1 0 1195716124 81678336 19436 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 19941 19436 87 178 0 19761 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 79764

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

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

[startup+1200.5 s]
/proc/loadavg: 2.00 1.97 1.91 3/87 8434
/proc/meminfo: memFree=1393544/2055920 swapFree=4170276/4192956
[pid=8425] ppid=8423 vsize=79764 CPUtime=1200.03
/proc/8425/stat : 8425 (minisat_static) R 8423 8425 8330 0 -1 4194304 19660 0 0 0 119982 21 0 0 25 0 1 0 1195716124 81678336 19436 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/8425/statm: 19941 19436 87 178 0 19761 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 79764

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.05
CPU user time (s): 1199.82
CPU system time (s): 0.226965
CPU usage (%): 99.961
Max. virtual memory (cumulated for all children) (KiB): 79764

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

runsolver used 1.41978 second user time and 4.04838 second system time

The end

Launcher Data

Begin job on node92 at 2009-04-09 00:42:01
IDJOB=1592884
IDBENCH=71101
IDSOLVER=568
FILE ID=node92/1592884-1239230521
PBS_JOBID= 9113588
Free space on /tmp= 66548 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_10_UNKNOWN.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1592884-1239230521/watcher-1592884-1239230521 -o /tmp/evaluation-result-1592884-1239230521/solver-1592884-1239230521 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1592884-1239230521.cnf

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

MD5SUM BENCH= 8ece32bbd9e6c3f5c8cdf0e94e0569cd
RANDOM SEED=1687620080

node92.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.249
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.249
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1472416 kB
Buffers:         52156 kB
Cached:         449292 kB
SwapCached:       7600 kB
Active:         316424 kB
Inactive:       194856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1472416 kB
SwapTotal:     4192956 kB
SwapFree:      4170276 kB
Dirty:            2364 kB
Writeback:           0 kB
Mapped:          15476 kB
Slab:            56252 kB
Committed_AS:  2152732 kB
PageTables:       2768 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= 66548 MiB
End job on node92 at 2009-04-09 01:02:03