Trace number 1820401

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.07 1200.03

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1083.49
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data

0.00/0.00	c Parsing...
0.13/0.13	c ==============================================================================
0.13/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.13/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.13/0.13	c ==============================================================================
0.13/0.13	c |         0 |  135474   356036 |   40642       0        0     nan |  0.000 % |
1.23/1.30	c |         0 |  114078   411814 |      --       0       --      -- |     --   | -21277/56123
1.23/1.30	c ==============================================================================
1.23/1.30	c Result  :   #vars: 18800   #clauses: 114078   #literals: 411814
1.23/1.30	c CPU time:   1.24 s
1.23/1.30	c ==============================================================================
1.43/1.45	This is MiniSat 2.0 beta with hacks by AVG
1.43/1.45	WARNING: for repeatability, setting FPU to use double precision
1.43/1.45	============================[ Problem Statistics ]=============================
1.43/1.45	|                                                                             |
1.43/1.45	|  Number of variables:  18800                                                |
1.43/1.45	|  Number of clauses:    114078                                               |
1.46/1.53	|  Parsing time:         0.08         s                                       |
1200.06/1200.02	HOME/SatELiteGTI: line 36:  2644 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-1820401-1242439157/watcher-1820401-1242439157 -o /tmp/evaluation-result-1820401-1242439157/solver-1820401-1242439157 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820401-1242439157.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.06 1.01 1.00 2/91 2637
/proc/meminfo: memFree=786436/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2412 CPUtime=0.01
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 364 644 0 0 0 1 0 0 18 0 1 0 1008416103 2469888 275 4294967295 134512640 135169312 3219321216 3219319752 3085741806 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2637/statm: 603 275 235 161 0 42 0
[pid=2641] ppid=2637 vsize=956 CPUtime=0
/proc/2641/stat : 2641 (SatELite_releas) R 2637 2637 9090 0 -1 4202496 121 0 0 0 0 0 0 0 20 0 1 0 1008416103 978944 58 4294967295 134512640 135223648 3212964704 3212963300 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2641/statm: 239 60 45 174 0 64 0

[startup+0.120224 s]
/proc/loadavg: 1.06 1.01 1.00 2/91 2637
/proc/meminfo: memFree=786436/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2412 CPUtime=0.01
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 364 644 0 0 0 1 0 0 18 0 1 0 1008416103 2469888 275 4294967295 134512640 135169312 3219321216 3219319752 3085741806 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2637/statm: 603 275 235 161 0 42 0
[pid=2641] ppid=2637 vsize=16948 CPUtime=0.12
/proc/2641/stat : 2641 (SatELite_releas) R 2637 2637 9090 0 -1 4202496 3422 0 0 0 8 4 0 0 20 0 1 0 1008416103 17354752 3311 4294967295 134512640 135223648 3212964704 3212963712 134547520 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2641/statm: 4237 3311 47 174 0 4062 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 19360

[startup+0.220219 s]
/proc/loadavg: 1.06 1.01 1.00 2/91 2637
/proc/meminfo: memFree=786436/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2412 CPUtime=0.01
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 364 644 0 0 0 1 0 0 18 0 1 0 1008416103 2469888 275 4294967295 134512640 135169312 3219321216 3219319752 3085741806 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2637/statm: 603 275 235 161 0 42 0
[pid=2641] ppid=2637 vsize=19684 CPUtime=0.22
/proc/2641/stat : 2641 (SatELite_releas) R 2637 2637 9090 0 -1 4202496 4286 0 0 0 17 5 0 0 21 0 1 0 1008416103 20156416 3798 4294967295 134512640 135223648 3212964704 3212962656 134564737 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2641/statm: 4921 3798 73 174 0 4746 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 22096

