Trace number 1821777

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 504.15 504.13

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_07_UNSAT.cnf
MD5SUMa30111c778b4a83ebe950f77b63a1b33
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark504.15
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses63345
Sum of the clauses size188200
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21950
Number of clauses of size 361372
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 |   63345   188200 |   19003       0        0     nan |  0.000 % |
0.61/0.60	c |         0 |   62548   268903 |      --       0       --      -- |     --   | -797/80703
0.61/0.60	c ==============================================================================
0.61/0.60	c Result  :   #vars: 636   #clauses: 62548   #literals: 268903
0.61/0.60	c CPU time:   0.58 s
0.61/0.60	c ==============================================================================
0.61/0.69	This is MiniSat 2.0 beta
0.61/0.69	WARNING: for repeatability, setting FPU to use double precision
0.61/0.69	============================[ Problem Statistics ]=============================
0.61/0.69	|                                                                             |
0.61/0.69	|  Number of variables:  636                                                  |
0.61/0.69	|  Number of clauses:    62548                                                |
0.69/0.73	|  Parsing time:         0.04         s                                       |
0.69/0.73	============================[ Search Statistics ]==============================
0.69/0.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.73	===============================================================================
0.69/0.73	|         0 |     636    62548   268903 |    20849        0    nan |  0.000 % |
0.69/0.76	|       100 |     636    62548   268903 |    22934      100     27 |  0.000 % |
0.69/0.82	|       250 |     636    62548   268903 |    25227      250     29 |  0.002 % |
0.69/0.91	|       476 |     636    62548   268903 |    27750      476     27 |  0.007 % |
0.69/1.03	|       814 |     636    62548   268903 |    30525      814     23 |  0.007 % |
1.21/1.24	|      1322 |     636    62548   268903 |    33578     1322     20 |  0.002 % |
1.31/1.38	|      2081 |     636    62548   268903 |    36935     2081     31 |  0.002 % |
1.71/1.74	|      3220 |     636    62548   268903 |    40629     3220     29 |  0.007 % |
2.31/2.31	|      4929 |     636    62548   268903 |    44692     4929     26 |  0.002 % |
3.31/3.38	|      7491 |     636    62548   268903 |    49161     7491     21 |  0.002 % |
5.11/5.16	|     11335 |     636    62548   268903 |    54077    11335     19 |  0.002 % |
7.91/7.95	|     17102 |     636    62548   268903 |    59485    17102     17 |  0.002 % |
11.41/11.46	|     25752 |     636    62548   268903 |    65434    25752     17 |  0.002 % |
15.11/15.16	|     38726 |     636    62548   268903 |    71977    38726     20 |  0.025 % |
28.51/28.54	|     58187 |     636    62548   268903 |    79175    58187     19 |  0.002 % |
51.21/51.21	|     87379 |     636    62548   268903 |    87092    23496     15 |  0.003 % |
78.82/78.91	|    131169 |     636    62548   268903 |    95802    67286     18 |  0.004 % |
116.72/116.77	|    196853 |     635    62460   268571 |   105382    32791     29 |  0.159 % |
197.13/197.21	|    295379 |     634    62373   268313 |   115920    23694     22 |  0.323 % |
329.63/329.61	|    443168 |     630    61042   264327 |   127512    25301     20 |  0.954 % |
504.14/504.12	===============================================================================
504.14/504.12	restarts              : 20
504.14/504.12	conflicts             : 633138         (1258 /sec)
504.14/504.12	decisions             : 651687         (1.67 % random) (1295 /sec)
504.14/504.12	propagations          : 51222823       (101766 /sec)
504.14/504.12	conflict literals     : 13074229       (35.26 % deleted)
504.14/504.12	Memory used           : 24.59 MB
504.14/504.12	CPU time              : 503.34 s
504.14/504.12	
504.14/504.12	UNSATISFIABLE
504.14/504.12	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-1821777-1242563890/watcher-1821777-1242563890 -o /tmp/evaluation-result-1821777-1242563890/solver-1821777-1242563890 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821777-1242563890.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: 1.01 1.03 1.00 2/91 15645
/proc/meminfo: memFree=620792/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2412 CPUtime=0
/proc/15645/stat : 15645 (SatELiteGTI) R 15643 15645 9090 0 -1 4194304 354 643 0 0 0 0 0 0 25 0 1 0 1020889322 2469888 276 4294967295 134512640 135169312 3217582016 3217580492 3085162630 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/15645/statm: 603 276 235 161 0 42 0
[pid=15649] ppid=15645 vsize=0 CPUtime=0
/proc/15649/stat : 15649 (SatELiteGTI) R 15645 15645 9090 0 -1 4194368 66 0 0 0 0 0 0 0 25 0 1 0 1020889323 0 0 4294967295 0 0 0 3217580644 3085162986 0 0 0 0 0 0 0 17 3 0 0 0
/proc/15649/statm: 203 1 0 0 0 28 0

