Trace number 1821536

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 50.49 50.4824

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.72
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c Parsing...
0.52/0.60	c ==============================================================================
0.52/0.60	c |           |     ORIGINAL     |              LEARNT              |          |
0.52/0.60	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.52/0.60	c ==============================================================================
0.52/0.60	c |         0 |  533925  1246626 |  160177       0        0     nan |  0.000 % |
3.52/3.55	c |         0 |  337556   906141 |      --       0       --      -- |     --   | -46489/4489
3.52/3.56	c ==============================================================================
3.52/3.56	c Result  :   #vars: 65845   #clauses: 337556   #literals: 906141
3.52/3.56	c CPU time:   3.42 s
3.52/3.56	c ==============================================================================
3.82/3.90	This is MiniSat 2.0 beta
3.82/3.90	WARNING: for repeatability, setting FPU to use double precision
3.82/3.90	============================[ Problem Statistics ]=============================
3.82/3.90	|                                                                             |
3.82/3.90	|  Number of variables:  65845                                                |
3.82/3.90	|  Number of clauses:    337556                                               |
3.90/4.13	|  Parsing time:         0.21         s                                       |
3.90/4.15	============================[ Search Statistics ]==============================
3.90/4.15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.90/4.15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.90/4.15	===============================================================================
3.90/4.16	|         0 |   65845   337556   906141 |   112518        0    nan |  0.000 % |
3.90/4.30	|       101 |   65702   337556   906141 |   123770       95     58 |  4.953 % |
4.52/4.51	|       252 |   65596   337556   906141 |   136147      246     46 |  4.953 % |
4.92/4.99	|       477 |   62525   318525   858246 |   149762      466     72 |  9.367 % |
5.82/5.85	|       814 |   57612   290118   786349 |   164738      789    110 | 13.053 % |
7.12/7.11	|      1321 |   53383   266233   726157 |   181212     1231    116 | 18.926 % |
8.72/8.73	|      2080 |   53046   264067   720824 |   199333     1959    110 | 19.453 % |
11.03/11.09	|      3221 |   51544   255220   699814 |   219267     2784    123 | 21.731 % |
15.22/15.25	|      4929 |   50552   249229   684359 |   241193     4388    135 | 24.296 % |
20.42/20.47	|      7493 |   49652   243953   670377 |   265313     6900    153 | 24.644 % |
29.43/29.50	|     11338 |   49067   240466   661932 |   291844    10595    149 | 25.483 % |
43.73/43.74	|     17105 |   46208   225008   624880 |   321028    12546    165 | 29.934 % |
50.43/50.47	===============================================================================
50.43/50.47	restarts              : 12
50.43/50.47	conflicts             : 19306          (415 /sec)
50.43/50.47	decisions             : 61615          (1.13 % random) (1324 /sec)
50.43/50.47	propagations          : 85080333       (1827719 /sec)
50.43/50.47	conflict literals     : 2588066        (35.50 % deleted)
50.43/50.47	Memory used           : 28.81 MB
50.43/50.47	CPU time              : 46.55 s
50.43/50.47	
50.43/50.47	UNSATISFIABLE
50.43/50.47	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-1821536-1242535253/watcher-1821536-1242535253 -o /tmp/evaluation-result-1821536-1242535253/solver-1821536-1242535253 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821536-1242535253.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 0.99 2/96 21637
/proc/meminfo: memFree=1813624/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2416 CPUtime=0.01
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 368 646 0 0 0 0 1 0 25 0 1 0 1018023660 2473984 277 4294967295 134512640 135169312 3220892416 3220890952 3085459182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21637/statm: 604 277 235 161 0 43 0
[pid=21641] ppid=21637 vsize=952 CPUtime=0
/proc/21641/stat : 21641 (SatELite_releas) R 21637 21637 11066 0 -1 4202496 147 0 0 0 0 0 0 0 25 0 1 0 1018023661 974848 83 4294967295 134512640 135223648 3221011200 3221010080 134543108 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21641/statm: 238 85 46 174 0 63 0

