Trace number 1821771

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-22? (TO) 1200.07 1200.13

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_12_UNKNOWN.cnf
MD5SUMfbf37caab2e9eafe910c795f49053484
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 variables1898
Number of clauses128735
Sum of the clauses size383430
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23005
Number of clauses of size 3125707
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.07/0.09	c ==============================================================================
0.07/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.07/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.07/0.09	c ==============================================================================
0.07/0.09	c |         0 |  128735   383430 |   38620       0        0     nan |  0.000 % |
1.23/1.28	c |         0 |  127840   554049 |      --       0       --      -- |     --   | -895/170619
1.23/1.28	c ==============================================================================
1.23/1.28	c Result  :   #vars: 1205   #clauses: 127840   #literals: 554049
1.23/1.28	c CPU time:   1.26 s
1.23/1.28	c ==============================================================================
1.43/1.45	This is MiniSat 2.0 beta
1.43/1.45	WARNING: for repeatability, setting FPU to use double precision
1.43/1.45	============================[ Problem Statistics ]=============================
1.43/1.45	|                                                                             |
1.43/1.46	|  Number of variables:  1205                                                 |
1.43/1.46	|  Number of clauses:    127840                                               |
1.46/1.53	|  Parsing time:         0.08         s                                       |
1.46/1.54	============================[ Search Statistics ]==============================
1.46/1.54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.46/1.54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.46/1.54	===============================================================================
1.46/1.54	|         0 |    1205   127840   554049 |    42613        0    nan |  0.000 % |
1.46/1.58	|       101 |    1205   127840   554049 |    46874      101     40 |  0.000 % |
1.46/1.66	|       251 |    1205   127840   554049 |    51562      251     43 |  0.001 % |
1.46/1.73	|       477 |    1205   127840   554049 |    56718      477     40 |  0.002 % |
1.46/1.87	|       815 |    1205   127840   554049 |    62390      815     42 |  0.001 % |
1.46/2.08	|      1322 |    1205   127840   554049 |    68629     1322     45 |  0.002 % |
2.41/2.44	|      2083 |    1205   127840   554049 |    75492     2083     46 |  0.001 % |
2.71/2.75	|      3223 |    1205   127840   554049 |    83041     3223     51 |  0.000 % |
3.21/3.26	|      4931 |    1205   127840   554049 |    91345     4931     51 |  0.002 % |
3.81/3.87	|      7493 |    1205   127840   554049 |   100480     7493     58 |  0.002 % |
5.28/5.34	|     11337 |    1205   127840   554049 |   110528    11337     59 |  0.002 % |
6.95/7.05	|     17103 |    1205   127840   554049 |   121580    17103     64 |  0.002 % |
11.55/11.67	|     25752 |    1205   127840   554049 |   133738    25752     57 |  0.002 % |
21.81/21.99	|     38726 |    1205   127840   554049 |   147112    38726     52 |  0.001 % |
49.81/49.98	|     58188 |    1205   127840   554049 |   161824    58188     43 |  0.001 % |
69.00/69.16	|     87380 |    1205   127840   554049 |   178006    87380     57 |  0.015 % |
105.91/106.07	|    131169 |    1205   127840   554049 |   195807   131169     62 |  0.001 % |
187.91/188.08	|    196854 |    1205   127840   554049 |   215387    20978     51 |  0.003 % |
295.11/295.24	|    295380 |    1205   127840   554049 |   236926   119504     60 |  0.002 % |
475.52/475.66	|    443169 |    1205   127840   554049 |   260619    54268     77 |  0.002 % |
789.44/789.54	|    664852 |    1205   127840   554049 |   286681    43583     58 |  0.001 % |
1200.06/1200.12	HOME/SatELiteGTI: line 36:  9631 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-1821771-1242562694/watcher-1821771-1242562694 -o /tmp/evaluation-result-1821771-1242562694/solver-1821771-1242562694 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821771-1242562694.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.04 1.01 1.00 2/93 9625
/proc/meminfo: memFree=675432/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2412 CPUtime=0.01
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 366 643 0 0 0 0 1 0 18 0 1 0 1020770202 2469888 276 4294967295 134512640 135169312 3217971232 3217969768 3085643502 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9625/statm: 603 276 235 161 0 42 0
[pid=9629] ppid=9625 vsize=948 CPUtime=0
/proc/9629/stat : 9629 (SatELite_releas) R 9625 9625 10114 0 -1 4202496 107 0 0 0 0 0 0 0 21 0 1 0 1020770203 970752 43 4294967295 134512640 135223648 3221023504 3221022572 134535392 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9629/statm: 237 48 40 174 0 62 0

