Trace number 1797773

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-core 070721? (TO) 1200.08 1200.41

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-08.cnf
MD5SUM81ed5ec4a2e7c208a4184383f9e53838
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1141.78
Satisfiable
(Un)Satisfiability was proved
Number of variables4614
Number of clauses16637
Sum of the clauses size44007
Maximum clause length97
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27532
Number of clauses of size 38048
Number of clauses of size 4732
Number of clauses of size 5246
Number of clauses of size over 578

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:  4614                                                 |
0.00/0.00	|  Number of clauses:    16637                                                |
0.00/0.01	|  Parsing time:         0.01         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |    4516    16192    42927 |     5397        0    nan |  0.000 % |
0.00/0.02	|       100 |    4516    16192    42927 |     5937      100     10 |  2.125 % |
0.00/0.03	|       250 |    4516    16192    42927 |     6530      250     30 |  2.124 % |
0.00/0.05	|       475 |    4516    16192    42927 |     7183      475     24 |  2.124 % |
0.08/0.09	|       813 |    4516    16192    42927 |     7902      813     37 |  2.126 % |
0.09/0.15	|      1320 |    4516    16192    42927 |     8692     1320     46 |  2.124 % |
0.19/0.27	|      2079 |    4516    16192    42927 |     9561     2079     56 |  2.125 % |
0.39/0.45	|      3219 |    4516    16192    42927 |    10517     3219     60 |  2.125 % |
0.69/0.77	|      4927 |    4516    16192    42927 |    11569     4927     64 |  2.125 % |
1.19/1.25	|      7489 |    4516    16192    42927 |    12726     7489     65 |  2.125 % |
2.09/2.14	|     11333 |    4516    16192    42927 |    13999    11333     64 |  2.126 % |
3.48/3.51	|     17100 |    4516    16192    42927 |    15399     9475     47 |  2.125 % |
5.79/5.89	|     25749 |    4516    16192    42927 |    16939     9917     49 |  2.126 % |
8.79/8.84	|     38724 |    4516    16192    42927 |    18633    13888     54 |  2.125 % |
14.78/14.80	|     58185 |    4516    16192    42927 |    20496    13537     63 |  2.126 % |
23.48/23.60	|     87377 |    4516    16192    42927 |    22546    21248     74 |  2.126 % |
40.77/40.86	|    131166 |    4516    16192    42927 |    24800    18153     80 |  2.126 % |
65.07/65.16	|    196850 |    4516    16192    42927 |    27280    19962     37 |  2.125 % |
110.75/110.89	|    295376 |    4515    16028    42599 |    30008    20051     59 |  2.147 % |
172.94/173.07	|    443165 |    4515    16028    42599 |    33009    28676     61 |  2.147 % |
270.82/270.98	|    664848 |    4513    15811    42165 |    36310    22867     56 |  2.190 % |
437.07/437.27	|    997373 |    4510    15535    41613 |    39941    30578     45 |  2.255 % |
735.09/735.39	|   1496161 |    4506    15359    41257 |    43935    29671     35 |  2.341 % |
1193.76/1194.13	|   2244344 |    4476    15180    40857 |    48329    39406     37 |  2.991 % |

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-1797773-1242073935/watcher-1797773-1242073935 -o /tmp/evaluation-result-1797773-1242073935/solver-1797773-1242073935 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797773-1242073935.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: 0.99 0.98 1.02 3/64 954
/proc/meminfo: memFree=1470448/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=2056 CPUtime=0
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 185 0 0 0 0 0 0 0 20 0 1 0 235426958 2105344 170 1992294400 134512640 135213614 4294956256 18446744073709551615 134524639 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 514 172 57 171 0 340 0

[startup+0.089277 s]
/proc/loadavg: 0.99 0.98 1.02 3/64 954
/proc/meminfo: memFree=1470448/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=3040 CPUtime=0.08
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 452 0 0 0 8 0 0 0 20 0 1 0 235426958 3112960 437 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 760 437 77 171 0 586 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3040

[startup+0.101279 s]
/proc/loadavg: 0.99 0.98 1.02 3/64 954
/proc/meminfo: memFree=1470448/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=3040 CPUtime=0.09
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 456 0 0 0 9 0 0 0 20 0 1 0 235426958 3112960 441 1992294400 134512640 135213614 4294956256 18446744073709551615 134529375 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 760 441 77 171 0 586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3040