[startup+0.108712 s]
/proc/loadavg: 1.01 1.03 1.00 2/91 15645
/proc/meminfo: memFree=620792/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2412 CPUtime=0
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 367 643 0 0 0 0 0 0 25 0 1 0 1020889322 2469888 276 4294967295 134512640 135169312 3217582016 3217580552 3085160174 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15645/statm: 603 276 235 161 0 42 0
[pid=15649] ppid=15645 vsize=6080 CPUtime=0.11
/proc/15649/stat : 15649 (SatELite_releas) R 15645 15645 9090 0 -1 4202496 1443 0 0 0 9 2 0 0 25 0 1 0 1020889323 6225920 1378 4294967295 134512640 135223648 3214064752 3214062752 134549039 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15649/statm: 1520 1378 73 174 0 1345 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8492

[startup+0.208706 s]
/proc/loadavg: 1.01 1.03 1.00 2/91 15645
/proc/meminfo: memFree=620792/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2412 CPUtime=0
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 367 643 0 0 0 0 0 0 25 0 1 0 1020889322 2469888 276 4294967295 134512640 135169312 3217582016 3217580552 3085160174 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15645/statm: 603 276 235 161 0 42 0
[pid=15649] ppid=15645 vsize=6872 CPUtime=0.21
/proc/15649/stat : 15649 (SatELite_releas) R 15645 15645 9090 0 -1 4202496 1617 0 0 0 19 2 0 0 25 0 1 0 1020889323 7036928 1552 4294967295 134512640 135223648 3214064752 3214062752 134548987 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15649/statm: 1718 1552 73 174 0 1543 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9284

[startup+0.308701 s]
/proc/loadavg: 1.01 1.03 1.00 2/91 15645
/proc/meminfo: memFree=620792/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2412 CPUtime=0
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 367 643 0 0 0 0 0 0 25 0 1 0 1020889322 2469888 276 4294967295 134512640 135169312 3217582016 3217580552 3085160174 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15645/statm: 603 276 235 161 0 42 0
[pid=15649] ppid=15645 vsize=7944 CPUtime=0.31
/proc/15649/stat : 15649 (SatELite_releas) R 15645 15645 9090 0 -1 4202496 1838 0 0 0 29 2 0 0 25 0 1 0 1020889323 8134656 1773 4294967295 134512640 135223648 3214064752 3214062848 134585468 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15649/statm: 1986 1773 73 174 0 1811 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10356

[startup+0.708689 s]
/proc/loadavg: 1.01 1.03 1.00 2/91 15645
/proc/meminfo: memFree=620792/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2416

[startup+1.50864 s]
/proc/loadavg: 1.01 1.03 1.00 2/93 15651
/proc/meminfo: memFree=615056/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=5628 CPUtime=0.82
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 1307 0 0 0 82 0 0 0 25 0 1 0 1020889392 5763072 1242 4294967295 134512640 135213731 3216674640 3216673120 134530110 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 1407 1242 74 172 0 1233 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 8044

[startup+3.10857 s]
/proc/loadavg: 1.01 1.03 1.00 2/93 15651
/proc/meminfo: memFree=614932/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=6024 CPUtime=2.42
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 1419 0 0 0 242 0 0 0 25 0 1 0 1020889392 6168576 1354 4294967295 134512640 135213731 3216674640 3216673120 134530103 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 1506 1354 74 172 0 1332 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 8440

[startup+6.30841 s]
/proc/loadavg: 1.01 1.03 1.00 2/93 15651
/proc/meminfo: memFree=614468/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=6604 CPUtime=5.62
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 1568 0 0 0 562 0 0 0 25 0 1 0 1020889392 6762496 1503 4294967295 134512640 135213731 3216674640 3216673120 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 1651 1503 74 172 0 1477 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 9020

