Trace number 1820688

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
MiniSAT 09z 2009-03-22? (TO) 1200.04 1200.03

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
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 variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data

0.00/0.01	c Parsing...
0.01/0.76	c ==============================================================================
0.01/0.76	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.76	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.76	c ==============================================================================
0.01/0.76	c |         0 |  968294  2788366 |  290488       0        0     nan |  0.000 % |
8.01/8.06	c |         0 |  933146  2895588 |      --       0       --      -- |     --   | -35008/109235
8.01/8.06	c ==============================================================================
8.01/8.06	c Result  :   #vars: 54024   #clauses: 933146   #literals: 2895588
8.01/8.06	c CPU time:   7.82 s
8.01/8.06	c ==============================================================================
8.98/9.07	c WARNING: for repeatability, setting FPU to use double precision
8.98/9.07	c Number of variables   : 54024        
8.98/9.07	c Number of clauses     : 933146       
9.03/9.65	c Parsing time: 0.53         s
1200.03/1200.02	HOME/SatELiteGTI: line 36:  7688 Terminated              $MS $2 $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-1820688-1242468699/watcher-1820688-1242468699 -o /tmp/evaluation-result-1820688-1242468699/solver-1820688-1242468699 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820688-1242468699.cnf -random-seed=777577005 

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

[startup+0 s]
/proc/loadavg: 0.95 1.01 1.00 2/97 7681
/proc/meminfo: memFree=1914184/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=9596 CPUtime=0.01
/proc/7681/stat : 7681 (runsolver) R 7679 16367 16367 0 -1 4202560 19 0 0 0 0 1 0 0 25 0 1 0 1011371087 9826304 24 4294967295 134512640 135670194 3216350656 3216348396 134777664 0 0 0 24578 0 0 0 17 0 0 0 0
/proc/7681/statm: 2399 24 11 283 0 2114 0
Current StackSize limit: 8192 KiB


[startup+0.050108 s]
/proc/loadavg: 0.95 1.01 1.00 2/97 7681
/proc/meminfo: memFree=1914184/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2412 CPUtime=0.01
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 366 643 0 1 0 1 0 0 25 0 1 0 1011371087 2469888 276 4294967295 134512640 135169312 3213325232 3213323768 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.120103 s]
/proc/loadavg: 0.95 1.01 1.00 2/97 7681
/proc/meminfo: memFree=1914184/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2412 CPUtime=0.01
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 366 643 0 1 0 1 0 0 25 0 1 0 1011371087 2469888 276 4294967295 134512640 135169312 3213325232 3213323768 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.320091 s]
/proc/loadavg: 0.95 1.01 1.00 2/97 7681
/proc/meminfo: memFree=1914184/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2412 CPUtime=0.01
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 366 643 0 1 0 1 0 0 25 0 1 0 1011371087 2469888 276 4294967295 134512640 135169312 3213325232 3213323768 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+0.72007 s]
/proc/loadavg: 0.95 1.01 1.00 2/97 7681
/proc/meminfo: memFree=1914184/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2412 CPUtime=0.01
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 366 643 0 1 0 1 0 0 25 0 1 0 1011371087 2469888 276 4294967295 134512640 135169312 3213325232 3213323768 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 603 276 235 161 0 42 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2412

[startup+1.52002 s]
/proc/loadavg: 0.95 1.01 1.00 3/99 7686
/proc/meminfo: memFree=1846332/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2412 CPUtime=0.01
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 366 643 0 1 0 1 0 0 25 0 1 0 1011371087 2469888 276 4294967295 134512640 135169312 3213325232 3213323768 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 603 276 235 161 0 42 0
[pid=7686] ppid=7681 vsize=85020 CPUtime=1.51
/proc/7686/stat : 7686 (SatELite_releas) R 7681 7681 16367 0 -1 4202496 20641 0 0 0 133 18 0 0 25 0 1 0 1011371088 87060480 18513 4294967295 134512640 135223648 3216627424 3216625424 134549042 0 0 0 3 0 0 0 17 1 0 0 0
/proc/7686/statm: 21255 18513 73 174 0 21080 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 87432