[startup+0.301297 s]
/proc/loadavg: 0.99 0.98 1.02 3/64 954
/proc/meminfo: memFree=1470448/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=3436 CPUtime=0.29
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 564 0 0 0 29 0 0 0 22 0 1 0 235426958 3518464 549 1992294400 134512640 135213614 4294956256 18446744073709551615 134526964 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 859 549 77 171 0 685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3436

[startup+0.701334 s]
/proc/loadavg: 0.99 0.98 1.02 3/64 954
/proc/meminfo: memFree=1470448/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=4232 CPUtime=0.69
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 753 0 0 0 69 0 0 0 25 0 1 0 235426958 4333568 738 1992294400 134512640 135213614 4294956256 18446744073709551615 134527168 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 1058 738 77 171 0 884 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4232

[startup+1.50141 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 955
/proc/meminfo: memFree=1467240/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=5556 CPUtime=1.49
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 1070 0 0 0 149 0 0 0 25 0 1 0 235426958 5689344 1055 1992294400 134512640 135213614 4294956256 18446744073709551615 134719431 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 1389 1055 77 171 0 1215 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5556

[startup+3.10156 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 955
/proc/meminfo: memFree=1465704/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=7148 CPUtime=3.08
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 1487 0 0 0 308 0 0 0 25 0 1 0 235426958 7319552 1472 1992294400 134512640 135213614 4294956256 18446744073709551615 134536647 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 1787 1472 77 171 0 1613 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7148

[startup+6.30185 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 955
/proc/meminfo: memFree=1464616/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=7148 CPUtime=6.29
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 1493 0 0 0 628 1 0 0 25 0 1 0 235426958 7319552 1478 1992294400 134512640 135213614 4294956256 18446744073709551615 134537522 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 1787 1478 77 171 0 1613 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7148

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 955
/proc/meminfo: memFree=1463472/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=8340 CPUtime=12.69
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 1786 0 0 0 1268 1 0 0 25 0 1 0 235426958 8540160 1771 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 2085 1771 77 171 0 1911 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8340

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 955
/proc/meminfo: memFree=1460400/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=11376 CPUtime=25.49
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 2549 0 0 0 2547 2 0 0 25 0 1 0 235426958 11649024 2534 1992294400 134512640 135213614 4294956256 18446744073709551615 134529775 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 2844 2534 77 171 0 2670 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11376

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 955
/proc/meminfo: memFree=1458352/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=13488 CPUtime=51.08
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 3059 0 0 0 5105 3 0 0 25 0 1 0 235426958 13811712 3044 1992294400 134512640 135213614 4294956256 18446744073709551615 134526752 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 3372 3044 77 171 0 3198 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 13488

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 955
/proc/meminfo: memFree=1456048/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=15896 CPUtime=102.26
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 3644 0 0 0 10223 3 0 0 25 0 1 0 235426958 16277504 3629 1992294400 134512640 135213614 4294956256 18446744073709551615 134529801 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 3974 3629 77 171 0 3800 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15896

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 955
/proc/meminfo: memFree=1455984/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=15896 CPUtime=162.24
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 3650 0 0 0 16221 3 0 0 25 0 1 0 235426958 16277504 3635 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 3974 3635 77 171 0 3800 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 15896

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 955
/proc/meminfo: memFree=1455984/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=15896 CPUtime=222.22
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 3653 0 0 0 22219 3 0 0 25 0 1 0 235426958 16277504 3638 1992294400 134512640 135213614 4294956256 18446744073709551615 134527008 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 3974 3638 77 171 0 3800 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 15896

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 955
/proc/meminfo: memFree=1455600/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=16300 CPUtime=282.21
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 3758 0 0 0 28217 4 0 0 25 0 1 0 235426958 16691200 3743 1992294400 134512640 135213614 4294956256 18446744073709551615 134526792 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4075 3743 77 171 0 3901 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 16300

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 955
/proc/meminfo: memFree=1455472/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=16432 CPUtime=342.2
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 3784 0 0 0 34216 4 0 0 25 0 1 0 235426958 16826368 3769 1992294400 134512640 135213614 4294956256 18446744073709551615 134526961 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4108 3769 77 171 0 3934 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 16432

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 955
/proc/meminfo: memFree=1455408/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=16432 CPUtime=402.18
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 3795 0 0 0 40214 4 0 0 25 0 1 0 235426958 16826368 3780 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4108 3780 77 171 0 3934 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 16432

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 955
/proc/meminfo: memFree=1454384/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17488 CPUtime=462.16
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4047 0 0 0 46212 4 0 0 25 0 1 0 235426958 17907712 4032 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4372 4032 77 171 0 4198 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 17488

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454384/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17488 CPUtime=522.14
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4047 0 0 0 52210 4 0 0 25 0 1 0 235426958 17907712 4032 1992294400 134512640 135213614 4294956256 18446744073709551615 134537595 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4372 4032 77 171 0 4198 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 17488

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454384/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17568 CPUtime=582.13
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4048 0 0 0 58208 5 0 0 25 0 1 0 235426958 17989632 4033 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4392 4033 77 171 0 4218 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 17568

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454384/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17568 CPUtime=642.12
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4048 0 0 0 64207 5 0 0 25 0 1 0 235426958 17989632 4033 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4392 4033 77 171 0 4218 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 17568

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454384/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17568 CPUtime=702.1
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4048 0 0 0 70205 5 0 0 25 0 1 0 235426958 17989632 4033 1992294400 134512640 135213614 4294956256 18446744073709551615 134527168 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4392 4033 77 171 0 4218 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 17568

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454320/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17568 CPUtime=762.09
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4051 0 0 0 76204 5 0 0 25 0 1 0 235426958 17989632 4036 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4392 4036 77 171 0 4218 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 17568

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454384/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17568 CPUtime=822.07
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4052 0 0 0 82202 5 0 0 25 0 1 0 235426958 17989632 4037 1992294400 134512640 135213614 4294956256 18446744073709551615 134526880 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4392 4037 77 171 0 4218 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 17568

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454320/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17568 CPUtime=882.05
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4061 0 0 0 88200 5 0 0 25 0 1 0 235426958 17989632 4046 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4392 4046 77 171 0 4218 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 17568

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454320/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17568 CPUtime=942.03
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4061 0 0 0 94198 5 0 0 25 0 1 0 235426958 17989632 4046 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4392 4046 77 171 0 4218 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 17568

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454384/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17568 CPUtime=1002.02
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4061 0 0 0 100197 5 0 0 25 0 1 0 235426958 17989632 4046 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4392 4046 77 171 0 4218 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 17568

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454384/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17568 CPUtime=1062
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4061 0 0 0 106195 5 0 0 25 0 1 0 235426958 17989632 4046 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4392 4046 77 171 0 4218 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 17568

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454256/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17568 CPUtime=1121.98
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4070 0 0 0 112193 5 0 0 25 0 1 0 235426958 17989632 4055 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4392 4055 77 171 0 4218 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 17568

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454256/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17568 CPUtime=1181.96
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4080 0 0 0 118191 5 0 0 25 0 1 0 235426958 17989632 4065 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4392 4065 77 171 0 4218 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 17568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 957
/proc/meminfo: memFree=1454192/2055920 swapFree=4110812/4192956
[pid=954] ppid=952 vsize=17716 CPUtime=1200.06
/proc/954/stat : 954 (minisat_static) R 952 954 822 0 -1 4194304 4088 0 0 0 120001 5 0 0 25 0 1 0 235426958 18141184 4073 1992294400 134512640 135213614 4294956256 18446744073709551615 134527139 0 0 4096 3 0 0 0 17 1 0 0
/proc/954/statm: 4429 4073 77 171 0 4255 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 17716

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): 1200.02
CPU system time (s): 0.06299
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 17716

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

runsolver used 0.891864 second user time and 2.51262 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-11 22:32:15
IDJOB=1797773
IDBENCH=20400
IDSOLVER=651
FILE ID=node14/1797773-1242073935
PBS_JOBID= 9277603
Free space on /tmp= 65996 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-08.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797773-1242073935/watcher-1797773-1242073935 -o /tmp/evaluation-result-1797773-1242073935/solver-1797773-1242073935 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797773-1242073935.cnf

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

MD5SUM BENCH= 81ed5ec4a2e7c208a4184383f9e53838
RANDOM SEED=1459846630

node14.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.256
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	: 5931.00
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.256
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:       1470864 kB
Buffers:         74252 kB
Cached:         359820 kB
SwapCached:      77084 kB
Active:         160160 kB
Inactive:       352972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1470864 kB
SwapTotal:     4192956 kB
SwapFree:      4110812 kB
Dirty:            1032 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            57852 kB
Committed_AS:   758440 kB
PageTables:       1448 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= 65996 MiB
End job on node14 at 2009-05-11 22:52:17