Trace number 1820455

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.1 1200.53

General information on the benchmark

Nameindustrial/palacios/hard/
safe-50-h49-unsat.cnf
MD5SUMafc9746f162b3434bc79ea21bd1704d5
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 variables615037
Number of clauses2098249
Sum of the clauses size5069473
Maximum clause length101
Minimum clause length1
Number of clauses of size 150
Number of clauses of size 21488062
Number of clauses of size 3602029
Number of clauses of size 4238
Number of clauses of size 5148
Number of clauses of size over 57722

Solver Data

0.00/0.01	c Parsing...
2.12/2.19	c ==============================================================================
2.12/2.19	c |           |     ORIGINAL     |              LEARNT              |          |
2.12/2.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.12/2.19	c ==============================================================================
2.12/2.19	c |         0 | 2098099  5069173 |  629429       0        0     nan |  0.000 % |
440.74/441.23	c |         0 |  769676  6992680 |      --       0       --      -- |     --   | -1328423/1923507
440.74/441.23	c ==============================================================================
440.74/441.23	c Result  :   #vars: 20526   #clauses: 769676   #literals: 6992680
440.74/441.23	c CPU time:   439.23 s
440.74/441.23	c ==============================================================================
442.92/443.45	This is MiniSat 2.0 beta with hacks by AVG
442.92/443.45	WARNING: for repeatability, setting FPU to use double precision
442.92/443.45	============================[ Problem Statistics ]=============================
442.92/443.45	|                                                                             |
442.92/443.45	|  Number of variables:  20526                                                |
442.92/443.45	|  Number of clauses:    769676                                               |
443.92/444.46	|  Parsing time:         0.89         s                                       |
1200.09/1200.52	HOME/SatELiteGTI: line 36: 29460 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-1820455-1242446720/watcher-1820455-1242446720 -o /tmp/evaluation-result-1820455-1242446720/solver-1820455-1242446720 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820455-1242446720.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 28134
/proc/meminfo: memFree=894340/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 337 0 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 271 4294967295 134512640 135169312 3216258704 3216256296 3086066606 0 0 4 65536 3222620697 0 0 17 3 0 0 0
/proc/28131/statm: 603 271 230 161 0 42 0
[pid=28132] ppid=28131 vsize=2412 CPUtime=0
/proc/28132/stat : 28132 (SatELiteGTI) R 28131 28131 10436 0 -1 4194368 101 0 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 114 4294967295 134512640 135169312 3216258704 3216254924 3085875060 0 65538 0 65538 0 0 0 17 3 0 0 0
/proc/28132/statm: 603 114 72 161 0 42 0
[pid=28133] ppid=28132 vsize=0 CPUtime=0
/proc/28133/stat : 28133 (SatELiteGTI) Z 28132 28131 10436 0 -1 4194380 142 0 0 0 0 0 0 0 25 0 1 0 1009172952 0 0 4294967295 0 0 0 0 0 0 0 0 65538 3222378830 0 0 17 3 0 0 0
/proc/28133/statm: 0 0 0 0 0 0 0
[pid=28134] ppid=28132 vsize=2412 CPUtime=0
/proc/28134/stat : 28134 (SatELiteGTI) R 28132 28131 10436 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 42 4294967295 134512640 135169312 3216258704 3216254924 3085875060 0 65538 0 65538 0 0 0 17 3 0 0 0
/proc/28134/statm: 603 42 0 161 0 42 0

