Trace number 1821974

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 56.32 56.3189

General information on the benchmark

Namesimon-s03-fifo8-300.cnf
MD5SUMbc88ff447c824a634465ac9483a47d5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.17
Satisfiable
(Un)Satisfiability was proved
Number of variables194762
Number of clauses530713
Sum of the clauses size1200865
Maximum clause length11
Minimum clause length1
Number of clauses of size 14539
Number of clauses of size 2407666
Number of clauses of size 3101726
Number of clauses of size 413487
Number of clauses of size 51199
Number of clauses of size over 52096

Solver Data

0.00/0.00	c Parsing...
0.82/0.87	c ==============================================================================
0.82/0.87	c |           |     ORIGINAL     |              LEARNT              |          |
0.82/0.87	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.82/0.87	c ==============================================================================
0.82/0.87	c |         0 |  512081  1166425 |  153624       0        0     nan |  0.000 % |
3.32/3.33	c |         0 |  104585   338143 |      --       0       --      -- |     --   | -229624/-408982
3.32/3.33	c ==============================================================================
3.32/3.33	c Result  :   #vars: 22541   #clauses: 104585   #literals: 338143
3.32/3.33	c CPU time:   3.17 s
3.32/3.33	c ==============================================================================
3.42/3.51	This is MiniSat 2.0 beta
3.42/3.51	WARNING: for repeatability, setting FPU to use double precision
3.42/3.51	============================[ Problem Statistics ]=============================
3.42/3.51	|                                                                             |
3.51/3.51	|  Number of variables:  22541                                                |
3.51/3.51	|  Number of clauses:    104585                                               |
3.51/3.62	|  Parsing time:         0.08         s                                       |
3.51/3.62	============================[ Search Statistics ]==============================
3.51/3.62	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.51/3.62	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.51/3.62	===============================================================================
3.51/3.63	|         0 |   22541   104585   338143 |    34861        0    nan |  0.000 % |
3.51/3.65	|       100 |   22540   104585   338143 |    38347       99      4 |  0.004 % |
3.51/3.67	|       250 |   22530   104585   338143 |    42182      248      5 |  0.164 % |
3.51/3.73	|       475 |   22500   104585   338143 |    46400      470      5 |  0.519 % |
3.51/3.79	|       812 |   22500   104585   338143 |    51040      807      5 |  0.519 % |
3.51/3.85	|      1320 |   22496   104585   338143 |    56145     1314      6 |  0.546 % |
3.51/3.95	|      2079 |   22496   104585   338143 |    61759     2073      6 |  0.546 % |
3.51/4.18	|      3218 |   22366   103781   335188 |    67935     3202      6 |  1.038 % |
4.32/4.40	|      4926 |   22297   103066   332808 |    74729     4899      6 |  1.082 % |
4.82/4.82	|      7489 |   22183   102490   330830 |    82201     7445      6 |  1.615 % |
5.42/5.42	|     11334 |   22100   102188   329765 |    90422    11280      7 |  2.121 % |
6.32/6.35	|     17100 |   22039   101499   327225 |    99464    17016      7 |  2.227 % |
8.32/8.34	|     25749 |   22003   101261   326264 |   109410    25549      8 |  2.405 % |
12.12/12.18	|     38723 |   21851   100557   323870 |   120351    38469      8 |  3.088 % |
19.83/19.90	|     58184 |   21459    97930   315159 |   132387    57560      9 |  4.800 % |
31.93/31.92	|     87376 |   21401    97791   314519 |   145625    86743     11 |  5.248 % |
56.22/56.31	===============================================================================
56.22/56.31	restarts              : 16
56.22/56.31	conflicts             : 116543         (2209 /sec)
56.22/56.31	decisions             : 373448         (1.59 % random) (7077 /sec)
56.22/56.31	propagations          : 35337858       (669658 /sec)
56.22/56.31	conflict literals     : 1416973        (24.77 % deleted)
56.22/56.31	Memory used           : 17.48 MB
56.22/56.31	CPU time              : 52.77 s
56.22/56.31	
56.22/56.31	UNSATISFIABLE
56.32/56.31	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-1821974-1242584795/watcher-1821974-1242584795 -o /tmp/evaluation-result-1821974-1242584795/solver-1821974-1242584795 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821974-1242584795.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.88 0.95 0.98 2/93 15506
/proc/meminfo: memFree=925960/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2416 CPUtime=0
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1022980475 2473984 277 4294967295 134512640 135169312 3214718240 3214716776 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15506/statm: 604 277 235 161 0 43 0
[pid=15510] ppid=15506 vsize=948 CPUtime=0
/proc/15510/stat : 15510 (SatELite_releas) R 15506 15506 10114 0 -1 4202496 113 0 0 0 0 0 0 0 18 0 1 0 1022980475 970752 48 4294967295 134512640 135223648 3221035792 3221034696 134736942 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15510/statm: 237 52 44 174 0 62 0

