Trace number 1820552

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
BinMiniSat 2009-03-21? (TO) 1200 1199.92

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.13.unsat.cnf
MD5SUM8ca1246723b65c8e0ae1eddb535ce13f
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 variables2010
Number of clauses6802
Sum of the clauses size17668
Maximum clause length25
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22961
Number of clauses of size 33733
Number of clauses of size 443
Number of clauses of size 546
Number of clauses of size over 516

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    6799    17665 |    2039       0        0     nan |  0.000 % |
0.03/0.03	c |         0 |    5732    16991 |      --       0       --      -- |     --   | -1017/-571
0.03/0.03	c ==============================================================================
0.03/0.03	c Result  :   #vars: 1384   #clauses: 5732   #literals: 16991
0.03/0.03	c CPU time:   0.03 s
0.03/0.03	c ==============================================================================
0.03/0.04	This is MiniSat 2.0 beta
0.03/0.04	WARNING: for repeatability, setting FPU to use double precision
0.03/0.04	============================[ Problem Statistics ]=============================
0.03/0.04	|                                                                             |
0.03/0.04	|  Number of variables:  1384                                                 |
0.03/0.04	|  Number of clauses:    5732                                                 |
0.03/0.04	|  Parsing time:         0.01         s                                       |
0.03/0.05	============================[ Search Statistics ]==============================
0.03/0.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.03/0.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.03/0.05	===============================================================================
0.03/0.05	|         0 |    1384     5732    16991 |     1910        0    nan |  0.000 % |
0.03/0.05	|       100 |    1384     5732    16991 |     2101      100     24 |  0.003 % |
0.03/0.06	|       251 |    1384     5732    16991 |     2311      251     34 |  0.000 % |
0.03/0.08	|       477 |    1384     5732    16991 |     2543      477     38 |  0.002 % |
0.03/0.11	|       814 |    1383     5728    16975 |     2797      805     34 |  0.072 % |
0.04/0.14	|      1320 |    1383     5728    16975 |     3077     1311     29 |  0.072 % |
0.04/0.20	|      2079 |    1383     5728    16975 |     3384     2070     29 |  0.072 % |
0.04/0.29	|      3218 |    1383     5728    16975 |     3723     3209     29 |  0.075 % |
0.04/0.44	|      4926 |    1383     5728    16975 |     4095     2965     26 |  0.074 % |
0.04/0.81	|      7489 |    1383     5728    16975 |     4505     3263     54 |  0.072 % |
1.22/1.31	|     11333 |    1383     5728    16975 |     4955     4606     39 |  0.072 % |
2.32/2.32	|     17100 |    1383     5728    16975 |     5451     4830     49 |  0.075 % |
3.71/3.77	|     25751 |    1378     5705    16918 |     5996     4600     38 |  0.434 % |
6.21/6.22	|     38725 |    1376     5700    16905 |     6596     4877     33 |  0.578 % |
10.01/10.04	|     58187 |    1376     5696    16889 |     7255     6235     63 |  0.582 % |
16.21/16.28	|     87379 |    1376     5696    16889 |     7981     7694     61 |  0.580 % |
25.31/25.38	|    131168 |    1376     5696    16889 |     8779     8090     52 |  0.580 % |
40.81/40.90	|    196853 |    1376     5696    16889 |     9657     8152     55 |  0.580 % |
64.61/64.67	|    295379 |    1376     5696    16889 |    10623     9475     53 |  0.581 % |
98.91/98.99	|    443168 |    1376     5696    16889 |    11685     9375     67 |  0.582 % |
155.02/155.07	|    664851 |    1376     5696    16889 |    12854    11537     41 |  0.580 % |
238.13/238.15	|    997376 |    1376     5696    16889 |    14139    12595     63 |  0.581 % |
388.74/388.81	|   1496164 |    1376     5696    16889 |    15553    12095     52 |  0.580 % |
632.26/632.22	|   2244346 |    1376     5696    16889 |    17108    12554     69 |  0.580 % |
1008.99/1008.98	|   3366621 |    1376     5696    16889 |    18819    16615     60 |  0.578 % |
1200.00/1199.91	HOME/SatELiteGTI: line 36: 17874 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-1820552-1242453507/watcher-1820552-1242453507 -o /tmp/evaluation-result-1820552-1242453507/solver-1820552-1242453507 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820552-1242453507.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.92 0.98 0.99 2/93 17868
/proc/meminfo: memFree=687484/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2412 CPUtime=0
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 368 645 0 0 0 0 0 0 25 0 1 0 1009851251 2469888 276 4294967295 134512640 135169312 3213898832 3213897368 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17868/statm: 603 276 235 161 0 42 0
[pid=17872] ppid=17868 vsize=952 CPUtime=0
/proc/17872/stat : 17872 (SatELite_releas) R 17868 17868 10436 0 -1 4202496 118 0 0 0 0 0 0 0 25 0 1 0 1009851252 974848 54 4294967295 134512640 135223648 3217932304 3217931256 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17872/statm: 238 54 44 174 0 63 0

