Trace number 1821801

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
APTUSAT 2009-03-22UNSAT 627.13 627.162

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_07_UNSAT.cnf
MD5SUM6419e2e5b92274df2e7e43e6c6a98566
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark627.13
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses57446
Sum of the clauses size170514
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21939
Number of clauses of size 355484
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   57446   170514 |   17233       0        0     nan |  0.000 % |
0.42/0.43	c |         0 |   56659   238983 |      --       0       --      -- |     --   | -787/68469
0.42/0.43	c ==============================================================================
0.42/0.43	c Result  :   #vars: 636   #clauses: 56659   #literals: 238983
0.42/0.43	c CPU time:   0.43 s
0.42/0.43	c ==============================================================================
0.42/0.50	This is MiniSat 2.0 beta
0.42/0.50	WARNING: for repeatability, setting FPU to use double precision
0.42/0.50	============================[ Problem Statistics ]=============================
0.42/0.50	|                                                                             |
0.42/0.51	|  Number of variables:  636                                                  |
0.42/0.51	|  Number of clauses:    56659                                                |
0.51/0.54	|  Parsing time:         0.03         s                                       |
0.51/0.54	============================[ Search Statistics ]==============================
0.51/0.54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.51/0.54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.51/0.54	===============================================================================
0.51/0.54	|         0 |     636    56659   238983 |    18886        0    nan |  0.000 % |
0.51/0.57	|       102 |     636    56659   238983 |    20774      102     28 |  0.000 % |
0.51/0.60	|       253 |     636    56659   238983 |    22852      253     24 |  0.002 % |
0.51/0.65	|       478 |     636    56659   238983 |    25137      478     19 |  0.002 % |
0.51/0.76	|       815 |     636    56659   238983 |    27651      815     16 |  0.002 % |
0.51/0.82	|      1321 |     636    56659   238983 |    30416     1321     19 |  0.002 % |
0.51/0.93	|      2080 |     636    56659   238983 |    33458     2080     23 |  0.040 % |
1.02/1.09	|      3221 |     636    56659   238983 |    36804     3221     24 |  0.040 % |
1.20/1.28	|      4930 |     636    56659   238983 |    40484     4930     24 |  0.040 % |
1.60/1.68	|      7493 |     636    56659   238983 |    44532     7493     27 |  0.040 % |
2.28/2.35	|     11338 |     636    56659   238983 |    48986    11338     27 |  0.040 % |
3.58/3.63	|     17105 |     636    56659   238983 |    53884    17105     29 |  0.040 % |
6.68/6.76	|     25755 |     636    56659   238983 |    59273    25755     28 |  0.002 % |
12.58/12.64	|     38730 |     636    56659   238983 |    65200    38730     26 |  0.003 % |
24.58/24.64	|     58192 |     636    56659   238983 |    71720    58192     23 |  0.003 % |
42.58/42.64	|     87385 |     636    56659   238983 |    78892    30524     16 |  0.004 % |
71.68/71.77	|    131174 |     636    56659   238983 |    86782    74313     18 |  0.003 % |
115.29/115.32	|    196859 |     636    56659   238983 |    95460    67649     20 |  0.004 % |
165.69/165.71	|    295385 |     635    56133   237426 |   105006    56412     18 |  0.162 % |
292.48/292.53	|    443175 |     633    55124   234405 |   115507    42388     25 |  0.473 % |
571.59/571.63	|    664858 |     625    51344   222963 |   127057    25323     23 |  1.735 % |
627.08/627.15	===============================================================================
627.08/627.15	restarts              : 21
627.08/627.15	conflicts             : 744724         (1189 /sec)
627.08/627.15	decisions             : 771498         (1.65 % random) (1231 /sec)
627.08/627.15	propagations          : 59487121       (94948 /sec)
627.08/627.15	conflict literals     : 14880367       (34.75 % deleted)
627.08/627.15	Memory used           : 23.45 MB
627.08/627.15	CPU time              : 626.52 s
627.08/627.15	
627.08/627.15	UNSATISFIABLE
627.08/627.16	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1821801-1242566821/watcher-1821801-1242566821 -o /tmp/evaluation-result-1821801-1242566821/solver-1821801-1242566821 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821801-1242566821.cnf -restarts=1 

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