[startup+0.320216 s]
/proc/loadavg: 1.06 1.01 1.00 2/91 2637
/proc/meminfo: memFree=786436/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2412 CPUtime=0.01
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 364 644 0 0 0 1 0 0 18 0 1 0 1008416103 2469888 275 4294967295 134512640 135169312 3219321216 3219319752 3085741806 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2637/statm: 603 275 235 161 0 42 0
[pid=2641] ppid=2637 vsize=20776 CPUtime=0.32
/proc/2641/stat : 2641 (SatELite_releas) R 2637 2637 9090 0 -1 4202496 4558 0 0 0 26 6 0 0 21 0 1 0 1008416103 21274624 4070 4294967295 134512640 135223648 3212964704 3212962720 134586740 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2641/statm: 5194 4070 73 174 0 5019 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 23188

[startup+0.720196 s]
/proc/loadavg: 1.06 1.01 1.00 2/91 2637
/proc/meminfo: memFree=786436/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2412 CPUtime=0.01
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 364 644 0 0 0 1 0 0 18 0 1 0 1008416103 2469888 275 4294967295 134512640 135169312 3219321216 3219319752 3085741806 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2637/statm: 603 275 235 161 0 42 0
[pid=2641] ppid=2637 vsize=23320 CPUtime=0.72
/proc/2641/stat : 2641 (SatELite_releas) R 2637 2637 9090 0 -1 4202496 5105 0 0 0 66 6 0 0 22 0 1 0 1008416103 23879680 4617 4294967295 134512640 135223648 3212964704 3212963056 134602016 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2641/statm: 5830 4617 73 174 0 5655 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 25732

[startup+1.52017 s]
/proc/loadavg: 1.05 1.01 1.00 2/93 2643
/proc/meminfo: memFree=766308/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 2416

[startup+3.12009 s]
/proc/loadavg: 1.05 1.01 1.00 2/93 2644
/proc/meminfo: memFree=773500/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=9920 CPUtime=1.67
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 2357 0 0 0 167 0 0 0 25 0 1 0 1008416248 10158080 2292 4294967295 134512640 135214715 3219567120 3219565328 134537099 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2644/statm: 2480 2292 74 172 0 2307 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 12336

[startup+6.31994 s]
/proc/loadavg: 1.05 1.01 1.00 2/93 2649
/proc/meminfo: memFree=771516/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=11936 CPUtime=4.87
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 2857 0 0 0 487 0 0 0 25 0 1 0 1008416248 12222464 2792 4294967295 134512640 135214715 3219567120 3219565584 134528509 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2644/statm: 2984 2792 74 172 0 2811 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 14352

