Trace number 1798006

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.13 1200.5

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-10-10p0.cnf
MD5SUM76f64a29755badc2dae8f70e8e96bc3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark95.1435
Satisfiable
(Un)Satisfiability was proved
Number of variables130859
Number of clauses627223
Sum of the clauses size1471348
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2498729
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

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:  130859                                               |
0.00/0.00	|  Number of clauses:    627223                                               |
0.39/0.43	|  Parsing time:         0.39         s                                       |
0.39/0.49	============================[ Search Statistics ]==============================
0.39/0.49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.49	===============================================================================
0.39/0.49	|         0 |   97669   448310  1098126 |   149436        0    nan |  0.000 % |
0.79/0.83	|       102 |   97655   448310  1098126 |   164380      100     85 | 25.777 % |
0.89/0.96	|       252 |   97620   448310  1098126 |   180818      248     43 | 26.516 % |
1.19/1.20	|       479 |   96161   437869  1073481 |   198900      473     40 | 26.516 % |
1.49/1.55	|       816 |   96155   437869  1073481 |   218790      809     77 | 26.552 % |
2.79/2.86	|      1323 |   95987   437616  1072931 |   240669     1315    207 | 27.451 % |
3.79/3.80	|      2082 |   92492   419046  1032491 |   264736     2055    190 | 29.627 % |
5.29/5.39	|      3223 |   91479   415214  1024687 |   291209     3190    176 | 30.294 % |
11.08/11.12	|      4932 |   91183   412598  1019111 |   320330     4891    207 | 30.956 % |
16.18/16.26	|      7496 |   89512   402060   994478 |   352363     7432    209 | 31.597 % |
23.18/23.21	|     11341 |   89395   401409   993026 |   387600    11270    246 | 31.686 % |
35.27/35.39	|     17108 |   88128   395069   979451 |   426360    17026    272 | 33.616 % |
53.96/54.04	|     25757 |   85924   377103   934325 |   468996    25543    319 | 34.656 % |
103.95/104.01	|     38732 |   85272   369863   914978 |   515895    38449    460 | 34.837 % |
166.03/166.17	|     58193 |   84245   359460   887612 |   567485    57800    474 | 35.629 % |
277.40/277.52	|     87385 |   84170   359090   886795 |   624234    86968    520 | 35.706 % |
580.51/580.74	|    131174 |   83481   355643   879589 |   686657   130728    640 | 36.206 % |
929.30/929.65	|    196861 |   82386   346734   856046 |   755323   195097    608 | 37.375 % |

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-1798006-1242085776/watcher-1798006-1242085776 -o /tmp/evaluation-result-1798006-1242085776/solver-1798006-1242085776 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1798006-1242085776.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.16 1.12 1.03 2/64 12050
/proc/meminfo: memFree=959928/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=3708 CPUtime=0
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 700 0 0 0 0 0 0 0 18 0 1 0 236604824 3796992 685 1992294400 134512640 135213614 4294956256 18446744073709551615 134749278 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 927 687 58 171 0 753 0

[startup+0.0371351 s]
/proc/loadavg: 1.16 1.12 1.03 2/64 12050
/proc/meminfo: memFree=959928/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=10188 CPUtime=0.02
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 2041 0 0 0 2 0 0 0 18 0 1 0 236604824 10432512 2014 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 2547 2015 58 171 0 2373 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10188

[startup+0.101127 s]
/proc/loadavg: 1.16 1.12 1.03 2/64 12050
/proc/meminfo: memFree=959928/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=15088 CPUtime=0.09
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 3268 0 0 0 8 1 0 0 18 0 1 0 236604824 15450112 3241 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 3772 3242 58 171 0 3598 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15088

[startup+0.301148 s]
/proc/loadavg: 1.16 1.12 1.03 2/64 12050
/proc/meminfo: memFree=959928/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=26928 CPUtime=0.29
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 6208 0 0 0 26 3 0 0 19 0 1 0 236604824 27574272 6181 1992294400 134512640 135213614 4294956256 18446744073709551615 134544745 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 6732 6182 58 171 0 6558 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26928

[startup+0.701193 s]
/proc/loadavg: 1.16 1.12 1.03 2/64 12050
/proc/meminfo: memFree=959928/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=35100 CPUtime=0.69
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 8391 0 0 0 65 4 0 0 22 0 1 0 236604824 35942400 8364 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 8775 8364 74 171 0 8601 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35100

[startup+1.50128 s]
/proc/loadavg: 1.16 1.12 1.03 2/65 12051
/proc/meminfo: memFree=927920/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=35100 CPUtime=1.49
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 8395 0 0 0 145 4 0 0 25 0 1 0 236604824 35942400 8368 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 8775 8368 78 171 0 8601 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35100

