Trace number 1821523

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.04

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p0.cnf
MD5SUMd8dd0726277891eae9a2807dfd8946db
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables262253
Number of clauses1131732
Sum of the clauses size2644763
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2882815
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.22/1.27	c ==============================================================================
1.22/1.27	c |           |     ORIGINAL     |              LEARNT              |          |
1.22/1.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.22/1.27	c ==============================================================================
1.22/1.27	c |         0 | 1120813  2633174 |  336243       0        0     nan |  0.000 % |
7.33/7.42	c |         0 |  777919  2077798 |      --       0       --      -- |     --   | -91956/18047
7.43/7.43	c ==============================================================================
7.43/7.43	c Result  :   #vars: 158000   #clauses: 777919   #literals: 2077798
7.43/7.43	c CPU time:   7.14 s
7.43/7.43	c ==============================================================================
8.21/8.25	This is MiniSat 2.0 beta with hacks by AVG
8.21/8.25	WARNING: for repeatability, setting FPU to use double precision
8.21/8.25	============================[ Problem Statistics ]=============================
8.21/8.25	|                                                                             |
8.21/8.25	|  Number of variables:  158000                                               |
8.21/8.25	|  Number of clauses:    777919                                               |
8.71/8.79	|  Parsing time:         0.49         s                                       |
1200.09/1200.03	HOME/SatELiteGTI: line 36: 16306 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-1821523-1242533725/watcher-1821523-1242533725 -o /tmp/evaluation-result-1821523-1242533725/solver-1821523-1242533725 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821523-1242533725.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.00 1.00 1.00 2/93 16300
/proc/meminfo: memFree=1156480/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2416 CPUtime=0
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 369 642 0 0 0 0 0 0 18 0 1 0 1017873275 2473984 277 4294967295 134512640 135169312 3214329024 3214327560 3085147886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16300/statm: 604 277 235 161 0 43 0
[pid=16304] ppid=16300 vsize=956 CPUtime=0
/proc/16304/stat : 16304 (SatELite_releas) R 16300 16300 10436 0 -1 4202496 135 0 0 0 0 0 0 0 18 0 1 0 1017873276 978944 70 4294967295 134512640 135223648 3220519568 3220518164 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16304/statm: 239 72 46 174 0 64 0

