Trace number 1820389

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
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 variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

0.00/0.00	c Parsing...
0.52/0.54	c ==============================================================================
0.52/0.54	c |           |     ORIGINAL     |              LEARNT              |          |
0.52/0.54	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.52/0.54	c ==============================================================================
0.52/0.54	c |         0 |  614789  1419314 |  184436       0        0     nan |  0.000 % |
4.12/4.14	c |         0 |  248601   661061 |      --       0       --      -- |     --   | -225959/-441263
4.12/4.15	c ==============================================================================
4.12/4.15	c Result  :   #vars: 44244   #clauses: 248601   #literals: 661061
4.12/4.15	c CPU time:   4.02 s
4.12/4.15	c ==============================================================================
4.42/4.43	This is MiniSat 2.0 beta with hacks by AVG
4.42/4.43	WARNING: for repeatability, setting FPU to use double precision
4.42/4.43	============================[ Problem Statistics ]=============================
4.42/4.43	|                                                                             |
4.42/4.43	|  Number of variables:  44244                                                |
4.42/4.43	|  Number of clauses:    248601                                               |
4.43/4.60	|  Parsing time:         0.14         s                                       |
1200.09/1200.02	HOME/SatELiteGTI: line 36: 29934 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-1820389-1242437102/watcher-1820389-1242437102 -o /tmp/evaluation-result-1820389-1242437102/solver-1820389-1242437102 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820389-1242437102.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.08 1.03 1.01 2/93 29928
/proc/meminfo: memFree=976564/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2412 CPUtime=0
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1008210803 2469888 276 4294967295 134512640 135169312 3220800224 3220798760 3085897454 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29928/statm: 603 276 235 161 0 42 0
[pid=29932] ppid=29928 vsize=956 CPUtime=0
/proc/29932/stat : 29932 (SatELite_releas) R 29928 29928 10436 0 -1 4202496 122 0 0 0 0 0 0 0 25 0 1 0 1008210803 978944 58 4294967295 134512640 135223648 3214365872 3214364468 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29932/statm: 239 59 46 174 0 64 0

[startup+0.059451 s]
/proc/loadavg: 1.08 1.03 1.01 2/93 29928
/proc/meminfo: memFree=976564/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2412 CPUtime=0
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1008210803 2469888 276 4294967295 134512640 135169312 3220800224 3220798760 3085897454 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29928/statm: 603 276 235 161 0 42 0
[pid=29932] ppid=29928 vsize=12284 CPUtime=0.06
/proc/29932/stat : 29932 (SatELite_releas) R 29928 29928 10436 0 -1 4202496 2597 0 0 0 5 1 0 0 25 0 1 0 1008210803 12578816 2533 4294967295 134512640 135223648 3214365872 3214364456 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29932/statm: 3071 2534 46 174 0 2896 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14696

[startup+0.119445 s]
/proc/loadavg: 1.08 1.03 1.01 2/93 29928
/proc/meminfo: memFree=976564/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2412 CPUtime=0
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1008210803 2469888 276 4294967295 134512640 135169312 3220800224 3220798760 3085897454 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29928/statm: 603 276 235 161 0 42 0
[pid=29932] ppid=29928 vsize=23440 CPUtime=0.12
/proc/29932/stat : 29932 (SatELite_releas) R 29928 29928 10436 0 -1 4202496 5611 0 0 0 9 3 0 0 25 0 1 0 1008210803 24002560 5547 4294967295 134512640 135223648 3214365872 3214364824 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29932/statm: 5860 5547 46 174 0 5685 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25852

[startup+0.319427 s]
/proc/loadavg: 1.08 1.03 1.01 2/93 29928
/proc/meminfo: memFree=976564/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2412 CPUtime=0
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1008210803 2469888 276 4294967295 134512640 135169312 3220800224 3220798760 3085897454 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29928/statm: 603 276 235 161 0 42 0
[pid=29932] ppid=29928 vsize=41080 CPUtime=0.32
/proc/29932/stat : 29932 (SatELite_releas) R 29928 29928 10436 0 -1 4202496 9947 0 0 0 28 4 0 0 25 0 1 0 1008210803 42065920 9883 4294967295 134512640 135223648 3214365872 3214364824 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29932/statm: 10270 9884 46 174 0 10095 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 43492

[startup+0.719395 s]
/proc/loadavg: 1.08 1.03 1.01 2/93 29928
/proc/meminfo: memFree=976564/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2412 CPUtime=0
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1008210803 2469888 276 4294967295 134512640 135169312 3220800224 3220798760 3085897454 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29928/statm: 603 276 235 161 0 42 0
[pid=29932] ppid=29928 vsize=77604 CPUtime=0.72
/proc/29932/stat : 29932 (SatELite_releas) R 29928 29928 10436 0 -1 4202496 16386 0 0 0 63 9 0 0 25 0 1 0 1008210803 79466496 15140 4294967295 134512640 135223648 3214365872 3214363920 134577121 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29932/statm: 19401 15140 72 174 0 19226 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 80016

