Trace number 1592872

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
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:  1430                                                 |
0.00/0.00	|  Number of clauses:    87044                                                |
0.00/0.06	|  Parsing time:         0.06         s                                       |
1.59/1.63	============================[ Search Statistics ]==============================
1.59/1.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/1.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/1.63	===============================================================================
1.59/1.63	|         0 |     871    82700   362789 |    27566        0    nan |  0.000 % |
1.59/1.66	|       101 |     871    82700   362789 |    30323      101     49 |  0.000 % |
1.59/1.69	|       251 |     871    82700   362789 |    33355      251     52 |  0.000 % |
1.69/1.74	|       476 |     871    82700   362789 |    36691      476     53 |  0.000 % |
1.79/1.80	|       813 |     871    82700   362789 |    40360      813     53 |  0.000 % |
1.79/1.90	|      1320 |     871    82700   362789 |    44396     1320     53 |  0.000 % |
1.99/2.05	|      2079 |     871    82700   362789 |    48836     2079     53 |  0.000 % |
2.20/2.28	|      3218 |     871    82700   362789 |    53719     3218     54 |  0.000 % |
2.59/2.66	|      4926 |     871    82700   362789 |    59091     4926     51 |  0.000 % |
3.09/3.15	|      7490 |     871    82700   362789 |    65000     7490     53 |  0.000 % |
4.19/4.20	|     11335 |     871    82700   362789 |    71500    11335     52 |  0.000 % |
9.58/9.67	|     17101 |     871    82700   362789 |    78650    17101     52 |  0.000 % |
14.89/14.92	|     25750 |     871    82700   362789 |    86516    25750     55 |  0.000 % |
26.48/26.58	|     38726 |     871    82700   362789 |    95167    38726     55 |  0.000 % |
51.28/51.38	|     58187 |     871    82700   362789 |   104684    58187     55 |  0.000 % |
111.75/111.89	|     87379 |     871    82700   362789 |   115152    87379     55 |  0.000 % |
194.13/194.24	|    131170 |     871    82700   362789 |   126668    33559     50 |  0.000 % |
262.51/262.65	|    196854 |     871    82700   362789 |   139334    99243     49 |  0.000 % |
589.82/590.03	|    295380 |     871    82700   362789 |   153268    73690     51 |  0.000 % |
846.25/846.50	|    443174 |     871    82700   362789 |   168595    85541     47 |  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-1592872-1239229327/watcher-1592872-1239229327 -o /tmp/evaluation-result-1592872-1239229327/solver-1592872-1239229327 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592872-1239229327.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: 0.91 0.95 0.69 3/69 29542
/proc/meminfo: memFree=1601416/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=2204 CPUtime=0
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 1195595901 2256896 410 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 551 417 65 178 0 371 0

[startup+0.0746239 s]
/proc/loadavg: 0.91 0.95 0.69 3/69 29542
/proc/meminfo: memFree=1601416/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=6888 CPUtime=0.06
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 1604 0 0 0 6 0 0 0 18 0 1 0 1195595901 7053312 1589 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 1722 1589 81 178 0 1542 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6888

[startup+0.101626 s]
/proc/loadavg: 0.91 0.95 0.69 3/69 29542
/proc/meminfo: memFree=1601416/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=6888 CPUtime=0.09
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 1604 0 0 0 9 0 0 0 18 0 1 0 1195595901 7053312 1589 1992294400 134512640 135243866 4294956256 18446744073709551615 134535601 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 1722 1589 81 178 0 1542 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6888

[startup+0.301646 s]
/proc/loadavg: 0.91 0.95 0.69 3/69 29542
/proc/meminfo: memFree=1601416/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=6888 CPUtime=0.29
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 1604 0 0 0 29 0 0 0 19 0 1 0 1195595901 7053312 1589 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 1722 1589 81 178 0 1542 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6888

[startup+0.701687 s]
/proc/loadavg: 0.91 0.95 0.69 3/69 29542
/proc/meminfo: memFree=1601416/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=9512 CPUtime=0.69
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 2198 0 0 0 68 1 0 0 22 0 1 0 1195595901 9740288 2183 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 2378 2183 81 178 0 2198 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9512