[startup+0.083926 s]
/proc/loadavg: 0.99 1.00 0.99 2/96 21637
/proc/meminfo: memFree=1813624/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2416 CPUtime=0.01
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 368 646 0 0 0 0 1 0 25 0 1 0 1018023660 2473984 277 4294967295 134512640 135169312 3220892416 3220890952 3085459182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21637/statm: 604 277 235 161 0 43 0
[pid=21641] ppid=21637 vsize=18508 CPUtime=0.08
/proc/21641/stat : 21641 (SatELite_releas) R 21637 21637 11066 0 -1 4202496 3670 0 0 0 6 2 0 0 25 0 1 0 1018023661 18952192 3502 4294967295 134512640 135223648 3221011200 3221009768 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21641/statm: 4627 3503 46 174 0 4452 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20924

[startup+0.113923 s]
/proc/loadavg: 0.99 1.00 0.99 2/96 21637
/proc/meminfo: memFree=1813624/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2416 CPUtime=0.01
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 368 646 0 0 0 0 1 0 25 0 1 0 1018023660 2473984 277 4294967295 134512640 135169312 3220892416 3220890952 3085459182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21637/statm: 604 277 235 161 0 43 0
[pid=21641] ppid=21637 vsize=21676 CPUtime=0.11
/proc/21641/stat : 21641 (SatELite_releas) R 21637 21637 11066 0 -1 4202496 4507 0 0 0 8 3 0 0 25 0 1 0 1018023661 22196224 4339 4294967295 134512640 135223648 3221011200 3221009784 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21641/statm: 5419 4340 46 174 0 5244 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 24092

[startup+0.313912 s]
/proc/loadavg: 0.99 1.00 0.99 2/96 21637
/proc/meminfo: memFree=1813624/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2416 CPUtime=0.01
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 368 646 0 0 0 0 1 0 25 0 1 0 1018023660 2473984 277 4294967295 134512640 135169312 3220892416 3220890952 3085459182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21637/statm: 604 277 235 161 0 43 0
[pid=21641] ppid=21637 vsize=34036 CPUtime=0.31
/proc/21641/stat : 21641 (SatELite_releas) R 21637 21637 11066 0 -1 4202496 7416 0 0 0 25 6 0 0 25 0 1 0 1018023661 34852864 7248 4294967295 134512640 135223648 3221011200 3221009768 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21641/statm: 8509 7248 46 174 0 8334 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 36452

[startup+0.71389 s]
/proc/loadavg: 0.99 1.00 0.99 2/96 21637
/proc/meminfo: memFree=1813624/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2416 CPUtime=0.01
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 368 646 0 0 0 0 1 0 25 0 1 0 1018023660 2473984 277 4294967295 134512640 135169312 3220892416 3220890952 3085459182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21637/statm: 604 277 235 161 0 43 0
[pid=21641] ppid=21637 vsize=56996 CPUtime=0.71
/proc/21641/stat : 21641 (SatELite_releas) R 21637 21637 11066 0 -1 4202496 13312 0 0 0 60 11 0 0 25 0 1 0 1018023661 58363904 13144 4294967295 134512640 135223648 3221011200 3221009696 134549795 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21641/statm: 14249 13144 68 174 0 14074 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 59412

[startup+1.51385 s]
/proc/loadavg: 0.99 1.00 0.99 3/98 21643
/proc/meminfo: memFree=1755576/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2416 CPUtime=0.01
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 368 646 0 0 0 0 1 0 25 0 1 0 1018023660 2473984 277 4294967295 134512640 135169312 3220892416 3220890952 3085459182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21637/statm: 604 277 235 161 0 43 0
[pid=21641] ppid=21637 vsize=69160 CPUtime=1.51
/proc/21641/stat : 21641 (SatELite_releas) R 21637 21637 11066 0 -1 4202496 17348 0 0 0 140 11 0 0 25 0 1 0 1018023661 70819840 15832 4294967295 134512640 135223648 3221011200 3221009216 134586740 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21641/statm: 17290 15832 73 174 0 17115 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 71576

