Trace number 1821512

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 34.93 34.9193

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.93
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
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.51	c ==============================================================================
0.52/0.51	c |           |     ORIGINAL     |              LEARNT              |          |
0.52/0.51	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.52/0.51	c ==============================================================================
0.52/0.51	c |         0 |  495037  1168850 |  148511       0        0     nan |  0.000 % |
3.12/3.12	c |         0 |  300004   826435 |      --       0       --      -- |     --   | -45117/2703
3.12/3.12	c ==============================================================================
3.12/3.12	c Result  :   #vars: 49470   #clauses: 300004   #literals: 826435
3.12/3.12	c CPU time:   3.03 s
3.12/3.12	c ==============================================================================
3.42/3.43	This is MiniSat 2.0 beta
3.42/3.43	WARNING: for repeatability, setting FPU to use double precision
3.42/3.43	============================[ Problem Statistics ]=============================
3.42/3.43	|                                                                             |
3.42/3.43	|  Number of variables:  49470                                                |
3.42/3.43	|  Number of clauses:    300004                                               |
3.44/3.65	|  Parsing time:         0.17         s                                       |
3.44/3.66	============================[ Search Statistics ]==============================
3.44/3.66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.44/3.66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.44/3.66	===============================================================================
3.44/3.68	|         0 |   49470   300004   826435 |   100001        0    nan |  0.000 % |
3.44/3.91	|       100 |   49424   300004   826435 |   110001       96     36 |  6.477 % |
3.44/4.06	|       250 |   49424   300004   826435 |   121001      246     62 |  6.477 % |
4.52/4.55	|       475 |   46026   278802   771815 |   133101      466     66 |  8.359 % |
5.02/5.01	|       812 |   44569   267920   744269 |   146411      790     72 | 13.520 % |
6.22/6.23	|      1318 |   41704   248096   693661 |   161053     1283     97 | 15.705 % |
7.42/7.50	|      2081 |   41354   245657   687357 |   177158     2003    118 | 16.768 % |
9.62/9.62	|      3220 |   40084   236274   664783 |   194874     3113    149 | 18.993 % |
12.52/12.56	|      4928 |   38794   227669   642876 |   214361     4782    156 | 21.884 % |
17.42/17.50	|      7490 |   37604   221090   627458 |   235797     7140    155 | 24.019 % |
26.02/26.01	|     11334 |   36349   213520   609328 |   259377    10342    156 | 26.523 % |
34.92/34.91	===============================================================================
34.92/34.91	restarts              : 11
34.92/34.91	conflicts             : 15391          (490 /sec)
34.92/34.91	decisions             : 49622          (1.27 % random) (1580 /sec)
34.92/34.91	propagations          : 49534442       (1577530 /sec)
34.92/34.91	conflict literals     : 2050279        (32.41 % deleted)
34.92/34.91	Memory used           : 24.70 MB
34.92/34.91	CPU time              : 31.4 s
34.92/34.91	
34.92/34.91	UNSATISFIABLE
34.92/34.91	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-1821512-1242532472/watcher-1821512-1242532472 -o /tmp/evaluation-result-1821512-1242532472/solver-1821512-1242532472 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821512-1242532472.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.00 1.00 2/97 18420
/proc/meminfo: memFree=1928048/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2416 CPUtime=0.01
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 369 644 0 0 1 0 0 0 18 0 1 0 1017748275 2473984 277 4294967295 134512640 135169312 3217069904 3217068440 3085754094 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18420/statm: 604 277 235 161 0 43 0
[pid=18424] ppid=18420 vsize=952 CPUtime=0
/proc/18424/stat : 18424 (SatELite_releas) R 18420 18420 16367 0 -1 4202496 121 0 0 0 0 0 0 0 20 0 1 0 1017748276 974848 56 4294967295 134512640 135223648 3216606928 3216605524 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18424/statm: 238 58 46 174 0 63 0

