Trace number 1849620

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.04 1199.94

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_14_UNKNOWN.cnf
MD5SUM74b3bf25aa16f613ee15d6b4b9bc9486
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 variables2220
Number of clauses160694
Sum of the clauses size478924
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23434
Number of clauses of size 3157237
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.03/0.10	c ==============================================================================
0.03/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.10	c ==============================================================================
0.03/0.10	c |         0 |  160694   478924 |   48208       0        0     nan |  0.000 % |
1.52/1.56	c |         0 |  159558   690102 |      --       0       --      -- |     --   | -1136/211178
1.52/1.56	c ==============================================================================
1.52/1.56	c Result  :   #vars: 1437   #clauses: 159558   #literals: 690102
1.52/1.56	c CPU time:   1.54 s
1.52/1.56	c ==============================================================================
1.72/1.78	This is MiniSat 2.0 beta
1.72/1.78	WARNING: for repeatability, setting FPU to use double precision
1.72/1.78	============================[ Problem Statistics ]=============================
1.72/1.78	|                                                                             |
1.72/1.78	|  Number of variables:  1437                                                 |
1.72/1.78	|  Number of clauses:    159558                                               |
1.79/1.88	|  Parsing time:         0.08         s                                       |
1.79/1.88	============================[ Search Statistics ]==============================
1.79/1.88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/1.88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/1.88	===============================================================================
1.79/1.88	|         0 |    1437   159558   690102 |    53186        0    nan |  0.000 % |
1.79/1.98	|       103 |    1437   159558   690102 |    58504      103     87 |  0.000 % |
1.79/2.03	|       254 |    1437   159558   690102 |    64355      254     75 |  0.000 % |
2.12/2.12	|       479 |    1437   159558   690102 |    70790      479     76 |  0.000 % |
2.21/2.25	|       816 |    1437   159558   690102 |    77869      816     77 |  0.000 % |
2.31/2.38	|      1323 |    1437   159558   690102 |    85656     1323     86 |  0.000 % |
2.51/2.59	|      2082 |    1437   159558   690102 |    94222     2082     94 |  0.000 % |
3.01/3.03	|      3222 |    1437   159558   690102 |   103644     3222     89 |  0.000 % |
3.61/3.65	|      4933 |    1437   159558   690102 |   114008     4933    100 |  0.000 % |
5.41/5.48	|      7497 |    1437   159558   690102 |   125409     7497    101 |  0.000 % |
7.61/7.69	|     11343 |    1437   159558   690102 |   137950    11343    109 |  0.000 % |
12.81/12.83	|     17110 |    1437   159558   690102 |   151745    17110    113 |  0.000 % |
20.51/20.59	|     25760 |    1437   159558   690102 |   166920    25760    119 |  0.000 % |
31.92/32.00	|     38734 |    1437   159558   690102 |   183612    38734    128 |  0.000 % |
54.51/54.54	|     58199 |    1437   159558   690102 |   201973    58199    132 |  0.000 % |
115.62/115.61	|     87392 |    1437   159558   690102 |   222171    87392    135 |  0.000 % |
315.33/315.34	|    131181 |    1437   159558   690102 |   244388   131181    134 |  0.000 % |
502.46/502.44	|    196865 |    1437   159558   690102 |   268827   196865    134 |  0.000 % |
669.37/669.41	|    295391 |    1437   159558   690102 |   295709    43472    121 |  0.000 % |
1200.02/1199.93	HOME/SatELiteGTI: line 36:  6664 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-1849620-1244853782/watcher-1849620-1244853782 -o /tmp/evaluation-result-1849620-1244853782/solver-1849620-1244853782 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849620-1244853782.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: 1.00 1.00 1.00 2/95 6657
/proc/meminfo: memFree=798492/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2412 CPUtime=0.01
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 82799177 2469888 276 4294967295 134512640 135169312 3215037792 3215036328 3085020910 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/6657/statm: 603 276 235 161 0 42 0
[pid=6661] ppid=6657 vsize=952 CPUtime=0
/proc/6661/stat : 6661 (SatELite_releas) R 6657 6657 19205 0 -1 4202496 127 0 0 0 0 0 0 0 20 0 1 0 82799177 974848 62 4294967295 134512640 135223648 3220189760 3220188356 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6661/statm: 238 64 45 174 0 63 0