[startup+1.51933 s]
/proc/loadavg: 1.07 1.03 1.01 2/95 29933
/proc/meminfo: memFree=912788/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2412 CPUtime=0
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1008210803 2469888 276 4294967295 134512640 135169312 3220800224 3220798760 3085897454 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29928/statm: 603 276 235 161 0 42 0
[pid=29932] ppid=29928 vsize=83024 CPUtime=1.52
/proc/29932/stat : 29932 (SatELite_releas) R 29928 29928 10436 0 -1 4202496 18130 0 0 0 143 9 0 0 25 0 1 0 1008210803 85016576 16612 4294967295 134512640 135223648 3214365872 3214363888 134586827 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29932/statm: 20756 16612 73 174 0 20581 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 85436

[startup+3.1192 s]
/proc/loadavg: 1.07 1.03 1.01 2/95 29933
/proc/meminfo: memFree=909564/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2412 CPUtime=0
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1008210803 2469888 276 4294967295 134512640 135169312 3220800224 3220798760 3085897454 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/29928/statm: 603 276 235 161 0 42 0
[pid=29932] ppid=29928 vsize=84964 CPUtime=3.12
/proc/29932/stat : 29932 (SatELite_releas) R 29928 29928 10436 0 -1 4202496 20292 0 0 0 302 10 0 0 25 0 1 0 1008210803 87003136 17123 4294967295 134512640 135223648 3214365872 3214363888 134586845 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29932/statm: 21241 17123 73 174 0 21066 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 87376

[startup+6.31893 s]
/proc/loadavg: 1.07 1.03 1.01 2/95 29934
/proc/meminfo: memFree=954204/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=15776 CPUtime=1.87
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 3693 0 0 0 185 2 0 0 25 0 1 0 1008211246 16154624 3619 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 3944 3619 73 172 0 3771 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 18192

[startup+12.7184 s]
/proc/loadavg: 1.06 1.03 1.01 2/95 29934
/proc/meminfo: memFree=953788/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=16304 CPUtime=8.27
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 3840 0 0 0 825 2 0 0 25 0 1 0 1008211246 16695296 3766 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 4076 3766 73 172 0 3903 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 18720

[startup+25.5074 s]
/proc/loadavg: 1.05 1.02 1.00 2/95 29937
/proc/meminfo: memFree=951124/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=19100 CPUtime=21.06
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 4514 0 0 0 2103 3 0 0 25 0 1 0 1008211246 19558400 4440 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 4775 4440 73 172 0 4602 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21516

[startup+51.1052 s]
/proc/loadavg: 1.03 1.02 1.00 3/95 30121
/proc/meminfo: memFree=946032/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=23948 CPUtime=46.66
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 5722 0 0 0 4660 6 0 0 25 0 1 0 1008211246 24522752 5648 4294967295 134512640 135214715 3220890448 3220888912 134528620 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 5987 5648 73 172 0 5814 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26364

[startup+102.311 s]
/proc/loadavg: 1.01 1.02 1.00 3/95 30309
/proc/meminfo: memFree=937992/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=32032 CPUtime=97.87
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 7706 0 0 0 9780 7 0 0 25 0 1 0 1008211246 32800768 7632 4294967295 134512640 135214715 3220890448 3220888912 134528992 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 8008 7632 73 172 0 7835 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 34448