[startup+0.063245 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 9625
/proc/meminfo: memFree=675432/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2412 CPUtime=0.01
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 366 643 0 0 0 0 1 0 18 0 1 0 1020770202 2469888 276 4294967295 134512640 135169312 3217971232 3217969768 3085643502 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9625/statm: 603 276 235 161 0 42 0
[pid=9629] ppid=9625 vsize=6000 CPUtime=0.06
/proc/9629/stat : 9629 (SatELite_releas) R 9625 9625 10114 0 -1 4202496 1357 0 0 0 5 1 0 0 21 0 1 0 1020770203 6144000 1292 4294967295 134512640 135223648 3221023504 3221022456 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9629/statm: 1500 1292 46 174 0 1325 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8412

[startup+0.12324 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 9625
/proc/meminfo: memFree=675432/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2412 CPUtime=0.01
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 366 643 0 0 0 0 1 0 18 0 1 0 1020770202 2469888 276 4294967295 134512640 135169312 3217971232 3217969768 3085643502 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9625/statm: 603 276 235 161 0 42 0
[pid=9629] ppid=9625 vsize=10212 CPUtime=0.12
/proc/9629/stat : 9629 (SatELite_releas) R 9625 9625 10114 0 -1 4202496 2468 0 0 0 10 2 0 0 21 0 1 0 1020770203 10457088 2403 4294967295 134512640 135223648 3221023504 3221021280 134585537 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9629/statm: 2553 2403 73 174 0 2378 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 12624

[startup+0.32323 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 9625
/proc/meminfo: memFree=675432/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2412 CPUtime=0.01
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 366 643 0 0 0 0 1 0 18 0 1 0 1020770202 2469888 276 4294967295 134512640 135169312 3217971232 3217969768 3085643502 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9625/statm: 603 276 235 161 0 42 0
[pid=9629] ppid=9625 vsize=11936 CPUtime=0.32
/proc/9629/stat : 9629 (SatELite_releas) R 9625 9625 10114 0 -1 4202496 2896 0 0 0 30 2 0 0 21 0 1 0 1020770203 12222464 2831 4294967295 134512640 135223648 3221023504 3221021456 134564190 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9629/statm: 2984 2831 73 174 0 2809 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 14348

[startup+0.72321 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 9625
/proc/meminfo: memFree=675432/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2412 CPUtime=0.01
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 366 643 0 0 0 0 1 0 18 0 1 0 1020770202 2469888 276 4294967295 134512640 135169312 3217971232 3217969768 3085643502 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9625/statm: 603 276 235 161 0 42 0
[pid=9629] ppid=9625 vsize=15352 CPUtime=0.72
/proc/9629/stat : 9629 (SatELite_releas) R 9625 9625 10114 0 -1 4202496 3434 0 0 0 70 2 0 0 22 0 1 0 1020770203 15720448 3369 4294967295 134512640 135223648 3221023504 3221021600 134585529 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9629/statm: 3838 3369 73 174 0 3663 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 17764

[startup+1.52318 s]
/proc/loadavg: 1.04 1.01 1.00 3/95 9630
/proc/meminfo: memFree=661908/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 2416

[startup+3.1231 s]
/proc/loadavg: 1.04 1.01 1.00 3/95 9631
/proc/meminfo: memFree=664512/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=9308 CPUtime=1.65
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 2253 0 0 0 165 0 0 0 20 0 1 0 1020770348 9531392 2188 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9631/statm: 2327 2188 74 172 0 2153 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 11724

[startup+6.32293 s]
/proc/loadavg: 1.04 1.01 1.00 2/95 9631
/proc/meminfo: memFree=661568/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=12480 CPUtime=4.79
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 3047 0 0 0 478 1 0 0 25 0 1 0 1020770348 12779520 2982 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9631/statm: 3120 2982 74 172 0 2946 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 14896

[startup+12.7226 s]
/proc/loadavg: 1.03 1.01 1.00 4/95 9631
/proc/meminfo: memFree=657804/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=15764 CPUtime=11.17
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 3845 0 0 0 1116 1 0 0 25 0 1 0 1020770348 16142336 3780 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/9631/statm: 3941 3780 74 172 0 3767 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 18180

[startup+25.522 s]
/proc/loadavg: 1.02 1.01 1.00 2/95 9633
/proc/meminfo: memFree=655568/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=18096 CPUtime=23.95
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 4439 0 0 0 2394 1 0 0 25 0 1 0 1020770348 18530304 4374 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9631/statm: 4524 4374 74 172 0 4350 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 20512

[startup+51.1208 s]
/proc/loadavg: 1.02 1.01 1.00 2/95 9633
/proc/meminfo: memFree=652972/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=21384 CPUtime=49.55
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 5260 0 0 0 4954 1 0 0 25 0 1 0 1020770348 21897216 5195 4294967295 134512640 135213731 3218354400 3218352880 134530405 0 0 0 3 0 0 0 17 0 0 0 0
/proc/9631/statm: 5346 5195 74 172 0 5172 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 23800

[startup+102.318 s]
/proc/loadavg: 1.11 1.03 1.01 2/95 9822
/proc/meminfo: memFree=628660/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=44876 CPUtime=100.75
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 11109 0 0 0 10074 1 0 0 25 0 1 0 1020770348 45953024 11044 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 11219 11044 74 172 0 11045 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 47292

[startup+162.305 s]
/proc/loadavg: 1.04 1.03 1.00 3/95 10009
/proc/meminfo: memFree=616392/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=57416 CPUtime=160.74
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 14212 0 0 0 16070 4 0 0 25 0 1 0 1020770348 58793984 14147 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 14354 14147 74 172 0 14180 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 59832

[startup+222.312 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 10205
/proc/meminfo: memFree=611772/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=61928 CPUtime=220.75
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 15323 0 0 0 22070 5 0 0 25 0 1 0 1020770348 63414272 15258 4294967295 134512640 135213731 3218354400 3218352880 134530101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 15482 15258 74 172 0 15308 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 64344

[startup+282.31 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 10391
/proc/meminfo: memFree=611796/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=61928 CPUtime=280.75
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 15325 0 0 0 28070 5 0 0 25 0 1 0 1020770348 63414272 15260 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 15482 15260 74 172 0 15308 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 64344

[startup+342.317 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 10579
/proc/meminfo: memFree=611928/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=61928 CPUtime=340.76
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 15328 0 0 0 34071 5 0 0 25 0 1 0 1020770348 63414272 15263 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 15482 15263 74 172 0 15308 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 64344

[startup+402.314 s]

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

/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=85452 CPUtime=520.76
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 21096 0 0 0 52068 8 0 0 25 0 1 0 1020770348 87502848 21031 4294967295 134512640 135213731 3218354400 3218352880 134530042 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 21363 21031 74 172 0 21189 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 87868

[startup+582.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 11332
/proc/meminfo: memFree=588608/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=85452 CPUtime=580.77
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 21108 0 0 0 58069 8 0 0 25 0 1 0 1020770348 87502848 21043 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 21363 21043 74 172 0 21189 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 87868

[startup+642.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 11524
/proc/meminfo: memFree=588864/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=85452 CPUtime=640.78
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 21114 0 0 0 64070 8 0 0 25 0 1 0 1020770348 87502848 21049 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 21363 21049 74 172 0 21189 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 87868

[startup+702.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 11713
/proc/meminfo: memFree=587864/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=86332 CPUtime=700.78
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 21315 0 0 0 70068 10 0 0 25 0 1 0 1020770348 88403968 21250 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 21583 21250 74 172 0 21409 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 88748

[startup+762.326 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 11900
/proc/meminfo: memFree=580432/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=93316 CPUtime=760.79
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 23044 0 0 0 76065 14 0 0 25 0 1 0 1020770348 95555584 22979 4294967295 134512640 135213731 3218354400 3218352880 134530114 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 23329 22979 74 172 0 23155 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 95732

[startup+822.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 12089
/proc/meminfo: memFree=579308/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=94400 CPUtime=820.78
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 23317 0 0 0 82062 16 0 0 25 0 1 0 1020770348 96665600 23252 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 23600 23252 74 172 0 23426 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 96816

[startup+882.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 12275
/proc/meminfo: memFree=579556/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=94400 CPUtime=880.79
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 23318 0 0 0 88063 16 0 0 25 0 1 0 1020770348 96665600 23253 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 23600 23253 74 172 0 23426 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 96816

[startup+942.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 12463
/proc/meminfo: memFree=579564/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=94400 CPUtime=940.79
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 23318 0 0 0 94063 16 0 0 25 0 1 0 1020770348 96665600 23253 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 23600 23253 74 172 0 23426 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 96816

[startup+1002.31 s]
/proc/loadavg: 1.07 1.03 1.01 2/95 12656
/proc/meminfo: memFree=579556/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=94400 CPUtime=1000.79
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 23318 0 0 0 100063 16 0 0 25 0 1 0 1020770348 96665600 23253 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 23600 23253 74 172 0 23426 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 96816

[startup+1062.31 s]
/proc/loadavg: 1.02 1.02 1.00 2/95 12843
/proc/meminfo: memFree=579440/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=94400 CPUtime=1060.79
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 23319 0 0 0 106063 16 0 0 25 0 1 0 1020770348 96665600 23254 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 23600 23254 74 172 0 23426 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 96816

[startup+1122.32 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 13032
/proc/meminfo: memFree=579432/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=94400 CPUtime=1120.8
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 23352 0 0 0 112064 16 0 0 25 0 1 0 1020770348 96665600 23287 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 23600 23287 74 172 0 23426 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 96816

[startup+1182.31 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 13218
/proc/meminfo: memFree=579432/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=94384 CPUtime=1180.79
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 23358 0 0 0 118063 16 0 0 25 0 1 0 1020770348 96649216 23293 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 23596 23293 74 172 0 23422 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 96800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.11 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 13404
/proc/meminfo: memFree=579100/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=94384 CPUtime=1198.6
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 23359 0 0 0 119844 16 0 0 25 0 1 0 1020770348 96649216 23294 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 23596 23294 74 172 0 23422 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 96800

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.11 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 13404
/proc/meminfo: memFree=579100/2074464 swapFree=1950884/1959888
[pid=9625] ppid=9623 vsize=2416 CPUtime=1.46
/proc/9625/stat : 9625 (SatELiteGTI) S 9623 9625 10114 0 -1 4194304 384 4080 0 0 0 0 143 3 20 0 1 0 1020770202 2473984 277 4294967295 134512640 135169312 3217971232 3217967448 3085643502 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/9625/statm: 604 277 235 161 0 43 0
[pid=9631] ppid=9625 vsize=94384 CPUtime=1198.6
/proc/9631/stat : 9631 (minisat_static) R 9625 9625 10114 0 -1 4202496 23359 0 0 0 119844 16 0 0 25 0 1 0 1020770348 96649216 23294 4294967295 134512640 135213731 3218354400 3218352880 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9631/statm: 23596 23294 74 172 0 23422 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 96800

Child status: 143
Real time (s): 1200.13
CPU time (s): 1200.07
CPU user time (s): 1199.87
CPU system time (s): 0.2
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 96816

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-17 14:18:14
IDJOB=1821771
IDBENCH=71084
IDSOLVER=662
FILE ID=tipi13/1821771-1242562694
PBS_JOBID=
Free space on /tmp= 6772 MiB

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

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

MD5SUM BENCH= fbf37caab2e9eafe910c795f49053484
RANDOM SEED= 1826638470

Linux tipi13 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.475
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.475
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.475
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.475
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:        675440 kB
Buffers:         65396 kB
Cached:        1216760 kB
SwapCached:       3516 kB
Active:         557172 kB
Inactive:       734416 kB
HighTotal:     1178688 kB
HighFree:        90924 kB
LowTotal:       895776 kB
LowFree:        584516 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:            3848 kB
Writeback:           0 kB
AnonPages:        8728 kB
Mapped:           3124 kB
Slab:            97840 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90600 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 6772 MiB
End job on tipi13 at 2009-05-17 14:38:14