[startup+0.021799 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 6657
/proc/meminfo: memFree=798492/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2412 CPUtime=0.01
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 82799177 2469888 276 4294967295 134512640 135169312 3215037792 3215036328 3085020910 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/6657/statm: 603 276 235 161 0 42 0
[pid=6661] ppid=6657 vsize=2752 CPUtime=0.02
/proc/6661/stat : 6661 (SatELite_releas) R 6657 6657 19205 0 -1 4202496 571 0 0 0 1 1 0 0 20 0 1 0 82799177 2818048 506 4294967295 134512640 135223648 3220189760 3220188712 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6661/statm: 688 506 46 174 0 513 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5164

[startup+0.111791 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 6657
/proc/meminfo: memFree=798492/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2412 CPUtime=0.01
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 82799177 2469888 276 4294967295 134512640 135169312 3215037792 3215036328 3085020910 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/6657/statm: 603 276 235 161 0 42 0
[pid=6661] ppid=6657 vsize=11476 CPUtime=0.11
/proc/6661/stat : 6661 (SatELite_releas) R 6657 6657 19205 0 -1 4202496 2662 0 0 0 10 1 0 0 20 0 1 0 82799177 11751424 2597 4294967295 134512640 135223648 3220189760 3220187536 134585471 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6661/statm: 2869 2597 72 174 0 2694 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13888

[startup+0.311774 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 6657
/proc/meminfo: memFree=798492/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2412 CPUtime=0.01
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 82799177 2469888 276 4294967295 134512640 135169312 3215037792 3215036328 3085020910 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/6657/statm: 603 276 235 161 0 42 0
[pid=6661] ppid=6657 vsize=14520 CPUtime=0.31
/proc/6661/stat : 6661 (SatELite_releas) R 6657 6657 19205 0 -1 4202496 3432 0 0 0 30 1 0 0 21 0 1 0 82799177 14868480 3367 4294967295 134512640 135223648 3220189760 3220187760 134549033 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6661/statm: 3630 3367 73 174 0 3455 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16932

[startup+0.711741 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 6657
/proc/meminfo: memFree=798492/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2412 CPUtime=0.01
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 82799177 2469888 276 4294967295 134512640 135169312 3215037792 3215036328 3085020910 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/6657/statm: 603 276 235 161 0 42 0
[pid=6661] ppid=6657 vsize=18800 CPUtime=0.71
/proc/6661/stat : 6661 (SatELite_releas) R 6657 6657 19205 0 -1 4202496 4143 0 0 0 69 2 0 0 22 0 1 0 82799177 19251200 4077 4294967295 134512640 135223648 3220189760 3220187856 134585544 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6661/statm: 4700 4077 75 174 0 4525 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 21212

[startup+1.51167 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 6663
/proc/meminfo: memFree=782092/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2412 CPUtime=0.01
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 367 642 0 0 0 0 1 0 18 0 1 0 82799177 2469888 276 4294967295 134512640 135169312 3215037792 3215036328 3085020910 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/6657/statm: 603 276 235 161 0 42 0
[pid=6661] ppid=6657 vsize=18800 CPUtime=1.51
/proc/6661/stat : 6661 (SatELite_releas) R 6657 6657 19205 0 -1 4202496 4143 0 0 0 149 2 0 0 25 0 1 0 82799177 19251200 4077 4294967295 134512640 135223648 3220189760 3220187856 134585540 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6661/statm: 4700 4077 75 174 0 4525 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 21212

[startup+3.11154 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 6664
/proc/meminfo: memFree=785688/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=11164 CPUtime=1.32
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 2693 0 0 0 131 1 0 0 25 0 1 0 82799355 11431936 2628 4294967295 134512640 135212939 3220691744 3220690208 134526762 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 2791 2628 76 171 0 2619 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 13580

[startup+6.31127 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 6665
/proc/meminfo: memFree=782372/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=14068 CPUtime=4.52
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 3403 0 0 0 451 1 0 0 25 0 1 0 82799355 14405632 3338 4294967295 134512640 135212939 3220691744 3220690208 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 3517 3338 76 171 0 3345 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 16484

[startup+12.7107 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 6665
/proc/meminfo: memFree=777444/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=18296 CPUtime=10.92
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 4470 0 0 0 1091 1 0 0 25 0 1 0 82799355 18735104 4405 4294967295 134512640 135212939 3220691744 3220690208 134526829 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 4574 4405 76 171 0 4402 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 20712

[startup+25.5097 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 6851
/proc/meminfo: memFree=768716/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=26396 CPUtime=23.72
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 6502 0 0 0 2368 4 0 0 25 0 1 0 82799355 27029504 6437 4294967295 134512640 135212939 3220691744 3220690208 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 6599 6437 76 171 0 6427 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 28812

[startup+51.1075 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 6853
/proc/meminfo: memFree=754120/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=41336 CPUtime=49.32
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 10238 0 0 0 4924 8 0 0 25 0 1 0 82799355 42328064 10173 4294967295 134512640 135212939 3220691744 3220690208 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 10334 10173 76 171 0 10162 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 43752

[startup+102.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 7046
/proc/meminfo: memFree=737456/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=57908 CPUtime=100.53
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 14344 0 0 0 10043 10 0 0 25 0 1 0 82799355 59297792 14279 4294967295 134512640 135212939 3220691744 3220690208 134527045 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 14477 14279 76 171 0 14305 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 60324

[startup+162.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 7236
/proc/meminfo: memFree=725504/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=70156 CPUtime=160.54
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 17323 0 0 0 16041 13 0 0 25 0 1 0 82799355 71839744 17258 4294967295 134512640 135212939 3220691744 3220690208 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 17539 17258 76 171 0 17367 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 72572

[startup+222.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 7425
/proc/meminfo: memFree=717972/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=77780 CPUtime=220.54
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 19212 0 0 0 22034 20 0 0 25 0 1 0 82799355 79646720 19147 4294967295 134512640 135212939 3220691744 3220690208 134526762 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 19445 19147 76 171 0 19273 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 80196

[startup+282.308 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 7615
/proc/meminfo: memFree=710952/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=84976 CPUtime=280.54
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 20963 0 0 0 28033 21 0 0 25 0 1 0 82799355 87015424 20898 4294967295 134512640 135212939 3220691744 3220690208 134526736 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 21244 20898 76 171 0 21072 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 87392

[startup+342.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 7808
/proc/meminfo: memFree=705332/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=90640 CPUtime=340.55
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 22410 0 0 0 34033 22 0 0 25 0 1 0 82799355 92815360 22345 4294967295 134512640 135212939 3220691744 3220690208 134526757 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 22660 22345 76 171 0 22488 0
Current children cumulated CPU time (s) 342.34

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

[pid=6664] ppid=6657 vsize=135700 CPUtime=520.57
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 33456 0 0 0 52021 36 0 0 25 0 1 0 82799355 138956800 33372 4294967295 134512640 135212939 3220691744 3220690208 134526627 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 33925 33372 76 171 0 33753 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 138116

[startup+582.323 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 8570
/proc/meminfo: memFree=643380/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=153468 CPUtime=580.58
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 37880 0 0 0 58020 38 0 0 25 0 1 0 82799355 157151232 37796 4294967295 134512640 135212939 3220691744 3220690208 134526741 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 38367 37796 76 171 0 38195 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 155884

[startup+642.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 8761
/proc/meminfo: memFree=631056/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=165952 CPUtime=640.58
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 40997 0 0 0 64016 42 0 0 25 0 1 0 82799355 169934848 40913 4294967295 134512640 135212939 3220691744 3220690144 134534936 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 41488 40913 76 171 0 41316 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 168368

[startup+702.313 s]
/proc/loadavg: 1.00 1.00 1.00 4/97 8950
/proc/meminfo: memFree=631188/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=165952 CPUtime=700.58
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 41001 0 0 0 70008 50 0 0 25 0 1 0 82799355 169934848 40917 4294967295 134512640 135212939 3220691744 3220690208 134526833 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 41488 40917 76 171 0 41316 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 168368

[startup+762.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 9140
/proc/meminfo: memFree=630892/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=165952 CPUtime=760.59
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 41003 0 0 0 76009 50 0 0 25 0 1 0 82799355 169934848 40919 4294967295 134512640 135212939 3220691744 3220690208 134526743 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 41488 40919 76 171 0 41316 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 168368

[startup+822.323 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 9329
/proc/meminfo: memFree=631164/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=165952 CPUtime=820.6
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 41006 0 0 0 82010 50 0 0 25 0 1 0 82799355 169934848 40922 4294967295 134512640 135212939 3220691744 3220690208 134526736 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 41488 40922 76 171 0 41316 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 168368

[startup+882.318 s]
/proc/loadavg: 1.00 1.00 1.00 4/97 9523
/proc/meminfo: memFree=631328/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=165952 CPUtime=880.6
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 41007 0 0 0 88008 52 0 0 25 0 1 0 82799355 169934848 40923 4294967295 134512640 135212939 3220691744 3220690208 134526736 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 41488 40923 76 171 0 41316 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 168368

[startup+942.323 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 9714
/proc/meminfo: memFree=631156/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=165952 CPUtime=940.61
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 41013 0 0 0 94005 56 0 0 25 0 1 0 82799355 169934848 40929 4294967295 134512640 135212939 3220691744 3220690208 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 41488 40929 76 171 0 41316 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 168368

[startup+1002.32 s]
/proc/loadavg: 1.16 1.04 1.01 3/97 9903
/proc/meminfo: memFree=631412/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=165952 CPUtime=1000.61
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 41016 0 0 0 99999 62 0 0 25 0 1 0 82799355 169934848 40932 4294967295 134512640 135212939 3220691744 3220690208 134526736 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 41488 40932 76 171 0 41316 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 168368

[startup+1062.31 s]
/proc/loadavg: 1.13 1.06 1.02 3/97 10093
/proc/meminfo: memFree=631232/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=165952 CPUtime=1060.61
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 41016 0 0 0 105995 66 0 0 25 0 1 0 82799355 169934848 40932 4294967295 134512640 135212939 3220691744 3220690208 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 41488 40932 76 171 0 41316 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 168368

[startup+1122.32 s]
/proc/loadavg: 1.11 1.07 1.02 2/97 10282
/proc/meminfo: memFree=631016/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=165952 CPUtime=1120.62
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 41018 0 0 0 111995 67 0 0 25 0 1 0 82799355 169934848 40934 4294967295 134512640 135212939 3220691744 3220690208 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 41488 40934 76 171 0 41316 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 168368

[startup+1182.32 s]
/proc/loadavg: 1.04 1.06 1.02 2/97 10476
/proc/meminfo: memFree=630808/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=165952 CPUtime=1180.63
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 41024 0 0 0 117996 67 0 0 25 0 1 0 82799355 169934848 40940 4294967295 134512640 135212939 3220691744 3220690208 134526757 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 41488 40940 76 171 0 41316 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 168368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.03 1.05 1.01 2/97 10477
/proc/meminfo: memFree=630972/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=165952 CPUtime=1198.23
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 41025 0 0 0 119756 67 0 0 25 0 1 0 82799355 169934848 40941 4294967295 134512640 135212939 3220691744 3220690208 134526736 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 41488 40941 76 171 0 41316 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 168368

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1199.92 s]
/proc/loadavg: 1.03 1.05 1.01 2/97 10477
/proc/meminfo: memFree=630972/2074464 swapFree=1959888/1959888
[pid=6657] ppid=6655 vsize=2416 CPUtime=1.79
/proc/6657/stat : 6657 (SatELiteGTI) S 6655 6657 19205 0 -1 4194304 385 4788 0 0 0 0 175 4 18 0 1 0 82799177 2473984 277 4294967295 134512640 135169312 3215037792 3215034008 3085020910 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6657/statm: 604 277 235 161 0 43 0
[pid=6664] ppid=6657 vsize=165952 CPUtime=1198.23
/proc/6664/stat : 6664 (minisat_static) R 6657 6657 19205 0 -1 4202496 41025 0 0 0 119756 67 0 0 25 0 1 0 82799355 169934848 40941 4294967295 134512640 135212939 3220691744 3220690208 134526736 0 0 0 3 0 0 0 17 2 0 0 0
/proc/6664/statm: 41488 40941 76 171 0 41316 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 168368

Child status: 143
Real time (s): 1199.94
CPU time (s): 1200.04
CPU user time (s): 1199.31
CPU system time (s): 0.73
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 168368

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi09 at 2009-06-13 02:43:02
IDJOB=1849620
IDBENCH=71097
IDSOLVER=690
FILE ID=tipi09/1849620-1244853782
PBS_JOBID=
Free space on /tmp= 15096 MiB

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

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

MD5SUM BENCH= 74b3bf25aa16f613ee15d6b4b9bc9486
RANDOM SEED= 345517369

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:        798872 kB
Buffers:         77960 kB
Cached:        1068124 kB
SwapCached:          0 kB
Active:         411800 kB
Inactive:       747432 kB
HighTotal:     1178688 kB
HighFree:       215040 kB
LowTotal:       895776 kB
LowFree:        583832 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:            4264 kB
Writeback:           0 kB
AnonPages:       13144 kB
Mapped:           7576 kB
Slab:           107752 kB
PageTables:        596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    91956 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15096 MiB
End job on tipi09 at 2009-06-13 03:03:03