Trace number 1796284

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.12 1200.43

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark417.869
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

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:  52382                                                |
0.00/0.00	|  Number of clauses:    182485                                               |
0.08/0.19	|  Parsing time:         0.18         s                                       |
0.99/1.05	============================[ Search Statistics ]==============================
0.99/1.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.99/1.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.99/1.05	===============================================================================
0.99/1.05	|         0 |   16713    94756   311639 |    31585        0    nan |  0.000 % |
1.09/1.12	|       100 |   16713    94756   311639 |    34743      100     31 | 10.311 % |
1.19/1.29	|       252 |   16712    94756   311639 |    38218      251     44 | 10.313 % |
1.29/1.31	|       477 |   16712    94756   311639 |    42040      476     40 | 10.313 % |
1.69/1.78	|       814 |   16712    94756   311639 |    46244      813     56 | 10.313 % |
2.09/2.12	|      1324 |   16712    94261   310582 |    50868     1323     55 | 10.313 % |
2.89/2.95	|      2084 |   16712    94261   310582 |    55955     2083     58 | 10.313 % |
4.09/4.15	|      3223 |   16712    94261   310582 |    61550     3222     64 | 10.313 % |
4.79/4.89	|      4931 |   16712    94261   310582 |    67705     4930     58 | 10.313 % |
6.39/6.48	|      7496 |   16699    94165   310266 |    74476     7492     57 | 10.345 % |
10.48/10.59	|     11342 |   16699    94165   310266 |    81924    11338     61 | 10.345 % |
18.09/18.10	|     17109 |   16689    94081   309990 |    90116    17103     69 | 10.364 % |
28.88/28.90	|     25758 |   16678    93985   309674 |    99128    25751     82 | 10.378 % |
41.87/41.98	|     38736 |   16668    93917   309448 |   109041    38728     79 | 10.397 % |
65.87/65.97	|     58197 |   16653    92839   307008 |   119945    39533    100 | 10.443 % |
110.85/110.91	|     87390 |   16625    92646   306368 |   131939    68725    120 | 10.479 % |
179.94/180.08	|    131180 |   16451    91368   302293 |   145133   112436    142 | 10.815 % |
334.10/334.22	|    196867 |   16451    91368   302293 |   159647    36109    141 | 10.950 % |
533.45/533.63	|    295393 |   16320    90735   300233 |   175611   134633    201 | 11.078 % |
856.67/856.95	|    443184 |   16311    90433   299219 |   193173   109120    138 | 11.080 % |

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-1796284-1242073160/watcher-1796284-1242073160 -o /tmp/evaluation-result-1796284-1242073160/solver-1796284-1242073160 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796284-1242073160.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 14970
/proc/meminfo: memFree=1006480/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=2512 CPUtime=0
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 484 0 0 0 0 0 0 0 20 0 1 0 235350077 2572288 469 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 628 478 62 178 0 448 0

