Trace number 1820791

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
MiniSat2hack 2009-03-23? (TO) 1200.03 1199.93

General information on the benchmark

Namemanol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.01/0.66	c ==============================================================================
0.01/0.66	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.66	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.66	c ==============================================================================
0.01/0.66	c |         0 |  646227  1507863 |  193868       0        0     nan |  0.000 % |
4.23/4.27	c |         0 |  276775  1085434 |      --       0       --      -- |     --   | -369450/-422424
4.23/4.28	c ==============================================================================
4.23/4.28	c Result  :   #vars: 35740   #clauses: 276775   #literals: 1085434
4.23/4.28	c CPU time:   4.02 s
4.23/4.28	c ==============================================================================
4.63/4.66	This is MiniSat 2.0 beta with hacks by AVG
4.63/4.66	WARNING: for repeatability, setting FPU to use double precision
4.63/4.66	============================[ Problem Statistics ]=============================
4.63/4.66	|                                                                             |
4.63/4.66	|  Number of variables:  35740                                                |
4.63/4.66	|  Number of clauses:    276775                                               |
4.67/4.88	|  Parsing time:         0.18         s                                       |
1200.02/1199.92	HOME/SatELiteGTI: line 36:  6352 Terminated              $MS $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1820791-1242476983/watcher-1820791-1242476983 -o /tmp/evaluation-result-1820791-1242476983/solver-1820791-1242476983 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820791-1242476983.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: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 4/96 6349
/proc/meminfo: memFree=1163484/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2416 CPUtime=0
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 337 0 0 0 0 0 0 0 18 0 1 0 1012199506 2473984 271 4294967295 134512640 135169312 3219272048 3219269640 3086046126 0 0 4 65536 3222620697 0 0 17 3 0 0 0
/proc/6346/statm: 604 271 230 161 0 43 0
[pid=6347] ppid=6346 vsize=2416 CPUtime=0.01
/proc/6347/stat : 6347 (SatELiteGTI) R 6346 6346 20977 0 -1 4194368 102 0 0 0 0 1 0 0 20 0 1 0 1012199506 2473984 115 4294967295 134512640 135169312 3219272048 3219268268 3085854580 0 65538 0 65538 0 0 0 17 3 0 0 0
/proc/6347/statm: 604 115 72 161 0 43 0
[pid=6348] ppid=6347 vsize=0 CPUtime=0
/proc/6348/stat : 6348 (SatELiteGTI) Z 6347 6346 20977 0 -1 4194380 143 0 0 0 0 0 0 0 18 0 1 0 1012199506 0 0 4294967295 0 0 0 0 0 0 0 0 65538 3222378830 0 0 17 3 0 0 0
/proc/6348/statm: 0 0 0 0 0 0 0
[pid=6349] ppid=6347 vsize=2416 CPUtime=0
/proc/6349/stat : 6349 (SatELiteGTI) R 6347 6346 20977 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1012199506 2473984 43 4294967295 134512640 135169312 3219272048 3219268268 3085854580 0 65538 0 65538 0 0 0 17 3 0 0 0
/proc/6349/statm: 604 43 0 161 0 43 0

[startup+0.031894 s]
/proc/loadavg: 0.92 0.98 0.99 4/96 6349
/proc/meminfo: memFree=1163484/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2416 CPUtime=0.01
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 365 645 0 0 0 0 0 1 19 0 1 0 1012199506 2473984 276 4294967295 134512640 135169312 3219272048 3219270584 3085852398 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6346/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.121882 s]
/proc/loadavg: 0.92 0.98 0.99 4/96 6349
/proc/meminfo: memFree=1163484/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2416 CPUtime=0.01
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 365 645 0 0 0 0 0 1 19 0 1 0 1012199506 2473984 276 4294967295 134512640 135169312 3219272048 3219270584 3085852398 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6346/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.321862 s]
/proc/loadavg: 0.92 0.98 0.99 4/96 6349
/proc/meminfo: memFree=1163484/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2416 CPUtime=0.01
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 365 645 0 0 0 0 0 1 19 0 1 0 1012199506 2473984 276 4294967295 134512640 135169312 3219272048 3219270584 3085852398 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6346/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.721823 s]
/proc/loadavg: 0.92 0.98 0.99 4/96 6349
/proc/meminfo: memFree=1163484/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2416 CPUtime=0.01
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 365 645 0 0 0 0 0 1 19 0 1 0 1012199506 2473984 276 4294967295 134512640 135169312 3219272048 3219270584 3085852398 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6346/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+1.52174 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 6351
/proc/meminfo: memFree=1073072/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2416 CPUtime=0.01
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 365 645 0 0 0 0 0 1 19 0 1 0 1012199506 2473984 276 4294967295 134512640 135169312 3219272048 3219270584 3085852398 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6346/statm: 604 276 235 161 0 43 0
[pid=6351] ppid=6346 vsize=99972 CPUtime=1.52
/proc/6351/stat : 6351 (SatELite_releas) R 6346 6346 20977 0 -1 4202496 24573 0 0 0 134 18 0 0 25 0 1 0 1012199507 102371328 22712 4294967295 134512640 135223648 3214900528 3214898584 134715372 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6351/statm: 24993 22713 73 174 0 24818 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 102388