[startup+12.7196 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 2650
/proc/meminfo: memFree=766256/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=16852 CPUtime=11.26
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 4086 0 0 0 1125 1 0 0 25 0 1 0 1008416248 17256448 4021 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2644/statm: 4213 4021 74 172 0 4040 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 19268

[startup+25.519 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 2841
/proc/meminfo: memFree=756572/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=26204 CPUtime=24.05
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 6407 0 0 0 2403 2 0 0 25 0 1 0 1008416248 26832896 6342 4294967295 134512640 135214715 3219567120 3219565324 134536160 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2644/statm: 6551 6342 74 172 0 6378 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 28620

[startup+51.1178 s]
/proc/loadavg: 1.02 1.01 1.00 2/93 2843
/proc/meminfo: memFree=747792/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=35732 CPUtime=49.65
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 8763 0 0 0 4962 3 0 0 25 0 1 0 1008416248 36589568 8698 4294967295 134512640 135214715 3219567120 3219565584 134528763 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2644/statm: 8933 8698 74 172 0 8760 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 38148

[startup+102.325 s]
/proc/loadavg: 1.01 1.00 1.00 2/93 3037
/proc/meminfo: memFree=734584/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=48500 CPUtime=100.86
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 11953 0 0 0 10079 7 0 0 25 0 1 0 1008416248 49664000 11888 4294967295 134512640 135214715 3219567120 3219565512 134720710 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2644/statm: 12125 11888 74 172 0 11952 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 50916

[startup+162.313 s]
/proc/loadavg: 1.05 1.02 1.00 2/93 3227
/proc/meminfo: memFree=722656/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=60812 CPUtime=160.85
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 14990 0 0 0 16075 10 0 0 25 0 1 0 1008416248 62271488 14925 4294967295 134512640 135214715 3219567120 3219565584 134528539 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2644/statm: 15203 14925 74 172 0 15030 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 63228

[startup+222.32 s]
/proc/loadavg: 1.02 1.01 1.00 3/93 3413
/proc/meminfo: memFree=714868/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=68916 CPUtime=220.86
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 17003 0 0 0 22075 11 0 0 25 0 1 0 1008416248 70569984 16938 4294967295 134512640 135214715 3219567120 3219565584 134528672 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2644/statm: 17229 16938 74 172 0 17056 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 71332

[startup+282.307 s]
/proc/loadavg: 1.35 1.10 1.03 2/93 3604
/proc/meminfo: memFree=711860/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=71904 CPUtime=280.85
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 17763 0 0 0 28073 12 0 0 25 0 1 0 1008416248 73629696 17698 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2644/statm: 17976 17698 74 172 0 17803 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 74320

[startup+342.314 s]
/proc/loadavg: 1.12 1.08 1.02 3/93 3812
/proc/meminfo: memFree=711792/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=71904 CPUtime=340.86
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 17763 0 0 0 34074 12 0 0 25 0 1 0 1008416248 73629696 17698 4294967295 134512640 135214715 3219567120 3219565584 134528626 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2644/statm: 17976 17698 74 172 0 17803 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 74320

[startup+402.311 s]

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

/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=85720 CPUtime=520.86
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 21227 0 0 0 52071 15 0 0 25 0 1 0 1008416248 87777280 21162 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2644/statm: 21430 21162 74 172 0 21257 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 88136

[startup+582.313 s]
/proc/loadavg: 1.05 1.04 1.00 2/93 4576
/proc/meminfo: memFree=694656/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=90008 CPUtime=580.87
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 22164 0 0 0 58072 15 0 0 25 0 1 0 1008416248 92168192 22099 4294967295 134512640 135214715 3219567120 3219565584 134528539 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 22502 22099 74 172 0 22329 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 92424

[startup+642.31 s]
/proc/loadavg: 1.02 1.03 1.00 2/93 4763
/proc/meminfo: memFree=694532/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=90008 CPUtime=640.87
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 22164 0 0 0 64071 16 0 0 25 0 1 0 1008416248 92168192 22099 4294967295 134512640 135214715 3219567120 3219565680 134540461 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 22502 22099 74 172 0 22329 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 92424

[startup+702.317 s]
/proc/loadavg: 1.00 1.02 1.00 3/93 4952
/proc/meminfo: memFree=694284/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=90184 CPUtime=700.88
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 22218 0 0 0 70069 19 0 0 25 0 1 0 1008416248 92348416 22153 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 22546 22153 74 172 0 22373 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 92600

[startup+762.314 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 5144
/proc/meminfo: memFree=693756/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=90760 CPUtime=760.88
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 22331 0 0 0 76067 21 0 0 25 0 1 0 1008416248 92938240 22266 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 22690 22266 74 172 0 22517 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 93176

[startup+822.321 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 5330
/proc/meminfo: memFree=681140/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=103284 CPUtime=820.89
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 25484 0 0 0 82064 25 0 0 25 0 1 0 1008416248 105762816 25419 4294967295 134512640 135214715 3219567120 3219565584 134528749 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 25821 25419 74 172 0 25648 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 105700

[startup+882.318 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 5519
/proc/meminfo: memFree=681016/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=103628 CPUtime=880.89
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 25556 0 0 0 88064 25 0 0 25 0 1 0 1008416248 106115072 25491 4294967295 134512640 135214715 3219567120 3219565584 134528626 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 25907 25491 74 172 0 25734 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 106044

[startup+942.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 5706
/proc/meminfo: memFree=680768/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=103956 CPUtime=940.89
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 25631 0 0 0 94063 26 0 0 25 0 1 0 1008416248 106450944 25566 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 25989 25566 74 172 0 25816 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 106372

[startup+1002.32 s]
/proc/loadavg: 1.15 1.03 1.01 3/93 5895
/proc/meminfo: memFree=680644/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=103956 CPUtime=1000.9
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 25635 0 0 0 100064 26 0 0 25 0 1 0 1008416248 106450944 25570 4294967295 134512640 135214715 3219567120 3219565584 134528634 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 25989 25570 74 172 0 25816 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 106372

[startup+1062.32 s]
/proc/loadavg: 1.05 1.02 1.00 3/93 6083
/proc/meminfo: memFree=680488/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=104036 CPUtime=1060.9
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 25662 0 0 0 106064 26 0 0 25 0 1 0 1008416248 106532864 25597 4294967295 134512640 135214715 3219567120 3219565584 134528714 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 26009 25597 74 172 0 25836 0
Current children cumulated CPU time (s) 1062.36
Current children cumulated vsize (KiB) 106452

[startup+1122.33 s]
/proc/loadavg: 1.02 1.02 1.00 2/93 6272
/proc/meminfo: memFree=679900/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=104424 CPUtime=1120.91
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 25758 0 0 0 112065 26 0 0 25 0 1 0 1008416248 106930176 25693 4294967295 134512640 135214715 3219567120 3219565680 134540425 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 26106 25693 74 172 0 25933 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 106840

[startup+1182.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 6465
/proc/meminfo: memFree=680024/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=104424 CPUtime=1180.9
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 25758 0 0 0 118064 26 0 0 25 0 1 0 1008416248 106930176 25693 4294967295 134512640 135214715 3219567120 3219565584 134528721 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 26106 25693 74 172 0 25933 0
Current children cumulated CPU time (s) 1182.36
Current children cumulated vsize (KiB) 106840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 6465
/proc/meminfo: memFree=680096/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=104424 CPUtime=1198.6
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 25758 0 0 0 119834 26 0 0 25 0 1 0 1008416248 106930176 25693 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 26106 25693 74 172 0 25933 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 106840

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+1200.01 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 6465
/proc/meminfo: memFree=680096/2074464 swapFree=1953004/1959888
[pid=2637] ppid=2635 vsize=2416 CPUtime=1.46
/proc/2637/stat : 2637 (SatELiteGTI) S 2635 2637 9090 0 -1 4194304 382 6362 0 0 0 1 138 7 18 0 1 0 1008416103 2473984 276 4294967295 134512640 135169312 3219321216 3219317432 3085741806 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2637/statm: 604 276 235 161 0 43 0
[pid=2644] ppid=2637 vsize=104424 CPUtime=1198.6
/proc/2644/stat : 2644 (minisat_static) R 2637 2637 9090 0 -1 4202496 25758 0 0 0 119834 26 0 0 25 0 1 0 1008416248 106930176 25693 4294967295 134512640 135214715 3219567120 3219565584 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2644/statm: 26106 25693 74 172 0 25933 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 106840

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.07
CPU user time (s): 1199.72
CPU system time (s): 0.35
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 106840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.72
system time used= 0.35
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32780
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= 20
involuntary context switches= 2349

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-16 03:59:17
IDJOB=1820401
IDBENCH=20390
IDSOLVER=660
FILE ID=tipi19/1820401-1242439157
PBS_JOBID=
Free space on /tmp= 10154 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820401-1242439157/watcher-1820401-1242439157 -o /tmp/evaluation-result-1820401-1242439157/solver-1820401-1242439157 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820401-1242439157.cnf

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED= 1607652786

Linux tipi19 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.426
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.39

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
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.426
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.426
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:        786444 kB
Buffers:         27764 kB
Cached:        1165800 kB
SwapCached:       3036 kB
Active:         455232 kB
Inactive:       747896 kB
HighTotal:     1178688 kB
HighFree:       264408 kB
LowTotal:       895776 kB
LowFree:        522036 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:            4476 kB
Writeback:          16 kB
AnonPages:        8568 kB
Mapped:           3436 kB
Slab:            75388 kB
PageTables:        468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87776 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10154 MiB
End job on tipi19 at 2009-05-16 04:19:18