[startup+1.50177 s]
/proc/loadavg: 0.92 0.95 0.69 2/70 29543
/proc/meminfo: memFree=1592384/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=10048 CPUtime=1.49
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 2346 0 0 0 148 1 0 0 25 0 1 0 1195595901 10289152 2331 1992294400 134512640 135243866 4294956256 18446744073709551615 134535838 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 2512 2331 81 178 0 2332 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10048

[startup+3.10193 s]
/proc/loadavg: 0.92 0.95 0.69 2/70 29543
/proc/meminfo: memFree=1592704/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=9192 CPUtime=3.09
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 2352 0 0 0 308 1 0 0 25 0 1 0 1195595901 9412608 2154 1992294400 134512640 135243866 4294956256 18446744073709551615 134565552 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 2298 2154 87 178 0 2118 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9192

[startup+6.30126 s]
/proc/loadavg: 0.92 0.95 0.69 2/70 29543
/proc/meminfo: memFree=1591232/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=11172 CPUtime=6.29
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 2826 0 0 0 628 1 0 0 25 0 1 0 1195595901 11440128 2628 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 2793 2628 87 178 0 2613 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11172

[startup+12.7019 s]
/proc/loadavg: 0.93 0.95 0.69 2/70 29543
/proc/meminfo: memFree=1588936/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=13448 CPUtime=12.69
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 3401 0 0 0 1267 2 0 0 25 0 1 0 1195595901 13770752 3203 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 3362 3203 87 178 0 3182 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13448