[startup+3.11376 s]
/proc/loadavg: 0.99 1.00 0.99 3/98 21643
/proc/meminfo: memFree=1743804/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2416 CPUtime=0.01
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 368 646 0 0 0 0 1 0 25 0 1 0 1018023660 2473984 277 4294967295 134512640 135169312 3220892416 3220890952 3085459182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/21637/statm: 604 277 235 161 0 43 0
[pid=21641] ppid=21637 vsize=75696 CPUtime=3.11
/proc/21641/stat : 21641 (SatELite_releas) R 21637 21637 11066 0 -1 4202496 19880 0 0 0 299 12 0 0 25 0 1 0 1018023661 77512704 16843 4294967295 134512640 135223648 3221011200 3221008992 134585347 0 0 0 3 0 0 0 17 1 0 0 0
/proc/21641/statm: 18924 16843 73 174 0 18749 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 78112

[startup+6.31358 s]
/proc/loadavg: 0.99 1.00 0.99 4/98 21644
/proc/meminfo: memFree=1784384/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2420 CPUtime=3.9
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 387 21792 0 0 0 0 377 13 18 0 1 0 1018023660 2478080 278 4294967295 134512640 135169312 3220892416 3220888632 3085459182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21637/statm: 605 278 235 161 0 44 0
[pid=21644] ppid=21637 vsize=21840 CPUtime=2.42
/proc/21644/stat : 21644 (minisat_static) R 21637 21637 11066 0 -1 4202496 5089 0 0 0 239 3 0 0 25 0 1 0 1018024050 22364160 5015 4294967295 134512640 135216011 3215261168 3215259520 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/21644/statm: 5460 5015 71 172 0 5287 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 24260

[startup+12.7132 s]
/proc/loadavg: 0.99 1.00 0.99 3/98 21645
/proc/meminfo: memFree=1783300/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2420 CPUtime=3.9
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 387 21792 0 0 0 0 377 13 18 0 1 0 1018023660 2478080 278 4294967295 134512640 135169312 3220892416 3220888632 3085459182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21637/statm: 605 278 235 161 0 44 0
[pid=21644] ppid=21637 vsize=22764 CPUtime=8.82
/proc/21644/stat : 21644 (minisat_static) R 21637 21637 11066 0 -1 4202496 5299 0 0 0 879 3 0 0 25 0 1 0 1018024050 23310336 5225 4294967295 134512640 135216011 3215261168 3215259520 134527946 0 0 0 3 0 0 0 17 2 0 0 0
/proc/21644/statm: 5691 5225 71 172 0 5518 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 25184

[startup+25.5225 s]
/proc/loadavg: 0.99 1.00 0.99 3/98 21645
/proc/meminfo: memFree=1779768/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2420 CPUtime=3.9
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 387 21792 0 0 0 0 377 13 18 0 1 0 1018023660 2478080 278 4294967295 134512640 135169312 3220892416 3220888632 3085459182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21637/statm: 605 278 235 161 0 44 0
[pid=21644] ppid=21637 vsize=26460 CPUtime=21.63
/proc/21644/stat : 21644 (minisat_static) R 21637 21637 11066 0 -1 4202496 6235 0 0 0 2160 3 0 0 25 0 1 0 1018024050 27095040 6161 4294967295 134512640 135216011 3215261168 3215259520 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/21644/statm: 6615 6161 71 172 0 6442 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 28880

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

