Trace number 1821451

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

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r3-noholes.cnf
MD5SUM91d125ee3007575f40ddeef126d7f80f
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 variables498723
Number of clauses2928183
Sum of the clauses size7885040
Maximum clause length33
Minimum clause length1
Number of clauses of size 170035
Number of clauses of size 22107033
Number of clauses of size 3609981
Number of clauses of size 419805
Number of clauses of size 50
Number of clauses of size over 5121329

Solver Data

0.00/0.00	c Parsing...
2.42/2.45	c ==============================================================================
2.42/2.45	c |           |     ORIGINAL     |              LEARNT              |          |
2.42/2.45	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.42/2.45	c ==============================================================================
2.42/2.45	c |         0 | 2445459  6687382 |  733637       0        0     nan |  0.000 % |
88.43/88.47	c |         0 |  459462  3264797 |      --       0       --      -- |     --   | -1360719/-1657359
88.43/88.48	c ==============================================================================
88.43/88.48	c Result  :   #vars: 7950   #clauses: 459462   #literals: 3264797
88.43/88.48	c CPU time:   87.79 s
88.43/88.48	c ==============================================================================
89.62/89.62	This is MiniSat 2.0 beta with hacks by AVG
89.62/89.62	WARNING: for repeatability, setting FPU to use double precision
89.62/89.62	============================[ Problem Statistics ]=============================
89.62/89.62	|                                                                             |
89.62/89.62	|  Number of variables:  7950                                                 |
89.62/89.62	|  Number of clauses:    459462                                               |
89.63/90.05	|  Parsing time:         0.41         s                                       |
1200.00/1199.93	HOME/SatELiteGTI: line 36:  9979 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-1821451-1242528308/watcher-1821451-1242528308 -o /tmp/evaluation-result-1821451-1242528308/solver-1821451-1242528308 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821451-1242528308.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 9780
/proc/meminfo: memFree=845500/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2412 CPUtime=0.01
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 367 642 0 0 0 0 0 1 25 0 1 0 1017332328 2469888 276 4294967295 134512640 135169312 3217692656 3217691192 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9780/statm: 603 276 235 161 0 42 0
[pid=9784] ppid=9780 vsize=948 CPUtime=0
/proc/9784/stat : 9784 (SatELite_releas) R 9780 9780 20977 0 -1 4202496 101 0 0 0 0 0 0 0 25 0 1 0 1017332329 970752 36 4294967295 134512640 135223648 3219919360 3219918984 134719062 0 0 0 0 0 0 0 17 0 0 0 0
/proc/9784/statm: 237 49 40 174 0 62 0

