Trace number 1821920

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-21UNSAT 291.6 291.568

General information on the benchmark

Namevelev-live-uns-2.0-ebuf.cnf
MD5SUM67de5cf23f11aa400b48f4451ee5f362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.39
Satisfiable
(Un)Satisfiability was proved
Number of variables14628
Number of clauses161477
Sum of the clauses size460215
Maximum clause length88
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2133719
Number of clauses of size 316973
Number of clauses of size 4833
Number of clauses of size 5676
Number of clauses of size over 59275

Solver Data

0.00/0.00	c Parsing...
0.12/0.13	c ==============================================================================
0.12/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.12/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.12/0.13	c ==============================================================================
0.12/0.13	c |         0 |  161476   460214 |   48442       0        0     nan |  0.000 % |
1.32/1.39	c |         0 |  154193   474553 |      --       0       --      -- |     --   | -7234/14448
1.32/1.39	c ==============================================================================
1.32/1.39	c Result  :   #vars: 11514   #clauses: 154193   #literals: 474553
1.32/1.39	c CPU time:   1.34 s
1.32/1.39	c ==============================================================================
1.52/1.54	This is MiniSat 2.0 beta
1.52/1.54	WARNING: for repeatability, setting FPU to use double precision
1.52/1.54	============================[ Problem Statistics ]=============================
1.52/1.54	|                                                                             |
1.52/1.55	|  Number of variables:  11514                                                |
1.52/1.55	|  Number of clauses:    154193                                               |
1.55/1.64	|  Parsing time:         0.09         s                                       |
1.55/1.64	============================[ Search Statistics ]==============================
1.55/1.64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.55/1.64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.55/1.64	===============================================================================
1.55/1.65	|         0 |   11514   154193   474553 |    51397        0    nan |  0.000 % |
1.55/1.71	|       100 |   11514   154193   474553 |    56537      100     20 |  0.004 % |
1.55/1.77	|       250 |   11512   154193   474553 |    62191      248     27 |  0.019 % |
1.55/1.85	|       476 |   11512   154193   474553 |    68410      474     23 |  0.018 % |
1.55/1.95	|       817 |   11510   154193   474553 |    75251      813     22 |  0.038 % |
1.55/2.07	|      1323 |   11510   154193   474553 |    82776     1319     41 |  0.036 % |
2.23/2.29	|      2083 |   11510   154070   474274 |    91054     2077     42 |  0.037 % |
2.62/2.63	|      3223 |   11499   154070   474274 |   100159     3215     40 |  0.139 % |
3.12/3.15	|      4931 |   11498   153471   472783 |   110175     4912     43 |  0.139 % |
3.92/3.95	|      7493 |   11498   153471   472783 |   121193     7474     40 |  0.139 % |
5.02/5.10	|     11337 |   11498   153471   472783 |   133312    11318     45 |  0.142 % |
7.73/7.75	|     17103 |   11498   153471   472783 |   146643    17084     66 |  0.140 % |
10.72/10.80	|     25752 |   11497   153451   472743 |   161307    25730     65 |  0.149 % |
17.02/17.06	|     38727 |   11497   153451   472743 |   177438    38705     68 |  0.148 % |
26.72/26.73	|     58188 |   11478   152817   471040 |   195182    58158     86 |  0.313 % |
44.33/44.34	|     87384 |   11478   152817   471040 |   214700    87354     91 |  0.313 % |
76.03/76.02	|    131173 |   11478   152717   470805 |   236170   131140     77 |  0.317 % |
147.55/147.60	|    196859 |   11476   152693   470757 |   259787   196822     89 |  0.330 % |
266.25/266.27	|    295386 |   11024   142634   446010 |   285766    49050     85 |  4.256 % |
291.55/291.55	===============================================================================
291.55/291.55	restarts              : 19
291.55/291.55	conflicts             : 338525         (1168 /sec)
291.55/291.55	decisions             : 707112         (0.57 % random) (2440 /sec)
291.55/291.55	propagations          : 94054465       (324538 /sec)
291.55/291.55	conflict literals     : 29265077       (54.33 % deleted)
291.55/291.55	Memory used           : 110.69 MB
291.55/291.55	CPU time              : 289.81 s
291.55/291.55	
291.55/291.55	UNSATISFIABLE
291.55/291.56	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1821920-1242579748/watcher-1821920-1242579748 -o /tmp/evaluation-result-1821920-1242579748/solver-1821920-1242579748 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821920-1242579748.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.00 1.00 2/93 1320
/proc/meminfo: memFree=940656/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2412 CPUtime=0.01
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 368 644 0 0 1 0 0 0 18 0 1 0 1022475347 2469888 276 4294967295 134512640 135169312 3216475840 3216474376 3084947182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1320/statm: 603 276 235 161 0 42 0
[pid=1324] ppid=1320 vsize=952 CPUtime=0
/proc/1324/stat : 1324 (SatELite_releas) R 1320 1320 10436 0 -1 4202496 114 0 0 0 0 0 0 0 20 0 1 0 1022475347 974848 49 4294967295 134512640 135223648 3219945984 3219944888 134736942 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1324/statm: 239 54 44 174 0 64 0

