Trace number 1821890

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.09 1200.03

General information on the benchmark

Namegoldb-heqc-i10mul.cnf
MD5SUM80e15f28c8e2d72627ec75fe75757317
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark374.66
Satisfiable
(Un)Satisfiability was proved
Number of variables12998
Number of clauses77941
Sum of the clauses size262272
Maximum clause length448
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217756
Number of clauses of size 337304
Number of clauses of size 40
Number of clauses of size 522880
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |   77941   262272 |   23382       0        0     nan |  0.000 % |
0.63/0.62	c |         0 |   76060   260188 |      --       0       --      -- |     --   | -1881/-2084
0.63/0.62	c ==============================================================================
0.63/0.62	c Result  :   #vars: 12369   #clauses: 76060   #literals: 260188
0.63/0.62	c CPU time:   0.58 s
0.63/0.62	c ==============================================================================
0.63/0.71	This is MiniSat 2.0 beta
0.63/0.71	WARNING: for repeatability, setting FPU to use double precision
0.63/0.71	============================[ Problem Statistics ]=============================
0.63/0.71	|                                                                             |
0.63/0.71	|  Number of variables:  12369                                                |
0.63/0.71	|  Number of clauses:    76060                                                |
0.72/0.76	|  Parsing time:         0.05         s                                       |
0.72/0.77	============================[ Search Statistics ]==============================
0.72/0.77	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.72/0.77	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.72/0.77	===============================================================================
0.72/0.77	|         0 |   12369    76060   260188 |    25353        0    nan |  0.000 % |
0.72/0.78	|       100 |   12359    76060   260188 |    27888       92      3 |  0.097 % |
0.72/0.82	|       250 |   12351    76060   260188 |    30677      234      3 |  0.162 % |
0.72/0.88	|       475 |   12343    76060   260188 |    33745      452      4 |  0.226 % |
0.72/0.96	|       812 |   12296    75085   256816 |    37119      714      4 |  0.598 % |
0.72/1.05	|      1318 |   12271    75085   256816 |    40831     1205      5 |  0.792 % |
1.23/1.22	|      2077 |   12261    74380   254365 |    44914     1905      5 |  0.914 % |
1.33/1.36	|      3217 |   12250    74159   253617 |    49406     3025      7 |  0.962 % |
1.53/1.60	|      4925 |   12243    74072   253332 |    54347     4720      8 |  1.019 % |
2.43/2.46	|      7488 |   12211    73669   252001 |    59781     7192      8 |  1.277 % |
3.83/3.88	|     11334 |   12128    72729   248859 |    65760    10919      8 |  1.948 % |
6.43/6.44	|     17102 |   12040    72077   246744 |    72336    16475      8 |  2.660 % |
10.63/10.65	|     25751 |   11910    71130   243680 |    79569    24710     10 |  3.711 % |
17.03/17.11	|     38726 |   11781    70230   239125 |    87526    37198     13 |  4.762 % |
29.22/29.27	|     58187 |   11668    69302   236094 |    96279    55793     16 |  5.667 % |
49.42/49.50	|     87379 |   11597    68815   234552 |   105907    84772     22 |  6.249 % |
81.72/81.78	|    131168 |   11518    68177   232480 |   116497    51546     31 |  6.880 % |
135.23/135.29	|    196852 |   11456    67654   230764 |   128147   116691     48 |  7.381 % |
216.63/216.64	|    295379 |   11409    67322   229721 |   140962   115262     57 |  7.769 % |
343.85/343.83	|    443170 |   11355    66922   228453 |   155058    35744     45 |  8.198 % |
540.34/540.38	|    664853 |   11301    66477   227025 |   170564   128512     63 |  8.635 % |
855.86/855.85	|    997379 |   11270    66242   226259 |   187621    31276     43 |  8.885 % |
1200.08/1200.02	HOME/SatELiteGTI: line 36: 22974 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-1821890-1242577058/watcher-1821890-1242577058 -o /tmp/evaluation-result-1821890-1242577058/solver-1821890-1242577058 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821890-1242577058.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.03 1.00 2/93 22968
/proc/meminfo: memFree=981680/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2412 CPUtime=0.01
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 364 647 0 0 0 0 0 1 18 0 1 0 1022206597 2469888 275 4294967295 134512640 135169312 3217940528 3217939064 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22968/statm: 603 275 235 161 0 42 0
[pid=22972] ppid=22968 vsize=952 CPUtime=0
/proc/22972/stat : 22972 (SatELite_releas) R 22968 22968 10114 0 -1 4202496 99 0 0 0 0 0 0 0 20 0 1 0 1022206597 974848 35 4294967295 134512640 135223648 3217344400 3217344024 134719062 0 0 0 0 0 0 0 17 3 0 0 0
/proc/22972/statm: 238 49 40 174 0 63 0

