Trace number 1821409

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.01 1199.94

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-d-r2-noholes.cnf
MD5SUM17bffac3a21734cf7ff7fa9ecba23d9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1018.73
Satisfiable
(Un)Satisfiability was proved
Number of variables276895
Number of clauses1607567
Sum of the clauses size4321960
Maximum clause length184
Minimum clause length1
Number of clauses of size 140271
Number of clauses of size 21154041
Number of clauses of size 3332345
Number of clauses of size 410685
Number of clauses of size 50
Number of clauses of size over 570225

Solver Data

0.00/0.00	c Parsing...
1.32/1.32	c ==============================================================================
1.32/1.32	c |           |     ORIGINAL     |              LEARNT              |          |
1.32/1.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.32/1.32	c ==============================================================================
1.32/1.32	c |         0 | 1356467  3708070 |  406940       0        0     nan |  0.000 % |
47.00/47.03	c |         0 |  255997  1816599 |      --       0       --      -- |     --   | -768336/-956869
47.00/47.04	c ==============================================================================
47.00/47.04	c Result  :   #vars: 4925   #clauses: 255997   #literals: 1816599
47.00/47.04	c CPU time:   46.63 s
47.00/47.04	c ==============================================================================
47.60/47.67	This is MiniSat 2.0 beta with hacks by AVG
47.60/47.67	WARNING: for repeatability, setting FPU to use double precision
47.60/47.67	============================[ Problem Statistics ]=============================
47.60/47.67	|                                                                             |
47.60/47.67	|  Number of variables:  4925                                                 |
47.60/47.67	|  Number of clauses:    255997                                               |
47.65/47.90	|  Parsing time:         0.22         s                                       |
1200.00/1199.92	HOME/SatELiteGTI: line 36: 26048 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-1821409-1242525312/watcher-1821409-1242525312 -o /tmp/evaluation-result-1821409-1242525312/solver-1821409-1242525312 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821409-1242525312.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.01 1.00 2/93 25856
/proc/meminfo: memFree=386336/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2416 CPUtime=0
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 367 648 0 0 0 0 0 0 25 0 1 0 1017028573 2473984 277 4294967295 134512640 135169312 3215482320 3215480856 3085197038 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/25856/statm: 604 277 235 161 0 43 0
[pid=25860] ppid=25856 vsize=952 CPUtime=0
/proc/25860/stat : 25860 (SatELite_releas) R 25856 25856 14060 0 -1 4202496 136 0 0 0 0 0 0 0 25 0 1 0 1017028573 974848 72 4294967295 134512640 135223648 3216912160 3216911112 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/25860/statm: 238 72 47 174 0 63 0