[startup+0.081122 s]
/proc/loadavg: 1.07 1.00 1.00 2/93 1320
/proc/meminfo: memFree=940656/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2412 CPUtime=0.01
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 368 644 0 0 1 0 0 0 18 0 1 0 1022475347 2469888 276 4294967295 134512640 135169312 3216475840 3216474376 3084947182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1320/statm: 603 276 235 161 0 42 0
[pid=1324] ppid=1320 vsize=7936 CPUtime=0.08
/proc/1324/stat : 1324 (SatELite_releas) R 1320 1320 10436 0 -1 4202496 1773 0 0 0 6 2 0 0 20 0 1 0 1022475347 8126464 1708 4294967295 134512640 135223648 3219945984 3219944936 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1324/statm: 1984 1709 46 174 0 1809 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10348

[startup+0.111119 s]
/proc/loadavg: 1.07 1.00 1.00 2/93 1320
/proc/meminfo: memFree=940656/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2412 CPUtime=0.01
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 368 644 0 0 1 0 0 0 18 0 1 0 1022475347 2469888 276 4294967295 134512640 135169312 3216475840 3216474376 3084947182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1320/statm: 603 276 235 161 0 42 0
[pid=1324] ppid=1320 vsize=10428 CPUtime=0.11
/proc/1324/stat : 1324 (SatELite_releas) R 1320 1320 10436 0 -1 4202496 2361 0 0 0 8 3 0 0 21 0 1 0 1022475347 10678272 2296 4294967295 134512640 135223648 3219945984 3219944936 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1324/statm: 2607 2297 47 174 0 2432 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 12840

[startup+0.311102 s]
/proc/loadavg: 1.07 1.00 1.00 2/93 1320
/proc/meminfo: memFree=940656/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2412 CPUtime=0.01
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 368 644 0 0 1 0 0 0 18 0 1 0 1022475347 2469888 276 4294967295 134512640 135169312 3216475840 3216474376 3084947182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1320/statm: 603 276 235 161 0 42 0
[pid=1324] ppid=1320 vsize=16412 CPUtime=0.31
/proc/1324/stat : 1324 (SatELite_releas) R 1320 1320 10436 0 -1 4202496 3982 0 0 0 27 4 0 0 21 0 1 0 1022475347 16805888 3617 4294967295 134512640 135223648 3219945984 3219944000 134586845 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1324/statm: 4103 3617 73 174 0 3928 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 18824

[startup+0.711069 s]
/proc/loadavg: 1.07 1.00 1.00 2/93 1320
/proc/meminfo: memFree=940656/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2412 CPUtime=0.01
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 368 644 0 0 1 0 0 0 18 0 1 0 1022475347 2469888 276 4294967295 134512640 135169312 3216475840 3216474376 3084947182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1320/statm: 603 276 235 161 0 42 0
[pid=1324] ppid=1320 vsize=16864 CPUtime=0.71
/proc/1324/stat : 1324 (SatELite_releas) R 1320 1320 10436 0 -1 4202496 4078 0 0 0 67 4 0 0 22 0 1 0 1022475347 17268736 3713 4294967295 134512640 135223648 3219945984 3219944000 134586691 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1324/statm: 4216 3713 73 174 0 4041 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 19276