[startup+0.078991 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16300
/proc/meminfo: memFree=1156480/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2416 CPUtime=0
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 369 642 0 0 0 0 0 0 18 0 1 0 1017873275 2473984 277 4294967295 134512640 135169312 3214329024 3214327560 3085147886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16300/statm: 604 277 235 161 0 43 0
[pid=16304] ppid=16300 vsize=26600 CPUtime=0.08
/proc/16304/stat : 16304 (SatELite_releas) R 16300 16300 10436 0 -1 4202496 4602 0 0 0 5 3 0 0 18 0 1 0 1017873276 27238400 4370 4294967295 134512640 135223648 3220519568 3220518152 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16304/statm: 6650 4371 46 174 0 6475 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29016

[startup+0.11899 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16300
/proc/meminfo: memFree=1156480/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2416 CPUtime=0
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 369 642 0 0 0 0 0 0 18 0 1 0 1017873275 2473984 277 4294967295 134512640 135169312 3214329024 3214327560 3085147886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16300/statm: 604 277 235 161 0 43 0
[pid=16304] ppid=16300 vsize=30808 CPUtime=0.12
/proc/16304/stat : 16304 (SatELite_releas) R 16300 16300 10436 0 -1 4202496 5641 0 0 0 8 4 0 0 18 0 1 0 1017873276 31547392 5409 4294967295 134512640 135223648 3220519568 3220518520 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16304/statm: 7702 5410 46 174 0 7527 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 33224

[startup+0.318973 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16300
/proc/meminfo: memFree=1156480/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2416 CPUtime=0
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 369 642 0 0 0 0 0 0 18 0 1 0 1017873275 2473984 277 4294967295 134512640 135169312 3214329024 3214327560 3085147886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16300/statm: 604 277 235 161 0 43 0
[pid=16304] ppid=16300 vsize=47920 CPUtime=0.32
/proc/16304/stat : 16304 (SatELite_releas) R 16300 16300 10436 0 -1 4202496 9746 0 0 0 25 7 0 0 18 0 1 0 1017873276 49070080 9514 4294967295 134512640 135223648 3220519568 3220518520 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16304/statm: 11980 9515 46 174 0 11805 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 50336

[startup+0.718944 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16300
/proc/meminfo: memFree=1156480/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2416 CPUtime=0
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 369 642 0 0 0 0 0 0 18 0 1 0 1017873275 2473984 277 4294967295 134512640 135169312 3214329024 3214327560 3085147886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16300/statm: 604 277 235 161 0 43 0
[pid=16304] ppid=16300 vsize=69636 CPUtime=0.72
/proc/16304/stat : 16304 (SatELite_releas) R 16300 16300 10436 0 -1 4202496 15128 0 0 0 59 13 0 0 18 0 1 0 1017873276 71307264 14896 4294967295 134512640 135223648 3220519568 3220518520 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16304/statm: 17409 14897 47 174 0 17234 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 72052

[startup+1.51887 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16305
/proc/meminfo: memFree=1063472/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2416 CPUtime=0
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 369 642 0 0 0 0 0 0 18 0 1 0 1017873275 2473984 277 4294967295 134512640 135169312 3214329024 3214327560 3085147886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16300/statm: 604 277 235 161 0 43 0
[pid=16304] ppid=16300 vsize=141036 CPUtime=1.52
/proc/16304/stat : 16304 (SatELite_releas) R 16300 16300 10436 0 -1 4202496 27929 0 0 0 133 19 0 0 20 0 1 0 1017873276 144420864 27697 4294967295 134512640 135223648 3220519568 3220517984 134546398 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16304/statm: 35259 27697 68 174 0 35084 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 143452

[startup+3.11874 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16305
/proc/meminfo: memFree=1032720/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2416 CPUtime=0
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 369 642 0 0 0 0 0 0 18 0 1 0 1017873275 2473984 277 4294967295 134512640 135169312 3214329024 3214327560 3085147886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16300/statm: 604 277 235 161 0 43 0
[pid=16304] ppid=16300 vsize=166836 CPUtime=3.12
/proc/16304/stat : 16304 (SatELite_releas) R 16300 16300 10436 0 -1 4202496 36498 0 0 0 288 24 0 0 25 0 1 0 1017873276 170840064 33414 4294967295 134512640 135223648 3220519568 3220517584 134586730 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16304/statm: 41709 33414 73 174 0 41534 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 169252

[startup+6.32848 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16305
/proc/meminfo: memFree=1018336/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2416 CPUtime=0
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 369 642 0 0 0 0 0 0 18 0 1 0 1017873275 2473984 277 4294967295 134512640 135169312 3214329024 3214327560 3085147886 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16300/statm: 604 277 235 161 0 43 0
[pid=16304] ppid=16300 vsize=177296 CPUtime=6.33
/proc/16304/stat : 16304 (SatELite_releas) R 16300 16300 10436 0 -1 4202496 42097 0 0 0 606 27 0 0 25 0 1 0 1017873276 181551104 35363 4294967295 134512640 135223648 3220519568 3220517920 134602016 0 0 0 3 0 0 0 17 1 0 0 0
/proc/16304/statm: 44324 35363 73 174 0 44149 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 179712

[startup+12.728 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16308
/proc/meminfo: memFree=1090164/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=48864 CPUtime=4.48
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 11104 0 0 0 443 5 0 0 25 0 1 0 1017874101 50036736 10989 4294967295 134512640 135214715 3219974768 3219973232 134528509 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 12216 10989 73 172 0 12043 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 51284

[startup+25.5269 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16308
/proc/meminfo: memFree=1087376/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=51716 CPUtime=17.28
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 11814 0 0 0 1723 5 0 0 25 0 1 0 1017874101 52957184 11699 4294967295 134512640 135214715 3219974768 3219973232 134528656 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 12929 11699 73 172 0 12756 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 54136

[startup+51.1148 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16498
/proc/meminfo: memFree=1080592/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=58252 CPUtime=42.87
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 13447 0 0 0 4280 7 0 0 25 0 1 0 1017874101 59650048 13332 4294967295 134512640 135214715 3219974768 3219973152 134524125 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 14563 13332 73 172 0 14390 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 60672

[startup+102.321 s]
/proc/loadavg: 1.05 1.01 1.00 3/95 16687
/proc/meminfo: memFree=1059576/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=79144 CPUtime=94.08
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 18657 0 0 0 9397 11 0 0 25 0 1 0 1017874101 81043456 18542 4294967295 134512640 135214715 3219974768 3219972460 134536160 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 19786 18542 73 172 0 19613 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 81564

[startup+162.316 s]
/proc/loadavg: 1.02 1.01 1.00 2/95 16876
/proc/meminfo: memFree=1039092/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=99552 CPUtime=154.08
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 23766 0 0 0 15390 18 0 0 25 0 1 0 1017874101 101941248 23651 4294967295 134512640 135214715 3219974768 3219973232 134528560 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 24888 23651 73 172 0 24715 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 101972

[startup+222.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17063
/proc/meminfo: memFree=1020400/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=118052 CPUtime=214.08
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 28388 0 0 0 21387 21 0 0 25 0 1 0 1017874101 120885248 28273 4294967295 134512640 135214715 3219974768 3219973232 134528504 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 29513 28273 73 172 0 29340 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 120472

[startup+282.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 17251
/proc/meminfo: memFree=1005456/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=133096 CPUtime=274.09
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 32155 0 0 0 27386 23 0 0 25 0 1 0 1017874101 136290304 32040 4294967295 134512640 135214715 3219974768 3219973232 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 33274 32040 73 172 0 33101 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 135516

[startup+342.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 17438
/proc/meminfo: memFree=987540/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=150996 CPUtime=334.1
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 36640 0 0 0 33384 26 0 0 25 0 1 0 1017874101 154619904 36525 4294967295 134512640 135214715 3219974768 3219973232 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 37749 36525 73 172 0 37576 0
Current children cumulated CPU time (s) 342.33

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

[pid=16306] ppid=16300 vsize=182580 CPUtime=454.11
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 44494 0 0 0 45378 33 0 0 25 0 1 0 1017874101 186961920 44379 4294967295 134512640 135214715 3219974768 3219973232 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 45645 44379 73 172 0 45472 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 185000

[startup+522.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 18008
/proc/meminfo: memFree=941380/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=197260 CPUtime=514.11
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 48151 0 0 0 51376 35 0 0 25 0 1 0 1017874101 201994240 48036 4294967295 134512640 135214715 3219974768 3219973232 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 49315 48036 73 172 0 49142 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 199680

[startup+582.321 s]
/proc/loadavg: 1.15 1.03 1.01 3/106 18236
/proc/meminfo: memFree=887400/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=212496 CPUtime=574.12
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 51973 0 0 0 57366 46 0 0 25 0 1 0 1017874101 217595904 51858 4294967295 134512640 135214715 3219974768 3219973232 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 53124 51858 73 172 0 52951 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 214916

[startup+642.316 s]
/proc/loadavg: 1.16 1.05 1.02 3/95 18498
/proc/meminfo: memFree=856920/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=226516 CPUtime=634.12
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 55478 0 0 0 63363 49 0 0 25 0 1 0 1017874101 231952384 55363 4294967295 134512640 135214715 3219974768 3219973232 134528560 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 56629 55363 73 172 0 56456 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 228936

[startup+702.321 s]
/proc/loadavg: 1.06 1.04 1.01 3/95 18686
/proc/meminfo: memFree=843372/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=240276 CPUtime=694.13
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 58847 0 0 0 69361 52 0 0 25 0 1 0 1017874101 246042624 58732 4294967295 134512640 135214715 3219974768 3219973232 134528509 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 60069 58732 73 172 0 59896 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 242696

[startup+762.317 s]
/proc/loadavg: 1.02 1.03 1.00 3/95 18875
/proc/meminfo: memFree=826632/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=256820 CPUtime=754.13
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 62986 0 0 0 75360 53 0 0 25 0 1 0 1017874101 262983680 62871 4294967295 134512640 135214715 3219974768 3219973232 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 64205 62871 73 172 0 64032 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 259240

[startup+822.312 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 19066
/proc/meminfo: memFree=812868/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=271060 CPUtime=814.13
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 66554 0 0 0 81357 56 0 0 25 0 1 0 1017874101 277565440 66439 4294967295 134512640 135214715 3219974768 3219973232 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 67765 66439 73 172 0 67592 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 273480

[startup+882.307 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 19254
/proc/meminfo: memFree=798004/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=285740 CPUtime=874.13
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 70212 0 0 0 87355 58 0 0 25 0 1 0 1017874101 292597760 70097 4294967295 134512640 135214715 3219974768 3219972272 134536289 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 71435 70097 73 172 0 71262 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 288160

[startup+942.312 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 19440
/proc/meminfo: memFree=782984/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=300804 CPUtime=934.14
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 73994 0 0 0 93351 63 0 0 25 0 1 0 1017874101 308023296 73879 4294967295 134512640 135214715 3219974768 3219973232 134528471 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 75201 73879 73 172 0 75028 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 303224

[startup+1002.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 19629
/proc/meminfo: memFree=770740/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=313324 CPUtime=994.15
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 77080 0 0 0 99347 68 0 0 25 0 1 0 1017874101 320843776 76965 4294967295 134512640 135214715 3219974768 3219973104 134737407 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 78331 76967 73 172 0 78158 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 315744

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 19818
/proc/meminfo: memFree=761284/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=322612 CPUtime=1054.16
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 79416 0 0 0 105345 71 0 0 25 0 1 0 1017874101 330354688 79301 4294967295 134512640 135214715 3219974768 3219973232 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 80653 79301 73 172 0 80480 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 325032

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20009
/proc/meminfo: memFree=754372/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=329664 CPUtime=1114.15
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 81179 0 0 0 111342 73 0 0 25 0 1 0 1017874101 337575936 81064 4294967295 134512640 135214715 3219974768 3219973232 134528588 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 82416 81064 73 172 0 82243 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 332084

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20197
/proc/meminfo: memFree=754184/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=329664 CPUtime=1174.16
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 81179 0 0 0 117343 73 0 0 25 0 1 0 1017874101 337575936 81064 4294967295 134512640 135214715 3219974768 3219973232 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 82416 81064 73 172 0 82243 0
Current children cumulated CPU time (s) 1182.39
Current children cumulated vsize (KiB) 332084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 20198
/proc/meminfo: memFree=754312/2074464 swapFree=1948616/1959888
[pid=16300] ppid=16298 vsize=2420 CPUtime=8.23
/proc/16300/stat : 16300 (SatELiteGTI) S 16298 16300 10436 0 -1 4194304 387 45051 0 0 0 0 789 34 18 0 1 0 1017873275 2478080 278 4294967295 134512640 135169312 3214329024 3214325240 3085147886 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/16300/statm: 605 278 235 161 0 44 0
[pid=16306] ppid=16300 vsize=329664 CPUtime=1191.86
/proc/16306/stat : 16306 (minisat_static) R 16300 16300 10436 0 -1 4202496 81179 0 0 0 119113 73 0 0 25 0 1 0 1017874101 337575936 81064 4294967295 134512640 135214715 3219974768 3219973232 134528588 0 0 0 3 0 0 0 17 2 0 0 0
/proc/16306/statm: 82416 81064 73 172 0 82243 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 332084

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.04
CPU time (s): 1200.11
CPU user time (s): 1199.02
CPU system time (s): 1.09
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 332084

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-17 06:15:25
IDJOB=1821523
IDBENCH=70988
IDSOLVER=660
FILE ID=tipi16/1821523-1242533725
PBS_JOBID=
Free space on /tmp= 4882 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p0.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821523-1242533725/watcher-1821523-1242533725 -o /tmp/evaluation-result-1821523-1242533725/solver-1821523-1242533725 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821523-1242533725.cnf

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

MD5SUM BENCH= d8dd0726277891eae9a2807dfd8946db
RANDOM SEED= 1390034693

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:       1156868 kB
Buffers:         45080 kB
Cached:         790656 kB
SwapCached:       5940 kB
Active:         124188 kB
Inactive:       721540 kB
HighTotal:     1178688 kB
HighFree:       424964 kB
LowTotal:       895776 kB
LowFree:        731904 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:           22624 kB
Writeback:           0 kB
AnonPages:        9320 kB
Mapped:           3260 kB
Slab:            63432 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90756 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4860 MiB
End job on tipi16 at 2009-05-17 06:35:30