[startup+0.0570909 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 14970
/proc/meminfo: memFree=1006480/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=10084 CPUtime=0.04
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 2176 0 0 0 4 0 0 0 20 0 1 0 235350077 10326016 2125 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 2521 2125 65 178 0 2341 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10084

[startup+0.101093 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 14970
/proc/meminfo: memFree=1006480/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=12860 CPUtime=0.08
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 2840 0 0 0 8 0 0 0 20 0 1 0 235350077 13168640 2789 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 3215 2789 65 178 0 3035 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12860

[startup+0.301109 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 14970
/proc/meminfo: memFree=1006480/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=20484 CPUtime=0.29
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 4767 0 0 0 28 1 0 0 21 0 1 0 235350077 20975616 4716 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 5121 4716 80 178 0 4941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20484

[startup+0.701141 s]
/proc/loadavg: 1.00 1.00 1.06 3/64 14970
/proc/meminfo: memFree=1006480/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=31616 CPUtime=0.69
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 7299 0 0 0 67 2 0 0 25 0 1 0 235350077 32374784 7248 1992294400 134512640 135243866 4294956256 18446744073709551615 134543638 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 7904 7248 80 178 0 7724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31616

[startup+1.50121 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 14971
/proc/meminfo: memFree=975496/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=29628 CPUtime=1.49
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 7875 0 0 0 147 2 0 0 25 0 1 0 235350077 30339072 6976 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 7407 6976 87 178 0 7227 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29628

[startup+3.10134 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 14971
/proc/meminfo: memFree=978504/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=29628 CPUtime=3.09
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 7875 0 0 0 307 2 0 0 25 0 1 0 235350077 30339072 6976 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 7407 6976 87 178 0 7227 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29628

[startup+6.3016 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 14971
/proc/meminfo: memFree=978376/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=29760 CPUtime=6.29
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 7883 0 0 0 627 2 0 0 25 0 1 0 235350077 30474240 6984 1992294400 134512640 135243866 4294956256 18446744073709551615 134566059 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 7440 6984 87 178 0 7260 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29760

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 14971
/proc/meminfo: memFree=977736/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=30632 CPUtime=12.68
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 8107 0 0 0 1266 2 0 0 25 0 1 0 235350077 31367168 7208 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 7658 7208 87 178 0 7478 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30632

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 14971
/proc/meminfo: memFree=973768/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=34644 CPUtime=25.48
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 9104 0 0 0 2545 3 0 0 25 0 1 0 235350077 35475456 8205 1992294400 134512640 135243866 4294956256 18446744073709551615 134566494 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 8661 8205 87 178 0 8481 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34644

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 14971
/proc/meminfo: memFree=967304/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=41136 CPUtime=51.08
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 10727 0 0 0 5103 5 0 0 25 0 1 0 235350077 42123264 9828 1992294400 134512640 135243866 4294956256 18446744073709551615 134555872 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 10284 9828 87 178 0 10104 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41136

[startup+102.305 s]
/proc/loadavg: 1.05 1.01 1.06 2/65 14971
/proc/meminfo: memFree=951816/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=56772 CPUtime=102.26
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 14588 0 0 0 10218 8 0 0 25 0 1 0 235350077 58134528 13689 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 14193 13689 87 178 0 14013 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 56772

[startup+162.301 s]
/proc/loadavg: 1.07 1.02 1.06 2/65 14971
/proc/meminfo: memFree=926728/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=82372 CPUtime=162.25
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 20976 0 0 0 16210 15 0 0 25 0 1 0 235350077 84348928 20077 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 20593 20077 87 178 0 20413 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 82372

[startup+222.301 s]
/proc/loadavg: 1.02 1.02 1.05 2/65 14971
/proc/meminfo: memFree=906632/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=101928 CPUtime=222.23
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 25862 0 0 0 22203 20 0 0 25 0 1 0 235350077 104374272 24963 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 25482 24963 87 178 0 25302 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 101928

[startup+282.301 s]
/proc/loadavg: 1.01 1.01 1.05 2/65 14971
/proc/meminfo: memFree=878216/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=130852 CPUtime=282.21
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 33043 0 0 0 28194 27 0 0 25 0 1 0 235350077 133992448 32144 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 32713 32144 87 178 0 32533 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 130852

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.04 2/65 14971
/proc/meminfo: memFree=867848/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=140688 CPUtime=342.2
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 35522 0 0 0 34190 30 0 0 25 0 1 0 235350077 144064512 34623 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 35172 34623 87 178 0 34992 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 140688

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 14971
/proc/meminfo: memFree=867784/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=140688 CPUtime=402.18
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 35524 0 0 0 40188 30 0 0 25 0 1 0 235350077 144064512 34625 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 35172 34625 87 178 0 34992 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 140688

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 14971
/proc/meminfo: memFree=867784/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=140688 CPUtime=462.16
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 35526 0 0 0 46186 30 0 0 25 0 1 0 235350077 144064512 34627 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 35172 34627 87 178 0 34992 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 140688

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 14971
/proc/meminfo: memFree=867720/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=140688 CPUtime=522.16
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 35538 0 0 0 52185 31 0 0 25 0 1 0 235350077 144064512 34639 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 35172 34639 87 178 0 34992 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 140688

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 14971
/proc/meminfo: memFree=862088/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=146596 CPUtime=582.13
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 36982 0 0 0 58181 32 0 0 25 0 1 0 235350077 150114304 36083 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 36649 36083 87 178 0 36469 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 146596

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 14971
/proc/meminfo: memFree=848904/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=159524 CPUtime=642.13
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 40228 0 0 0 64177 36 0 0 25 0 1 0 235350077 163352576 39329 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 39881 39329 87 178 0 39701 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 159524

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14971
/proc/meminfo: memFree=835528/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=172856 CPUtime=702.11
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 43584 0 0 0 70171 40 0 0 25 0 1 0 235350077 177004544 42685 1992294400 134512640 135243866 4294956256 18446744073709551615 134558470 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 43214 42685 87 178 0 43034 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 172856

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14971
/proc/meminfo: memFree=835464/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=172856 CPUtime=762.09
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 43585 0 0 0 76169 40 0 0 25 0 1 0 235350077 177004544 42686 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 43214 42686 87 178 0 43034 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 172856

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14971
/proc/meminfo: memFree=835464/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=172856 CPUtime=822.07
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 43586 0 0 0 82167 40 0 0 25 0 1 0 235350077 177004544 42687 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 43214 42687 87 178 0 43034 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 172856

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14971
/proc/meminfo: memFree=835464/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=172856 CPUtime=882.05
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 43593 0 0 0 88165 40 0 0 25 0 1 0 235350077 177004544 42694 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 43214 42694 87 178 0 43034 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 172856

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14971
/proc/meminfo: memFree=835400/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=172856 CPUtime=942.04
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 43595 0 0 0 94164 40 0 0 25 0 1 0 235350077 177004544 42696 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 43214 42696 87 178 0 43034 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 172856

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14971
/proc/meminfo: memFree=835400/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=172856 CPUtime=1002.03
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 43607 0 0 0 100162 41 0 0 25 0 1 0 235350077 177004544 42708 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 43214 42708 87 178 0 43034 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 172856

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14971
/proc/meminfo: memFree=835400/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=172856 CPUtime=1062.02
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 43607 0 0 0 106161 41 0 0 25 0 1 0 235350077 177004544 42708 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 43214 42708 87 178 0 43034 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 172856

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14971
/proc/meminfo: memFree=835336/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=172856 CPUtime=1122
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 43607 0 0 0 112159 41 0 0 25 0 1 0 235350077 177004544 42708 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 43214 42708 87 178 0 43034 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 172856

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14971
/proc/meminfo: memFree=835336/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=172856 CPUtime=1181.98
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 43607 0 0 0 118157 41 0 0 25 0 1 0 235350077 177004544 42708 1992294400 134512640 135243866 4294956256 18446744073709551615 134558753 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 43214 42708 87 178 0 43034 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 172856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14971
/proc/meminfo: memFree=835400/2055920 swapFree=4191900/4192956
[pid=14970] ppid=14968 vsize=172856 CPUtime=1200.08
/proc/14970/stat : 14970 (minisat_static) R 14968 14970 14837 0 -1 4194304 43608 0 0 0 119967 41 0 0 25 0 1 0 235350077 177004544 42709 1992294400 134512640 135243866 4294956256 18446744073709551615 134565361 0 0 4096 3 0 0 0 17 1 0 0
/proc/14970/statm: 43214 42709 87 178 0 43034 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 172856

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.43
CPU time (s): 1200.12
CPU user time (s): 1199.68
CPU system time (s): 0.440932
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 172856

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

runsolver used 0.923859 second user time and 2.41963 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-11 22:19:21
IDJOB=1796284
IDBENCH=20398
IDSOLVER=568
FILE ID=node3/1796284-1242073160
PBS_JOBID= 9277600
Free space on /tmp= 66276 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796284-1242073160/watcher-1796284-1242073160 -o /tmp/evaluation-result-1796284-1242073160/solver-1796284-1242073160 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796284-1242073160.cnf

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=195052802

node3.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.212
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.212
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:       1006896 kB
Buffers:         76556 kB
Cached:         861176 kB
SwapCached:        260 kB
Active:         208120 kB
Inactive:       743440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1006896 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4024 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            83416 kB
Committed_AS:   856696 kB
PageTables:       1384 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= 66272 MiB
End job on node3 at 2009-05-11 22:39:23