[startup+3.10146 s]
/proc/loadavg: 1.14 1.12 1.03 2/65 12051
/proc/meminfo: memFree=927344/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=35100 CPUtime=3.09
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 8398 0 0 0 305 4 0 0 25 0 1 0 236604824 35942400 8371 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 8775 8371 78 171 0 8601 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35100

[startup+6.30181 s]
/proc/loadavg: 1.14 1.12 1.03 2/65 12051
/proc/meminfo: memFree=927344/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=35628 CPUtime=6.29
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 8538 0 0 0 625 4 0 0 25 0 1 0 236604824 36483072 8511 1992294400 134512640 135213614 4294956256 18446744073709551615 134529526 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 8907 8511 78 171 0 8733 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35628

[startup+12.7015 s]
/proc/loadavg: 1.12 1.11 1.02 2/65 12051
/proc/meminfo: memFree=925360/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=37624 CPUtime=12.68
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 9034 0 0 0 1264 4 0 0 25 0 1 0 236604824 38526976 9007 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 9406 9007 78 171 0 9232 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37624

[startup+25.5019 s]
/proc/loadavg: 1.10 1.11 1.02 2/65 12051
/proc/meminfo: memFree=917104/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=45864 CPUtime=25.47
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 11082 0 0 0 2541 6 0 0 25 0 1 0 236604824 46964736 11055 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 11466 11055 78 171 0 11292 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 45864

[startup+51.1018 s]
/proc/loadavg: 1.07 1.10 1.02 2/65 12051
/proc/meminfo: memFree=898672/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=64632 CPUtime=51.07
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 15774 0 0 0 5096 11 0 0 25 0 1 0 236604824 66183168 15747 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 16158 15747 78 171 0 15984 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 64632

[startup+102.305 s]
/proc/loadavg: 1.02 1.08 1.02 2/65 12051
/proc/meminfo: memFree=859824/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=103096 CPUtime=102.25
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 25394 0 0 0 10205 20 0 0 25 0 1 0 236604824 105570304 25367 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 25774 25367 78 171 0 25600 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 103096

[startup+162.301 s]
/proc/loadavg: 1.01 1.06 1.01 2/65 12051
/proc/meminfo: memFree=821936/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=141132 CPUtime=162.23
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 34890 0 0 0 16194 29 0 0 25 0 1 0 236604824 144519168 34863 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 35283 34863 78 171 0 35109 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 141132

[startup+222.302 s]
/proc/loadavg: 1.00 1.05 1.00 2/65 12051
/proc/meminfo: memFree=780464/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=182408 CPUtime=222.21
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 45218 0 0 0 22183 38 0 0 25 0 1 0 236604824 186785792 45191 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 45602 45191 78 171 0 45428 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 182408

[startup+282.301 s]
/proc/loadavg: 1.00 1.04 1.00 2/65 12051
/proc/meminfo: memFree=743728/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=219652 CPUtime=282.19
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 54516 0 0 0 28174 45 0 0 25 0 1 0 236604824 224923648 54489 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 54913 54489 78 171 0 54739 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 219652