[startup+0.102738 s]
/proc/loadavg: 1.00 1.03 1.00 2/93 22968
/proc/meminfo: memFree=981680/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2412 CPUtime=0.01
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 364 647 0 0 0 0 0 1 18 0 1 0 1022206597 2469888 275 4294967295 134512640 135169312 3217940528 3217939064 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22968/statm: 603 275 235 161 0 42 0
[pid=22972] ppid=22968 vsize=9240 CPUtime=0.1
/proc/22972/stat : 22972 (SatELite_releas) R 22968 22968 10114 0 -1 4202496 2060 0 0 0 7 3 0 0 21 0 1 0 1022206597 9461760 1996 4294967295 134512640 135223648 3217344400 3217342416 134586706 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22972/statm: 2310 1996 73 174 0 2135 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 11652

[startup+0.222731 s]
/proc/loadavg: 1.00 1.03 1.00 2/93 22968
/proc/meminfo: memFree=981680/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2412 CPUtime=0.01
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 364 647 0 0 0 0 0 1 18 0 1 0 1022206597 2469888 275 4294967295 134512640 135169312 3217940528 3217939064 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22968/statm: 603 275 235 161 0 42 0
[pid=22972] ppid=22968 vsize=10016 CPUtime=0.22
/proc/22972/stat : 22972 (SatELite_releas) R 22968 22968 10114 0 -1 4202496 2194 0 0 0 19 3 0 0 21 0 1 0 1022206597 10256384 2130 4294967295 134512640 135223648 3217344400 3217342416 134586881 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22972/statm: 2504 2130 73 174 0 2329 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 12428

[startup+0.322726 s]
/proc/loadavg: 1.00 1.03 1.00 2/93 22968
/proc/meminfo: memFree=981680/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2412 CPUtime=0.01
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 364 647 0 0 0 0 0 1 18 0 1 0 1022206597 2469888 275 4294967295 134512640 135169312 3217940528 3217939064 3085618926 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22968/statm: 603 275 235 161 0 42 0
[pid=22972] ppid=22968 vsize=10016 CPUtime=0.32
/proc/22972/stat : 22972 (SatELite_releas) R 22968 22968 10114 0 -1 4202496 2194 0 0 0 29 3 0 0 21 0 1 0 1022206597 10256384 2130 4294967295 134512640 135223648 3217344400 3217342416 134586816 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22972/statm: 2504 2130 73 174 0 2329 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 12428

[startup+0.722707 s]
/proc/loadavg: 1.00 1.03 1.00 2/93 22968
/proc/meminfo: memFree=981680/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 2416

[startup+1.52267 s]
/proc/loadavg: 1.00 1.03 1.00 3/96 23017
/proc/meminfo: memFree=974016/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=6624 CPUtime=0.81
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 1561 0 0 0 81 0 0 0 20 0 1 0 1022206668 6782976 1495 4294967295 134512640 135216011 3218030736 3218029088 134527341 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22974/statm: 1656 1495 71 172 0 1483 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9040

