Trace number 1849616

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
minisat2 070721/core? (TO) 1200.03 1199.92

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.43/0.43	c |         0 |   56659   238983 |      --       0       --      -- |     --   | -787/68469
0.43/0.43	c ==============================================================================
0.43/0.43	c Result  :   #vars: 636   #clauses: 56659   #literals: 238983
0.43/0.43	c CPU time:   0.42 s
0.43/0.43	c ==============================================================================
0.43/0.50	This is MiniSat 2.0 beta
0.43/0.50	WARNING: for repeatability, setting FPU to use double precision
0.43/0.50	============================[ Problem Statistics ]=============================
0.43/0.50	|                                                                             |
0.43/0.50	|  Number of variables:  636                                                  |
0.43/0.50	|  Number of clauses:    56659                                                |
0.51/0.53	|  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.56	|       101 |     636    56659   238983 |    20774      101     33 |  0.000 % |
0.51/0.62	|       251 |     636    56659   238983 |    22852      251     35 |  0.000 % |
0.51/0.69	|       477 |     636    56659   238983 |    25137      477     35 |  0.000 % |
0.51/0.78	|       814 |     636    56659   238983 |    27651      814     34 |  0.000 % |
0.51/0.91	|      1322 |     636    56659   238983 |    30416     1322     34 |  0.000 % |
1.13/1.12	|      2081 |     636    56659   238983 |    33458     2081     33 |  0.000 % |
1.43/1.49	|      3220 |     636    56659   238983 |    36804     3220     33 |  0.000 % |
2.13/2.17	|      4928 |     636    56659   238983 |    40484     4928     33 |  0.000 % |
3.13/3.15	|      7492 |     636    56659   238983 |    44532     7492     34 |  0.000 % |
5.63/5.64	|     11336 |     636    56659   238983 |    48986    11336     34 |  0.000 % |
9.43/9.46	|     17103 |     636    56659   238983 |    53884    17103     33 |  0.000 % |
17.22/17.22	|     25757 |     636    56659   238983 |    59273    25757     33 |  0.000 % |
29.83/29.88	|     38734 |     636    56659   238983 |    65200    38734     33 |  0.000 % |
54.62/54.66	|     58198 |     636    56659   238983 |    71720    58198     33 |  0.000 % |
88.63/88.66	|     87390 |     636    56659   238983 |    78892    32603     29 |  0.000 % |
137.43/137.51	|    131181 |     636    56659   238983 |    86782    76394     30 |  0.000 % |
224.94/225.00	|    196865 |     636    56659   238983 |    95460    68928     32 |  0.000 % |
359.76/359.80	|    295392 |     636    56659   238983 |   105006    87078     33 |  0.000 % |
583.97/583.92	|    443181 |     636    56659   238983 |   115507    60636     35 |  0.000 % |
918.80/918.73	|    664865 |     636    56659   238983 |   127057    91268     33 |  0.000 % |
1200.02/1199.92	HOME/SatELiteGTI: line 36:  2755 Terminated              $MS $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1849616-1244852581/watcher-1849616-1244852581 -o /tmp/evaluation-result-1849616-1244852581/solver-1849616-1244852581 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849616-1244852581.cnf 

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


[startup+0 s]
/proc/loadavg: 0.93 0.99 0.99 2/95 2749
/proc/meminfo: memFree=800968/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2412 CPUtime=0.01
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 366 646 0 0 0 0 1 0 18 0 1 0 82679043 2469888 276 4294967295 134512640 135169312 3220589232 3220587768 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2749/statm: 603 276 235 161 0 42 0
[pid=2753] ppid=2749 vsize=948 CPUtime=0
/proc/2753/stat : 2753 (SatELite_releas) R 2749 2749 19205 0 -1 4202496 117 0 0 0 0 0 0 0 20 0 1 0 82679044 970752 53 4294967295 134512640 135223648 3220673216 3220670452 134736865 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2753/statm: 238 55 45 174 0 63 0