[startup+12.7081 s]
/proc/loadavg: 1.01 1.03 1.00 2/93 15651
/proc/meminfo: memFree=612656/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=8488 CPUtime=12.02
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 2019 0 0 0 1202 0 0 0 25 0 1 0 1020889392 8691712 1954 4294967295 134512640 135213731 3216674640 3216673120 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 2122 1954 74 172 0 1948 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 10904

[startup+25.5075 s]
/proc/loadavg: 1.01 1.03 1.00 2/93 15652
/proc/meminfo: memFree=609536/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=11384 CPUtime=24.82
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 2752 0 0 0 2480 2 0 0 25 0 1 0 1020889392 11657216 2687 4294967295 134512640 135213731 3216674640 3216673120 134530096 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 2846 2687 74 172 0 2672 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 13800

[startup+51.1063 s]
/proc/loadavg: 1.00 1.02 1.00 3/94 15821
/proc/meminfo: memFree=606616/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=13628 CPUtime=50.42
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 3298 0 0 0 5040 2 0 0 25 0 1 0 1020889392 13955072 3233 4294967295 134512640 135213731 3216674640 3216673120 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 3407 3233 74 172 0 3233 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 16044

[startup+102.314 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 15841
/proc/meminfo: memFree=604196/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=16552 CPUtime=101.63
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 3988 0 0 0 10161 2 0 0 25 0 1 0 1020889392 16949248 3923 4294967295 134512640 135213731 3216674640 3216673120 134530106 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 4138 3923 74 172 0 3964 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 18968

[startup+162.311 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 16029
/proc/meminfo: memFree=601484/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=19288 CPUtime=161.63
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 4675 0 0 0 16160 3 0 0 25 0 1 0 1020889392 19750912 4610 4294967295 134512640 135213731 3216674640 3216673120 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 4822 4610 74 172 0 4648 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 21704

[startup+222.318 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 16218
/proc/meminfo: memFree=598376/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=22268 CPUtime=221.64
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 5403 0 0 0 22161 3 0 0 25 0 1 0 1020889392 22802432 5338 4294967295 134512640 135213731 3216674640 3216672896 134537822 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 5567 5338 74 172 0 5393 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 24684

[startup+282.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16405
/proc/meminfo: memFree=597376/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=23012 CPUtime=281.64
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 5590 0 0 0 28161 3 0 0 25 0 1 0 1020889392 23564288 5525 4294967295 134512640 135213731 3216674640 3216673120 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 5753 5525 74 172 0 5579 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 25428

[startup+342.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 16595
/proc/meminfo: memFree=596228/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=24044 CPUtime=341.64
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 5841 0 0 0 34153 11 0 0 25 0 1 0 1020889392 24621056 5776 4294967295 134512640 135213731 3216674640 3216673120 134529996 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 6011 5776 74 172 0 5837 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 26460

[startup+402.31 s]
/proc/loadavg: 1.07 1.03 1.01 3/93 16786
/proc/meminfo: memFree=596020/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=24192 CPUtime=401.64
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 5863 0 0 0 40152 12 0 0 25 0 1 0 1020889392 24772608 5798 4294967295 134512640 135213731 3216674640 3216673120 134530189 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 6048 5798 74 172 0 5874 0
Current children cumulated CPU time (s) 402.33
Current children cumulated vsize (KiB) 26608

[startup+462.317 s]
/proc/loadavg: 1.02 1.02 1.00 3/93 16974
/proc/meminfo: memFree=595532/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=24676 CPUtime=461.65
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 5969 0 0 0 46153 12 0 0 25 0 1 0 1020889392 25268224 5904 4294967295 134512640 135213731 3216674640 3216673120 134530193 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 6169 5904 74 172 0 5995 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 27092

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

[startup+486.415 s]
/proc/loadavg: 1.02 1.02 1.00 3/93 17159
/proc/meminfo: memFree=595156/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=25008 CPUtime=485.75
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 6046 0 0 0 48563 12 0 0 25 0 1 0 1020889392 25608192 5981 4294967295 134512640 135213731 3216674640 3216673120 134529987 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 6252 5981 74 172 0 6078 0
Current children cumulated CPU time (s) 486.44
Current children cumulated vsize (KiB) 27424

[startup+492.815 s]
/proc/loadavg: 1.01 1.02 1.00 4/93 17160
/proc/meminfo: memFree=595032/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=25172 CPUtime=492.15
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 6084 0 0 0 49203 12 0 0 25 0 1 0 1020889392 25776128 6019 4294967295 134512640 135213731 3216674640 3216673120 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 6293 6019 74 172 0 6119 0
Current children cumulated CPU time (s) 492.84
Current children cumulated vsize (KiB) 27588

[startup+499.215 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 17160
/proc/meminfo: memFree=595096/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=25172 CPUtime=498.55
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 6086 0 0 0 49843 12 0 0 25 0 1 0 1020889392 25776128 6021 4294967295 134512640 135213731 3216674640 3216673120 134530099 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 6293 6021 74 172 0 6119 0
Current children cumulated CPU time (s) 499.24
Current children cumulated vsize (KiB) 27588

[startup+502.415 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 17161
/proc/meminfo: memFree=595128/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=25172 CPUtime=501.75
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 6102 0 0 0 50163 12 0 0 25 0 1 0 1020889392 25776128 6037 4294967295 134512640 135213731 3216674640 3216673120 134530096 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 6293 6037 74 172 0 6119 0
Current children cumulated CPU time (s) 502.44
Current children cumulated vsize (KiB) 27588

[startup+503.215 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 17161
/proc/meminfo: memFree=595004/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=25172 CPUtime=502.55
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 6103 0 0 0 50243 12 0 0 25 0 1 0 1020889392 25776128 6038 4294967295 134512640 135213731 3216674640 3216673120 134530106 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 6293 6038 74 172 0 6119 0
Current children cumulated CPU time (s) 503.24
Current children cumulated vsize (KiB) 27588

[startup+503.615 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 17161
/proc/meminfo: memFree=595004/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=25172 CPUtime=502.95
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 6103 0 0 0 50283 12 0 0 25 0 1 0 1020889392 25776128 6038 4294967295 134512640 135213731 3216674640 3216673120 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 6293 6038 74 172 0 6119 0
Current children cumulated CPU time (s) 503.64
Current children cumulated vsize (KiB) 27588

[startup+504.015 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 17161
/proc/meminfo: memFree=595004/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=25172 CPUtime=503.35
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 6103 0 0 0 50323 12 0 0 25 0 1 0 1020889392 25776128 6038 4294967295 134512640 135213731 3216674640 3216673120 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 6293 6038 74 172 0 6119 0
Current children cumulated CPU time (s) 504.04
Current children cumulated vsize (KiB) 27588

[startup+504.115 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 17161
/proc/meminfo: memFree=595004/2074464 swapFree=1953004/1959888
[pid=15645] ppid=15643 vsize=2416 CPUtime=0.69
/proc/15645/stat : 15645 (SatELiteGTI) S 15643 15645 9090 0 -1 4194304 384 2485 0 0 0 0 66 3 19 0 1 0 1020889322 2473984 277 4294967295 134512640 135169312 3217582016 3217578232 3085160174 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15645/statm: 604 277 235 161 0 43 0
[pid=15651] ppid=15645 vsize=25172 CPUtime=503.45
/proc/15651/stat : 15651 (minisat_static) R 15645 15645 9090 0 -1 4202496 6103 0 0 0 50333 12 0 0 25 0 1 0 1020889392 25776128 6038 4294967295 134512640 135213731 3216674640 3216673120 134530004 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15651/statm: 6293 6038 74 172 0 6119 0
Current children cumulated CPU time (s) 504.14
Current children cumulated vsize (KiB) 27588

Child status: 20
Real time (s): 504.13
CPU time (s): 504.15
CPU user time (s): 504
CPU system time (s): 0.15
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 27588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 504
system time used= 0.15
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9261
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= 18
involuntary context switches= 493

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-17 14:38:10
IDJOB=1821777
IDBENCH=71086
IDSOLVER=662
FILE ID=tipi19/1821777-1242563890
PBS_JOBID=
Free space on /tmp= 8816 MiB

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

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

MD5SUM BENCH= a30111c778b4a83ebe950f77b63a1b33
RANDOM SEED= 1130272262

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

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

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        620668 kB
Buffers:         50160 kB
Cached:        1279920 kB
SwapCached:       2992 kB
Active:         373932 kB
Inactive:       965604 kB
HighTotal:     1178688 kB
HighFree:        82540 kB
LowTotal:       895776 kB
LowFree:        538128 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:            2688 kB
Writeback:           0 kB
AnonPages:        8992 kB
Mapped:           3132 kB
Slab:           105084 kB
PageTables:        444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87780 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8816 MiB
End job on tipi19 at 2009-05-17 14:46:34