Trace number 1820420

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.08 1200.12

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-08.cnf
MD5SUM81ed5ec4a2e7c208a4184383f9e53838
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 variables4614
Number of clauses16637
Sum of the clauses size44007
Maximum clause length97
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27532
Number of clauses of size 38048
Number of clauses of size 4732
Number of clauses of size 5246
Number of clauses of size over 578

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 |   16192    42927 |    4857       0        0     nan |  0.000 % |
0.08/0.11	c |         0 |   12797    40460 |      --       0       --      -- |     --   | -3395/-2467
0.08/0.11	c ==============================================================================
0.08/0.11	c Result  :   #vars: 2513   #clauses: 12797   #literals: 40460
0.08/0.11	c CPU time:   0.09 s
0.08/0.11	c ==============================================================================
0.12/0.12	This is MiniSat 2.0 beta
0.12/0.12	WARNING: for repeatability, setting FPU to use double precision
0.12/0.12	============================[ Problem Statistics ]=============================
0.12/0.12	|                                                                             |
0.12/0.13	|  Number of variables:  2513                                                 |
0.12/0.13	|  Number of clauses:    12797                                                |
0.12/0.13	|  Parsing time:         0.00         s                                       |
0.12/0.13	============================[ Search Statistics ]==============================
0.12/0.13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.12/0.13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.12/0.13	===============================================================================
0.12/0.13	|         0 |    2513    12797    40460 |     4265        0    nan |  0.000 % |
0.12/0.14	|       100 |    2513    12797    40460 |     4692      100      8 |  0.003 % |
0.12/0.16	|       250 |    2513    12797    40460 |     5161      250     25 |  0.004 % |
0.12/0.17	|       475 |    2513    12797    40460 |     5677      475     26 |  0.000 % |
0.12/0.19	|       812 |    2513    12797    40460 |     6245      812     23 |  0.002 % |
0.13/0.24	|      1318 |    2513    12797    40460 |     6869     1318     20 |  0.004 % |
0.13/0.35	|      2077 |    2513    12797    40460 |     7556     2077     34 |  0.004 % |
0.13/0.45	|      3216 |    2513    12797    40460 |     8312     3216     41 |  0.002 % |
0.13/0.64	|      4926 |    2513    12797    40460 |     9143     4926     40 |  0.004 % |
1.01/1.04	|      7488 |    2513    12797    40460 |    10058     7488     43 |  0.000 % |
1.50/1.54	|     11332 |    2513    12797    40460 |    11064     6144     31 |  0.003 % |
2.70/2.74	|     17100 |    2513    12797    40460 |    12170     6132     39 |  0.004 % |
4.99/5.01	|     25750 |    2513    12797    40460 |    13387     8430     35 |  0.000 % |
7.67/7.73	|     38724 |    2513    12797    40460 |    14726     7481     46 |  0.003 % |
11.55/11.62	|     58185 |    2513    12797    40460 |    16198    11633     38 |  0.002 % |
18.11/18.29	|     87378 |    2513    12797    40460 |    17818    15903     42 |  0.003 % |
32.29/32.44	|    131167 |    2513    12797    40460 |    19600    13399     41 |  0.004 % |
48.09/48.25	|    196852 |    2513    12797    40460 |    21560    18912     51 |  0.003 % |
83.39/83.54	|    295379 |    2512    12617    40064 |    23716    12062     35 |  0.042 % |
131.20/131.32	|    443168 |    2511    12462    39712 |    26088    22139     36 |  0.082 % |
223.00/223.13	|    664854 |    2510    12362    39484 |    28697    22400     50 |  0.119 % |
365.21/365.31	|    997379 |    2510    12362    39484 |    31566    19660     34 |  0.119 % |
618.63/618.79	|   1496168 |    2510    12362    39484 |    34723    32412     44 |  0.120 % |
1021.26/1021.36	|   2244351 |    2507    12259    39251 |    38196    22586     41 |  0.239 % |
1200.08/1200.12	HOME/SatELiteGTI: line 36: 17189 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-1820420-1242441741/watcher-1820420-1242441741 -o /tmp/evaluation-result-1820420-1242441741/solver-1820420-1242441741 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820420-1242441741.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.07 1.05 1.01 2/91 17183
/proc/meminfo: memFree=625316/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2412 CPUtime=0
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1008672192 2469888 276 4294967295 134512640 135169312 3213022080 3213020616 3085504238 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17183/statm: 603 276 235 161 0 42 0
[pid=17187] ppid=17183 vsize=952 CPUtime=0
/proc/17187/stat : 17187 (SatELite_releas) R 17183 17183 15108 0 -1 4202496 113 0 0 0 0 0 0 0 25 0 1 0 1008672192 974848 49 4294967295 134512640 135223648 3220335200 3220334104 134736942 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17187/statm: 239 55 44 174 0 64 0