[startup+0.103628 s]
/proc/loadavg: 0.93 0.99 0.99 2/95 2749
/proc/meminfo: memFree=800968/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2412 CPUtime=0.01
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 366 646 0 0 0 0 1 0 18 0 1 0 82679043 2469888 276 4294967295 134512640 135169312 3220589232 3220587768 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2749/statm: 603 276 235 161 0 42 0
[pid=2753] ppid=2749 vsize=5676 CPUtime=0.1
/proc/2753/stat : 2753 (SatELite_releas) R 2749 2749 19205 0 -1 4202496 1323 0 0 0 10 0 0 0 21 0 1 0 82679044 5812224 1259 4294967295 134512640 135223648 3220673216 3220670852 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2753/statm: 1419 1259 73 174 0 1244 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8088

[startup+0.223617 s]
/proc/loadavg: 0.93 0.99 0.99 2/95 2749
/proc/meminfo: memFree=800968/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2412 CPUtime=0.01
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 366 646 0 0 0 0 1 0 18 0 1 0 82679043 2469888 276 4294967295 134512640 135169312 3220589232 3220587768 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2749/statm: 603 276 235 161 0 42 0
[pid=2753] ppid=2749 vsize=7064 CPUtime=0.22
/proc/2753/stat : 2753 (SatELite_releas) R 2749 2749 19205 0 -1 4202496 1633 0 0 0 22 0 0 0 21 0 1 0 82679044 7233536 1569 4294967295 134512640 135223648 3220673216 3220671312 134585553 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2753/statm: 1766 1569 73 174 0 1591 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9476

[startup+0.323609 s]
/proc/loadavg: 0.93 0.99 0.99 2/95 2749
/proc/meminfo: memFree=800968/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2412 CPUtime=0.01
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 366 646 0 0 0 0 1 0 18 0 1 0 82679043 2469888 276 4294967295 134512640 135169312 3220589232 3220587768 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/2749/statm: 603 276 235 161 0 42 0
[pid=2753] ppid=2749 vsize=7064 CPUtime=0.32
/proc/2753/stat : 2753 (SatELite_releas) R 2749 2749 19205 0 -1 4202496 1633 0 0 0 32 0 0 0 21 0 1 0 82679044 7233536 1569 4294967295 134512640 135223648 3220673216 3220671312 134585540 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2753/statm: 1766 1569 73 174 0 1591 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9476

[startup+0.723575 s]
/proc/loadavg: 0.93 0.99 0.99 2/95 2749
/proc/meminfo: memFree=800968/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2416

[startup+1.52351 s]
/proc/loadavg: 0.93 0.99 0.99 2/97 2755
/proc/meminfo: memFree=794984/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=5344 CPUtime=1.02
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 1274 0 0 0 101 1 0 0 20 0 1 0 82679094 5472256 1209 4294967295 134512640 135212939 3214175472 3214173936 134526811 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 1336 1209 76 171 0 1164 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 7760

[startup+3.12337 s]
/proc/loadavg: 0.93 0.99 0.99 2/97 2756
/proc/meminfo: memFree=794240/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=6004 CPUtime=2.62
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 1459 0 0 0 261 1 0 0 25 0 1 0 82679094 6148096 1394 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 1501 1394 76 171 0 1329 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 8420

[startup+6.32311 s]
/proc/loadavg: 0.94 0.99 0.99 2/97 2757
/proc/meminfo: memFree=793000/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=7068 CPUtime=5.82
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 1690 0 0 0 580 2 0 0 25 0 1 0 82679094 7237632 1625 4294967295 134512640 135212939 3214175472 3214173936 134526627 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 1767 1625 76 171 0 1595 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 9484

[startup+12.7226 s]
/proc/loadavg: 0.94 0.99 0.99 2/97 2757
/proc/meminfo: memFree=791220/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=8608 CPUtime=12.22
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 2090 0 0 0 1220 2 0 0 25 0 1 0 82679094 8814592 2025 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 2152 2025 76 171 0 1980 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 11024

