Trace number 1820761

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.11 1200.06

General information on the benchmark

Nameschup-l2s-bc56s-1-k391.cnf
MD5SUM1f1dd0782ec95ee5e6d7a06f92fc0f12
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.12
Satisfiable
(Un)Satisfiability was proved
Number of variables561371
Number of clauses1778987
Sum of the clauses size4570195
Maximum clause length392
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2843213
Number of clauses of size 3908640
Number of clauses of size 416428
Number of clauses of size 56651
Number of clauses of size over 53913

Solver Data

0.00/0.00	c Parsing...
1.72/1.81	c ==============================================================================
1.72/1.81	c |           |     ORIGINAL     |              LEARNT              |          |
1.72/1.81	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.72/1.81	c ==============================================================================
1.72/1.81	c |         0 | 1777028  4564454 |  533108       0        0     nan |  0.000 % |
13.62/13.68	c |         0 |  813247  2716333 |      --       0       --      -- |     --   | -937144/-1778230
13.62/13.69	c ==============================================================================
13.62/13.69	c Result  :   #vars: 151801   #clauses: 813247   #literals: 2716333
13.62/13.69	c CPU time:   13.13 s
13.62/13.69	c ==============================================================================
14.62/14.70	This is MiniSat 2.0 beta with hacks by AVG
14.62/14.70	WARNING: for repeatability, setting FPU to use double precision
14.62/14.70	============================[ Problem Statistics ]=============================
14.62/14.70	|                                                                             |
14.62/14.70	|  Number of variables:  151801                                               |
14.62/14.70	|  Number of clauses:    813247                                               |
14.70/15.31	|  Parsing time:         0.54         s                                       |
1200.09/1200.04	HOME/SatELiteGTI: line 36: 20650 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-1820761-1242474526/watcher-1820761-1242474526 -o /tmp/evaluation-result-1820761-1242474526/solver-1820761-1242474526 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820761-1242474526.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: 1.12 1.03 1.01 2/93 20461
/proc/meminfo: memFree=1581004/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2412 CPUtime=0
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1011953406 2469888 276 4294967295 134512640 135169312 3212931936 3212930472 3085635310 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20461/statm: 603 276 235 161 0 42 0
[pid=20465] ppid=20461 vsize=952 CPUtime=0
/proc/20465/stat : 20465 (SatELite_releas) R 20461 20461 10436 0 -1 4202496 100 0 0 0 0 0 0 0 25 0 1 0 1011953406 974848 36 4294967295 134512640 135223648 3219480976 3219480600 134719062 0 0 0 0 0 0 0 17 0 0 0 0
/proc/20465/statm: 238 50 40 174 0 63 0

[startup+0.079057 s]
/proc/loadavg: 1.12 1.03 1.01 2/93 20461
/proc/meminfo: memFree=1581004/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2412 CPUtime=0
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1011953406 2469888 276 4294967295 134512640 135169312 3212931936 3212930472 3085635310 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20461/statm: 603 276 235 161 0 42 0
[pid=20465] ppid=20461 vsize=14528 CPUtime=0.08
/proc/20465/stat : 20465 (SatELite_releas) R 20461 20461 10436 0 -1 4202496 2940 0 0 0 7 1 0 0 25 0 1 0 1011953406 14876672 2876 4294967295 134512640 135223648 3219480976 3219479544 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20465/statm: 3632 2877 47 174 0 3457 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16940

[startup+0.109051 s]
/proc/loadavg: 1.12 1.03 1.01 2/93 20461
/proc/meminfo: memFree=1581004/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2412 CPUtime=0
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1011953406 2469888 276 4294967295 134512640 135169312 3212931936 3212930472 3085635310 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20461/statm: 603 276 235 161 0 42 0
[pid=20465] ppid=20461 vsize=17168 CPUtime=0.11
/proc/20465/stat : 20465 (SatELite_releas) R 20461 20461 10436 0 -1 4202496 3895 0 0 0 10 1 0 0 25 0 1 0 1011953406 17580032 3831 4294967295 134512640 135223648 3219480976 3219479928 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20465/statm: 4292 3831 47 174 0 4117 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 19580

[startup+0.309035 s]
/proc/loadavg: 1.12 1.03 1.01 2/93 20461
/proc/meminfo: memFree=1581004/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2412 CPUtime=0
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1011953406 2469888 276 4294967295 134512640 135169312 3212931936 3212930472 3085635310 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20461/statm: 603 276 235 161 0 42 0
[pid=20465] ppid=20461 vsize=40984 CPUtime=0.31
/proc/20465/stat : 20465 (SatELite_releas) R 20461 20461 10436 0 -1 4202496 9875 0 0 0 24 7 0 0 25 0 1 0 1011953406 41967616 9811 4294967295 134512640 135223648 3219480976 3219479928 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20465/statm: 10246 9811 47 174 0 10071 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 43396