[startup+1.511 s]
/proc/loadavg: 1.07 1.00 1.00 2/95 1325
/proc/meminfo: memFree=925240/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2412 CPUtime=0.01
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 368 644 0 0 1 0 0 0 18 0 1 0 1022475347 2469888 276 4294967295 134512640 135169312 3216475840 3216474376 3084947182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/1320/statm: 603 276 235 161 0 42 0
[pid=1324] ppid=1320 vsize=16912 CPUtime=1.51
/proc/1324/stat : 1324 (SatELite_releas) R 1320 1320 10436 0 -1 4202496 4725 0 0 0 147 4 0 0 25 0 1 0 1022475347 17317888 3738 4294967295 134512640 135223648 3219945984 3219944240 134688148 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1324/statm: 4228 3738 73 174 0 4053 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 19324

[startup+3.11087 s]
/proc/loadavg: 1.07 1.00 1.00 2/95 1326
/proc/meminfo: memFree=928712/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=10512 CPUtime=1.57
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 2519 0 0 0 156 1 0 0 25 0 1 0 1022475502 10764288 2454 4294967295 134512640 135216011 3218899312 3218897664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 2628 2454 71 172 0 2455 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 12928

[startup+6.31061 s]
/proc/loadavg: 1.07 1.00 1.00 2/95 1509
/proc/meminfo: memFree=926128/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=13160 CPUtime=4.77
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 3180 0 0 0 475 2 0 0 25 0 1 0 1022475502 13475840 3115 4294967295 134512640 135216011 3218899312 3218897456 134536894 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 3290 3115 71 172 0 3117 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 15576

[startup+12.7101 s]
/proc/loadavg: 1.06 1.00 1.00 2/95 1510
/proc/meminfo: memFree=920600/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=18556 CPUtime=11.17
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 4518 0 0 0 1114 3 0 0 25 0 1 0 1022475502 19001344 4453 4294967295 134512640 135216011 3218899312 3218897664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 4639 4453 71 172 0 4466 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 20972

[startup+25.509 s]
/proc/loadavg: 1.05 1.00 1.00 2/95 1512
/proc/meminfo: memFree=908728/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=30284 CPUtime=23.97
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 7426 0 0 0 2393 4 0 0 25 0 1 0 1022475502 31010816 7361 4294967295 134512640 135216011 3218899312 3218897664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 7571 7361 71 172 0 7398 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 32700

[startup+51.1169 s]
/proc/loadavg: 1.03 1.00 1.00 3/95 1515
/proc/meminfo: memFree=892160/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=46748 CPUtime=49.58
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 11519 0 0 0 4949 9 0 0 25 0 1 0 1022475502 47869952 11454 4294967295 134512640 135216011 3218899312 3218897664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 11687 11454 71 172 0 11514 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 49164

[startup+102.323 s]
/proc/loadavg: 1.01 1.00 1.00 3/95 1701
/proc/meminfo: memFree=873228/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=65540 CPUtime=100.79
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 16181 0 0 0 10068 11 0 0 25 0 1 0 1022475502 67112960 16116 4294967295 134512640 135216011 3218899312 3218897664 134527533 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 16385 16116 71 172 0 16212 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 67956