[startup+3.12259 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 23157
/proc/meminfo: memFree=973560/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=7088 CPUtime=2.41
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 1655 0 0 0 241 0 0 0 25 0 1 0 1022206668 7258112 1589 4294967295 134512640 135216011 3218030736 3218029088 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22974/statm: 1772 1589 71 172 0 1599 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 9504

[startup+6.32243 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 23157
/proc/meminfo: memFree=973176/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=7500 CPUtime=5.61
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 1775 0 0 0 561 0 0 0 25 0 1 0 1022206668 7680000 1709 4294967295 134512640 135216011 3218030736 3218029088 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22974/statm: 1875 1709 71 172 0 1702 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 9916

[startup+12.7221 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 23157
/proc/meminfo: memFree=971932/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=8648 CPUtime=12.01
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 2053 0 0 0 1201 0 0 0 25 0 1 0 1022206668 8855552 1987 4294967295 134512640 135216011 3218030736 3218029088 134527269 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22974/statm: 2162 1987 71 172 0 1989 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 11064

[startup+25.5115 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 23159
/proc/meminfo: memFree=969516/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=11236 CPUtime=24.8
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 2680 0 0 0 2480 0 0 0 25 0 1 0 1022206668 11505664 2614 4294967295 134512640 135216011 3218030736 3218029088 134527406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22974/statm: 2809 2614 71 172 0 2636 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 13652

[startup+51.1102 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 23161
/proc/meminfo: memFree=963356/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=17332 CPUtime=50.4
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 4227 0 0 0 5036 4 0 0 25 0 1 0 1022206668 17747968 4161 4294967295 134512640 135216011 3218030736 3218029088 134527213 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22974/statm: 4333 4161 71 172 0 4160 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 19748

[startup+102.308 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 23348
/proc/meminfo: memFree=957396/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=23460 CPUtime=101.6
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 5737 0 0 0 10154 6 0 0 25 0 1 0 1022206668 24023040 5671 4294967295 134512640 135216011 3218030736 3218029088 134527219 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22974/statm: 5865 5671 71 172 0 5692 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 25876

[startup+162.315 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 23539
/proc/meminfo: memFree=942772/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=37988 CPUtime=161.61
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 9357 0 0 0 16150 11 0 0 25 0 1 0 1022206668 38899712 9291 4294967295 134512640 135216011 3218030736 3218029088 134527213 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22974/statm: 9497 9291 71 172 0 9324 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 40404

[startup+222.322 s]
/proc/loadavg: 1.07 1.03 1.01 2/95 23728
/proc/meminfo: memFree=940540/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=40232 CPUtime=221.62
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 9938 0 0 0 22148 14 0 0 25 0 1 0 1022206668 41197568 9872 4294967295 134512640 135216011 3218030736 3218028816 134524605 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22974/statm: 10058 9873 71 172 0 9885 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 42648

[startup+282.319 s]
/proc/loadavg: 1.06 1.04 1.01 3/95 23915
/proc/meminfo: memFree=934092/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=46752 CPUtime=281.62
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 11504 0 0 0 28145 17 0 0 25 0 1 0 1022206668 47874048 11438 4294967295 134512640 135216011 3218030736 3218029088 134527964 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22974/statm: 11688 11438 71 172 0 11515 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 49168

[startup+342.326 s]
/proc/loadavg: 1.02 1.03 1.00 2/95 24106
/proc/meminfo: memFree=928008/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=52852 CPUtime=341.63
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 13015 0 0 0 34146 17 0 0 25 0 1 0 1022206668 54120448 12949 4294967295 134512640 135216011 3218030736 3218029088 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22974/statm: 13213 12949 71 172 0 13040 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 55268

[startup+402.313 s]

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

/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=55240 CPUtime=521.62
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 13617 0 0 0 52139 23 0 0 25 0 1 0 1022206668 56565760 13551 4294967295 134512640 135216011 3218030736 3218029088 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 13810 13551 71 172 0 13637 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 57656

[startup+582.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 24860
/proc/meminfo: memFree=923180/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=57888 CPUtime=581.63
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 14297 0 0 0 58140 23 0 0 25 0 1 0 1022206668 59277312 14231 4294967295 134512640 135216011 3218030736 3218029088 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 14472 14231 71 172 0 14299 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 60304

[startup+642.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 25049
/proc/meminfo: memFree=920700/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=60316 CPUtime=641.63
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 14890 0 0 0 64140 23 0 0 25 0 1 0 1022206668 61763584 14824 4294967295 134512640 135216011 3218030736 3218029088 134527314 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 15079 14824 71 172 0 14906 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 62732

[startup+702.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 25236
/proc/meminfo: memFree=920568/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=60480 CPUtime=701.64
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 14949 0 0 0 70136 28 0 0 25 0 1 0 1022206668 61931520 14883 4294967295 134512640 135216011 3218030736 3218029088 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 15120 14883 71 172 0 14947 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 62896

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 25423
/proc/meminfo: memFree=920452/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=60668 CPUtime=761.63
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 14966 0 0 0 76134 29 0 0 25 0 1 0 1022206668 62124032 14900 4294967295 134512640 135216011 3218030736 3218029088 134527406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 15167 14900 71 172 0 14994 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 63084

[startup+822.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 25612
/proc/meminfo: memFree=920328/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=60996 CPUtime=821.64
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 15049 0 0 0 82135 29 0 0 25 0 1 0 1022206668 62459904 14983 4294967295 134512640 135216011 3218030736 3218029088 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 15249 14983 71 172 0 15076 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 63412

[startup+882.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 25803
/proc/meminfo: memFree=919708/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=61240 CPUtime=881.65
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 15120 0 0 0 88136 29 0 0 25 0 1 0 1022206668 62709760 15054 4294967295 134512640 135216011 3218030736 3218029088 134527518 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 15310 15054 71 172 0 15137 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 63656

[startup+942.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 25992
/proc/meminfo: memFree=919708/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=61240 CPUtime=941.65
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 15120 0 0 0 94135 30 0 0 25 0 1 0 1022206668 62709760 15054 4294967295 134512640 135216011 3218030736 3218029088 134527283 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 15310 15054 71 172 0 15137 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 63656

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 26179
/proc/meminfo: memFree=916724/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=64156 CPUtime=1001.65
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 15875 0 0 0 100133 32 0 0 25 0 1 0 1022206668 65695744 15809 4294967295 134512640 135216011 3218030736 3218029088 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 16039 15809 71 172 0 15866 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 66572

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 26366
/proc/meminfo: memFree=916608/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=64312 CPUtime=1061.66
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 15907 0 0 0 106133 33 0 0 25 0 1 0 1022206668 65855488 15841 4294967295 134512640 135216011 3218030736 3218029088 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 16078 15841 71 172 0 15905 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 66728

[startup+1122.31 s]
/proc/loadavg: 1.16 1.03 1.01 4/95 26555
/proc/meminfo: memFree=916236/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=64640 CPUtime=1121.65
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 15990 0 0 0 112132 33 0 0 25 0 1 0 1022206668 66191360 15924 4294967295 134512640 135216011 3218030736 3218029088 134527946 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 16160 15924 71 172 0 15987 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 67056

[startup+1182.32 s]
/proc/loadavg: 1.06 1.03 1.01 4/95 26742
/proc/meminfo: memFree=915988/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=64948 CPUtime=1181.66
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 16029 0 0 0 118133 33 0 0 25 0 1 0 1022206668 66506752 15963 4294967295 134512640 135216011 3218030736 3218029088 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 16237 15963 71 172 0 16064 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 67364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.04 1.02 1.00 3/95 26744
/proc/meminfo: memFree=915988/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=64948 CPUtime=1199.36
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 16029 0 0 0 119903 33 0 0 25 0 1 0 1022206668 66506752 15963 4294967295 134512640 135216011 3218030736 3218029088 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 16237 15963 71 172 0 16064 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 67364

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.01 s]
/proc/loadavg: 1.04 1.02 1.00 3/95 26744
/proc/meminfo: memFree=915988/2074464 swapFree=1950884/1959888
[pid=22968] ppid=22966 vsize=2416 CPUtime=0.72
/proc/22968/stat : 22968 (SatELiteGTI) S 22966 22968 10114 0 -1 4194304 384 3000 0 0 0 0 66 6 15 0 1 0 1022206597 2473984 277 4294967295 134512640 135169312 3217940528 3217936744 3085618926 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22968/statm: 604 277 235 161 0 43 0
[pid=22974] ppid=22968 vsize=64948 CPUtime=1199.36
/proc/22974/stat : 22974 (minisat_static) R 22968 22968 10114 0 -1 4202496 16029 0 0 0 119903 33 0 0 25 0 1 0 1022206668 66506752 15963 4294967295 134512640 135216011 3218030736 3218029088 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22974/statm: 16237 15963 71 172 0 16064 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 67364

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.09
CPU user time (s): 1199.69
CPU system time (s): 0.4
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 67364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.69
system time used= 0.4
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19689
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= 22
involuntary context switches= 1514

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-17 18:17:38
IDJOB=1821890
IDBENCH=71699
IDSOLVER=661
FILE ID=tipi13/1821890-1242577058
PBS_JOBID=
Free space on /tmp= 6598 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE06/goldb-heqc-i10mul.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821890-1242577058/watcher-1821890-1242577058 -o /tmp/evaluation-result-1821890-1242577058/solver-1821890-1242577058 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821890-1242577058.cnf

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

MD5SUM BENCH= 80e15f28c8e2d72627ec75fe75757317
RANDOM SEED= 963240253

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

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

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        981704 kB
Buffers:         42072 kB
Cached:         935152 kB
SwapCached:       3428 kB
Active:         364496 kB
Inactive:       622140 kB
HighTotal:     1178688 kB
HighFree:       346152 kB
LowTotal:       895776 kB
LowFree:        635552 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:            3276 kB
Writeback:           0 kB
AnonPages:        8440 kB
Mapped:           3124 kB
Slab:            97552 kB
PageTables:        484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90600 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 6598 MiB
End job on tipi13 at 2009-05-17 18:37:38