[startup+0 s]
/proc/loadavg: 0.93 1.00 0.99 2/93 24788
/proc/meminfo: memFree=754828/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2412 CPUtime=0
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1021182675 2469888 276 4294967295 134512640 135169312 3220322912 3220321448 3085676270 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24788/statm: 603 276 235 161 0 42 0
[pid=24792] ppid=24788 vsize=952 CPUtime=0
/proc/24792/stat : 24792 (SatELite_releas) R 24788 24788 10436 0 -1 4202496 127 0 0 0 0 0 0 0 25 0 1 0 1021182676 974848 63 4294967295 134512640 135223648 3218008112 3218007068 134563184 0 0 0 3 0 0 0 17 1 0 0 0
/proc/24792/statm: 238 64 46 174 0 63 0

[startup+0.068342 s]
/proc/loadavg: 0.93 1.00 0.99 2/93 24788
/proc/meminfo: memFree=754828/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2412 CPUtime=0
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1021182675 2469888 276 4294967295 134512640 135169312 3220322912 3220321448 3085676270 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24788/statm: 603 276 235 161 0 42 0
[pid=24792] ppid=24788 vsize=5260 CPUtime=0.07
/proc/24792/stat : 24792 (SatELite_releas) R 24788 24788 10436 0 -1 4202496 1239 0 0 0 7 0 0 0 25 0 1 0 1021182676 5386240 1175 4294967295 134512640 135223648 3218008112 3218006112 134548984 0 0 0 3 0 0 0 17 1 0 0 0
/proc/24792/statm: 1315 1175 73 174 0 1140 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7672

[startup+0.118338 s]
/proc/loadavg: 0.93 1.00 0.99 2/93 24788
/proc/meminfo: memFree=754828/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2412 CPUtime=0
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1021182675 2469888 276 4294967295 134512640 135169312 3220322912 3220321448 3085676270 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24788/statm: 603 276 235 161 0 42 0
[pid=24792] ppid=24788 vsize=5676 CPUtime=0.12
/proc/24792/stat : 24792 (SatELite_releas) R 24788 24788 10436 0 -1 4202496 1343 0 0 0 12 0 0 0 25 0 1 0 1021182676 5812224 1279 4294967295 134512640 135223648 3218008112 3218005888 134585461 0 0 0 3 0 0 0 17 1 0 0 0
/proc/24792/statm: 1419 1279 73 174 0 1244 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 8088

[startup+0.31832 s]
/proc/loadavg: 0.93 1.00 0.99 2/93 24788
/proc/meminfo: memFree=754828/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2412 CPUtime=0
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1021182675 2469888 276 4294967295 134512640 135169312 3220322912 3220321448 3085676270 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24788/statm: 603 276 235 161 0 42 0
[pid=24792] ppid=24788 vsize=7064 CPUtime=0.32
/proc/24792/stat : 24792 (SatELite_releas) R 24788 24788 10436 0 -1 4202496 1633 0 0 0 32 0 0 0 25 0 1 0 1021182676 7233536 1569 4294967295 134512640 135223648 3218008112 3218006208 134585483 0 0 0 3 0 0 0 17 1 0 0 0
/proc/24792/statm: 1766 1569 73 174 0 1591 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9476

[startup+0.718298 s]
/proc/loadavg: 0.93 1.00 0.99 2/93 24788
/proc/meminfo: memFree=754828/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2416