[startup+0.074862 s]
/proc/loadavg: 0.88 0.95 0.98 2/93 15506
/proc/meminfo: memFree=925960/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2416 CPUtime=0
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1022980475 2473984 277 4294967295 134512640 135169312 3214718240 3214716776 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15506/statm: 604 277 235 161 0 43 0
[pid=15510] ppid=15506 vsize=25904 CPUtime=0.08
/proc/15510/stat : 15510 (SatELite_releas) R 15506 15506 10114 0 -1 4202496 5008 0 0 0 8 0 0 0 18 0 1 0 1022980475 26525696 4797 4294967295 134512640 135223648 3221035792 3221034376 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15510/statm: 6476 4798 47 174 0 6301 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28320

[startup+0.11486 s]
/proc/loadavg: 0.88 0.95 0.98 2/93 15506
/proc/meminfo: memFree=925960/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2416 CPUtime=0
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1022980475 2473984 277 4294967295 134512640 135169312 3214718240 3214716776 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15506/statm: 604 277 235 161 0 43 0
[pid=15510] ppid=15506 vsize=30676 CPUtime=0.12
/proc/15510/stat : 15510 (SatELite_releas) R 15506 15506 10114 0 -1 4202496 6168 0 0 0 12 0 0 0 18 0 1 0 1022980475 31412224 5957 4294967295 134512640 135223648 3221035792 3221034376 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15510/statm: 7669 5957 47 174 0 7494 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 33092

[startup+0.31485 s]
/proc/loadavg: 0.88 0.95 0.98 2/93 15506
/proc/meminfo: memFree=925960/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2416 CPUtime=0
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1022980475 2473984 277 4294967295 134512640 135169312 3214718240 3214716776 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15506/statm: 604 277 235 161 0 43 0
[pid=15510] ppid=15506 vsize=48076 CPUtime=0.32
/proc/15510/stat : 15510 (SatELite_releas) R 15506 15506 10114 0 -1 4202496 10494 0 0 0 28 4 0 0 18 0 1 0 1022980475 49229824 10283 4294967295 134512640 135223648 3221035792 3221034376 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15510/statm: 12019 10283 47 174 0 11844 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 50492

[startup+0.714831 s]
/proc/loadavg: 0.88 0.95 0.98 2/93 15506
/proc/meminfo: memFree=925960/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2416 CPUtime=0
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1022980475 2473984 277 4294967295 134512640 135169312 3214718240 3214716776 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15506/statm: 604 277 235 161 0 43 0
[pid=15510] ppid=15506 vsize=73296 CPUtime=0.72
/proc/15510/stat : 15510 (SatELite_releas) R 15506 15506 10114 0 -1 4202496 16840 0 0 0 62 10 0 0 19 0 1 0 1022980475 75055104 16629 4294967295 134512640 135223648 3221035792 3221034800 134547591 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15510/statm: 18324 16629 47 174 0 18149 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 75712

[startup+1.51479 s]
/proc/loadavg: 0.88 0.95 0.98 3/95 15511
/proc/meminfo: memFree=856860/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2416 CPUtime=0
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1022980475 2473984 277 4294967295 134512640 135169312 3214718240 3214716776 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15506/statm: 604 277 235 161 0 43 0
[pid=15510] ppid=15506 vsize=82232 CPUtime=1.52
/proc/15510/stat : 15510 (SatELite_releas) R 15506 15506 10114 0 -1 4202496 20183 0 0 0 138 14 0 0 20 0 1 0 1022980475 84205568 18430 4294967295 134512640 135223648 3221035792 3221033888 134597560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15510/statm: 20558 18430 73 174 0 20383 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 84648