[startup+0.078435 s]
/proc/loadavg: 1.07 1.05 1.01 2/91 17183
/proc/meminfo: memFree=625316/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2412 CPUtime=0
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1008672192 2469888 276 4294967295 134512640 135169312 3213022080 3213020616 3085504238 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17183/statm: 603 276 235 161 0 42 0
[pid=17187] ppid=17183 vsize=4028 CPUtime=0.08
/proc/17187/stat : 17187 (SatELite_releas) R 17183 17183 15108 0 -1 4202496 821 0 0 0 6 2 0 0 25 0 1 0 1008672192 4124672 757 4294967295 134512640 135223648 3220335200 3220333424 134734703 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17187/statm: 1007 761 73 174 0 832 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6440

[startup+0.118432 s]
/proc/loadavg: 1.07 1.05 1.01 2/91 17183
/proc/meminfo: memFree=625316/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2412 CPUtime=0
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 366 644 0 0 0 0 0 0 25 0 1 0 1008672192 2469888 276 4294967295 134512640 135169312 3213022080 3213020616 3085504238 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17183/statm: 603 276 235 161 0 42 0
[pid=17187] ppid=17183 vsize=3896 CPUtime=0.12
/proc/17187/stat : 17187 (SatELite_releas) R 17183 17183 15108 0 -1 4202496 878 0 0 0 10 2 0 0 25 0 1 0 1008672192 3989504 782 4294967295 134512640 135223648 3220335200 3220331820 134737406 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17187/statm: 974 782 75 174 0 799 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 6308

[startup+0.318416 s]
/proc/loadavg: 1.07 1.05 1.01 2/91 17183
/proc/meminfo: memFree=625316/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 2416

[startup+0.718385 s]
/proc/loadavg: 1.07 1.05 1.01 2/91 17183
/proc/meminfo: memFree=625316/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 2416

[startup+1.51832 s]
/proc/loadavg: 1.07 1.05 1.01 3/93 17189
/proc/meminfo: memFree=622588/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=4656 CPUtime=1.37
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 918 0 0 0 137 0 0 0 25 0 1 0 1008672205 4767744 853 4294967295 134512640 135216011 3220632336 3220630688 134527406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17189/statm: 1164 853 71 172 0 991 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 7072

[startup+3.1182 s]
/proc/loadavg: 1.07 1.05 1.01 2/93 17189
/proc/meminfo: memFree=622092/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=4920 CPUtime=2.96
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 977 0 0 0 296 0 0 0 25 0 1 0 1008672205 5038080 912 4294967295 134512640 135216011 3220632336 3220630688 134527289 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17189/statm: 1230 912 71 172 0 1057 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7336

[startup+6.31796 s]
/proc/loadavg: 1.07 1.04 1.01 2/93 17189
/proc/meminfo: memFree=621472/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=5580 CPUtime=6.15
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 1143 0 0 0 615 0 0 0 25 0 1 0 1008672205 5713920 1078 4294967295 134512640 135216011 3220632336 3220630688 134527406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17189/statm: 1395 1078 71 172 0 1222 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7996

[startup+12.7175 s]
/proc/loadavg: 1.06 1.04 1.01 2/93 17190
/proc/meminfo: memFree=620792/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=6504 CPUtime=12.52
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 1358 0 0 0 1252 0 0 0 25 0 1 0 1008672205 6660096 1293 4294967295 134512640 135216011 3220632336 3220630688 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17189/statm: 1626 1293 71 172 0 1453 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 8920

[startup+25.5165 s]
/proc/loadavg: 1.05 1.04 1.01 2/93 17191
/proc/meminfo: memFree=619864/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=7204 CPUtime=25.26
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 1541 0 0 0 2526 0 0 0 25 0 1 0 1008672205 7376896 1476 4294967295 134512640 135216011 3220632336 3220630688 134527301 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17189/statm: 1801 1476 71 172 0 1628 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 9620