[startup+162.328 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1890
/proc/meminfo: memFree=849784/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=89788 CPUtime=160.8
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 22120 0 0 0 16062 18 0 0 25 0 1 0 1022475502 91942912 22055 4294967295 134512640 135216011 3218899312 3218897664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 22447 22055 71 172 0 22274 0
Current children cumulated CPU time (s) 162.35
Current children cumulated vsize (KiB) 92204

[startup+222.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2078
/proc/meminfo: memFree=829084/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=110004 CPUtime=220.79
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 27205 0 0 0 22057 22 0 0 25 0 1 0 1022475502 112644096 27140 4294967295 134512640 135216011 3218899312 3218897664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 27501 27140 71 172 0 27328 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 112420

[startup+282.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2271
/proc/meminfo: memFree=825984/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=113344 CPUtime=280.8
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 28037 0 0 0 28058 22 0 0 25 0 1 0 1022475502 116064256 27972 4294967295 134512640 135216011 3218899312 3218897664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 28336 27972 71 172 0 28163 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 115760

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

[startup+287.917 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2271
/proc/meminfo: memFree=825984/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=113344 CPUtime=286.4
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 28037 0 0 0 28618 22 0 0 25 0 1 0 1022475502 116064256 27972 4294967295 134512640 135216011 3218899312 3218897664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 28336 27972 71 172 0 28163 0
Current children cumulated CPU time (s) 287.95
Current children cumulated vsize (KiB) 115760

[startup+289.517 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2271
/proc/meminfo: memFree=825984/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=113344 CPUtime=288
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 28037 0 0 0 28778 22 0 0 25 0 1 0 1022475502 116064256 27972 4294967295 134512640 135216011 3218899312 3218897664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 28336 27972 71 172 0 28163 0
Current children cumulated CPU time (s) 289.55
Current children cumulated vsize (KiB) 115760

[startup+290.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2271
/proc/meminfo: memFree=825984/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=113344 CPUtime=288.8
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 28037 0 0 0 28858 22 0 0 25 0 1 0 1022475502 116064256 27972 4294967295 134512640 135216011 3218899312 3218897664 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 28336 27972 71 172 0 28163 0
Current children cumulated CPU time (s) 290.35
Current children cumulated vsize (KiB) 115760

[startup+291.117 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2271
/proc/meminfo: memFree=825984/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=113344 CPUtime=289.6
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 28037 0 0 0 28938 22 0 0 25 0 1 0 1022475502 116064256 27972 4294967295 134512640 135216011 3218899312 3218897600 134523436 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 28336 27972 71 172 0 28163 0
Current children cumulated CPU time (s) 291.15
Current children cumulated vsize (KiB) 115760

[startup+291.517 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 2271
/proc/meminfo: memFree=825984/2074464 swapFree=1948616/1959888
[pid=1320] ppid=1318 vsize=2416 CPUtime=1.55
/proc/1320/stat : 1320 (SatELiteGTI) S 1318 1320 10436 0 -1 4194304 386 5371 0 0 1 0 150 4 20 0 1 0 1022475347 2473984 277 4294967295 134512640 135169312 3216475840 3216472056 3084947182 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1320/statm: 604 277 235 161 0 43 0
[pid=1326] ppid=1320 vsize=113344 CPUtime=290
/proc/1326/stat : 1326 (minisat_static) R 1320 1320 10436 0 -1 4202496 28037 0 0 0 28978 22 0 0 25 0 1 0 1022475502 116064256 27972 4294967295 134512640 135216011 3218899312 3218897600 134523524 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1326/statm: 28336 27972 71 172 0 28163 0
Current children cumulated CPU time (s) 291.55
Current children cumulated vsize (KiB) 115760

Child status: 20
Real time (s): 291.568
CPU time (s): 291.6
CPU user time (s): 291.32
CPU system time (s): 0.28
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 115760

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

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-17 19:02:28
IDJOB=1821920
IDBENCH=71731
IDSOLVER=661
FILE ID=tipi16/1821920-1242579748
PBS_JOBID=
Free space on /tmp= 4610 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE06/velev-live-uns-2.0-ebuf.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821920-1242579748/watcher-1821920-1242579748 -o /tmp/evaluation-result-1821920-1242579748/solver-1821920-1242579748 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821920-1242579748.cnf

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

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED= 1806838615

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:        940688 kB
Buffers:         70856 kB
Cached:         952892 kB
SwapCached:       5940 kB
Active:         203060 kB
Inactive:       830800 kB
HighTotal:     1178688 kB
HighFree:       252096 kB
LowTotal:       895776 kB
LowFree:        688592 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:            4496 kB
Writeback:           0 kB
AnonPages:        9436 kB
Mapped:           3196 kB
Slab:            90880 kB
PageTables:        544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90764 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4610 MiB
End job on tipi16 at 2009-05-17 19:07:20