[startup+25.5115 s]
/proc/loadavg: 0.95 0.99 0.99 2/97 2949
/proc/meminfo: memFree=788504/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=11076 CPUtime=25.01
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 2678 0 0 0 2498 3 0 0 25 0 1 0 82679094 11341824 2613 4294967295 134512640 135212939 3214175472 3214173936 134526636 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 2769 2613 76 171 0 2597 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 13492

[startup+51.1094 s]
/proc/loadavg: 0.97 0.99 0.99 3/97 2952
/proc/meminfo: memFree=784960/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=14872 CPUtime=50.61
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 3629 0 0 0 5058 3 0 0 25 0 1 0 82679094 15228928 3564 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 3718 3564 76 171 0 3546 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 17288

[startup+102.315 s]
/proc/loadavg: 1.14 1.02 1.01 3/97 3148
/proc/meminfo: memFree=782208/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=17968 CPUtime=101.82
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 4348 0 0 0 10179 3 0 0 25 0 1 0 82679094 18399232 4283 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 4492 4283 76 171 0 4320 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 20384

[startup+162.32 s]
/proc/loadavg: 1.20 1.05 1.01 3/97 3345
/proc/meminfo: memFree=780116/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=20316 CPUtime=161.83
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 4925 0 0 0 16180 3 0 0 25 0 1 0 82679094 20803584 4852 4294967295 134512640 135212939 3214175472 3214173936 134526736 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 5079 4852 76 171 0 4907 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 22732

[startup+222.325 s]
/proc/loadavg: 1.07 1.04 1.00 3/97 3535
/proc/meminfo: memFree=779240/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=20876 CPUtime=221.84
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 5073 0 0 0 22181 3 0 0 25 0 1 0 82679094 21377024 5000 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 5219 5000 76 171 0 5047 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 23292

[startup+282.32 s]
/proc/loadavg: 1.02 1.03 1.00 3/97 3727
/proc/meminfo: memFree=775884/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=24428 CPUtime=281.84
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 5892 0 0 0 28180 4 0 0 25 0 1 0 82679094 25014272 5819 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 6107 5819 76 171 0 5935 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 26844

[startup+342.325 s]
/proc/loadavg: 1.01 1.02 1.00 3/97 3946
/proc/meminfo: memFree=775504/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=24936 CPUtime=341.85
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 6022 0 0 0 34181 4 0 0 25 0 1 0 82679094 25534464 5949 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 6234 5949 76 171 0 6062 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 27352

[startup+402.31 s]

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

/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=27868 CPUtime=461.85
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 6731 0 0 0 46181 4 0 0 25 0 1 0 82679094 28536832 6658 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 6967 6658 76 171 0 6795 0
Current children cumulated CPU time (s) 462.36
Current children cumulated vsize (KiB) 30284