[startup+162.306 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 30495
/proc/meminfo: memFree=931228/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=38956 CPUtime=157.87
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 9449 0 0 0 15776 11 0 0 25 0 1 0 1008211246 39890944 9375 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 9739 9375 73 172 0 9566 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 41372

[startup+222.311 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 30684
/proc/meminfo: memFree=925664/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=44712 CPUtime=217.88
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 10857 0 0 0 21777 11 0 0 25 0 1 0 1008211246 45785088 10783 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 11178 10783 73 172 0 11005 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 47128

[startup+282.326 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 30876
/proc/meminfo: memFree=920184/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=50384 CPUtime=277.9
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 12254 0 0 0 27776 14 0 0 25 0 1 0 1008211246 51593216 12180 4294967295 134512640 135214715 3220890448 3220888912 134528992 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 12596 12180 73 172 0 12423 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 52800

[startup+342.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 31063
/proc/meminfo: memFree=915100/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=55364 CPUtime=337.9
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 13463 0 0 0 33768 22 0 0 25 0 1 0 1008211246 56692736 13389 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 13841 13389 73 172 0 13668 0
Current children cumulated CPU time (s) 342.33

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

[pid=29934] ppid=29928 vsize=63792 CPUtime=457.9
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 15536 0 0 0 45765 25 0 0 25 0 1 0 1008211246 65323008 15462 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 15948 15462 73 172 0 15775 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 66208

[startup+522.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 31629
/proc/meminfo: memFree=903196/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=67364 CPUtime=517.91
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 16431 0 0 0 51762 29 0 0 25 0 1 0 1008211246 68980736 16357 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 16841 16357 73 172 0 16668 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 69780

[startup+582.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 31817
/proc/meminfo: memFree=899972/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=70648 CPUtime=577.91
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 17217 0 0 0 57761 30 0 0 25 0 1 0 1008211246 72343552 17143 4294967295 134512640 135214715 3220890448 3220888912 134528995 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 17662 17143 73 172 0 17489 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 73064

[startup+642.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 32008
/proc/meminfo: memFree=897368/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=73244 CPUtime=637.92
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 17866 0 0 0 63761 31 0 0 25 0 1 0 1008211246 75001856 17792 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 18311 17792 73 172 0 18138 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 75660

[startup+702.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 32197
/proc/meminfo: memFree=894516/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=76436 CPUtime=697.92
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 18541 0 0 0 69761 31 0 0 25 0 1 0 1008211246 78270464 18467 4294967295 134512640 135214715 3220890448 3220888912 134528588 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 19109 18467 73 172 0 18936 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 78852

[startup+762.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 32383
/proc/meminfo: memFree=892160/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=78836 CPUtime=757.93
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 19149 0 0 0 75762 31 0 0 25 0 1 0 1008211246 80728064 19075 4294967295 134512640 135214715 3220890448 3220888272 134536186 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 19709 19075 73 172 0 19536 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 81252

[startup+822.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 32572
/proc/meminfo: memFree=889680/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=81396 CPUtime=817.93
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 19781 0 0 0 81761 32 0 0 25 0 1 0 1008211246 83349504 19707 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 20349 19707 73 172 0 20176 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 83812

[startup+882.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 32760
/proc/meminfo: memFree=887308/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=83684 CPUtime=877.94
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 20364 0 0 0 87762 32 0 0 25 0 1 0 1008211246 85692416 20290 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 20921 20290 73 172 0 20748 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 86100

[startup+942.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 479
/proc/meminfo: memFree=884596/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=86116 CPUtime=937.95
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 21010 0 0 0 93760 35 0 0 25 0 1 0 1008211246 88182784 20936 4294967295 134512640 135214715 3220890448 3220888912 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 21529 20936 73 172 0 21356 0
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (KiB) 88532

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 672
/proc/meminfo: memFree=882488/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=88492 CPUtime=997.95
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 21542 0 0 0 99758 37 0 0 25 0 1 0 1008211246 90615808 21468 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 22123 21468 73 172 0 21950 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 90908

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 859
/proc/meminfo: memFree=880504/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=90656 CPUtime=1057.96
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 22049 0 0 0 105758 38 0 0 25 0 1 0 1008211246 92831744 21975 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 22664 21975 73 172 0 22491 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 93072

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1060
/proc/meminfo: memFree=877900/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=93272 CPUtime=1117.95
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 22713 0 0 0 111752 43 0 0 25 0 1 0 1008211246 95510528 22623 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 23318 22623 73 172 0 23145 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 95688

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1249
/proc/meminfo: memFree=874428/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=97044 CPUtime=1177.96
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 23595 0 0 0 117749 47 0 0 25 0 1 0 1008211246 99373056 23505 4294967295 134512640 135214715 3220890448 3220888912 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 24261 23505 73 172 0 24088 0
Current children cumulated CPU time (s) 1182.39
Current children cumulated vsize (KiB) 99460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1250
/proc/meminfo: memFree=873416/2074464 swapFree=1948616/1959888
[pid=29928] ppid=29926 vsize=2416 CPUtime=4.43
/proc/29928/stat : 29928 (SatELiteGTI) S 29926 29928 10436 0 -1 4194304 385 27293 0 0 0 0 428 15 24 0 1 0 1008210803 2473984 277 4294967295 134512640 135169312 3220800224 3220796440 3085897454 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29928/statm: 604 277 235 161 0 43 0
[pid=29934] ppid=29928 vsize=98004 CPUtime=1195.66
/proc/29934/stat : 29934 (minisat_static) R 29928 29928 10436 0 -1 4202496 23873 0 0 0 119517 49 0 0 25 0 1 0 1008211246 100356096 23783 4294967295 134512640 135214715 3220890448 3220888912 134528702 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29934/statm: 24501 23783 73 172 0 24328 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 100420

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.03
CPU time (s): 1200.1
CPU user time (s): 1199.45
CPU system time (s): 0.65
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 100420

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-16 03:25:02
IDJOB=1820389
IDBENCH=20387
IDSOLVER=660
FILE ID=tipi16/1820389-1242437102
PBS_JOBID=
Free space on /tmp= 6066 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820389-1242437102/watcher-1820389-1242437102 -o /tmp/evaluation-result-1820389-1242437102/solver-1820389-1242437102 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820389-1242437102.cnf

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED= 104560598

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:        976828 kB
Buffers:         35796 kB
Cached:         978316 kB
SwapCached:       6028 kB
Active:         673384 kB
Inactive:       350696 kB
HighTotal:     1178688 kB
HighFree:       264584 kB
LowTotal:       895776 kB
LowFree:        712244 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:           12552 kB
Writeback:           0 kB
AnonPages:        9204 kB
Mapped:           3340 kB
Slab:            64548 kB
PageTables:        492 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= 6066 MiB
End job on tipi16 at 2009-05-16 03:45:05