[startup+38.3218 s]
/proc/loadavg: 0.99 1.00 0.99 3/98 21645
/proc/meminfo: memFree=1777092/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2420 CPUtime=3.9
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 387 21792 0 0 0 0 377 13 18 0 1 0 1018023660 2478080 278 4294967295 134512640 135169312 3220892416 3220888632 3085459182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21637/statm: 605 278 235 161 0 44 0
[pid=21644] ppid=21637 vsize=29100 CPUtime=34.43
/proc/21644/stat : 21644 (minisat_static) R 21637 21637 11066 0 -1 4202496 6878 0 0 0 3440 3 0 0 25 0 1 0 1018024050 29798400 6804 4294967295 134512640 135216011 3215261168 3215259248 134524407 0 0 0 3 0 0 0 17 2 0 0 0
/proc/21644/statm: 7275 6804 71 172 0 7102 0
Current children cumulated CPU time (s) 38.33
Current children cumulated vsize (KiB) 31520

[startup+44.7215 s]
/proc/loadavg: 0.99 1.00 0.99 2/98 21828
/proc/meminfo: memFree=1776008/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2420 CPUtime=3.9
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 387 21792 0 0 0 0 377 13 18 0 1 0 1018023660 2478080 278 4294967295 134512640 135169312 3220892416 3220888632 3085459182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21637/statm: 605 278 235 161 0 44 0
[pid=21644] ppid=21637 vsize=29628 CPUtime=40.83
/proc/21644/stat : 21644 (minisat_static) R 21637 21637 11066 0 -1 4202496 7029 0 0 0 4080 3 0 0 25 0 1 0 1018024050 30339072 6955 4294967295 134512640 135216011 3215261168 3215259520 134527243 0 0 0 3 0 0 0 17 2 0 0 0
/proc/21644/statm: 7407 6955 71 172 0 7234 0
Current children cumulated CPU time (s) 44.73
Current children cumulated vsize (KiB) 32048

[startup+47.9213 s]
/proc/loadavg: 0.99 1.00 0.99 2/98 21828
/proc/meminfo: memFree=1775824/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2420 CPUtime=3.9
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 387 21792 0 0 0 0 377 13 18 0 1 0 1018023660 2478080 278 4294967295 134512640 135169312 3220892416 3220888632 3085459182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21637/statm: 605 278 235 161 0 44 0
[pid=21644] ppid=21637 vsize=29760 CPUtime=44.03
/proc/21644/stat : 21644 (minisat_static) R 21637 21637 11066 0 -1 4202496 7061 0 0 0 4400 3 0 0 25 0 1 0 1018024050 30474240 6987 4294967295 134512640 135216011 3215261168 3215259520 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/21644/statm: 7440 6987 71 172 0 7267 0
Current children cumulated CPU time (s) 47.93
Current children cumulated vsize (KiB) 32180

[startup+49.5212 s]
/proc/loadavg: 0.99 1.00 0.99 2/98 21828
/proc/meminfo: memFree=1775888/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2420 CPUtime=3.9
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 387 21792 0 0 0 0 377 13 18 0 1 0 1018023660 2478080 278 4294967295 134512640 135169312 3220892416 3220888632 3085459182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21637/statm: 605 278 235 161 0 44 0
[pid=21644] ppid=21637 vsize=29760 CPUtime=45.63
/proc/21644/stat : 21644 (minisat_static) R 21637 21637 11066 0 -1 4202496 7061 0 0 0 4560 3 0 0 25 0 1 0 1018024050 30474240 6987 4294967295 134512640 135216011 3215261168 3215259312 134536303 0 0 0 3 0 0 0 17 2 0 0 0
/proc/21644/statm: 7440 6987 71 172 0 7267 0
Current children cumulated CPU time (s) 49.53
Current children cumulated vsize (KiB) 32180