[startup+342.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 12051
/proc/meminfo: memFree=705456/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=257436 CPUtime=342.17
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 63958 0 0 0 34164 53 0 0 25 0 1 0 236604824 263614464 63931 1992294400 134512640 135213614 4294956256 18446744073709551615 134526860 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 64359 63931 78 171 0 64185 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 257436

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 12051
/proc/meminfo: memFree=675120/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=287756 CPUtime=402.16
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 71521 0 0 0 40156 60 0 0 25 0 1 0 236604824 294662144 71494 1992294400 134512640 135213614 4294956256 18446744073709551615 134529494 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 71939 71494 78 171 0 71765 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 287756

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 12051
/proc/meminfo: memFree=643568/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=319080 CPUtime=462.14
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 79365 0 0 0 46147 67 0 0 25 0 1 0 236604824 326737920 79338 1992294400 134512640 135213614 4294956256 18446744073709551615 134529479 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 79770 79338 78 171 0 79596 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 319080

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 12051
/proc/meminfo: memFree=616240/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=346928 CPUtime=522.12
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 86348 0 0 0 52140 72 0 0 25 0 1 0 236604824 355254272 86321 1992294400 134512640 135213614 4294956256 18446744073709551615 134529472 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 86732 86321 78 171 0 86558 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 346928

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12051
/proc/meminfo: memFree=591600/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=371032 CPUtime=582.11
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 92384 0 0 0 58132 79 0 0 25 0 1 0 236604824 379936768 92357 1992294400 134512640 135213614 4294956256 18446744073709551615 134529797 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 92758 92357 78 171 0 92584 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 371032

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12051
/proc/meminfo: memFree=565104/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=397420 CPUtime=642.09
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 98903 0 0 0 64124 85 0 0 25 0 1 0 236604824 406958080 98876 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 99355 98876 78 171 0 99181 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 397420

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12057
/proc/meminfo: memFree=533800/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=428964 CPUtime=702.07
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 106811 0 0 0 70114 93 0 0 25 0 1 0 236604824 439259136 106784 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 107241 106784 78 171 0 107067 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 428964

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12057
/proc/meminfo: memFree=513192/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=449188 CPUtime=762.05
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 111877 0 0 0 76106 99 0 0 25 0 1 0 236604824 459968512 111850 1992294400 134512640 135213614 4294956256 18446744073709551615 134529606 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 112297 111850 78 171 0 112123 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 449188

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12057
/proc/meminfo: memFree=493416/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=469048 CPUtime=822.03
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 116830 0 0 0 82098 105 0 0 25 0 1 0 236604824 480305152 116803 1992294400 134512640 135213614 4294956256 18446744073709551615 134536207 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 117262 116803 78 171 0 117088 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 469048

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12057
/proc/meminfo: memFree=467560/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=494756 CPUtime=882.02
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 123256 0 0 0 88091 111 0 0 25 0 1 0 236604824 506630144 123229 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 123689 123229 78 171 0 123515 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 494756

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12057
/proc/meminfo: memFree=446888/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=515524 CPUtime=942
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 128474 0 0 0 94084 116 0 0 25 0 1 0 236604824 527896576 128447 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 128881 128447 78 171 0 128707 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 515524

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12057
/proc/meminfo: memFree=427824/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=534324 CPUtime=1001.98
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 133178 0 0 0 100077 121 0 0 25 0 1 0 236604824 547147776 133151 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 133581 133151 78 171 0 133407 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 534324

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12057
/proc/meminfo: memFree=406768/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=555852 CPUtime=1061.96
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 138471 0 0 0 106070 126 0 0 25 0 1 0 236604824 569192448 138444 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 138963 138444 78 171 0 138789 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 555852

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12057
/proc/meminfo: memFree=383600/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=578952 CPUtime=1121.95
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 144235 0 0 0 112063 132 0 0 25 0 1 0 236604824 592846848 144208 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 144738 144208 78 171 0 144564 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 578952

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12057
/proc/meminfo: memFree=364336/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=598264 CPUtime=1181.93
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 149082 0 0 0 118056 137 0 0 25 0 1 0 236604824 612622336 149055 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 149566 149055 78 171 0 149392 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 598264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12057
/proc/meminfo: memFree=356592/2055920 swapFree=4180664/4192956
[pid=12050] ppid=12048 vsize=605548 CPUtime=1200.03
/proc/12050/stat : 12050 (minisat_static) R 12048 12050 11509 0 -1 4194304 150929 0 0 0 119864 139 0 0 25 0 1 0 236604824 620081152 150902 1992294400 134512640 135213614 4294956256 18446744073709551615 134529474 0 0 4096 3 0 0 0 17 1 0 0
/proc/12050/statm: 151387 150902 78 171 0 151213 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 605548

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.5
CPU time (s): 1200.13
CPU user time (s): 1198.65
CPU system time (s): 1.48477
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 605548

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

runsolver used 0.926859 second user time and 2.47862 second system time

The end

Launcher Data

Begin job on node59 at 2009-05-12 01:49:37
IDJOB=1798006
IDBENCH=71042
IDSOLVER=651
FILE ID=node59/1798006-1242085776
PBS_JOBID= 9277623
Free space on /tmp= 66280 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-10-10p0.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1798006-1242085776/watcher-1798006-1242085776 -o /tmp/evaluation-result-1798006-1242085776/solver-1798006-1242085776 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1798006-1242085776.cnf

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

MD5SUM BENCH= 76f64a29755badc2dae8f70e8e96bc3e
RANDOM SEED=1519180062

node59.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.240
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.240
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:        961624 kB
Buffers:         75872 kB
Cached:         921696 kB
SwapCached:       6724 kB
Active:         202532 kB
Inactive:       805164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        961624 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:           11752 kB
Writeback:           0 kB
Mapped:          15092 kB
Slab:            72524 kB
Committed_AS:   843636 kB
PageTables:       1472 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= 66280 MiB
End job on node59 at 2009-05-12 02:09:39