[startup+0.029302 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 17868
/proc/meminfo: memFree=687484/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2412 CPUtime=0
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 368 645 0 0 0 0 0 0 25 0 1 0 1009851251 2469888 276 4294967295 134512640 135169312 3213898832 3213897368 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17868/statm: 603 276 235 161 0 42 0
[pid=17872] ppid=17868 vsize=1884 CPUtime=0.03
/proc/17872/stat : 17872 (SatELite_releas) R 17868 17868 10436 0 -1 4202496 401 0 0 0 3 0 0 0 25 0 1 0 1009851252 1929216 337 4294967295 134512640 135223648 3217932304 3217930320 134586861 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17872/statm: 471 337 73 174 0 296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4296

[startup+0.119292 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 17868
/proc/meminfo: memFree=687484/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2416

[startup+0.319275 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 17868
/proc/meminfo: memFree=687484/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2416

[startup+0.719242 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 17868
/proc/meminfo: memFree=687484/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2416

[startup+1.51918 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 17874
/proc/meminfo: memFree=685576/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=3508 CPUtime=1.48
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 588 0 0 0 148 0 0 0 25 0 1 0 1009851256 3592192 523 4294967295 134512640 135216011 3212940208 3212938560 134527419 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 877 523 71 172 0 704 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 5924

[startup+3.1191 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 17874
/proc/meminfo: memFree=685328/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=3772 CPUtime=3.08
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 638 0 0 0 307 1 0 0 25 0 1 0 1009851256 3862528 573 4294967295 134512640 135216011 3212940208 3212938560 134527562 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 943 573 71 172 0 770 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 6188

[startup+6.31878 s]
/proc/loadavg: 0.93 0.98 0.99 2/95 17875
/proc/meminfo: memFree=685080/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=3772 CPUtime=6.27
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 664 0 0 0 626 1 0 0 25 0 1 0 1009851256 3862528 599 4294967295 134512640 135216011 3212940208 3212938288 134524585 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 943 599 71 172 0 770 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 6188

[startup+12.7183 s]
/proc/loadavg: 0.93 0.98 0.99 2/95 17876
/proc/meminfo: memFree=683772/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=4960 CPUtime=12.67
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 943 0 0 0 1266 1 0 0 25 0 1 0 1009851256 5079040 878 4294967295 134512640 135216011 3212940208 3212938560 134527973 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 1240 878 71 172 0 1067 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 7376

[startup+25.5172 s]
/proc/loadavg: 0.95 0.98 0.99 3/95 17876
/proc/meminfo: memFree=683264/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=5624 CPUtime=25.47
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 1107 0 0 0 2546 1 0 0 25 0 1 0 1009851256 5758976 1042 4294967295 134512640 135216011 3212940208 3212938352 134537342 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 1406 1042 71 172 0 1233 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 8040

[startup+51.1151 s]
/proc/loadavg: 0.96 0.98 0.99 2/95 18061
/proc/meminfo: memFree=682596/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=6136 CPUtime=51.07
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 1232 0 0 0 5106 1 0 0 25 0 1 0 1009851256 6283264 1167 4294967295 134512640 135216011 3212940208 3212938560 134527961 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 1534 1167 71 172 0 1361 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 8552

[startup+102.321 s]
/proc/loadavg: 0.98 0.98 0.99 3/95 18248
/proc/meminfo: memFree=681560/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=7196 CPUtime=102.28
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 1486 0 0 0 10227 1 0 0 25 0 1 0 1009851256 7368704 1421 4294967295 134512640 135216011 3212940208 3212938352 134536056 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 1799 1421 71 172 0 1626 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 9612

[startup+162.316 s]
/proc/loadavg: 1.06 1.00 1.00 2/95 18437
/proc/meminfo: memFree=680684/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=7856 CPUtime=162.28
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 1667 0 0 0 16227 1 0 0 25 0 1 0 1009851256 8044544 1602 4294967295 134512640 135216011 3212940208 3212938288 134524159 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 1964 1602 71 172 0 1791 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 10272

[startup+222.321 s]
/proc/loadavg: 1.02 1.00 1.00 2/95 18627
/proc/meminfo: memFree=679708/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=8912 CPUtime=222.29
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 1927 0 0 0 22228 1 0 0 25 0 1 0 1009851256 9125888 1862 4294967295 134512640 135216011 3212940208 3212938560 134527723 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 2228 1862 71 172 0 2055 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 11328

[startup+282.316 s]
/proc/loadavg: 1.01 1.00 1.00 3/95 18816
/proc/meminfo: memFree=679436/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=8912 CPUtime=282.29
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 1928 0 0 0 28228 1 0 0 25 0 1 0 1009851256 9125888 1863 4294967295 134512640 135216011 3212940208 3212938560 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 2228 1863 71 172 0 2055 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 11328

[startup+342.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 19006
/proc/meminfo: memFree=679460/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=8912 CPUtime=342.3
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 1932 0 0 0 34229 1 0 0 25 0 1 0 1009851256 9125888 1867 4294967295 134512640 135216011 3212940208 3212938560 134527780 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 2228 1867 71 172 0 2055 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 11328

[startup+402.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19193
/proc/meminfo: memFree=678476/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=9968 CPUtime=402.3

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

/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=10468 CPUtime=522.3
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 2332 0 0 0 52229 1 0 0 25 0 1 0 1009851256 10719232 2267 4294967295 134512640 135216011 3212940208 3212938560 134527301 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 2617 2267 71 172 0 2444 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 12884

[startup+582.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 19761
/proc/meminfo: memFree=677880/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=10444 CPUtime=582.32
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 2332 0 0 0 58231 1 0 0 25 0 1 0 1009851256 10694656 2267 4294967295 134512640 135216011 3212940208 3212938560 134527839 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 2611 2267 71 172 0 2438 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 12860

[startup+642.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19949
/proc/meminfo: memFree=677624/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=10732 CPUtime=642.32
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 2401 0 0 0 64231 1 0 0 25 0 1 0 1009851256 10989568 2336 4294967295 134512640 135216011 3212940208 3212938560 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 2683 2336 71 172 0 2510 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 13148

[startup+702.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20136
/proc/meminfo: memFree=677592/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=10732 CPUtime=702.33
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 2401 0 0 0 70232 1 0 0 25 0 1 0 1009851256 10989568 2336 4294967295 134512640 135216011 3212940208 3212938560 134527314 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 2683 2336 71 172 0 2510 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 13148

[startup+762.327 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20325
/proc/meminfo: memFree=677444/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=10732 CPUtime=762.34
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 2401 0 0 0 76233 1 0 0 25 0 1 0 1009851256 10989568 2336 4294967295 134512640 135216011 3212940208 3212938560 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 2683 2336 71 172 0 2510 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 13148

[startup+822.312 s]
/proc/loadavg: 1.16 1.03 1.01 3/95 20511
/proc/meminfo: memFree=677156/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=10960 CPUtime=822.33
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 2470 0 0 0 82232 1 0 0 25 0 1 0 1009851256 11223040 2382 4294967295 134512640 135216011 3212940208 3212938560 134527289 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 2740 2382 71 172 0 2567 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 13376

[startup+882.307 s]
/proc/loadavg: 1.14 1.04 1.01 2/95 20700
/proc/meminfo: memFree=676204/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=11964 CPUtime=882.33
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 2719 0 0 0 88232 1 0 0 25 0 1 0 1009851256 12251136 2631 4294967295 134512640 135216011 3212940208 3212938560 134527395 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 2991 2631 71 172 0 2818 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 14380

[startup+942.312 s]
/proc/loadavg: 1.13 1.05 1.01 2/95 20888
/proc/meminfo: memFree=676204/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=11936 CPUtime=942.34
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 2719 0 0 0 94233 1 0 0 25 0 1 0 1009851256 12222464 2631 4294967295 134512640 135216011 3212940208 3212938560 134527406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 2984 2631 71 172 0 2811 0
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (KiB) 14352

[startup+1002.32 s]
/proc/loadavg: 1.13 1.05 1.01 3/95 21079
/proc/meminfo: memFree=676328/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=11936 CPUtime=1002.35
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 2719 0 0 0 100234 1 0 0 25 0 1 0 1009851256 12222464 2631 4294967295 134512640 135216011 3212940208 3212938560 134527410 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 2984 2631 71 172 0 2811 0
Current children cumulated CPU time (s) 1002.39
Current children cumulated vsize (KiB) 14352

[startup+1062.32 s]
/proc/loadavg: 1.20 1.07 1.01 3/95 21268
/proc/meminfo: memFree=675436/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=12860 CPUtime=1062.36
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 2945 0 0 0 106235 1 0 0 25 0 1 0 1009851256 13168640 2857 4294967295 134512640 135216011 3212940208 3212938560 134527533 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 3215 2857 71 172 0 3042 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 15276

[startup+1122.33 s]
/proc/loadavg: 1.07 1.06 1.01 3/95 21457
/proc/meminfo: memFree=674568/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=13640 CPUtime=1122.37
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 3130 0 0 0 112236 1 0 0 25 0 1 0 1009851256 13967360 3042 4294967295 134512640 135216011 3212940208 3212938560 134527330 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 3410 3042 71 172 0 3237 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 16056

[startup+1182.31 s]
/proc/loadavg: 1.02 1.04 1.00 2/95 21646
/proc/meminfo: memFree=674352/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=13904 CPUtime=1182.36
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 3206 0 0 0 118235 1 0 0 25 0 1 0 1009851256 14237696 3118 4294967295 134512640 135216011 3212940208 3212938288 134524192 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 3476 3118 71 172 0 3303 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 16320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.02 1.04 1.00 2/95 21647
/proc/meminfo: memFree=674584/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=13904 CPUtime=1199.96
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 3206 0 0 0 119995 1 0 0 25 0 1 0 1009851256 14237696 3118 4294967295 134512640 135216011 3212940208 3212938560 134527480 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 3476 3118 71 172 0 3303 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 16320

Sending SIGTERM to process tree (bottom up)

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

[startup+1199.91 s]
/proc/loadavg: 1.02 1.04 1.00 2/95 21647
/proc/meminfo: memFree=674584/2074464 swapFree=1948616/1959888
[pid=17868] ppid=17866 vsize=2416 CPUtime=0.04
/proc/17868/stat : 17868 (SatELiteGTI) S 17866 17868 10436 0 -1 4194304 386 1074 0 0 0 0 4 0 25 0 1 0 1009851251 2473984 277 4294967295 134512640 135169312 3213898832 3213895048 3085569774 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17868/statm: 604 277 235 161 0 43 0
[pid=17874] ppid=17868 vsize=13904 CPUtime=1199.96
/proc/17874/stat : 17874 (minisat_static) R 17868 17868 10436 0 -1 4202496 3206 0 0 0 119995 1 0 0 25 0 1 0 1009851256 14237696 3118 4294967295 134512640 135216011 3212940208 3212938560 134527480 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17874/statm: 3476 3118 71 172 0 3303 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 16320

Child status: 143
Real time (s): 1199.92
CPU time (s): 1200
CPU user time (s): 1199.99
CPU system time (s): 0.01
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 16320

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-16 07:58:27
IDJOB=1820552
IDBENCH=20470
IDSOLVER=661
FILE ID=tipi16/1820552-1242453507
PBS_JOBID=
Free space on /tmp= 5851 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.13.unsat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820552-1242453507/watcher-1820552-1242453507 -o /tmp/evaluation-result-1820552-1242453507/solver-1820552-1242453507 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820552-1242453507.cnf

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

MD5SUM BENCH= 8ca1246723b65c8e0ae1eddb535ce13f
RANDOM SEED= 1477025860

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

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

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        687872 kB
Buffers:         43640 kB
Cached:        1246824 kB
SwapCached:       6028 kB
Active:         722024 kB
Inactive:       578540 kB
HighTotal:     1178688 kB
HighFree:       196240 kB
LowTotal:       895776 kB
LowFree:        491632 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:            1752 kB
Writeback:           4 kB
AnonPages:        9332 kB
Mapped:           3048 kB
Slab:            78352 kB
PageTables:        484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90756 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 5851 MiB
End job on tipi16 at 2009-05-16 08:18:27