[startup+3.12159 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 6351
/proc/meminfo: memFree=1059928/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2416 CPUtime=0.01
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 365 645 0 0 0 0 0 1 19 0 1 0 1012199506 2473984 276 4294967295 134512640 135169312 3219272048 3219270584 3085852398 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6346/statm: 604 276 235 161 0 43 0
[pid=6351] ppid=6346 vsize=107168 CPUtime=3.12
/proc/6351/stat : 6351 (SatELite_releas) R 6346 6346 20977 0 -1 4202496 26262 0 0 0 290 22 0 0 25 0 1 0 1012199507 109740032 24401 4294967295 134512640 135223648 3214900528 3214898296 134737406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6351/statm: 26792 24401 73 174 0 26617 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 109584

[startup+6.32127 s]
/proc/loadavg: 0.93 0.98 0.99 3/95 6352
/proc/meminfo: memFree=1120192/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=19132 CPUtime=1.64
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 4618 0 0 0 159 5 0 0 20 0 1 0 1012199972 19591168 4553 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 4783 4553 73 172 0 4610 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 21552

[startup+12.7206 s]
/proc/loadavg: 0.93 0.98 0.99 3/95 6352
/proc/meminfo: memFree=1111824/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=28208 CPUtime=8.04
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 6855 0 0 0 799 5 0 0 25 0 1 0 1012199972 28884992 6790 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 7052 6790 73 172 0 6879 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 30628

[startup+25.5194 s]
/proc/loadavg: 0.95 0.98 0.99 3/95 6536
/proc/meminfo: memFree=1099148/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=39644 CPUtime=20.84
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 9718 0 0 0 2078 6 0 0 25 0 1 0 1012199972 40595456 9653 4294967295 134512640 135214715 3217676352 3217674816 134528588 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 9911 9653 73 172 0 9738 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 42064

[startup+51.1169 s]
/proc/loadavg: 0.97 0.98 0.99 3/95 6539
/proc/meminfo: memFree=1082996/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=56500 CPUtime=46.44
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 13889 0 0 0 4634 10 0 0 25 0 1 0 1012199972 57856000 13824 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 14125 13824 73 172 0 13952 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 58920

[startup+102.322 s]
/proc/loadavg: 0.98 0.98 0.99 2/95 6726
/proc/meminfo: memFree=1061620/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=78120 CPUtime=97.65
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 19183 0 0 0 9748 17 0 0 25 0 1 0 1012199972 79994880 19118 4294967295 134512640 135214715 3217676352 3217674816 134528714 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 19530 19118 73 172 0 19357 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 80540

[startup+162.326 s]
/proc/loadavg: 0.99 0.98 0.99 2/95 6913
/proc/meminfo: memFree=1039912/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=100792 CPUtime=157.66
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 24756 0 0 0 15746 20 0 0 25 0 1 0 1012199972 103211008 24691 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 25198 24691 73 172 0 25025 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 103212

[startup+222.32 s]
/proc/loadavg: 0.99 0.98 0.99 2/95 7106
/proc/meminfo: memFree=1022948/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=117072 CPUtime=217.66
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 28873 0 0 0 21739 27 0 0 25 0 1 0 1012199972 119881728 28808 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 29268 28808 73 172 0 29095 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 119492

[startup+282.314 s]
/proc/loadavg: 0.99 0.98 0.99 2/95 7293
/proc/meminfo: memFree=1015896/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=124232 CPUtime=277.66
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 30634 0 0 0 27738 28 0 0 25 0 1 0 1012199972 127213568 30569 4294967295 134512640 135214715 3217676352 3217674176 134536242 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 31058 30569 73 172 0 30885 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 126652

[startup+342.318 s]
/proc/loadavg: 1.07 1.00 1.00 2/95 7484
/proc/meminfo: memFree=1001992/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=138640 CPUtime=337.67
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 34033 0 0 0 33737 30 0 0 25 0 1 0 1012199972 141967360 33968 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 34660 33968 73 172 0 34487 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 141060

[startup+402.312 s]
/proc/loadavg: 1.08 1.01 1.00 2/95 7671
/proc/meminfo: memFree=991164/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67

################
# More data... #
################

[pid=6352] ppid=6346 vsize=164056 CPUtime=517.69
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 40441 0 0 0 51732 37 0 0 25 0 1 0 1012199972 167993344 40376 4294967295 134512640 135214715 3217676352 3217674816 134528809 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 41014 40376 73 172 0 40841 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 166476

[startup+582.325 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 8238
/proc/meminfo: memFree=976316/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=164056 CPUtime=577.7
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 40442 0 0 0 57733 37 0 0 25 0 1 0 1012199972 167993344 40377 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 41014 40377 73 172 0 40841 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 166476

[startup+642.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 8427
/proc/meminfo: memFree=976308/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=164056 CPUtime=637.69
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 40444 0 0 0 63732 37 0 0 25 0 1 0 1012199972 167993344 40379 4294967295 134512640 135214715 3217676352 3217674816 134528785 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 41014 40379 73 172 0 40841 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 166476

[startup+702.313 s]
/proc/loadavg: 1.21 1.05 1.01 2/95 8614
/proc/meminfo: memFree=976308/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=164056 CPUtime=697.7
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 40459 0 0 0 69732 38 0 0 25 0 1 0 1012199972 167993344 40394 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 41014 40394 73 172 0 40841 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 166476

[startup+762.317 s]
/proc/loadavg: 1.07 1.04 1.01 3/95 8801
/proc/meminfo: memFree=976092/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=164056 CPUtime=757.71
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 40465 0 0 0 75733 38 0 0 25 0 1 0 1012199972 167993344 40400 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 41014 40400 73 172 0 40841 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 166476

[startup+822.321 s]
/proc/loadavg: 1.03 1.03 1.00 2/95 8990
/proc/meminfo: memFree=976076/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=164056 CPUtime=817.72
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 40479 0 0 0 81734 38 0 0 25 0 1 0 1012199972 167993344 40414 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 41014 40414 73 172 0 40841 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 166476

[startup+882.315 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 9177
/proc/meminfo: memFree=975712/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=164216 CPUtime=877.72
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 40521 0 0 0 87734 38 0 0 25 0 1 0 1012199972 168157184 40456 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 41054 40456 73 172 0 40881 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 166636

[startup+942.32 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 9370
/proc/meminfo: memFree=975680/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=164216 CPUtime=937.73
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 40543 0 0 0 93735 38 0 0 25 0 1 0 1012199972 168157184 40478 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 41054 40478 73 172 0 40881 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 166636

[startup+1002.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 9557
/proc/meminfo: memFree=966008/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=173952 CPUtime=997.73
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 42993 0 0 0 99723 50 0 0 25 0 1 0 1012199972 178126848 42928 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 43488 42928 73 172 0 43315 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 176372

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 9744
/proc/meminfo: memFree=954336/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=185872 CPUtime=1057.73
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 46010 0 0 0 105723 50 0 0 25 0 1 0 1012199972 190332928 45945 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 46468 45945 73 172 0 46295 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 188292

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 9933
/proc/meminfo: memFree=952616/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=187324 CPUtime=1117.74
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 46360 0 0 0 111724 50 0 0 25 0 1 0 1012199972 191819776 46295 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 46831 46295 73 172 0 46658 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 189744

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 4/95 10120
/proc/meminfo: memFree=952492/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=187324 CPUtime=1177.75
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 46361 0 0 0 117725 50 0 0 25 0 1 0 1012199972 191819776 46296 4294967295 134512640 135214715 3217676352 3217674816 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 46831 46296 73 172 0 46658 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 189744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 10122
/proc/meminfo: memFree=952556/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=187324 CPUtime=1195.35
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 46361 0 0 0 119485 50 0 0 25 0 1 0 1012199972 191819776 46296 4294967295 134512640 135214715 3217676352 3217674816 134528626 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 46831 46296 73 172 0 46658 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 189744

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

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

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 10122
/proc/meminfo: memFree=952556/2074464 swapFree=1951864/1959888
[pid=6346] ppid=6344 vsize=2420 CPUtime=4.67
/proc/6346/stat : 6346 (SatELiteGTI) S 6344 6346 20977 0 -1 4194304 383 30407 0 0 0 0 439 28 19 0 1 0 1012199506 2478080 277 4294967295 134512640 135169312 3219272048 3219268264 3085852398 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/6346/statm: 605 277 235 161 0 44 0
[pid=6352] ppid=6346 vsize=187324 CPUtime=1195.35
/proc/6352/stat : 6352 (minisat_static) R 6346 6346 20977 0 -1 4202496 46361 0 0 0 119485 50 0 0 25 0 1 0 1012199972 191819776 46296 4294967295 134512640 135214715 3217676352 3217674816 134528626 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6352/statm: 46831 46296 73 172 0 46658 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 189744

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1199.93
CPU time (s): 1200.03
CPU user time (s): 1199.24
CPU system time (s): 0.79
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 189744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.24
system time used= 0.79
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77243
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= 16
involuntary context switches= 2061

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-16 14:29:43
IDJOB=1820791
IDBENCH=69595
IDSOLVER=660
FILE ID=tipi10/1820791-1242476983
PBS_JOBID=
Free space on /tmp= 4327 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT_RACE08/cnf/manol-pipe-g10nid.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820791-1242476983/watcher-1820791-1242476983 -o /tmp/evaluation-result-1820791-1242476983/solver-1820791-1242476983 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820791-1242476983.cnf

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

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED= 1100057689

Linux tipi10 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1163896 kB
Buffers:         19064 kB
Cached:         786212 kB
SwapCached:       2724 kB
Active:         440056 kB
Inactive:       375168 kB
HighTotal:     1178688 kB
HighFree:       537932 kB
LowTotal:       895776 kB
LowFree:        625964 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:           13284 kB
Writeback:           0 kB
AnonPages:        9204 kB
Mapped:           3180 kB
Slab:            86580 kB
PageTables:        488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90596 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4309 MiB
End job on tipi10 at 2009-05-16 14:49:47