[startup+3.11994 s]
/proc/loadavg: 0.95 1.01 1.00 3/99 7686
/proc/meminfo: memFree=1835544/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2412 CPUtime=0.01
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 366 643 0 1 0 1 0 0 25 0 1 0 1011371087 2469888 276 4294967295 134512640 135169312 3213325232 3213323768 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 603 276 235 161 0 42 0
[pid=7686] ppid=7681 vsize=91188 CPUtime=3.1
/proc/7686/stat : 7686 (SatELite_releas) R 7681 7681 16367 0 -1 4202496 22096 0 0 0 291 19 0 0 25 0 1 0 1011371088 93376512 19968 4294967295 134512640 135223648 3216627424 3216625440 134586715 0 0 0 3 0 0 0 17 0 0 0 0
/proc/7686/statm: 22797 19968 73 174 0 22622 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 93600

[startup+6.31976 s]
/proc/loadavg: 0.95 1.01 1.00 2/99 7686
/proc/meminfo: memFree=1824632/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2412 CPUtime=0.01
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 366 643 0 1 0 1 0 0 25 0 1 0 1011371087 2469888 276 4294967295 134512640 135169312 3213325232 3213323768 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 603 276 235 161 0 42 0
[pid=7686] ppid=7681 vsize=106316 CPUtime=6.3
/proc/7686/stat : 7686 (SatELite_releas) R 7681 7681 16367 0 -1 4202496 24326 0 0 0 610 20 0 0 25 0 1 0 1011371088 108867584 22060 4294967295 134512640 135223648 3216627424 3216625440 134548337 0 0 0 3 0 0 0 17 0 0 0 0
/proc/7686/statm: 26579 22060 73 174 0 26404 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 108728

[startup+12.7094 s]
/proc/loadavg: 0.96 1.01 1.00 2/99 7689
/proc/meminfo: memFree=1848008/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=46512 CPUtime=3.64
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 11354 0 0 0 359 5 0 0 25 0 1 0 1011371994 47628288 11254 4294967295 134512640 135212243 3215308288 3215306896 134526010 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 11628 11254 73 171 0 11455 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 48928

[startup+25.5087 s]
/proc/loadavg: 0.97 1.01 1.00 2/99 7689
/proc/meminfo: memFree=1844004/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=50496 CPUtime=16.44
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 12342 0 0 0 1638 6 0 0 25 0 1 0 1011371994 51707904 12242 4294967295 134512640 135212243 3215308288 3215306704 134529956 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 12624 12242 73 171 0 12451 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 52912

[startup+51.1172 s]
/proc/loadavg: 0.98 1.01 1.00 3/99 7878
/proc/meminfo: memFree=1841024/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=53240 CPUtime=42.04
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 13032 0 0 0 4197 7 0 0 25 0 1 0 1011371994 54517760 12932 4294967295 134512640 135212243 3215308288 3215306896 134526236 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 13310 12932 73 171 0 13137 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55656

[startup+102.314 s]
/proc/loadavg: 1.07 1.02 1.00 3/99 8065
/proc/meminfo: memFree=1836564/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=57100 CPUtime=93.24
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 14002 0 0 0 9317 7 0 0 25 0 1 0 1011371994 58470400 13902 4294967295 134512640 135212243 3215308288 3215306896 134525968 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 14275 13902 73 171 0 14102 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 59516

[startup+162.321 s]
/proc/loadavg: 1.02 1.01 1.00 3/99 8254
/proc/meminfo: memFree=1834052/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=59856 CPUtime=153.25
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 14651 0 0 0 15318 7 0 0 25 0 1 0 1011371994 61292544 14551 4294967295 134512640 135212243 3215308288 3215306896 134526150 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 14964 14551 73 171 0 14791 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 62272

[startup+222.318 s]
/proc/loadavg: 1.01 1.01 1.00 3/99 8441
/proc/meminfo: memFree=1826472/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=67500 CPUtime=213.25
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 16559 0 0 0 21317 8 0 0 25 0 1 0 1011371994 69120000 16459 4294967295 134512640 135212243 3215308288 3215306864 134532715 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 16875 16459 73 171 0 16702 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 69916