[startup+0.709002 s]
/proc/loadavg: 1.12 1.03 1.01 2/93 20461
/proc/meminfo: memFree=1581004/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2412 CPUtime=0
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1011953406 2469888 276 4294967295 134512640 135169312 3212931936 3212930472 3085635310 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20461/statm: 603 276 235 161 0 42 0
[pid=20465] ppid=20461 vsize=111056 CPUtime=0.71
/proc/20465/stat : 20465 (SatELite_releas) R 20461 20461 10436 0 -1 4202496 21668 0 0 0 56 15 0 0 25 0 1 0 1011953406 113721344 21604 4294967295 134512640 135223648 3219480976 3219479560 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20465/statm: 27764 21605 47 174 0 27589 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 113468

[startup+1.51894 s]
/proc/loadavg: 1.12 1.03 1.01 3/96 20545
/proc/meminfo: memFree=1458124/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2412 CPUtime=0
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1011953406 2469888 276 4294967295 134512640 135169312 3212931936 3212930472 3085635310 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20461/statm: 603 276 235 161 0 42 0
[pid=20465] ppid=20461 vsize=224528 CPUtime=1.52
/proc/20465/stat : 20465 (SatELite_releas) R 20461 20461 10436 0 -1 4202496 44316 0 0 0 123 29 0 0 25 0 1 0 1011953406 229916672 44252 4294967295 134512640 135223648 3219480976 3219479856 134543897 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20465/statm: 56132 44256 47 174 0 55957 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 226940

[startup+3.1188 s]
/proc/loadavg: 1.11 1.03 1.01 2/95 20649
/proc/meminfo: memFree=1357512/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2412 CPUtime=0
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1011953406 2469888 276 4294967295 134512640 135169312 3212931936 3212930472 3085635310 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20461/statm: 603 276 235 161 0 42 0
[pid=20465] ppid=20461 vsize=294356 CPUtime=3.12
/proc/20465/stat : 20465 (SatELite_releas) R 20461 20461 10436 0 -1 4202496 64130 0 0 0 269 43 0 0 25 0 1 0 1011953406 301420544 59190 4294967295 134512640 135223648 3219480976 3219478644 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20465/statm: 73589 59190 73 174 0 73414 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 296768

[startup+6.31854 s]
/proc/loadavg: 1.11 1.03 1.01 2/95 20649
/proc/meminfo: memFree=1307116/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2412 CPUtime=0
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1011953406 2469888 276 4294967295 134512640 135169312 3212931936 3212930472 3085635310 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20461/statm: 603 276 235 161 0 42 0
[pid=20465] ppid=20461 vsize=312144 CPUtime=6.32
/proc/20465/stat : 20465 (SatELite_releas) R 20461 20461 10436 0 -1 4202496 68029 0 0 0 583 49 0 0 25 0 1 0 1011953406 319635456 63089 4294967295 134512640 135223648 3219480976 3219478992 134586952 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20465/statm: 78036 63089 73 174 0 77861 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 314556

[startup+12.718 s]
/proc/loadavg: 1.10 1.03 1.01 2/95 20649
/proc/meminfo: memFree=1294364/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2412 CPUtime=0
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1011953406 2469888 276 4294967295 134512640 135169312 3212931936 3212930472 3085635310 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/20461/statm: 603 276 235 161 0 42 0
[pid=20465] ppid=20461 vsize=307704 CPUtime=12.72
/proc/20465/stat : 20465 (SatELite_releas) R 20461 20461 10436 0 -1 4202496 75096 0 0 0 1219 53 0 0 25 0 1 0 1011953406 315088896 62629 4294967295 134512640 135223648 3219480976 3219478992 134586730 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20465/statm: 76926 62629 73 174 0 76751 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 310116

[startup+25.517 s]
/proc/loadavg: 1.08 1.03 1.01 2/95 20652
/proc/meminfo: memFree=1476180/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=51312 CPUtime=10.79
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 12080 0 0 0 1073 6 0 0 25 0 1 0 1011954876 52543488 12015 4294967295 134512640 135214715 3220755248 3220753712 134529088 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 12828 12015 73 172 0 12655 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53728