[startup+1.51823 s]
/proc/loadavg: 0.93 1.00 0.99 2/95 24794
/proc/meminfo: memFree=749092/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=5644 CPUtime=0.99
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 1340 0 0 0 99 0 0 0 25 0 1 0 1021182726 5779456 1275 4294967295 134512640 135213731 3219153312 3219151792 134530034 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 1411 1275 74 172 0 1237 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 8060

[startup+3.1181 s]
/proc/loadavg: 0.93 1.00 0.99 2/95 24794
/proc/meminfo: memFree=747852/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=6992 CPUtime=2.57
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 1671 0 0 0 257 0 0 0 25 0 1 0 1021182726 7159808 1606 4294967295 134512640 135213731 3219153312 3219151792 134529996 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 1748 1606 74 172 0 1574 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9408

[startup+6.31784 s]
/proc/loadavg: 0.93 1.00 0.99 2/95 24977
/proc/meminfo: memFree=745432/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=8488 CPUtime=5.77
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 2064 0 0 0 576 1 0 0 25 0 1 0 1021182726 8691712 1999 4294967295 134512640 135213731 3219153312 3219151792 134530217 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 2122 1999 74 172 0 1948 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10904

[startup+12.7173 s]
/proc/loadavg: 0.94 1.00 0.99 2/95 24977
/proc/meminfo: memFree=743980/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=10236 CPUtime=12.17
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 2488 0 0 0 1216 1 0 0 25 0 1 0 1021182726 10481664 2423 4294967295 134512640 135213731 3219153312 3219151792 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 2559 2423 74 172 0 2385 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12652

[startup+25.5163 s]
/proc/loadavg: 1.03 1.01 1.00 2/95 24977
/proc/meminfo: memFree=741720/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=12168 CPUtime=24.97
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 2970 0 0 0 2496 1 0 0 25 0 1 0 1021182726 12460032 2905 4294967295 134512640 135213731 3219153312 3219151792 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 3042 2905 74 172 0 2868 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14584

[startup+51.1142 s]
/proc/loadavg: 1.42 1.11 1.03 2/95 24984
/proc/meminfo: memFree=740512/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=13352 CPUtime=50.57
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 3243 0 0 0 5056 1 0 0 25 0 1 0 1021182726 13672448 3178 4294967295 134512640 135213731 3219153312 3219151568 134537056 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 3338 3178 74 172 0 3164 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15768

[startup+102.32 s]
/proc/loadavg: 1.47 1.17 1.05 3/95 25170
/proc/meminfo: memFree=739148/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=14432 CPUtime=101.78
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 3541 0 0 0 10177 1 0 0 25 0 1 0 1021182726 14778368 3476 4294967295 134512640 135213731 3219153312 3219151792 134530193 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 3608 3476 74 172 0 3434 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 16848

[startup+162.315 s]
/proc/loadavg: 1.17 1.13 1.05 2/95 25359
/proc/meminfo: memFree=735304/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=18564 CPUtime=161.78
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 4511 0 0 0 16176 2 0 0 25 0 1 0 1021182726 19009536 4446 4294967295 134512640 135213731 3219153312 3219151792 134530193 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 4641 4446 74 172 0 4467 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 20980

[startup+222.32 s]
/proc/loadavg: 1.06 1.11 1.04 2/95 25546
/proc/meminfo: memFree=735428/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=18564 CPUtime=221.78
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 4521 0 0 0 22176 2 0 0 25 0 1 0 1021182726 19009536 4456 4294967295 134512640 135213731 3219153312 3219151792 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24794/statm: 4641 4456 74 172 0 4467 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 20980

[startup+282.305 s]
/proc/loadavg: 1.02 1.08 1.03 3/95 25735
/proc/meminfo: memFree=735172/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=18720 CPUtime=281.77
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 4557 0 0 0 28174 3 0 0 25 0 1 0 1021182726 19169280 4492 4294967295 134512640 135213731 3219153312 3219151792 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24794/statm: 4680 4492 74 172 0 4506 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 21136