[startup+0.053352 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 9780
/proc/meminfo: memFree=845500/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2412 CPUtime=0.01
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 367 642 0 0 0 0 0 1 25 0 1 0 1017332328 2469888 276 4294967295 134512640 135169312 3217692656 3217691192 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9780/statm: 603 276 235 161 0 42 0
[pid=9784] ppid=9780 vsize=6480 CPUtime=0.05
/proc/9784/stat : 9784 (SatELite_releas) R 9780 9780 20977 0 -1 4202496 1376 0 0 0 5 0 0 0 25 0 1 0 1017332329 6635520 1311 4294967295 134512640 135223648 3219919360 3219918312 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9784/statm: 1620 1312 47 174 0 1445 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8892

[startup+0.113331 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 9780
/proc/meminfo: memFree=845500/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2412 CPUtime=0.01
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 367 642 0 0 0 0 0 1 25 0 1 0 1017332328 2469888 276 4294967295 134512640 135169312 3217692656 3217691192 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9780/statm: 603 276 235 161 0 42 0
[pid=9784] ppid=9780 vsize=12456 CPUtime=0.11
/proc/9784/stat : 9784 (SatELite_releas) R 9780 9780 20977 0 -1 4202496 2631 0 0 0 10 1 0 0 25 0 1 0 1017332329 12754944 2566 4294967295 134512640 135223648 3219919360 3219917928 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9784/statm: 3114 2568 47 174 0 2939 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 14868

[startup+0.31331 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 9780
/proc/meminfo: memFree=845500/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2412 CPUtime=0.01
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 367 642 0 0 0 0 0 1 25 0 1 0 1017332328 2469888 276 4294967295 134512640 135169312 3217692656 3217691192 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9780/statm: 603 276 235 161 0 42 0
[pid=9784] ppid=9780 vsize=29596 CPUtime=0.31
/proc/9784/stat : 9784 (SatELite_releas) R 9780 9780 20977 0 -1 4202496 6734 0 0 0 28 3 0 0 25 0 1 0 1017332329 30306304 6669 4294967295 134512640 135223648 3219919360 3219918312 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9784/statm: 7399 6670 47 174 0 7224 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 32008

[startup+0.713271 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 9780
/proc/meminfo: memFree=845500/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2412 CPUtime=0.01
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 367 642 0 0 0 0 0 1 25 0 1 0 1017332328 2469888 276 4294967295 134512640 135169312 3217692656 3217691192 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9780/statm: 603 276 235 161 0 42 0
[pid=9784] ppid=9780 vsize=75272 CPUtime=0.71
/proc/9784/stat : 9784 (SatELite_releas) R 9780 9780 20977 0 -1 4202496 15699 0 0 0 57 14 0 0 25 0 1 0 1017332329 77078528 15634 4294967295 134512640 135223648 3219919360 3219917928 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9784/statm: 18818 15636 47 174 0 18643 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 77684

[startup+1.51319 s]
/proc/loadavg: 0.93 0.98 0.99 3/95 9785
/proc/meminfo: memFree=757172/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2412 CPUtime=0.01
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 367 642 0 0 0 0 0 1 25 0 1 0 1017332328 2469888 276 4294967295 134512640 135169312 3217692656 3217691192 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9780/statm: 603 276 235 161 0 42 0
[pid=9784] ppid=9780 vsize=150408 CPUtime=1.51
/proc/9784/stat : 9784 (SatELite_releas) R 9780 9780 20977 0 -1 4202496 32979 0 0 0 121 30 0 0 25 0 1 0 1017332329 154017792 32914 4294967295 134512640 135223648 3219919360 3219917928 134718983 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9784/statm: 37602 32914 47 174 0 37427 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 152820

[startup+3.11304 s]
/proc/loadavg: 0.93 0.98 0.99 3/95 9785
/proc/meminfo: memFree=662560/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2412 CPUtime=0.01
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 367 642 0 0 0 0 0 1 25 0 1 0 1017332328 2469888 276 4294967295 134512640 135169312 3217692656 3217691192 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9780/statm: 603 276 235 161 0 42 0
[pid=9784] ppid=9780 vsize=251780 CPUtime=3.11
/proc/9784/stat : 9784 (SatELite_releas) R 9780 9780 20977 0 -1 4202496 58076 0 0 0 268 43 0 0 25 0 1 0 1017332329 257822720 57990 4294967295 134512640 135223648 3219919360 3219917856 134549042 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9784/statm: 62945 57990 68 174 0 62770 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 254192

[startup+6.31272 s]
/proc/loadavg: 0.93 0.98 0.99 4/95 9785
/proc/meminfo: memFree=613208/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2412 CPUtime=0.01
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 367 642 0 0 0 0 0 1 25 0 1 0 1017332328 2469888 276 4294967295 134512640 135169312 3217692656 3217691192 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9780/statm: 603 276 235 161 0 42 0
[pid=9784] ppid=9780 vsize=252804 CPUtime=6.31
/proc/9784/stat : 9784 (SatELite_releas) R 9780 9780 20977 0 -1 4202496 58267 0 0 0 588 43 0 0 25 0 1 0 1017332329 258871296 58181 4294967295 134512640 135223648 3219919360 3219917856 134549042 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9784/statm: 63201 58181 68 174 0 63026 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 255216

[startup+12.7121 s]
/proc/loadavg: 0.94 0.98 0.99 3/95 9787
/proc/meminfo: memFree=576692/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2412 CPUtime=0.01
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 367 642 0 0 0 0 0 1 25 0 1 0 1017332328 2469888 276 4294967295 134512640 135169312 3217692656 3217691192 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9780/statm: 603 276 235 161 0 42 0
[pid=9784] ppid=9780 vsize=279668 CPUtime=12.71
/proc/9784/stat : 9784 (SatELite_releas) R 9780 9780 20977 0 -1 4202496 70193 0 0 0 1215 56 0 0 25 0 1 0 1017332329 286380032 63829 4294967295 134512640 135223648 3219919360 3219917376 134586669 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9784/statm: 69917 63829 73 174 0 69742 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 282080

[startup+25.5108 s]
/proc/loadavg: 0.95 0.98 0.99 3/95 9791
/proc/meminfo: memFree=511532/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2412 CPUtime=0.01
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 367 642 0 0 0 0 0 1 25 0 1 0 1017332328 2469888 276 4294967295 134512640 135169312 3217692656 3217691192 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9780/statm: 603 276 235 161 0 42 0
[pid=9784] ppid=9780 vsize=324852 CPUtime=25.51
/proc/9784/stat : 9784 (SatELite_releas) R 9780 9780 20977 0 -1 4202496 82285 0 0 0 2488 63 0 0 25 0 1 0 1017332329 332648448 75345 4294967295 134512640 135223648 3219919360 3219917456 134585544 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9784/statm: 81213 75345 73 174 0 81038 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 327264

[startup+51.1183 s]
/proc/loadavg: 0.97 0.98 0.99 3/95 9974
/proc/meminfo: memFree=511396/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2412 CPUtime=0.01
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 367 642 0 0 0 0 0 1 25 0 1 0 1017332328 2469888 276 4294967295 134512640 135169312 3217692656 3217691192 3085651694 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9780/statm: 603 276 235 161 0 42 0
[pid=9784] ppid=9780 vsize=325364 CPUtime=51.12
/proc/9784/stat : 9784 (SatELite_releas) R 9780 9780 20977 0 -1 4202496 82434 0 0 0 5048 64 0 0 25 0 1 0 1017332329 333172736 75494 4294967295 134512640 135223648 3219919360 3219917456 134585471 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9784/statm: 81341 75494 73 174 0 81166 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 327776

[startup+102.313 s]
/proc/loadavg: 0.98 0.98 0.99 2/95 10164
/proc/meminfo: memFree=753200/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=38724 CPUtime=12.69
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 9593 0 0 0 1265 4 0 0 25 0 1 0 1017341291 39653376 9528 4294967295 134512640 135214715 3217096624 3217095088 134528809 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9979/statm: 9681 9528 73 172 0 9508 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 41140

[startup+162.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/95 10351
/proc/meminfo: memFree=734876/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=57468 CPUtime=72.67
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 14231 0 0 0 7259 8 0 0 25 0 1 0 1017341291 58847232 14166 4294967295 134512640 135214715 3217096624 3217095088 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 14367 14166 73 172 0 14194 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 59884

[startup+222.311 s]
/proc/loadavg: 0.99 0.98 0.99 2/95 10538
/proc/meminfo: memFree=714356/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=77956 CPUtime=132.68
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 19371 0 0 0 13254 14 0 0 25 0 1 0 1017341291 79826944 19306 4294967295 134512640 135214715 3217096624 3217095088 134528785 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 19489 19306 73 172 0 19316 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 80372

[startup+282.316 s]
/proc/loadavg: 0.99 0.98 0.99 2/95 10727
/proc/meminfo: memFree=701748/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=90804 CPUtime=192.69
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 22499 0 0 0 19250 19 0 0 25 0 1 0 1017341291 92983296 22434 4294967295 134512640 135214715 3217096624 3217095088 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 22701 22434 73 172 0 22528 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 93220

[startup+342.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/95 10918
/proc/meminfo: memFree=696872/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=95212 CPUtime=252.69
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 23651 0 0 0 25249 20 0 0 25 0 1 0 1017341291 97497088 23586 4294967295 134512640 135214715 3217096624 3217095088 134528963 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 23803 23586 73 172 0 23630 0
Current children cumulated CPU time (s) 342.32

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

[pid=9979] ppid=9780 vsize=115844 CPUtime=432.7
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 28739 0 0 0 43245 25 0 0 25 0 1 0 1017341291 118624256 28674 4294967295 134512640 135214715 3217096624 3217095088 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 28961 28674 73 172 0 28788 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 118260

[startup+582.316 s]
/proc/loadavg: 0.99 0.98 0.99 2/95 11670
/proc/meminfo: memFree=672276/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=120376 CPUtime=492.72
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 29880 0 0 0 49247 25 0 0 25 0 1 0 1017341291 123265024 29815 4294967295 134512640 135214715 3217096624 3217095088 134528763 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 30094 29815 73 172 0 29921 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 122792

[startup+642.32 s]
/proc/loadavg: 1.07 1.00 1.00 2/95 11857
/proc/meminfo: memFree=659092/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=134176 CPUtime=552.73
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 33118 0 0 0 55247 26 0 0 25 0 1 0 1017341291 137396224 33053 4294967295 134512640 135214715 3217096624 3217095088 134528576 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 33544 33053 73 172 0 33371 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 136592

[startup+702.324 s]
/proc/loadavg: 1.03 1.00 1.00 3/95 12050
/proc/meminfo: memFree=638360/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=154900 CPUtime=612.73
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 38319 0 0 0 61244 29 0 0 25 0 1 0 1017341291 158617600 38254 4294967295 134512640 135214715 3217096624 3217095088 134528588 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 38725 38254 73 172 0 38552 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 157316

[startup+762.328 s]
/proc/loadavg: 1.01 1.00 1.00 2/95 12237
/proc/meminfo: memFree=623712/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=169352 CPUtime=672.74
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 41946 0 0 0 67244 30 0 0 25 0 1 0 1017341291 173416448 41881 4294967295 134512640 135214715 3217096624 3217095088 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 42338 41881 73 172 0 42165 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 171768

[startup+822.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 12424
/proc/meminfo: memFree=611328/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=181968 CPUtime=732.73
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 45103 0 0 0 73238 35 0 0 25 0 1 0 1017341291 186335232 45038 4294967295 134512640 135214715 3217096624 3217095088 134528727 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 45492 45038 73 172 0 45319 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 184384

[startup+882.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 12613
/proc/meminfo: memFree=598912/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=193984 CPUtime=792.74
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 48124 0 0 0 79237 37 0 0 25 0 1 0 1017341291 198639616 48059 4294967295 134512640 135214715 3217096624 3217095088 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 48496 48059 73 172 0 48323 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 196400

[startup+942.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 12811
/proc/meminfo: memFree=587644/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=205220 CPUtime=852.75
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 50946 0 0 0 85237 38 0 0 25 0 1 0 1017341291 210145280 50881 4294967295 134512640 135214715 3217096624 3217095088 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 51305 50881 73 172 0 51132 0
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (KiB) 207636

[startup+1002.31 s]
/proc/loadavg: 1.07 1.03 1.01 2/95 13000
/proc/meminfo: memFree=578716/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=213944 CPUtime=912.75
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 53133 0 0 0 91234 41 0 0 25 0 1 0 1017341291 219078656 53068 4294967295 134512640 135214715 3217096624 3217095088 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 53486 53068 73 172 0 53313 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 216360

[startup+1062.32 s]
/proc/loadavg: 1.06 1.03 1.01 2/95 13008
/proc/meminfo: memFree=572740/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=220196 CPUtime=972.76
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 54736 0 0 0 97234 42 0 0 25 0 1 0 1017341291 225480704 54671 4294967295 134512640 135214715 3217096624 3217095088 134528702 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 55049 54671 73 172 0 54876 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 222612

[startup+1122.32 s]
/proc/loadavg: 1.02 1.02 1.00 3/96 13229
/proc/meminfo: memFree=564480/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=229416 CPUtime=1032.77
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 56747 0 0 0 103233 44 0 0 25 0 1 0 1017341291 234921984 56682 4294967295 134512640 135214715 3217096624 3217095088 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 57354 56682 73 172 0 57181 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 231832

[startup+1182.32 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 13384
/proc/meminfo: memFree=560704/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=233484 CPUtime=1092.77
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 57782 0 0 0 109233 44 0 0 25 0 1 0 1017341291 239087616 57717 4294967295 134512640 135214715 3217096624 3217095088 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 58371 57717 73 172 0 58198 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 235900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 13567
/proc/meminfo: memFree=559292/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=234672 CPUtime=1110.37
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 58079 0 0 0 110993 44 0 0 25 0 1 0 1017341291 240304128 58014 4294967295 134512640 135214715 3217096624 3217095016 134720710 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 58668 58014 73 172 0 58495 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 237088

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

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

[startup+1199.92 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 13567
/proc/meminfo: memFree=559292/2074464 swapFree=1951864/1959888
[pid=9780] ppid=9778 vsize=2416 CPUtime=89.63
/proc/9780/stat : 9780 (SatELiteGTI) S 9778 9780 20977 0 -1 4194304 386 92061 0 0 0 0 8884 79 18 0 1 0 1017332328 2473984 277 4294967295 134512640 135169312 3217692656 3217688872 3085651694 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9780/statm: 604 277 235 161 0 43 0
[pid=9979] ppid=9780 vsize=234672 CPUtime=1110.37
/proc/9979/stat : 9979 (minisat_static) R 9780 9780 20977 0 -1 4202496 58079 0 0 0 110993 44 0 0 25 0 1 0 1017341291 240304128 58014 4294967295 134512640 135214715 3217096624 3217095016 134720710 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9979/statm: 58668 58014 73 172 0 58495 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 237088

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1199.94
CPU time (s): 1200.02
CPU user time (s): 1198.77
CPU system time (s): 1.25
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 347552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.77
system time used= 1.25
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150583
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= 19
involuntary context switches= 1317

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-17 04:45:08
IDJOB=1821451
IDBENCH=70959
IDSOLVER=660
FILE ID=tipi10/1821451-1242528308
PBS_JOBID=
Free space on /tmp= 4108 MiB

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

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

MD5SUM BENCH= 91d125ee3007575f40ddeef126d7f80f
RANDOM SEED= 1303648640

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

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

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        845392 kB
Buffers:         26464 kB
Cached:        1086452 kB
SwapCached:       2732 kB
Active:         534764 kB
Inactive:       588004 kB
HighTotal:     1178688 kB
HighFree:       237036 kB
LowTotal:       895776 kB
LowFree:        608356 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:           64340 kB
Writeback:           0 kB
AnonPages:        9240 kB
Mapped:           3420 kB
Slab:            97360 kB
PageTables:        512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90592 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4058 MiB
End job on tipi10 at 2009-05-17 05:05:15