[startup+0.04247 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 28134
/proc/meminfo: memFree=894340/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2412

[startup+0.12246 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 28134
/proc/meminfo: memFree=894340/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2412

[startup+0.322443 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 28134
/proc/meminfo: memFree=894340/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2412

[startup+0.72241 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 28134
/proc/meminfo: memFree=894340/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2412

[startup+1.52234 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28136
/proc/meminfo: memFree=778756/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
[pid=28136] ppid=28131 vsize=177588 CPUtime=1.52
/proc/28136/stat : 28136 (SatELite_releas) R 28131 28131 10436 0 -1 4202496 43210 0 0 0 114 38 0 0 25 0 1 0 1009172953 181850112 43145 4294967295 134512640 135223648 3218403472 3218402056 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28136/statm: 44397 43145 47 174 0 44222 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 180000

[startup+3.12222 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 28136
/proc/meminfo: memFree=652648/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
[pid=28136] ppid=28131 vsize=319372 CPUtime=3.12
/proc/28136/stat : 28136 (SatELite_releas) R 28131 28131 10436 0 -1 4202496 66913 0 0 0 266 46 0 0 25 0 1 0 1009172953 327036928 65301 4294967295 134512640 135223648 3218403472 3218401472 134548979 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28136/statm: 79843 65301 73 174 0 79668 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 321784

[startup+6.32195 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28136
/proc/meminfo: memFree=616116/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
[pid=28136] ppid=28131 vsize=326368 CPUtime=6.29
/proc/28136/stat : 28136 (SatELite_releas) R 28131 28131 10436 0 -1 4202496 68670 0 0 0 581 48 0 0 25 0 1 0 1009172953 334200832 67058 4294967295 134512640 135223648 3218403472 3218401472 134548987 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28136/statm: 81592 67058 73 174 0 81417 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 328780

[startup+12.7214 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28137
/proc/meminfo: memFree=588008/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
[pid=28136] ppid=28131 vsize=335860 CPUtime=12.62
/proc/28136/stat : 28136 (SatELite_releas) R 28131 28131 10436 0 -1 4202496 71039 0 0 0 1199 63 0 0 25 0 1 0 1009172953 343920640 69427 4294967295 134512640 135223648 3218403472 3218401472 134547980 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28136/statm: 83965 69427 73 174 0 83790 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 338272

[startup+25.5204 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 28137
/proc/meminfo: memFree=546588/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
[pid=28136] ppid=28131 vsize=350724 CPUtime=25.35
/proc/28136/stat : 28136 (SatELite_releas) R 28131 28131 10436 0 -1 4202496 74686 0 0 0 2456 79 0 0 25 0 1 0 1009172953 359141376 73074 4294967295 134512640 135223648 3218403472 3218401472 134548993 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28136/statm: 87681 73074 73 174 0 87506 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 353136

[startup+51.1183 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28325
/proc/meminfo: memFree=492336/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
[pid=28136] ppid=28131 vsize=373964 CPUtime=50.9
/proc/28136/stat : 28136 (SatELite_releas) R 28131 28131 10436 0 -1 4202496 79733 0 0 0 5001 89 0 0 25 0 1 0 1009172953 382939136 78121 4294967295 134512640 135223648 3218403472 3218401248 134585600 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28136/statm: 93491 78121 73 174 0 93316 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 376376

[startup+102.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28511
/proc/meminfo: memFree=407356/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
[pid=28136] ppid=28131 vsize=404972 CPUtime=101.83
/proc/28136/stat : 28136 (SatELite_releas) R 28131 28131 10436 0 -1 4202496 86797 0 0 0 10052 131 0 0 25 0 1 0 1009172953 414691328 85185 4294967295 134512640 135223648 3218403472 3218401472 134548993 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28136/statm: 101243 85185 73 174 0 101068 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 407384

[startup+162.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 28700
/proc/meminfo: memFree=386096/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
[pid=28136] ppid=28131 vsize=424312 CPUtime=161.82
/proc/28136/stat : 28136 (SatELite_releas) R 28131 28131 10436 0 -1 4202496 90953 0 0 0 16040 142 0 0 25 0 1 0 1009172953 434495488 88138 4294967295 134512640 135223648 3218403472 3218401488 134548489 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28136/statm: 106078 88138 73 174 0 105903 0
Current children cumulated CPU time (s) 161.82
Current children cumulated vsize (KiB) 426724

[startup+222.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28888
/proc/meminfo: memFree=382996/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
[pid=28136] ppid=28131 vsize=427796 CPUtime=221.83
/proc/28136/stat : 28136 (SatELite_releas) R 28131 28131 10436 0 -1 4202496 91732 0 0 0 22039 144 0 0 25 0 1 0 1009172953 438063104 88917 4294967295 134512640 135223648 3218403472 3218401488 134549033 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28136/statm: 106949 88917 73 174 0 106774 0
Current children cumulated CPU time (s) 221.83
Current children cumulated vsize (KiB) 430208

[startup+282.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 29075
/proc/meminfo: memFree=379612/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
[pid=28136] ppid=28131 vsize=431452 CPUtime=281.84
/proc/28136/stat : 28136 (SatELite_releas) R 28131 28131 10436 0 -1 4202496 92611 0 0 0 28039 145 0 0 25 0 1 0 1009172953 441806848 89796 4294967295 134512640 135223648 3218403472 3218401488 134549042 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28136/statm: 107863 89796 73 174 0 107688 0
Current children cumulated CPU time (s) 281.84
Current children cumulated vsize (KiB) 433864

[startup+342.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 29270
/proc/meminfo: memFree=375356/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 367 644 0 0 0 0 0 0 25 0 1 0 1009172952 2469888 276 4294967295 134512640 135169312 3216258704 3216257240 3085872878 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28131/statm: 603 276 235 161 0 42 0
[pid=28136] ppid=28131 vsize=436132 CPUtime=341.84
/proc/28136/stat : 28136 (SatELite_releas) R 28131 28131 10436 0 -1 4202496 93597 0 0 0 34034 150 0 0 25 0 1 0 1009172953 446599168 90782 4294967295 134512640 135223648 3218403472 3218401488 134549033 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28136/statm: 109033 90782 73 174 0 108858 0
Current children cumulated CPU time (s) 341.84
Current children cumulated vsize (KiB) 438544

[startup+402.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 29456
/proc/meminfo: memFree=370436/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2412 CPUtime=0

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

[pid=29460] ppid=28131 vsize=81084 CPUtime=78.88
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 19807 0 0 0 7865 23 0 0 25 0 1 0 1009217297 83030016 19742 4294967295 134512640 135214715 3217196992 3217195456 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 20271 19742 73 172 0 20098 0
Current children cumulated CPU time (s) 521.84
Current children cumulated vsize (KiB) 83500

[startup+582.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30021
/proc/meminfo: memFree=602756/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=92000 CPUtime=138.88
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 22552 0 0 0 13863 25 0 0 25 0 1 0 1009217297 94208000 22487 4294967295 134512640 135214715 3217196992 3217195456 134528588 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 23000 22487 73 172 0 22827 0
Current children cumulated CPU time (s) 581.84
Current children cumulated vsize (KiB) 94416

[startup+642.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30210
/proc/meminfo: memFree=596500/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=98216 CPUtime=198.89
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 24069 0 0 0 19863 26 0 0 25 0 1 0 1009217297 100573184 24004 4294967295 134512640 135214715 3217196992 3217195456 134528785 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 24554 24004 73 172 0 24381 0
Current children cumulated CPU time (s) 641.85
Current children cumulated vsize (KiB) 100632

[startup+702.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30403
/proc/meminfo: memFree=586412/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=108972 CPUtime=258.89
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 26702 0 0 0 25860 29 0 0 25 0 1 0 1009217297 111587328 26637 4294967295 134512640 135214715 3217196992 3217195456 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 27243 26637 73 172 0 27070 0
Current children cumulated CPU time (s) 701.85
Current children cumulated vsize (KiB) 111388

[startup+762.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 30592
/proc/meminfo: memFree=579948/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=115088 CPUtime=318.9
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 28270 0 0 0 31859 31 0 0 25 0 1 0 1009217297 117850112 28205 4294967295 134512640 135214715 3217196992 3217195456 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 28772 28205 73 172 0 28599 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 117504

[startup+822.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30780
/proc/meminfo: memFree=573516/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=121616 CPUtime=378.89
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 29911 0 0 0 37858 31 0 0 25 0 1 0 1009217297 124534784 29846 4294967295 134512640 135214715 3217196992 3217195456 134528634 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 30404 29846 73 172 0 30231 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 124032

[startup+882.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 30967
/proc/meminfo: memFree=568332/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=127244 CPUtime=438.9
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 31185 0 0 0 43854 36 0 0 25 0 1 0 1009217297 130297856 31120 4294967295 134512640 135214715 3217196992 3217195456 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 31811 31120 73 172 0 31638 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 129660

[startup+942.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 31156
/proc/meminfo: memFree=556620/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=138760 CPUtime=498.91
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 34086 0 0 0 49855 36 0 0 25 0 1 0 1009217297 142090240 34021 4294967295 134512640 135214715 3217196992 3217195456 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 34690 34021 73 172 0 34517 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 141176

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 31342
/proc/meminfo: memFree=547260/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=147900 CPUtime=558.92
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 36430 0 0 0 55856 36 0 0 25 0 1 0 1009217297 151449600 36365 4294967295 134512640 135214715 3217196992 3217195456 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 36975 36365 73 172 0 36802 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 150316

[startup+1062.33 s]
/proc/loadavg: 1.07 1.02 1.00 3/95 31535
/proc/meminfo: memFree=540724/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=154572 CPUtime=618.93
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 38132 0 0 0 61856 37 0 0 25 0 1 0 1009217297 158281728 38067 4294967295 134512640 135214715 3217196992 3217195456 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 38643 38067 73 172 0 38470 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 156988

[startup+1122.32 s]
/proc/loadavg: 1.02 1.01 1.00 2/95 31723
/proc/meminfo: memFree=533176/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=161936 CPUtime=678.93
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 39985 0 0 0 67855 38 0 0 25 0 1 0 1009217297 165822464 39920 4294967295 134512640 135214715 3217196992 3217195456 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 40484 39920 73 172 0 40311 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 164352

[startup+1182.32 s]
/proc/loadavg: 1.01 1.00 1.00 2/95 32025
/proc/meminfo: memFree=526764/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=167392 CPUtime=738.93
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 41155 0 0 0 73844 49 0 0 25 0 1 0 1009217297 171409408 41090 4294967295 134512640 135214715 3217196992 3217195456 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 41848 41090 73 172 0 41675 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 169808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 32027
/proc/meminfo: memFree=525584/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=169012 CPUtime=757.13
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 41582 0 0 0 75663 50 0 0 25 0 1 0 1009217297 173068288 41517 4294967295 134512640 135214715 3217196992 3217195456 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 42253 41517 73 172 0 42080 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 171428

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 32027
/proc/meminfo: memFree=525584/2074464 swapFree=1948616/1959888
[pid=28131] ppid=28129 vsize=2416 CPUtime=442.96
/proc/28131/stat : 28131 (SatELiteGTI) S 28129 28131 10436 0 -1 4194304 385 103711 0 0 0 0 44131 165 20 0 1 0 1009172952 2473984 277 4294967295 134512640 135169312 3216258704 3216254920 3085872878 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/28131/statm: 604 277 235 161 0 43 0
[pid=29460] ppid=28131 vsize=169012 CPUtime=757.13
/proc/29460/stat : 29460 (minisat_static) R 28131 28131 10436 0 -1 4202496 41582 0 0 0 75663 50 0 0 25 0 1 0 1009217297 173068288 41517 4294967295 134512640 135214715 3217196992 3217195456 134528800 0 0 0 3 0 0 0 17 1 0 0 0
/proc/29460/statm: 42253 41517 73 172 0 42080 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 171428

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.1
CPU user time (s): 1197.94
CPU system time (s): 2.16
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 468864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.94
system time used= 2.16
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145768
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= 36
involuntary context switches= 4310

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-16 06:05:20
IDJOB=1820455
IDBENCH=20408
IDSOLVER=660
FILE ID=tipi16/1820455-1242446720
PBS_JOBID=
Free space on /tmp= 6008 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT07/industrial/palacios/hard/safe-50-h49-unsat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820455-1242446720/watcher-1820455-1242446720 -o /tmp/evaluation-result-1820455-1242446720/solver-1820455-1242446720 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820455-1242446720.cnf

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

MD5SUM BENCH= afc9746f162b3434bc79ea21bd1704d5
RANDOM SEED= 2084651348

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

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

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        894892 kB
Buffers:         37224 kB
Cached:        1056784 kB
SwapCached:       6028 kB
Active:         723216 kB
Inactive:       380736 kB
HighTotal:     1178688 kB
HighFree:       186252 kB
LowTotal:       895776 kB
LowFree:        708640 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:           41296 kB
Writeback:           0 kB
AnonPages:        9172 kB
Mapped:           3396 kB
Slab:            67800 kB
PageTables:        656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90760 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 5865 MiB
End job on tipi16 at 2009-05-16 06:25:27