[startup+0.119281 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 25856
/proc/meminfo: memFree=386336/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2416 CPUtime=0
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 367 648 0 0 0 0 0 0 25 0 1 0 1017028573 2473984 277 4294967295 134512640 135169312 3215482320 3215480856 3085197038 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/25856/statm: 604 277 235 161 0 43 0
[pid=25860] ppid=25856 vsize=12656 CPUtime=0.12
/proc/25860/stat : 25860 (SatELite_releas) R 25856 25856 14060 0 -1 4202496 2696 0 0 0 10 2 0 0 25 0 1 0 1017028573 12959744 2632 4294967295 134512640 135223648 3216912160 3216911112 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/25860/statm: 3164 2633 47 174 0 2989 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 15072

[startup+0.219271 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 25856
/proc/meminfo: memFree=386336/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2416 CPUtime=0
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 367 648 0 0 0 0 0 0 25 0 1 0 1017028573 2473984 277 4294967295 134512640 135169312 3215482320 3215480856 3085197038 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/25856/statm: 604 277 235 161 0 43 0
[pid=25860] ppid=25856 vsize=23508 CPUtime=0.22
/proc/25860/stat : 25860 (SatELite_releas) R 25856 25856 14060 0 -1 4202496 4885 0 0 0 18 4 0 0 25 0 1 0 1017028573 24072192 4821 4294967295 134512640 135223648 3216912160 3216911112 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/25860/statm: 5877 4821 47 174 0 5702 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 25924

[startup+0.319263 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 25856
/proc/meminfo: memFree=386336/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2416 CPUtime=0
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 367 648 0 0 0 0 0 0 25 0 1 0 1017028573 2473984 277 4294967295 134512640 135169312 3215482320 3215480856 3085197038 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/25856/statm: 604 277 235 161 0 43 0
[pid=25860] ppid=25856 vsize=30240 CPUtime=0.32
/proc/25860/stat : 25860 (SatELite_releas) R 25856 25856 14060 0 -1 4202496 7138 0 0 0 25 7 0 0 25 0 1 0 1017028573 30965760 7074 4294967295 134512640 135223648 3216912160 3216910728 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/25860/statm: 7560 7075 47 174 0 7385 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 32656

[startup+0.719227 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 25856
/proc/meminfo: memFree=386336/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2416 CPUtime=0
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 367 648 0 0 0 0 0 0 25 0 1 0 1017028573 2473984 277 4294967295 134512640 135169312 3215482320 3215480856 3085197038 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/25856/statm: 604 277 235 161 0 43 0
[pid=25860] ppid=25856 vsize=74832 CPUtime=0.72
/proc/25860/stat : 25860 (SatELite_releas) R 25856 25856 14060 0 -1 4202496 16155 0 0 0 57 15 0 0 25 0 1 0 1017028573 76627968 16091 4294967295 134512640 135223648 3216912160 3216911112 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/25860/statm: 18708 16091 47 174 0 18533 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 77248

[startup+1.51916 s]
/proc/loadavg: 1.00 1.01 1.00 4/95 25861
/proc/meminfo: memFree=286988/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2416 CPUtime=0
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 367 648 0 0 0 0 0 0 25 0 1 0 1017028573 2473984 277 4294967295 134512640 135169312 3215482320 3215480856 3085197038 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/25856/statm: 604 277 235 161 0 43 0
[pid=25860] ppid=25856 vsize=159468 CPUtime=1.52
/proc/25860/stat : 25860 (SatELite_releas) R 25856 25856 14060 0 -1 4202496 32308 0 0 0 128 24 0 0 25 0 1 0 1017028573 163295232 32222 4294967295 134512640 135223648 3216912160 3216910752 134548109 0 0 0 3 0 0 0 17 1 0 0 0
/proc/25860/statm: 39867 32222 68 174 0 39692 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 161884

[startup+3.11902 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 25864
/proc/meminfo: memFree=257228/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2416 CPUtime=0
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 367 648 0 0 0 0 0 0 25 0 1 0 1017028573 2473984 277 4294967295 134512640 135169312 3215482320 3215480856 3085197038 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/25856/statm: 604 277 235 161 0 43 0
[pid=25860] ppid=25856 vsize=159980 CPUtime=3.1
/proc/25860/stat : 25860 (SatELite_releas) R 25856 25856 14060 0 -1 4202496 32408 0 0 0 286 24 0 0 25 0 1 0 1017028573 163819520 32322 4294967295 134512640 135223648 3216912160 3216910656 134549027 0 0 0 3 0 0 0 17 1 0 0 0
/proc/25860/statm: 39995 32322 68 174 0 39820 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 162396

[startup+6.31874 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 25864
/proc/meminfo: memFree=244332/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2416 CPUtime=0
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 367 648 0 0 0 0 0 0 25 0 1 0 1017028573 2473984 277 4294967295 134512640 135169312 3215482320 3215480856 3085197038 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/25856/statm: 604 277 235 161 0 43 0
[pid=25860] ppid=25856 vsize=176540 CPUtime=6.3
/proc/25860/stat : 25860 (SatELite_releas) R 25856 25856 14060 0 -1 4202496 38599 0 0 0 598 32 0 0 25 0 1 0 1017028573 180776960 34793 4294967295 134512640 135223648 3216912160 3216910176 134586777 0 0 0 3 0 0 0 17 1 0 0 0
/proc/25860/statm: 44135 34793 73 174 0 43960 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 178956

[startup+12.7182 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 25864
/proc/meminfo: memFree=199508/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2416 CPUtime=0
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 367 648 0 0 0 0 0 0 25 0 1 0 1017028573 2473984 277 4294967295 134512640 135169312 3215482320 3215480856 3085197038 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/25856/statm: 604 277 235 161 0 43 0
[pid=25860] ppid=25856 vsize=204548 CPUtime=12.7
/proc/25860/stat : 25860 (SatELite_releas) R 25856 25856 14060 0 -1 4202496 45989 0 0 0 1235 35 0 0 25 0 1 0 1017028573 209457152 41869 4294967295 134512640 135223648 3216912160 3216910176 134549042 0 0 0 3 0 0 0 17 1 0 0 0
/proc/25860/statm: 51137 41869 73 174 0 50962 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 206964

[startup+25.5171 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 25864
/proc/meminfo: memFree=199572/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2416 CPUtime=0
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 367 648 0 0 0 0 0 0 25 0 1 0 1017028573 2473984 277 4294967295 134512640 135169312 3215482320 3215480856 3085197038 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/25856/statm: 604 277 235 161 0 43 0
[pid=25860] ppid=25856 vsize=204804 CPUtime=25.5
/proc/25860/stat : 25860 (SatELite_releas) R 25856 25856 14060 0 -1 4202496 46054 0 0 0 2515 35 0 0 25 0 1 0 1017028573 209719296 41934 4294967295 134512640 135223648 3216912160 3216910176 134548984 0 0 0 3 0 0 0 17 1 0 0 0
/proc/25860/statm: 51201 41934 73 174 0 51026 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 207220

[startup+51.1149 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 26049
/proc/meminfo: memFree=333960/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=21864 CPUtime=3.45
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 5327 0 0 0 342 3 0 0 25 0 1 0 1017033340 22388736 5261 4294967295 134512640 135214715 3214236912 3214235376 134528709 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 5466 5261 73 172 0 5293 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 24284

[startup+102.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 26237
/proc/meminfo: memFree=313332/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=41492 CPUtime=54.66
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 10194 0 0 0 5459 7 0 0 25 0 1 0 1017033340 42487808 10128 4294967295 134512640 135214715 3214236912 3214235304 134720710 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 10373 10128 73 172 0 10200 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 43912

[startup+162.305 s]
/proc/loadavg: 1.00 1.00 1.00 4/96 26269
/proc/meminfo: memFree=304292/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=51044 CPUtime=114.65
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 12530 0 0 0 11455 10 0 0 25 0 1 0 1017033340 52269056 12464 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 12761 12464 73 172 0 12588 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 53464

[startup+222.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 26611
/proc/meminfo: memFree=296780/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=58364 CPUtime=174.66
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 14390 0 0 0 17454 12 0 0 25 0 1 0 1017033340 59764736 14324 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 14591 14324 73 172 0 14418 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 60784

[startup+282.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 26616
/proc/meminfo: memFree=291580/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=64336 CPUtime=234.67
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 15749 0 0 0 23454 13 0 0 25 0 1 0 1017033340 65880064 15683 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 16084 15683 73 172 0 15911 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 66756

[startup+342.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 26844
/proc/meminfo: memFree=280824/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=75460 CPUtime=294.68
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 18553 0 0 0 29450 18 0 0 25 0 1 0 1017033340 77271040 18487 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 18865 18487 73 172 0 18692 0
Current children cumulated CPU time (s) 342.33

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

[pid=26048] ppid=25856 vsize=91196 CPUtime=414.69
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22311 0 0 0 41450 19 0 0 25 0 1 0 1017033340 93384704 22245 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 22799 22245 73 172 0 22626 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 93616

[startup+522.314 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 27373
/proc/meminfo: memFree=263656/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=92952 CPUtime=474.69
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22804 0 0 0 47446 23 0 0 25 0 1 0 1017033340 95182848 22738 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23238 22738 73 172 0 23065 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 95372

[startup+582.319 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 27561
/proc/meminfo: memFree=263416/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=92952 CPUtime=534.7
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22808 0 0 0 53447 23 0 0 25 0 1 0 1017033340 95182848 22742 4294967295 134512640 135214715 3214236912 3214235376 134528588 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23238 22742 73 172 0 23065 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 95372

[startup+642.314 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 27749
/proc/meminfo: memFree=263696/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=92952 CPUtime=594.7
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22808 0 0 0 59447 23 0 0 25 0 1 0 1017033340 95182848 22742 4294967295 134512640 135214715 3214236912 3214235376 134528626 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23238 22742 73 172 0 23065 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 95372

[startup+702.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 27942
/proc/meminfo: memFree=263448/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=93196 CPUtime=654.71
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22854 0 0 0 65448 23 0 0 25 0 1 0 1017033340 95432704 22788 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23299 22788 73 172 0 23126 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 95616

[startup+762.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28131
/proc/meminfo: memFree=263424/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=93196 CPUtime=714.71
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22861 0 0 0 71445 26 0 0 25 0 1 0 1017033340 95432704 22795 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23299 22795 73 172 0 23126 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 95616

[startup+822.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 28316
/proc/meminfo: memFree=263540/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=93196 CPUtime=774.72
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22863 0 0 0 77446 26 0 0 25 0 1 0 1017033340 95432704 22797 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23299 22797 73 172 0 23126 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 95616

[startup+882.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28504
/proc/meminfo: memFree=263672/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=93196 CPUtime=834.72
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22864 0 0 0 83446 26 0 0 25 0 1 0 1017033340 95432704 22798 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23299 22798 73 172 0 23126 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 95616

[startup+942.307 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 28692
/proc/meminfo: memFree=263696/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=93196 CPUtime=894.72
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22868 0 0 0 89446 26 0 0 25 0 1 0 1017033340 95432704 22802 4294967295 134512640 135214715 3214236912 3214235376 134528613 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23299 22802 73 172 0 23126 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 95616

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 28881
/proc/meminfo: memFree=263548/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=93196 CPUtime=954.73
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22868 0 0 0 95447 26 0 0 25 0 1 0 1017033340 95432704 22802 4294967295 134512640 135214715 3214236912 3214235376 134528579 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23299 22802 73 172 0 23126 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 95616

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 29074
/proc/meminfo: memFree=263448/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=93196 CPUtime=1014.73
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22872 0 0 0 101447 26 0 0 25 0 1 0 1017033340 95432704 22806 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23299 22806 73 172 0 23126 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 95616

[startup+1122.32 s]
/proc/loadavg: 1.14 1.05 1.02 3/95 29259
/proc/meminfo: memFree=263688/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=93196 CPUtime=1074.75
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22874 0 0 0 107449 26 0 0 25 0 1 0 1017033340 95432704 22808 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23299 22808 73 172 0 23126 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 95616

[startup+1182.33 s]
/proc/loadavg: 1.11 1.07 1.02 3/95 29447
/proc/meminfo: memFree=263432/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=93604 CPUtime=1134.76
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22952 0 0 0 113450 26 0 0 25 0 1 0 1017033340 95850496 22886 4294967295 134512640 135214715 3214236912 3214235376 134528560 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23401 22886 73 172 0 23228 0
Current children cumulated CPU time (s) 1182.41
Current children cumulated vsize (KiB) 96024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.21 1.10 1.03 2/95 29632
/proc/meminfo: memFree=263204/2074464 swapFree=1949056/1959888
[pid=25856] ppid=25854 vsize=2420 CPUtime=47.65
/proc/25856/stat : 25856 (SatELiteGTI) S 25854 25856 14060 0 -1 4194304 387 54517 0 0 0 0 4722 43 22 0 1 0 1017028573 2478080 278 4294967295 134512640 135169312 3215482320 3215478536 3085197038 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/25856/statm: 605 278 235 161 0 44 0
[pid=26048] ppid=25856 vsize=93604 CPUtime=1152.35
/proc/26048/stat : 26048 (minisat_static) R 25856 25856 14060 0 -1 4202496 22954 0 0 0 115209 26 0 0 25 0 1 0 1017033340 95850496 22888 4294967295 134512640 135214715 3214236912 3214235376 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/26048/statm: 23401 22888 73 172 0 23228 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 96024

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): 1199.94
CPU time (s): 1200.01
CPU user time (s): 1199.31
CPU system time (s): 0.7
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 219140

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-17 03:55:12
IDJOB=1821409
IDBENCH=70951
IDSOLVER=660
FILE ID=tipi27/1821409-1242525312
PBS_JOBID=
Free space on /tmp= 9042 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-d-r2-noholes.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821409-1242525312/watcher-1821409-1242525312 -o /tmp/evaluation-result-1821409-1242525312/solver-1821409-1242525312 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821409-1242525312.cnf

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

MD5SUM BENCH= 17bffac3a21734cf7ff7fa9ecba23d9d
RANDOM SEED= 1146352258

Linux tipi27 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.389
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.40

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

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
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.389
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:        386360 kB
Buffers:         68420 kB
Cached:        1486292 kB
SwapCached:       5508 kB
Active:         720384 kB
Inactive:       844056 kB
HighTotal:     1178688 kB
HighFree:       120804 kB
LowTotal:       895776 kB
LowFree:        265556 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:           35368 kB
Writeback:           0 kB
AnonPages:        8972 kB
Mapped:           3140 kB
Slab:           115848 kB
PageTables:        496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90624 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9042 MiB
End job on tipi27 at 2009-05-17 04:15:16