[startup+25.5012 s]
/proc/loadavg: 0.94 0.95 0.69 2/70 29543
/proc/meminfo: memFree=1584648/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=17624 CPUtime=25.48
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 4424 0 0 0 2545 3 0 0 25 0 1 0 1195595901 18046976 4226 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 4406 4226 87 178 0 4226 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17624

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.70 2/70 29543
/proc/meminfo: memFree=1579336/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=23032 CPUtime=51.08
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 5772 0 0 0 5103 5 0 0 25 0 1 0 1195595901 23584768 5574 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 5758 5574 87 178 0 5578 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23032

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.72 2/70 29543
/proc/meminfo: memFree=1572552/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=30008 CPUtime=102.27
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 7439 0 0 0 10221 6 0 0 25 0 1 0 1195595901 30728192 7241 1992294400 134512640 135243866 4294956256 18446744073709551615 134555905 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 7502 7241 87 178 0 7322 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 30008

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.73 2/70 29543
/proc/meminfo: memFree=1565832/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=36868 CPUtime=162.25
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 9116 0 0 0 16217 8 0 0 25 0 1 0 1195595901 37752832 8918 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 9217 8918 87 178 0 9037 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 36868

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.74 2/70 29543
/proc/meminfo: memFree=1563720/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=39132 CPUtime=222.23
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 9641 0 0 0 22215 8 0 0 25 0 1 0 1195595901 40071168 9443 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 9783 9443 87 178 0 9603 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 39132

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.76 2/70 29543
/proc/meminfo: memFree=1561736/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=41268 CPUtime=282.21
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 10131 0 0 0 28212 9 0 0 25 0 1 0 1195595901 42258432 9925 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 10317 9925 87 178 0 10137 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 41268

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/70 29543
/proc/meminfo: memFree=1561736/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=41268 CPUtime=342.2
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 10132 0 0 0 34211 9 0 0 25 0 1 0 1195595901 42258432 9926 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 10317 9926 87 178 0 10137 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 41268

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.78 2/70 29543
/proc/meminfo: memFree=1560648/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=42396 CPUtime=402.18
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 10408 0 0 0 40209 9 0 0 25 0 1 0 1195595901 43413504 10202 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 10599 10202 87 178 0 10419 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 42396

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.79 2/70 29543
/proc/meminfo: memFree=1558664/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=44340 CPUtime=462.16
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 10894 0 0 0 46207 9 0 0 25 0 1 0 1195595901 45404160 10688 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 11085 10688 87 178 0 10905 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 44340

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.80 2/70 29543
/proc/meminfo: memFree=1556808/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=46228 CPUtime=522.15
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 11360 0 0 0 52205 10 0 0 25 0 1 0 1195595901 47337472 11154 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 11557 11154 87 178 0 11377 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 46228

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.81 2/70 29543
/proc/meminfo: memFree=1556488/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=46760 CPUtime=582.13
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 11435 0 0 0 58203 10 0 0 25 0 1 0 1195595901 47882240 11229 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 11690 11229 87 178 0 11510 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 46760

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/70 29543
/proc/meminfo: memFree=1556360/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=46924 CPUtime=642.11
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 11465 0 0 0 64201 10 0 0 25 0 1 0 1195595901 48050176 11259 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 11731 11259 87 178 0 11551 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 46924

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/70 29543
/proc/meminfo: memFree=1555464/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=47908 CPUtime=702.09
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 11660 0 0 0 70199 10 0 0 25 0 1 0 1195595901 49057792 11454 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 11977 11454 87 178 0 11797 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 47908

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.83 2/70 29543
/proc/meminfo: memFree=1552136/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=51260 CPUtime=762.08
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 12466 0 0 0 76197 11 0 0 25 0 1 0 1195595901 52490240 12260 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 12815 12260 87 178 0 12635 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 51260

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/70 29543
/proc/meminfo: memFree=1550856/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=52480 CPUtime=822.06
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 12779 0 0 0 82195 11 0 0 25 0 1 0 1195595901 53739520 12573 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 13120 12573 87 178 0 12940 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 52480

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/70 29543
/proc/meminfo: memFree=1550344/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=53180 CPUtime=882.04
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 12911 0 0 0 88193 11 0 0 25 0 1 0 1195595901 54456320 12705 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 13295 12705 87 178 0 13115 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 53180

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/70 29543
/proc/meminfo: memFree=1550216/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=53180 CPUtime=942.02
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 12927 0 0 0 94191 11 0 0 25 0 1 0 1195595901 54456320 12721 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 13295 12721 87 178 0 13115 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 53180

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/70 29543
/proc/meminfo: memFree=1550024/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=53344 CPUtime=1002.01
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 12976 0 0 0 100190 11 0 0 25 0 1 0 1195595901 54624256 12770 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 13336 12770 87 178 0 13156 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 53344

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/70 29543
/proc/meminfo: memFree=1548744/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=54688 CPUtime=1061.99
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 13322 0 0 0 106187 12 0 0 25 0 1 0 1195595901 56000512 13081 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 13672 13081 87 178 0 13492 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 54688

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/70 29543
/proc/meminfo: memFree=1548488/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=54852 CPUtime=1121.98
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 13372 0 0 0 112186 12 0 0 25 0 1 0 1195595901 56168448 13131 1992294400 134512640 135243866 4294956256 18446744073709551615 134566583 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 13713 13131 87 178 0 13533 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 54852

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/70 29543
/proc/meminfo: memFree=1548424/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=54932 CPUtime=1181.96
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 13392 0 0 0 118184 12 0 0 25 0 1 0 1195595901 56250368 13151 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 13733 13151 87 178 0 13553 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 54932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.88 2/70 29543
/proc/meminfo: memFree=1548424/2055920 swapFree=4171232/4192956
[pid=29542] ppid=29540 vsize=54932 CPUtime=1200.06
/proc/29542/stat : 29542 (minisat_static) R 29540 29542 29448 0 -1 4194304 13392 0 0 0 119994 12 0 0 25 0 1 0 1195595901 56250368 13151 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29542/statm: 13733 13151 87 178 0 13553 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 54932

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.08
CPU user time (s): 1199.94
CPU system time (s): 0.133979
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 54932

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

runsolver used 1.08983 second user time and 3.2875 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-09 00:22:08
IDJOB=1592872
IDBENCH=71089
IDSOLVER=568
FILE ID=node44/1592872-1239229327
PBS_JOBID= 9113609
Free space on /tmp= 66468 MiB

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

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=481473832

node44.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.241
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.241
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:       1601832 kB
Buffers:         32440 kB
Cached:         350964 kB
SwapCached:      11268 kB
Active:          60660 kB
Inactive:       335400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601832 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            2216 kB
Writeback:           0 kB
Mapped:          18124 kB
Slab:            43404 kB
Committed_AS:  3376116 kB
PageTables:       1796 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= 66468 MiB
End job on node44 at 2009-04-09 00:42:10