[startup+3.11471 s]
/proc/loadavg: 0.88 0.95 0.98 3/95 15511
/proc/meminfo: memFree=846444/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2416 CPUtime=0
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 1022980475 2473984 277 4294967295 134512640 135169312 3214718240 3214716776 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/15506/statm: 604 277 235 161 0 43 0
[pid=15510] ppid=15506 vsize=85628 CPUtime=3.12
/proc/15510/stat : 15510 (SatELite_releas) R 15506 15506 10114 0 -1 4202496 21013 0 0 0 296 16 0 0 25 0 1 0 1022980475 87683072 19008 4294967295 134512640 135223648 3221035792 3221033968 134585377 0 0 0 3 0 0 0 17 3 0 0 0
/proc/15510/statm: 21407 19008 73 174 0 21232 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 88044

[startup+6.31456 s]
/proc/loadavg: 0.89 0.95 0.98 3/95 15512
/proc/meminfo: memFree=908352/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2420 CPUtime=3.51
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 386 23928 0 0 0 0 333 18 20 0 1 0 1022980475 2478080 278 4294967295 134512640 135169312 3214718240 3214714456 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15506/statm: 605 278 235 161 0 44 0
[pid=15512] ppid=15506 vsize=9560 CPUtime=2.81
/proc/15512/stat : 15512 (minisat_static) R 15506 15506 10114 0 -1 4202496 2240 0 0 0 278 3 0 0 24 0 1 0 1022980826 9789440 2175 4294967295 134512640 135216011 3213624416 3213622768 134527269 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15512/statm: 2390 2175 71 172 0 2217 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 11980

[startup+12.7142 s]
/proc/loadavg: 0.90 0.95 0.98 3/95 15514
/proc/meminfo: memFree=906004/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2420 CPUtime=3.51
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 386 23928 0 0 0 0 333 18 20 0 1 0 1022980475 2478080 278 4294967295 134512640 135169312 3214718240 3214714456 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15506/statm: 605 278 235 161 0 44 0
[pid=15512] ppid=15506 vsize=11328 CPUtime=9.21
/proc/15512/stat : 15512 (minisat_static) R 15506 15506 10114 0 -1 4202496 2664 0 0 0 918 3 0 0 25 0 1 0 1022980826 11599872 2599 4294967295 134512640 135216011 3213624416 3213622768 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15512/statm: 2832 2599 71 172 0 2659 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 13748

[startup+25.5136 s]
/proc/loadavg: 0.92 0.96 0.98 3/95 15699
/proc/meminfo: memFree=902964/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2420 CPUtime=3.51
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 386 23928 0 0 0 0 333 18 20 0 1 0 1022980475 2478080 278 4294967295 134512640 135169312 3214718240 3214714456 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15506/statm: 605 278 235 161 0 44 0
[pid=15512] ppid=15506 vsize=14332 CPUtime=22.01
/proc/15512/stat : 15512 (minisat_static) R 15506 15506 10114 0 -1 4202496 3398 0 0 0 2198 3 0 0 25 0 1 0 1022980826 14675968 3333 4294967295 134512640 135216011 3213624416 3213622768 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15512/statm: 3583 3333 71 172 0 3410 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 16752

[startup+51.1124 s]
/proc/loadavg: 0.95 0.96 0.98 3/95 15699
/proc/meminfo: memFree=900056/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2420 CPUtime=3.51
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 386 23928 0 0 0 0 333 18 20 0 1 0 1022980475 2478080 278 4294967295 134512640 135169312 3214718240 3214714456 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15506/statm: 605 278 235 161 0 44 0
[pid=15512] ppid=15506 vsize=17500 CPUtime=47.61
/proc/15512/stat : 15512 (minisat_static) R 15506 15506 10114 0 -1 4202496 4187 0 0 0 4758 3 0 0 25 0 1 0 1022980826 17920000 4122 4294967295 134512640 135216011 3213624416 3213622768 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15512/statm: 4375 4122 71 172 0 4202 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 19920

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

[startup+54.3122 s]
/proc/loadavg: 0.95 0.96 0.98 3/95 15701
/proc/meminfo: memFree=899800/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2420 CPUtime=3.51
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 386 23928 0 0 0 0 333 18 20 0 1 0 1022980475 2478080 278 4294967295 134512640 135169312 3214718240 3214714456 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15506/statm: 605 278 235 161 0 44 0
[pid=15512] ppid=15506 vsize=17764 CPUtime=50.81
/proc/15512/stat : 15512 (minisat_static) R 15506 15506 10114 0 -1 4202496 4251 0 0 0 5078 3 0 0 25 0 1 0 1022980826 18190336 4186 4294967295 134512640 135216011 3213624416 3213622768 134527330 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15512/statm: 4441 4186 71 172 0 4268 0
Current children cumulated CPU time (s) 54.32
Current children cumulated vsize (KiB) 20184