[startup+0.021169 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 18420
/proc/meminfo: memFree=1928048/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2416 CPUtime=0.01
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 369 644 0 0 1 0 0 0 18 0 1 0 1017748275 2473984 277 4294967295 134512640 135169312 3217069904 3217068440 3085754094 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18420/statm: 604 277 235 161 0 43 0
[pid=18424] ppid=18420 vsize=7324 CPUtime=0.02
/proc/18424/stat : 18424 (SatELite_releas) R 18420 18420 16367 0 -1 4202496 1465 0 0 0 2 0 0 0 20 0 1 0 1017748276 7499776 1360 4294967295 134512640 135223648 3216606928 3216605808 134543236 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18424/statm: 1831 1361 46 174 0 1656 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9740

[startup+0.111163 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 18420
/proc/meminfo: memFree=1928048/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2416 CPUtime=0.01
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 369 644 0 0 1 0 0 0 18 0 1 0 1017748275 2473984 277 4294967295 134512640 135169312 3217069904 3217068440 3085754094 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18420/statm: 604 277 235 161 0 43 0
[pid=18424] ppid=18420 vsize=22072 CPUtime=0.11
/proc/18424/stat : 18424 (SatELite_releas) R 18420 18420 16367 0 -1 4202496 4607 0 0 0 10 1 0 0 20 0 1 0 1017748276 22601728 4438 4294967295 134512640 135223648 3216606928 3216605512 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18424/statm: 5518 4440 46 174 0 5343 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 24488

[startup+0.311152 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 18420
/proc/meminfo: memFree=1928048/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2416 CPUtime=0.01
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 369 644 0 0 1 0 0 0 18 0 1 0 1017748275 2473984 277 4294967295 134512640 135169312 3217069904 3217068440 3085754094 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18420/statm: 604 277 235 161 0 43 0
[pid=18424] ppid=18420 vsize=34828 CPUtime=0.31
/proc/18424/stat : 18424 (SatELite_releas) R 18420 18420 16367 0 -1 4202496 7652 0 0 0 27 4 0 0 21 0 1 0 1017748276 35663872 7483 4294967295 134512640 135223648 3216606928 3216605512 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18424/statm: 8707 7483 46 174 0 8532 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 37244

[startup+0.711129 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 18420
/proc/meminfo: memFree=1928048/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2416 CPUtime=0.01
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 369 644 0 0 1 0 0 0 18 0 1 0 1017748275 2473984 277 4294967295 134512640 135169312 3217069904 3217068440 3085754094 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18420/statm: 604 277 235 161 0 43 0
[pid=18424] ppid=18420 vsize=52428 CPUtime=0.71
/proc/18424/stat : 18424 (SatELite_releas) R 18420 18420 16367 0 -1 4202496 13083 0 0 0 64 7 0 0 22 0 1 0 1017748276 53686272 11894 4294967295 134512640 135223648 3216606928 3216604640 134577134 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18424/statm: 13107 11894 72 174 0 12932 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 54844

[startup+1.51109 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18425
/proc/meminfo: memFree=1874472/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2416 CPUtime=0.01
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 369 644 0 0 1 0 0 0 18 0 1 0 1017748275 2473984 277 4294967295 134512640 135169312 3217069904 3217068440 3085754094 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18420/statm: 604 277 235 161 0 43 0
[pid=18424] ppid=18420 vsize=60676 CPUtime=1.51
/proc/18424/stat : 18424 (SatELite_releas) R 18420 18420 16367 0 -1 4202496 14925 0 0 0 144 7 0 0 25 0 1 0 1017748276 62132224 13531 4294967295 134512640 135223648 3216606928 3216604944 134587149 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18424/statm: 15169 13531 73 174 0 14994 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 63092

[startup+3.111 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18426
/proc/meminfo: memFree=1871496/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2416 CPUtime=0.01
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 369 644 0 0 1 0 0 0 18 0 1 0 1017748275 2473984 277 4294967295 134512640 135169312 3217069904 3217068440 3085754094 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/18420/statm: 604 277 235 161 0 43 0
[pid=18424] ppid=18420 vsize=66696 CPUtime=3.11
/proc/18424/stat : 18424 (SatELite_releas) R 18420 18420 16367 0 -1 4202496 17966 0 0 0 302 9 0 0 25 0 1 0 1017748276 68296704 14523 4294967295 134512640 135223648 3216606928 3216605128 134585281 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18424/statm: 16674 14523 73 174 0 16499 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 69112

[startup+6.31082 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18428
/proc/meminfo: memFree=1901288/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2420 CPUtime=3.44
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 387 18631 0 0 1 0 332 11 18 0 1 0 1017748275 2478080 278 4294967295 134512640 135169312 3217069904 3217066120 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18420/statm: 605 278 235 161 0 44 0
[pid=18428] ppid=18420 vsize=18836 CPUtime=2.88
/proc/18428/stat : 18428 (minisat_static) R 18420 18420 16367 0 -1 4202496 4425 0 0 0 282 6 0 0 25 0 1 0 1017748619 19288064 4360 4294967295 134512640 135216011 3220730656 3220729008 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18428/statm: 4709 4360 71 172 0 4536 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 21256

[startup+12.7105 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18611
/proc/meminfo: memFree=1898848/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2420 CPUtime=3.44
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 387 18631 0 0 1 0 332 11 18 0 1 0 1017748275 2478080 278 4294967295 134512640 135169312 3217069904 3217066120 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18420/statm: 605 278 235 161 0 44 0
[pid=18428] ppid=18420 vsize=21080 CPUtime=9.28
/proc/18428/stat : 18428 (minisat_static) R 18420 18420 16367 0 -1 4202496 4981 0 0 0 922 6 0 0 25 0 1 0 1017748619 21585920 4916 4294967295 134512640 135216011 3220730656 3220729008 134527457 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18428/statm: 5270 4916 71 172 0 5097 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 23500

[startup+25.5097 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18611
/proc/meminfo: memFree=1895428/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2420 CPUtime=3.44
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 387 18631 0 0 1 0 332 11 18 0 1 0 1017748275 2478080 278 4294967295 134512640 135169312 3217069904 3217066120 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18420/statm: 605 278 235 161 0 44 0
[pid=18428] ppid=18420 vsize=24512 CPUtime=22.08
/proc/18428/stat : 18428 (minisat_static) R 18420 18420 16367 0 -1 4202496 5825 0 0 0 2201 7 0 0 25 0 1 0 1017748619 25100288 5760 4294967295 134512640 135216011 3220730656 3220729008 134527208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18428/statm: 6128 5760 71 172 0 5955 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 26932

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

[startup+31.9194 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18611
/proc/meminfo: memFree=1894468/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2420 CPUtime=3.44
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 387 18631 0 0 1 0 332 11 18 0 1 0 1017748275 2478080 278 4294967295 134512640 135169312 3217069904 3217066120 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18420/statm: 605 278 235 161 0 44 0
[pid=18428] ppid=18420 vsize=25484 CPUtime=28.49
/proc/18428/stat : 18428 (minisat_static) R 18420 18420 16367 0 -1 4202496 6057 0 0 0 2841 8 0 0 25 0 1 0 1017748619 26095616 5992 4294967295 134512640 135216011 3220730656 3220729008 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18428/statm: 6371 5992 71 172 0 6198 0
Current children cumulated CPU time (s) 31.93
Current children cumulated vsize (KiB) 27904

[startup+33.5093 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18611
/proc/meminfo: memFree=1894500/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2420 CPUtime=3.44
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 387 18631 0 0 1 0 332 11 18 0 1 0 1017748275 2478080 278 4294967295 134512640 135169312 3217069904 3217066120 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18420/statm: 605 278 235 161 0 44 0
[pid=18428] ppid=18420 vsize=25484 CPUtime=30.08
/proc/18428/stat : 18428 (minisat_static) R 18420 18420 16367 0 -1 4202496 6057 0 0 0 3000 8 0 0 25 0 1 0 1017748619 26095616 5992 4294967295 134512640 135216011 3220730656 3220729008 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18428/statm: 6371 5992 71 172 0 6198 0
Current children cumulated CPU time (s) 33.52
Current children cumulated vsize (KiB) 27904

[startup+34.3092 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18611
/proc/meminfo: memFree=1894500/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2420 CPUtime=3.44
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 387 18631 0 0 1 0 332 11 18 0 1 0 1017748275 2478080 278 4294967295 134512640 135169312 3217069904 3217066120 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18420/statm: 605 278 235 161 0 44 0
[pid=18428] ppid=18420 vsize=25484 CPUtime=30.88
/proc/18428/stat : 18428 (minisat_static) R 18420 18420 16367 0 -1 4202496 6057 0 0 0 3080 8 0 0 25 0 1 0 1017748619 26095616 5992 4294967295 134512640 135216011 3220730656 3220729008 134527243 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18428/statm: 6371 5992 71 172 0 6198 0
Current children cumulated CPU time (s) 34.32
Current children cumulated vsize (KiB) 27904

[startup+34.7092 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18611
/proc/meminfo: memFree=1894500/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2420 CPUtime=3.44
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 387 18631 0 0 1 0 332 11 18 0 1 0 1017748275 2478080 278 4294967295 134512640 135169312 3217069904 3217066120 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18420/statm: 605 278 235 161 0 44 0
[pid=18428] ppid=18420 vsize=25484 CPUtime=31.28
/proc/18428/stat : 18428 (minisat_static) R 18420 18420 16367 0 -1 4202496 6057 0 0 0 3120 8 0 0 25 0 1 0 1017748619 26095616 5992 4294967295 134512640 135216011 3220730656 3220729008 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18428/statm: 6371 5992 71 172 0 6198 0
Current children cumulated CPU time (s) 34.72
Current children cumulated vsize (KiB) 27904

[startup+34.9092 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18611
/proc/meminfo: memFree=1894500/2074464 swapFree=1949244/1959888
[pid=18420] ppid=18418 vsize=2420 CPUtime=3.44
/proc/18420/stat : 18420 (SatELiteGTI) S 18418 18420 16367 0 -1 4194304 387 18631 0 0 1 0 332 11 18 0 1 0 1017748275 2478080 278 4294967295 134512640 135169312 3217069904 3217066120 3085754094 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18420/statm: 605 278 235 161 0 44 0
[pid=18428] ppid=18420 vsize=25484 CPUtime=31.48
/proc/18428/stat : 18428 (minisat_static) R 18420 18420 16367 0 -1 4202496 6057 0 0 0 3140 8 0 0 25 0 1 0 1017748619 26095616 5992 4294967295 134512640 135216011 3220730656 3220729008 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18428/statm: 6371 5992 71 172 0 6198 0
Current children cumulated CPU time (s) 34.92
Current children cumulated vsize (KiB) 27904

Child status: 20
Real time (s): 34.9193
CPU time (s): 34.93
CPU user time (s): 34.73
CPU system time (s): 0.2
CPU usage (%): 100.031
Max. virtual memory (cumulated for all children) (KiB): 69112

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 05:54:32
IDJOB=1821512
IDBENCH=70974
IDSOLVER=661
FILE ID=tipi11/1821512-1242532472
PBS_JOBID=
Free space on /tmp= 9835 MiB

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

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED= 1288472021

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

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1928064 kB
Buffers:         18676 kB
Cached:          74144 kB
SwapCached:       5248 kB
Active:          58116 kB
Inactive:        46400 kB
HighTotal:     1178688 kB
HighFree:      1091580 kB
LowTotal:       895776 kB
LowFree:        836484 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:           10280 kB
Writeback:           0 kB
AnonPages:       11064 kB
Mapped:           5036 kB
Slab:            32876 kB
PageTables:        592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97124 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9835 MiB
End job on tipi11 at 2009-05-17 05:55:08