[startup+49.9212 s]
/proc/loadavg: 0.99 1.00 0.99 2/98 21828
/proc/meminfo: memFree=1775888/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2420 CPUtime=3.9
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 387 21792 0 0 0 0 377 13 18 0 1 0 1018023660 2478080 278 4294967295 134512640 135169312 3220892416 3220888632 3085459182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21637/statm: 605 278 235 161 0 44 0
[pid=21644] ppid=21637 vsize=29760 CPUtime=46.03
/proc/21644/stat : 21644 (minisat_static) R 21637 21637 11066 0 -1 4202496 7061 0 0 0 4600 3 0 0 25 0 1 0 1018024050 30474240 6987 4294967295 134512640 135216011 3215261168 3215259520 134527330 0 0 0 3 0 0 0 17 2 0 0 0
/proc/21644/statm: 7440 6987 71 172 0 7267 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 32180

[startup+50.3212 s]
/proc/loadavg: 0.99 1.00 0.99 2/98 21828
/proc/meminfo: memFree=1775888/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2420 CPUtime=3.9
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 387 21792 0 0 0 0 377 13 18 0 1 0 1018023660 2478080 278 4294967295 134512640 135169312 3220892416 3220888632 3085459182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21637/statm: 605 278 235 161 0 44 0
[pid=21644] ppid=21637 vsize=29760 CPUtime=46.43
/proc/21644/stat : 21644 (minisat_static) R 21637 21637 11066 0 -1 4202496 7061 0 0 0 4640 3 0 0 25 0 1 0 1018024050 30474240 6987 4294967295 134512640 135216011 3215261168 3215259520 134527818 0 0 0 3 0 0 0 17 2 0 0 0
/proc/21644/statm: 7440 6987 71 172 0 7267 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 32180

[startup+50.4211 s]
/proc/loadavg: 0.99 1.00 0.99 2/98 21828
/proc/meminfo: memFree=1775888/2074464 swapFree=1950760/1959888
[pid=21637] ppid=21635 vsize=2420 CPUtime=3.9
/proc/21637/stat : 21637 (SatELiteGTI) S 21635 21637 11066 0 -1 4194304 387 21792 0 0 0 0 377 13 18 0 1 0 1018023660 2478080 278 4294967295 134512640 135169312 3220892416 3220888632 3085459182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/21637/statm: 605 278 235 161 0 44 0
[pid=21644] ppid=21637 vsize=29760 CPUtime=46.53
/proc/21644/stat : 21644 (minisat_static) R 21637 21637 11066 0 -1 4202496 7061 0 0 0 4650 3 0 0 25 0 1 0 1018024050 30474240 6987 4294967295 134512640 135216011 3215261168 3215259632 134540660 0 0 0 3 0 0 0 17 2 0 0 0
/proc/21644/statm: 7440 6987 71 172 0 7267 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 32180

Child status: 20
Real time (s): 50.4824
CPU time (s): 50.49
CPU user time (s): 50.32
CPU system time (s): 0.17
CPU usage (%): 100.015
Max. virtual memory (cumulated for all children) (KiB): 78140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.32
system time used= 0.17
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29524
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= 23
involuntary context switches= 272

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 06:40:53
IDJOB=1821536
IDBENCH=70997
IDSOLVER=661
FILE ID=tipi23/1821536-1242535253
PBS_JOBID=
Free space on /tmp= 8769 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-5p0.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821536-1242535253/watcher-1821536-1242535253 -o /tmp/evaluation-result-1821536-1242535253/solver-1821536-1242535253 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821536-1242535253.cnf

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED= 1397978792

Linux tipi23 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.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.38

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
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:       1813648 kB
Buffers:         30184 kB
Cached:         155792 kB
SwapCached:       3584 kB
Active:          68284 kB
Inactive:       129532 kB
HighTotal:     1178688 kB
HighFree:      1011708 kB
LowTotal:       895776 kB
LowFree:        801940 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:           10896 kB
Writeback:          72 kB
AnonPages:       11036 kB
Mapped:           4516 kB
Slab:            54096 kB
PageTables:        556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96900 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8769 MiB
End job on tipi23 at 2009-05-17 06:41:44