[startup+51.1149 s]
/proc/loadavg: 1.05 1.03 1.00 2/95 20653
/proc/meminfo: memFree=1470460/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=57068 CPUtime=36.39
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 13527 0 0 0 3630 9 0 0 25 0 1 0 1011954876 58437632 13462 4294967295 134512640 135214715 3220755248 3220753712 134528740 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 14267 13462 73 172 0 14094 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59484

[startup+102.321 s]
/proc/loadavg: 1.02 1.02 1.00 3/95 20841
/proc/meminfo: memFree=1461604/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=65456 CPUtime=87.6
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 15599 0 0 0 8748 12 0 0 25 0 1 0 1011954876 67026944 15534 4294967295 134512640 135214715 3220755248 3220753808 134540473 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 16364 15534 73 172 0 16191 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 67872

[startup+162.316 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 21028
/proc/meminfo: memFree=1449964/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=77256 CPUtime=147.6
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 18528 0 0 0 14744 16 0 0 25 0 1 0 1011954876 79110144 18463 4294967295 134512640 135214715 3220755248 3220753712 134529071 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 19314 18463 73 172 0 19141 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 79672

[startup+222.311 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 21217
/proc/meminfo: memFree=1442516/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=84648 CPUtime=207.6
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 20396 0 0 0 20741 19 0 0 25 0 1 0 1011954876 86679552 20331 4294967295 134512640 135214715 3220755248 3220753712 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 21162 20331 73 172 0 20989 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 87064

[startup+282.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 21404
/proc/meminfo: memFree=1434952/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=92176 CPUtime=267.61
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 22245 0 0 0 26741 20 0 0 25 0 1 0 1011954876 94388224 22180 4294967295 134512640 135214715 3220755248 3220753712 134528521 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 23044 22180 73 172 0 22871 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 94592

[startup+342.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 21596
/proc/meminfo: memFree=1428480/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=98124 CPUtime=327.62
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 23768 0 0 0 32740 22 0 0 25 0 1 0 1011954876 100478976 23703 4294967295 134512640 135214715 3220755248 3220753712 134528634 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 24531 23703 73 172 0 24358 0
Current children cumulated CPU time (s) 342.32

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

[pid=20650] ppid=20461 vsize=114896 CPUtime=447.63
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 27878 0 0 0 44739 24 0 0 25 0 1 0 1011954876 117653504 27813 4294967295 134512640 135214715 3220755248 3220753712 134528620 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 28724 27813 73 172 0 28551 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 117312

[startup+522.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22162
/proc/meminfo: memFree=1402960/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=123872 CPUtime=507.63
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 30160 0 0 0 50738 25 0 0 25 0 1 0 1011954876 126844928 30095 4294967295 134512640 135214715 3220755248 3220753712 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 30968 30095 73 172 0 30795 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 126288

[startup+582.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22349
/proc/meminfo: memFree=1390560/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=136180 CPUtime=567.63
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 33247 0 0 0 56735 28 0 0 25 0 1 0 1011954876 139448320 33182 4294967295 134512640 135214715 3220755248 3220753712 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 34045 33182 73 172 0 33872 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 138596

[startup+642.306 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22537
/proc/meminfo: memFree=1380888/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=145420 CPUtime=627.63
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 35582 0 0 0 62732 31 0 0 25 0 1 0 1011954876 148910080 35517 4294967295 134512640 135214715 3220755248 3220753460 134720710 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 36355 35517 73 172 0 36182 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 147836

[startup+702.321 s]
/proc/loadavg: 1.13 1.03 1.01 2/95 22725
/proc/meminfo: memFree=1372016/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=153880 CPUtime=687.65
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 37716 0 0 0 68734 31 0 0 25 0 1 0 1011954876 157573120 37651 4294967295 134512640 135214715 3220755248 3220753712 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 38470 37651 73 172 0 38297 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 156296

[startup+762.326 s]
/proc/loadavg: 1.17 1.06 1.01 2/95 22916
/proc/meminfo: memFree=1365212/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=161352 CPUtime=747.66
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 39429 0 0 0 74733 33 0 0 25 0 1 0 1011954876 165224448 39364 4294967295 134512640 135214715 3220755248 3220753136 134536349 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 40338 39364 73 172 0 40165 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 163768

[startup+822.321 s]
/proc/loadavg: 1.06 1.04 1.01 3/95 23105
/proc/meminfo: memFree=1361724/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=164652 CPUtime=807.66
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 40274 0 0 0 80732 34 0 0 25 0 1 0 1011954876 168603648 40209 4294967295 134512640 135214715 3220755248 3220753632 134524096 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 41163 40209 73 172 0 40990 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 167068

[startup+882.317 s]
/proc/loadavg: 1.13 1.06 1.01 3/95 23292
/proc/meminfo: memFree=1361732/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=164652 CPUtime=867.66
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 40274 0 0 0 86732 34 0 0 25 0 1 0 1011954876 168603648 40209 4294967295 134512640 135214715 3220755248 3220753712 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 41163 40209 73 172 0 40990 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 167068

[startup+942.312 s]
/proc/loadavg: 1.05 1.05 1.01 2/95 23480
/proc/meminfo: memFree=1361608/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=164652 CPUtime=927.66
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 40274 0 0 0 92732 34 0 0 25 0 1 0 1011954876 168603648 40209 4294967295 134512640 135214715 3220755248 3220753712 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 41163 40209 73 172 0 40990 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 167068

[startup+1002.31 s]
/proc/loadavg: 1.01 1.04 1.00 3/95 23668
/proc/meminfo: memFree=1361848/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=164652 CPUtime=987.66
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 40274 0 0 0 98732 34 0 0 25 0 1 0 1011954876 168603648 40209 4294967295 134512640 135214715 3220755248 3220753712 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 41163 40209 73 172 0 40990 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 167068

[startup+1062.31 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 23855
/proc/meminfo: memFree=1361740/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=164652 CPUtime=1047.67
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 40274 0 0 0 104733 34 0 0 25 0 1 0 1011954876 168603648 40209 4294967295 134512640 135214715 3220755248 3220753712 134528560 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 41163 40209 73 172 0 40990 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 167068

[startup+1122.32 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 24048
/proc/meminfo: memFree=1362212/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=164652 CPUtime=1107.68
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 40274 0 0 0 110734 34 0 0 25 0 1 0 1011954876 168603648 40209 4294967295 134512640 135214715 3220755248 3220753712 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 41163 40209 73 172 0 40990 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 167068

[startup+1182.32 s]
/proc/loadavg: 1.07 1.03 1.00 2/95 24235
/proc/meminfo: memFree=1361856/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=164652 CPUtime=1167.69
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 40274 0 0 0 116735 34 0 0 25 0 1 0 1011954876 168603648 40209 4294967295 134512640 135214715 3220755248 3220753712 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 41163 40209 73 172 0 40990 0
Current children cumulated CPU time (s) 1182.39
Current children cumulated vsize (KiB) 167068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.05 1.03 1.00 2/95 24237
/proc/meminfo: memFree=1361864/2074464 swapFree=1948616/1959888
[pid=20461] ppid=20459 vsize=2416 CPUtime=14.7
/proc/20461/stat : 20461 (SatELiteGTI) S 20459 20461 10436 0 -1 4194304 385 87128 0 0 0 0 1406 64 18 0 1 0 1011953406 2473984 277 4294967295 134512640 135169312 3212931936 3212928152 3085635310 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20461/statm: 604 277 235 161 0 43 0
[pid=20650] ppid=20461 vsize=164652 CPUtime=1185.39
/proc/20650/stat : 20650 (minisat_static) R 20461 20461 10436 0 -1 4202496 40274 0 0 0 118505 34 0 0 25 0 1 0 1011954876 168603648 40209 4294967295 134512640 135214715 3220755248 3220753712 134528763 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20650/statm: 41163 40209 73 172 0 40990 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 167068

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.06
CPU time (s): 1200.11
CPU user time (s): 1199.11
CPU system time (s): 1
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 337416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.11
system time used= 1
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127879
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= 17
involuntary context switches= 973

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-16 13:48:46
IDJOB=1820761
IDBENCH=69581
IDSOLVER=660
FILE ID=tipi16/1820761-1242474526
PBS_JOBID=
Free space on /tmp= 5141 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT_RACE08/cnf/schup-l2s-bc56s-1-k391.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820761-1242474526/watcher-1820761-1242474526 -o /tmp/evaluation-result-1820761-1242474526/solver-1820761-1242474526 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820761-1242474526.cnf

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

MD5SUM BENCH= 1f1dd0782ec95ee5e6d7a06f92fc0f12
RANDOM SEED= 1979666874

Linux tipi16 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.457
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.457
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.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.457
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.78

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.457
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.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1581036 kB
Buffers:         29896 kB
Cached:         383344 kB
SwapCached:       5908 kB
Active:          69160 kB
Inactive:       354044 kB
HighTotal:     1178688 kB
HighFree:       831580 kB
LowTotal:       895776 kB
LowFree:        749456 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:           37260 kB
Writeback:         148 kB
AnonPages:        9320 kB
Mapped:           3076 kB
Slab:            61396 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90760 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 5141 MiB
End job on tipi16 at 2009-05-16 14:08:51