[startup+51.1145 s]
/proc/loadavg: 1.03 1.04 1.01 2/93 17193
/proc/meminfo: memFree=618300/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=8656 CPUtime=50.86
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 1910 0 0 0 5086 0 0 0 25 0 1 0 1008672205 8863744 1845 4294967295 134512640 135216011 3220632336 3220630688 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17189/statm: 2164 1845 71 172 0 1991 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 11072

[startup+102.321 s]
/proc/loadavg: 1.01 1.03 1.00 2/93 17381
/proc/meminfo: memFree=617548/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=9736 CPUtime=102.07
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 2160 0 0 0 10203 4 0 0 25 0 1 0 1008672205 9969664 2095 4294967295 134512640 135216011 3220632336 3220630416 134524159 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 2434 2095 71 172 0 2261 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 12152

[startup+162.316 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 17568
/proc/meminfo: memFree=617060/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=9736 CPUtime=162.07
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 2172 0 0 0 16202 5 0 0 25 0 1 0 1008672205 9969664 2107 4294967295 134512640 135216011 3220632336 3220630688 134527760 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 2434 2107 71 172 0 2261 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 12152

[startup+222.311 s]
/proc/loadavg: 1.00 1.02 1.00 3/93 17757
/proc/meminfo: memFree=615200/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=11716 CPUtime=222.07
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 2656 0 0 0 22201 6 0 0 25 0 1 0 1008672205 11997184 2591 4294967295 134512640 135216011 3220632336 3220630688 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 2929 2591 71 172 0 2756 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 14132

[startup+282.317 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 17946
/proc/meminfo: memFree=615060/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=11880 CPUtime=282.08
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 2685 0 0 0 28202 6 0 0 25 0 1 0 1008672205 12165120 2620 4294967295 134512640 135216011 3220632336 3220630688 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 2970 2620 71 172 0 2797 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 14296

[startup+342.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 18136
/proc/meminfo: memFree=615076/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=11880 CPUtime=342.08
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 2685 0 0 0 34202 6 0 0 25 0 1 0 1008672205 12165120 2620 4294967295 134512640 135216011 3220632336 3220630688 134527399 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 2970 2620 71 172 0 2797 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 14296

[startup+402.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 18325
/proc/meminfo: memFree=613588/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13

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

/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=13204 CPUtime=522.1
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3028 0 0 0 52192 18 0 0 25 0 1 0 1008672205 13520896 2963 4294967295 134512640 135216011 3220632336 3220630688 134527376 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 3301 2963 71 172 0 3128 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 15620

[startup+582.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 18891
/proc/meminfo: memFree=613572/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=13364 CPUtime=582.1
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3053 0 0 0 58191 19 0 0 25 0 1 0 1008672205 13684736 2988 4294967295 134512640 135216011 3220632336 3220630688 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 3341 2988 71 172 0 3168 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 15780

[startup+642.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 19077
/proc/meminfo: memFree=612844/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=13892 CPUtime=642.11
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3192 0 0 0 64192 19 0 0 25 0 1 0 1008672205 14225408 3127 4294967295 134512640 135216011 3220632336 3220630480 134536294 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 3473 3127 71 172 0 3300 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 16308

[startup+702.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 19265
/proc/meminfo: memFree=611968/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=14556 CPUtime=702.11
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3345 0 0 0 70192 19 0 0 25 0 1 0 1008672205 14905344 3280 4294967295 134512640 135216011 3220632336 3220630688 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 3639 3280 71 172 0 3466 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 16972

[startup+762.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 19456
/proc/meminfo: memFree=611728/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=14688 CPUtime=762.12
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3395 0 0 0 76192 20 0 0 25 0 1 0 1008672205 15040512 3330 4294967295 134512640 135216011 3220632336 3220630688 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 3672 3330 71 172 0 3499 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 17104

[startup+822.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 19645
/proc/meminfo: memFree=611728/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=14832 CPUtime=822.12
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3411 0 0 0 82191 21 0 0 25 0 1 0 1008672205 15187968 3346 4294967295 134512640 135216011 3220632336 3220630688 134527336 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 3708 3346 71 172 0 3535 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 17248

[startup+882.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 19834
/proc/meminfo: memFree=611464/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=14964 CPUtime=882.12
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3467 0 0 0 88191 21 0 0 25 0 1 0 1008672205 15323136 3402 4294967295 134512640 135216011 3220632336 3220630688 134527533 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 3741 3402 71 172 0 3568 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 17380

[startup+942.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 20020
/proc/meminfo: memFree=610860/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=15640 CPUtime=942.13
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3619 0 0 0 94192 21 0 0 25 0 1 0 1008672205 16015360 3554 4294967295 134512640 135216011 3220632336 3220630688 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 3910 3554 71 172 0 3737 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 18056

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 20208
/proc/meminfo: memFree=610852/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=15640 CPUtime=1002.13
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3619 0 0 0 100192 21 0 0 25 0 1 0 1008672205 16015360 3554 4294967295 134512640 135216011 3220632336 3220630416 134524605 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 3910 3554 71 172 0 3737 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 18056

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 20406
/proc/meminfo: memFree=610772/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=15640 CPUtime=1062.14
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3625 0 0 0 106193 21 0 0 25 0 1 0 1008672205 16015360 3560 4294967295 134512640 135216011 3220632336 3220630688 134527213 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 3910 3560 71 172 0 3737 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 18056

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 20599
/proc/meminfo: memFree=609992/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=16560 CPUtime=1122.14
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3848 0 0 0 112193 21 0 0 25 0 1 0 1008672205 16957440 3783 4294967295 134512640 135216011 3220632336 3220630688 134527946 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 4140 3783 71 172 0 3967 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 18976

[startup+1182.32 s]
/proc/loadavg: 1.04 1.01 1.00 3/93 20788
/proc/meminfo: memFree=609976/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=16556 CPUtime=1182.15
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3848 0 0 0 118194 21 0 0 25 0 1 0 1008672205 16953344 3783 4294967295 134512640 135216011 3220632336 3220630688 134527533 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 4139 3783 71 172 0 3966 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 18972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.12 s]
/proc/loadavg: 1.02 1.01 1.00 3/93 20971
/proc/meminfo: memFree=609552/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=16556 CPUtime=1199.95
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3848 0 0 0 119974 21 0 0 25 0 1 0 1008672205 16953344 3783 4294967295 134512640 135216011 3220632336 3220630688 134527914 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 4139 3783 71 172 0 3966 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 18972

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

[startup+1200.12 s]
/proc/loadavg: 1.02 1.01 1.00 3/93 20971
/proc/meminfo: memFree=609552/2074464 swapFree=1952056/1959888
[pid=17183] ppid=17181 vsize=2416 CPUtime=0.13
/proc/17183/stat : 17183 (SatELiteGTI) S 17181 17183 15108 0 -1 4194304 385 1524 0 0 0 0 11 2 24 0 1 0 1008672192 2473984 277 4294967295 134512640 135169312 3213022080 3213018296 3085504238 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/17183/statm: 604 277 235 161 0 43 0
[pid=17189] ppid=17183 vsize=16556 CPUtime=1199.95
/proc/17189/stat : 17189 (minisat_static) R 17183 17183 15108 0 -1 4202496 3848 0 0 0 119974 21 0 0 25 0 1 0 1008672205 16953344 3783 4294967295 134512640 135216011 3220632336 3220630688 134527914 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17189/statm: 4139 3783 71 172 0 3966 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 18972

Child status: 143
Real time (s): 1200.12
CPU time (s): 1200.08
CPU user time (s): 1199.85
CPU system time (s): 0.23
CPU usage (%): 99.9963
Max. virtual memory (cumulated for all children) (KiB): 18980

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-16 04:42:21
IDJOB=1820420
IDBENCH=20400
IDSOLVER=661
FILE ID=tipi24/1820420-1242441741
PBS_JOBID=
Free space on /tmp= 10921 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-08.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820420-1242441741/watcher-1820420-1242441741 -o /tmp/evaluation-result-1820420-1242441741/solver-1820420-1242441741 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820420-1242441741.cnf

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

MD5SUM BENCH= 81ed5ec4a2e7c208a4184383f9e53838
RANDOM SEED= 313741629

Linux tipi24 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.461
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.40

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

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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:        625316 kB
Buffers:         36228 kB
Cached:        1309632 kB
SwapCached:       3968 kB
Active:         534960 kB
Inactive:       820584 kB
HighTotal:     1178688 kB
HighFree:        83596 kB
LowTotal:       895776 kB
LowFree:        541720 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            1956 kB
Writeback:           0 kB
AnonPages:        8788 kB
Mapped:           3420 kB
Slab:            84232 kB
PageTables:        460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87804 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10921 MiB
End job on tipi24 at 2009-05-16 05:02:21