[startup+342.32 s]
/proc/loadavg: 1.01 1.07 1.03 2/95 25923
/proc/meminfo: memFree=735412/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=19184 CPUtime=341.79
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 4641 0 0 0 34176 3 0 0 25 0 1 0 1021182726 19644416 4576 4294967295 134512640 135213731 3219153312 3219151792 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24794/statm: 4796 4576 74 172 0 4622 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 21600

[startup+402.315 s]
/proc/loadavg: 1.00 1.05 1.02 2/95 26111
/proc/meminfo: memFree=735428/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=19320 CPUtime=401.79
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 4683 0 0 0 40176 3 0 0 25 0 1 0 1021182726 19783680 4618 4294967295 134512640 135213731 3219153312 3219151792 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24794/statm: 4830 4618 74 172 0 4656 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 21736

[startup+462.32 s]
/proc/loadavg: 1.00 1.04 1.02 2/95 26304
/proc/meminfo: memFree=735056/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=19768 CPUtime=461.8
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 4784 0 0 0 46173 7 0 0 25 0 1 0 1021182726 20242432 4719 4294967295 134512640 135213731 3219153312 3219151792 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24794/statm: 4942 4719 74 172 0 4768 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 22184

[startup+522.315 s]
/proc/loadavg: 1.04 1.05 1.02 2/95 26491
/proc/meminfo: memFree=732204/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=22768 CPUtime=521.8
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 5520 0 0 0 52173 7 0 0 25 0 1 0 1021182726 23314432 5455 4294967295 134512640 135213731 3219153312 3219151792 134529987 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24794/statm: 5692 5455 74 172 0 5518 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 25184

[startup+582.32 s]
/proc/loadavg: 1.01 1.03 1.01 2/95 26680
/proc/meminfo: memFree=731172/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=24004 CPUtime=581.78
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 5822 0 0 0 58168 10 0 0 25 0 1 0 1021182726 24580096 5757 4294967295 134512640 135213731 3219153312 3219151792 134530193 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 6001 5757 74 172 0 5827 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 26420

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

[startup+588.71 s]
/proc/loadavg: 1.01 1.03 1.01 2/95 26680
/proc/meminfo: memFree=731212/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=24004 CPUtime=588.17
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 5822 0 0 0 58807 10 0 0 25 0 1 0 1021182726 24580096 5757 4294967295 134512640 135213731 3219153312 3219151792 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 6001 5757 74 172 0 5827 0
Current children cumulated CPU time (s) 588.68
Current children cumulated vsize (KiB) 26420

[startup+614.308 s]
/proc/loadavg: 1.01 1.03 1.01 2/95 26865
/proc/meminfo: memFree=730952/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=24004 CPUtime=613.77
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 5822 0 0 0 61367 10 0 0 25 0 1 0 1021182726 24580096 5757 4294967295 134512640 135213731 3219153312 3219151792 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 6001 5757 74 172 0 5827 0
Current children cumulated CPU time (s) 614.28
Current children cumulated vsize (KiB) 26420

[startup+620.707 s]
/proc/loadavg: 1.01 1.03 1.01 2/95 26865
/proc/meminfo: memFree=731140/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=24004 CPUtime=620.17
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 5822 0 0 0 62007 10 0 0 25 0 1 0 1021182726 24580096 5757 4294967295 134512640 135213731 3219153312 3219151792 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 6001 5757 74 172 0 5827 0
Current children cumulated CPU time (s) 620.68
Current children cumulated vsize (KiB) 26420

[startup+623.907 s]
/proc/loadavg: 1.00 1.03 1.01 2/95 26865
/proc/meminfo: memFree=731172/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=24004 CPUtime=623.37
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 5822 0 0 0 62327 10 0 0 25 0 1 0 1021182726 24580096 5757 4294967295 134512640 135213731 3219153312 3219151792 134530096 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 6001 5757 74 172 0 5827 0
Current children cumulated CPU time (s) 623.88
Current children cumulated vsize (KiB) 26420