[startup+522.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 4514
/proc/meminfo: memFree=772380/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=28248 CPUtime=521.85
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 6804 0 0 0 52181 4 0 0 25 0 1 0 82679094 28925952 6731 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 7062 6731 76 171 0 6890 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 30664

[startup+582.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 4708
/proc/meminfo: memFree=771436/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=29332 CPUtime=581.86
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 7050 0 0 0 58173 13 0 0 25 0 1 0 82679094 30035968 6977 4294967295 134512640 135212939 3214175472 3214173936 134526831 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 7333 6977 76 171 0 7161 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 31748

[startup+642.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 4899
/proc/meminfo: memFree=770504/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=30048 CPUtime=641.87
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 7201 0 0 0 64174 13 0 0 25 0 1 0 82679094 30769152 7128 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 7512 7128 76 171 0 7340 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 32464

[startup+702.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 5088
/proc/meminfo: memFree=770048/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=30660 CPUtime=701.87
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 7349 0 0 0 70174 13 0 0 25 0 1 0 82679094 31395840 7276 4294967295 134512640 135212939 3214175472 3214173936 134526842 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 7665 7276 76 171 0 7493 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 33076

[startup+762.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 5278
/proc/meminfo: memFree=768924/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=31792 CPUtime=761.87
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 7621 0 0 0 76174 13 0 0 25 0 1 0 82679094 32555008 7548 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 7948 7548 76 171 0 7776 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 34208

[startup+822.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 5467
/proc/meminfo: memFree=768800/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=32168 CPUtime=821.88
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 7718 0 0 0 82175 13 0 0 25 0 1 0 82679094 32940032 7645 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 8042 7645 76 171 0 7870 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 34584

[startup+882.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 5657
/proc/meminfo: memFree=768468/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=32708 CPUtime=881.89
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 7835 0 0 0 88167 22 0 0 25 0 1 0 82679094 33492992 7762 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 8177 7762 76 171 0 8005 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 35124

[startup+942.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 5852
/proc/meminfo: memFree=767544/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=33852 CPUtime=941.89
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 8094 0 0 0 94165 24 0 0 25 0 1 0 82679094 34664448 8021 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 8463 8021 76 171 0 8291 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 36268

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 6041
/proc/meminfo: memFree=767196/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=34260 CPUtime=1001.9
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 8186 0 0 0 100164 26 0 0 25 0 1 0 82679094 35082240 8113 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 8565 8113 76 171 0 8393 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 36676

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 6231
/proc/meminfo: memFree=766784/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=34380 CPUtime=1061.9
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 8219 0 0 0 106164 26 0 0 25 0 1 0 82679094 35205120 8146 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 8595 8146 76 171 0 8423 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 36796

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 6420
/proc/meminfo: memFree=766808/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=34624 CPUtime=1121.9
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 8279 0 0 0 112161 29 0 0 25 0 1 0 82679094 35454976 8206 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 8656 8206 76 171 0 8484 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 37040

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 6610
/proc/meminfo: memFree=766320/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=34952 CPUtime=1181.91
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 8360 0 0 0 118162 29 0 0 25 0 1 0 82679094 35790848 8287 4294967295 134512640 135212939 3214175472 3214173936 134526772 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 8738 8287 76 171 0 8566 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 37368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 6611
/proc/meminfo: memFree=766376/2074464 swapFree=1959888/1959888
[pid=2749] ppid=2747 vsize=2416 CPUtime=0.51
/proc/2749/stat : 2749 (SatELiteGTI) S 2747 2749 19205 0 -1 4194304 385 2283 0 0 0 0 51 0 15 0 1 0 82679043 2473984 277 4294967295 134512640 135169312 3220589232 3220585448 3085618926 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2749/statm: 604 277 235 161 0 43 0
[pid=2755] ppid=2749 vsize=34952 CPUtime=1199.51
/proc/2755/stat : 2755 (minisat_static) R 2749 2749 19205 0 -1 4202496 8361 0 0 0 119922 29 0 0 25 0 1 0 82679094 35790848 8288 4294967295 134512640 135212939 3214175472 3214173936 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2755/statm: 8738 8288 76 171 0 8566 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 37368

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1199.92
CPU time (s): 1200.03
CPU user time (s): 1199.73
CPU system time (s): 0.3
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 37368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.73
system time used= 0.3
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11305
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= 20
involuntary context switches= 3221

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi09 at 2009-06-13 02:23:01
IDJOB=1849616
IDBENCH=71091
IDSOLVER=690
FILE ID=tipi09/1849616-1244852581
PBS_JOBID=
Free space on /tmp= 15097 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_07_UNSAT.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849616-1244852581/watcher-1849616-1244852581 -o /tmp/evaluation-result-1849616-1244852581/solver-1849616-1244852581 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849616-1244852581.cnf

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED= 260131465

Linux tipi09 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.365
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.38

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.365
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:        800976 kB
Buffers:         77940 kB
Cached:        1066096 kB
SwapCached:          0 kB
Active:         410036 kB
Inactive:       747096 kB
HighTotal:     1178688 kB
HighFree:       217260 kB
LowTotal:       895776 kB
LowFree:        583716 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:            2476 kB
Writeback:           0 kB
AnonPages:       13200 kB
Mapped:           7664 kB
Slab:           107812 kB
PageTables:        468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    91944 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15097 MiB
End job on tipi09 at 2009-06-13 02:43:01