[startup+282.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 8628
/proc/meminfo: memFree=1823024/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=71136 CPUtime=273.25
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 17436 0 0 0 27317 8 0 0 25 0 1 0 1011371994 72843264 17336 4294967295 134512640 135212243 3215308288 3215306896 134526459 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 17784 17336 73 171 0 17611 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 73552

[startup+342.321 s]
/proc/loadavg: 1.10 1.03 1.01 3/99 8820
/proc/meminfo: memFree=1819944/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=74024 CPUtime=333.26
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 18146 0 0 0 33318 8 0 0 25 0 1 0 1011371994 75800576 18046 4294967295 134512640 135212243 3215308288 3215306896 134526248 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 18506 18046 73 171 0 18333 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 76440

[startup+402.307 s]
/proc/loadavg: 1.04 1.02 1.00 2/99 9009
/proc/meminfo: memFree=1818944/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=74684 CPUtime=393.25
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 18342 0 0 0 39317 8 0 0 25 0 1 0 1011371994 76476416 18242 4294967295 134512640 135212243 3215308288 3215306896 134526248 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 18671 18242 73 171 0 18498 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 77100

[startup+462.314 s]

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

[pid=7688] ppid=7681 vsize=84168 CPUtime=453.26
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 20633 0 0 0 45314 12 0 0 25 0 1 0 1011371994 86188032 20533 4294967295 134512640 135212243 3215308288 3215306608 134527722 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 21042 20533 73 171 0 20869 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 86584

[startup+522.311 s]
/proc/loadavg: 1.02 1.02 1.00 3/99 9389
/proc/meminfo: memFree=1807992/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=86080 CPUtime=513.26
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 21056 0 0 0 51313 13 0 0 25 0 1 0 1011371994 88145920 20956 4294967295 134512640 135212243 3215308288 3215306896 134526248 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 21520 20956 73 171 0 21347 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 88496

[startup+582.317 s]
/proc/loadavg: 1.00 1.02 1.00 3/99 9576
/proc/meminfo: memFree=1807900/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=86244 CPUtime=573.27
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 21108 0 0 0 57314 13 0 0 25 0 1 0 1011371994 88313856 21008 4294967295 134512640 135212243 3215308288 3215306896 134526248 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 21561 21008 73 171 0 21388 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 88660

[startup+642.314 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 9763
/proc/meminfo: memFree=1806660/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=87564 CPUtime=633.27
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 21463 0 0 0 63314 13 0 0 25 0 1 0 1011371994 89665536 21363 4294967295 134512640 135212243 3215308288 3215306864 134532715 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 21891 21363 73 171 0 21718 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 89980

[startup+702.321 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 9952
/proc/meminfo: memFree=1806520/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=87564 CPUtime=693.28
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 21463 0 0 0 69315 13 0 0 25 0 1 0 1011371994 89665536 21363 4294967295 134512640 135212243 3215308288 3215306704 134529443 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 21891 21363 73 171 0 21718 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 89980

[startup+762.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 10141
/proc/meminfo: memFree=1802940/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=91344 CPUtime=753.28
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 22350 0 0 0 75313 15 0 0 25 0 1 0 1011371994 93536256 22250 4294967295 134512640 135212243 3215308288 3215306896 134526248 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 22836 22250 73 171 0 22663 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 93760

[startup+822.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 10332
/proc/meminfo: memFree=1798824/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=95772 CPUtime=813.28
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 23464 0 0 0 81312 16 0 0 25 0 1 0 1011371994 98070528 23364 4294967295 134512640 135212243 3215308288 3215306896 134526248 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 23943 23364 73 171 0 23770 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 98188

[startup+882.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 10519
/proc/meminfo: memFree=1797244/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=97116 CPUtime=873.28
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 23782 0 0 0 87312 16 0 0 25 0 1 0 1011371994 99446784 23682 4294967295 134512640 135212243 3215308288 3215306896 134526248 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 24279 23682 73 171 0 24106 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 99532

[startup+942.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 10706
/proc/meminfo: memFree=1792392/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=102364 CPUtime=933.29
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 25085 0 0 0 93312 17 0 0 25 0 1 0 1011371994 104820736 24985 4294967295 134512640 135212243 3215308288 3215306896 134526248 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 25591 24985 73 171 0 25418 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 104780

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 10895
/proc/meminfo: memFree=1791408/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=102924 CPUtime=993.29
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 25248 0 0 0 99311 18 0 0 25 0 1 0 1011371994 105394176 25148 4294967295 134512640 135212243 3215308288 3215306992 134538427 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 25731 25148 73 171 0 25558 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 105340

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 11084
/proc/meminfo: memFree=1790524/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=103980 CPUtime=1053.3
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 25469 0 0 0 105312 18 0 0 25 0 1 0 1011371994 106475520 25369 4294967295 134512640 135212243 3215308288 3215306896 134526136 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 25995 25369 73 171 0 25822 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 106396

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 11271
/proc/meminfo: memFree=1788656/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=105872 CPUtime=1113.29
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 25943 0 0 0 111310 19 0 0 25 0 1 0 1011371994 108412928 25835 4294967295 134512640 135212243 3215308288 3215306896 134526070 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 26468 25835 73 171 0 26295 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 108288

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 11462
/proc/meminfo: memFree=1788772/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=106236 CPUtime=1173.3
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 26004 0 0 0 117311 19 0 0 25 0 1 0 1011371994 108785664 25896 4294967295 134512640 135212243 3215308288 3215306896 134526248 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 26559 25896 73 171 0 26386 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 108652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 11464
/proc/meminfo: memFree=1788848/2074464 swapFree=1949244/1959888
[pid=7681] ppid=7679 vsize=2416 CPUtime=9.03
/proc/7681/stat : 7681 (SatELiteGTI) S 7679 7681 16367 0 -1 4194304 384 26909 0 1 0 1 872 30 21 0 1 0 1011371087 2473984 277 4294967295 134512640 135169312 3213325232 3213321448 3085479662 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/7681/statm: 604 277 235 161 0 43 0
[pid=7688] ppid=7681 vsize=106316 CPUtime=1191
/proc/7688/stat : 7688 (minisat_static) R 7681 7681 16367 0 -1 4202496 26018 0 0 0 119081 19 0 0 25 0 1 0 1011371994 108867584 25910 4294967295 134512640 135212243 3215308288 3215306896 134526162 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7688/statm: 26579 25910 73 171 0 26406 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 108732

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.04
CPU user time (s): 1199.53
CPU system time (s): 0.51
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 108732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.53
system time used= 0.51
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53405
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24
involuntary context switches= 741

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 12:11:39
IDJOB=1820688
IDBENCH=20581
IDSOLVER=659
FILE ID=tipi11/1820688-1242468699
PBS_JOBID=
Free space on /tmp= 9931 MiB

SOLVER NAME= MiniSAT 09z 2009-03-22
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq3.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -random-seed=RANDOMSEED
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820688-1242468699/watcher-1820688-1242468699 -o /tmp/evaluation-result-1820688-1242468699/solver-1820688-1242468699 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820688-1242468699.cnf -random-seed=777577005

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

MD5SUM BENCH= ba6236c6cc840bb0208f73665843c375
RANDOM SEED= 777577005

Linux tipi11 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.431
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.40

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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:       1914192 kB
Buffers:          5596 kB
Cached:          92820 kB
SwapCached:       5120 kB
Active:          39396 kB
Inactive:        70864 kB
HighTotal:     1178688 kB
HighFree:      1105612 kB
LowTotal:       895776 kB
LowFree:        808580 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:           20692 kB
Writeback:           0 kB
AnonPages:       11368 kB
Mapped:           5084 kB
Slab:            41144 kB
PageTables:        568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97128 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9929 MiB
End job on tipi11 at 2009-05-16 12:31:43