[startup+625.507 s]
/proc/loadavg: 1.00 1.03 1.01 2/95 26865
/proc/meminfo: memFree=731172/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=24004 CPUtime=624.97
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 5823 0 0 0 62487 10 0 0 25 0 1 0 1021182726 24580096 5758 4294967295 134512640 135213731 3219153312 3219151792 134529993 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 6001 5758 74 172 0 5827 0
Current children cumulated CPU time (s) 625.48
Current children cumulated vsize (KiB) 26420

[startup+626.307 s]
/proc/loadavg: 1.00 1.03 1.01 2/95 26865
/proc/meminfo: memFree=731172/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=24004 CPUtime=625.77
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 5823 0 0 0 62567 10 0 0 25 0 1 0 1021182726 24580096 5758 4294967295 134512640 135213731 3219153312 3219151792 134530122 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 6001 5758 74 172 0 5827 0
Current children cumulated CPU time (s) 626.28
Current children cumulated vsize (KiB) 26420

[startup+626.707 s]
/proc/loadavg: 1.00 1.03 1.01 2/95 26865
/proc/meminfo: memFree=731172/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=24004 CPUtime=626.17
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 5823 0 0 0 62607 10 0 0 25 0 1 0 1021182726 24580096 5758 4294967295 134512640 135213731 3219153312 3219151792 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 6001 5758 74 172 0 5827 0
Current children cumulated CPU time (s) 626.68
Current children cumulated vsize (KiB) 26420

[startup+627.107 s]
/proc/loadavg: 1.00 1.03 1.01 2/95 26865
/proc/meminfo: memFree=731204/2074464 swapFree=1948616/1959888
[pid=24788] ppid=24786 vsize=2416 CPUtime=0.51
/proc/24788/stat : 24788 (SatELiteGTI) S 24786 24788 10436 0 -1 4194304 385 2283 0 0 1 0 49 1 20 0 1 0 1021182675 2473984 277 4294967295 134512640 135169312 3220322912 3220319128 3085676270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24788/statm: 604 277 235 161 0 43 0
[pid=24794] ppid=24788 vsize=24004 CPUtime=626.57
/proc/24794/stat : 24794 (minisat_static) R 24788 24788 10436 0 -1 4202496 5823 0 0 0 62647 10 0 0 25 0 1 0 1021182726 24580096 5758 4294967295 134512640 135213731 3219153312 3219151792 134530012 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24794/statm: 6001 5758 74 172 0 5827 0
Current children cumulated CPU time (s) 627.08
Current children cumulated vsize (KiB) 26420

Child status: 20
Real time (s): 627.162
CPU time (s): 627.13
CPU user time (s): 627.02
CPU system time (s): 0.11
CPU usage (%): 99.9949
Max. virtual memory (cumulated for all children) (KiB): 26420

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-17 15:27:01
IDJOB=1821801
IDBENCH=71091
IDSOLVER=662
FILE ID=tipi16/1821801-1242566821
PBS_JOBID=
Free space on /tmp= 4646 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_07_UNSAT.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821801-1242566821/watcher-1821801-1242566821 -o /tmp/evaluation-result-1821801-1242566821/solver-1821801-1242566821 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821801-1242566821.cnf -restarts=1

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED= 1654320662

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:        754852 kB
Buffers:         64340 kB
Cached:        1142036 kB
SwapCached:       5940 kB
Active:         293904 kB
Inactive:       922456 kB
HighTotal:     1178688 kB
HighFree:       102100 kB
LowTotal:       895776 kB
LowFree:        652752 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:            2440 kB
Writeback:           0 kB
AnonPages:        9332 kB
Mapped:           3252 kB
Slab:            93952 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90756 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4646 MiB
End job on tipi16 at 2009-05-17 15:37:29