[startup+55.1122 s]
/proc/loadavg: 0.95 0.96 0.98 3/95 15701
/proc/meminfo: memFree=899808/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2420 CPUtime=3.51
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 386 23928 0 0 0 0 333 18 20 0 1 0 1022980475 2478080 278 4294967295 134512640 135169312 3214718240 3214714456 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15506/statm: 605 278 235 161 0 44 0
[pid=15512] ppid=15506 vsize=17896 CPUtime=51.61
/proc/15512/stat : 15512 (minisat_static) R 15506 15506 10114 0 -1 4202496 4267 0 0 0 5158 3 0 0 25 0 1 0 1022980826 18325504 4202 4294967295 134512640 135216011 3213624416 3213622768 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15512/statm: 4474 4202 71 172 0 4301 0
Current children cumulated CPU time (s) 55.12
Current children cumulated vsize (KiB) 20316

[startup+55.9121 s]
/proc/loadavg: 0.95 0.96 0.98 3/95 15701
/proc/meminfo: memFree=899808/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2420 CPUtime=3.51
/proc/15506/stat : 15506 (SatELiteGTI) S 15504 15506 10114 0 -1 4194304 386 23928 0 0 0 0 333 18 20 0 1 0 1022980475 2478080 278 4294967295 134512640 135169312 3214718240 3214714456 3084926702 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/15506/statm: 605 278 235 161 0 44 0
[pid=15512] ppid=15506 vsize=17896 CPUtime=52.41
/proc/15512/stat : 15512 (minisat_static) R 15506 15506 10114 0 -1 4202496 4283 0 0 0 5238 3 0 0 25 0 1 0 1022980826 18325504 4218 4294967295 134512640 135216011 3213624416 3213622768 134527395 0 0 0 3 0 0 0 17 0 0 0 0
/proc/15512/statm: 4474 4218 71 172 0 4301 0
Current children cumulated CPU time (s) 55.92
Current children cumulated vsize (KiB) 20316

[startup+56.3121 s]
/proc/loadavg: 0.95 0.96 0.98 3/95 15701
/proc/meminfo: memFree=899684/2074464 swapFree=1950884/1959888
[pid=15506] ppid=15504 vsize=2420 CPUtime=56.32
/proc/15506/stat : 15506 (SatELiteGTI) R 15504 15506 10114 0 -1 4194304 386 28227 0 0 1 0 5610 21 18 0 1 0 1022980475 2478080 278 4294967295 134512640 135169312 3214718240 3214714516 3084512484 0 0 4 65536 0 0 0 17 0 0 0 0
/proc/15506/statm: 605 279 236 161 0 44 0
Current children cumulated CPU time (s) 56.32
Current children cumulated vsize (KiB) 2420

Child status: 20
Real time (s): 56.3189
CPU time (s): 56.32
CPU user time (s): 56.11
CPU system time (s): 0.21
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 93680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.11
system time used= 0.21
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28887
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= 20
involuntary context switches= 181

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-17 20:26:35
IDJOB=1821974
IDBENCH=71758
IDSOLVER=661
FILE ID=tipi13/1821974-1242584795
PBS_JOBID=
Free space on /tmp= 6559 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE06/simon-s03-fifo8-300.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821974-1242584795/watcher-1821974-1242584795 -o /tmp/evaluation-result-1821974-1242584795/solver-1821974-1242584795 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821974-1242584795.cnf

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

MD5SUM BENCH= bc88ff447c824a634465ac9483a47d5c
RANDOM SEED= 1569198071

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:        926364 kB
Buffers:         44096 kB
Cached:         988816 kB
SwapCached:       3428 kB
Active:         379536 kB
Inactive:       662728 kB
HighTotal:     1178688 kB
HighFree:       292656 kB
LowTotal:       895776 kB
LowFree:        633708 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:           11084 kB
Writeback:           0 kB
AnonPages:        8764 kB
Mapped:           3108 kB
Slab:            97676 kB
PageTables:        536 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= 6559 MiB
End job on tipi13 at 2009-05-17 20:27:33