Trace number 1820786

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 70.75 70.7573

General information on the benchmark

Namevelev-engi-uns-1.0-4nd.cnf
MD5SUM700f8e86139a93fca212e22efa0f7d2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.05
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses67586
Sum of the clauses size190944
Maximum clause length58
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256649
Number of clauses of size 35901
Number of clauses of size 4437
Number of clauses of size 5591
Number of clauses of size over 54007

Solver Data

0.00/0.01	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |   67585   190943 |   20275       0        0     nan |  0.000 % |
0.41/0.46	c |         0 |   63162   204333 |      --       0       --      -- |     --   | -3818/15568
0.41/0.46	c ==============================================================================
0.41/0.46	c Result  :   #vars: 5106   #clauses: 63162   #literals: 204333
0.41/0.46	c CPU time:   0.42 s
0.41/0.46	c ==============================================================================
0.51/0.53	This is MiniSat 2.0 beta
0.51/0.53	WARNING: for repeatability, setting FPU to use double precision
0.51/0.53	============================[ Problem Statistics ]=============================
0.51/0.53	|                                                                             |
0.51/0.53	|  Number of variables:  5106                                                 |
0.51/0.53	|  Number of clauses:    63162                                                |
0.51/0.57	|  Parsing time:         0.03         s                                       |
0.51/0.57	============================[ Search Statistics ]==============================
0.51/0.57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.51/0.57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.51/0.57	===============================================================================
0.51/0.57	|         0 |    5106    63162   204333 |    21054        0    nan |  0.000 % |
0.51/0.60	|       100 |    5105    63162   204333 |    23159       98     23 |  0.921 % |
0.52/0.64	|       250 |    5105    63162   204333 |    25475      248     36 |  0.921 % |
0.52/0.67	|       476 |    5105    63162   204333 |    28022      474     32 |  0.921 % |
0.52/0.75	|       813 |    5105    63162   204333 |    30825      811     33 |  0.923 % |
0.52/0.87	|      1321 |    5059    62456   202374 |    33907     1315     34 |  0.921 % |
0.52/1.00	|      2080 |    5059    62456   202374 |    37298     2074     36 |  0.923 % |
1.11/1.14	|      3219 |    5059    62456   202374 |    41028     3213     45 |  0.922 % |
1.51/1.56	|      4928 |    5059    62456   202374 |    45131     4922     40 |  0.921 % |
2.01/2.11	|      7490 |    5059    62456   202374 |    49644     7484     40 |  0.921 % |
3.01/3.04	|     11335 |    5059    62456   202374 |    54608    11329     43 |  0.922 % |
4.71/4.71	|     17102 |    5059    62456   202374 |    60069    17096     53 |  0.921 % |
7.71/7.76	|     25751 |    5058    62095   201594 |    66076    25738     58 |  0.942 % |
13.31/13.37	|     38726 |    5057    61829   201018 |    72684    38640     53 |  0.961 % |
22.31/22.37	|     58188 |    5057    61829   201018 |    79952    58102     56 |  0.960 % |
42.51/42.58	|     87382 |    5036    61049   198907 |    87947    20326     45 |  1.412 % |
63.11/63.12	|    131171 |    4898    58544   192354 |    96742    62213     51 |  4.075 % |
70.71/70.75	===============================================================================
70.71/70.75	restarts              : 17
70.71/70.75	conflicts             : 143436         (2044 /sec)
70.71/70.75	decisions             : 206283         (0.38 % random) (2939 /sec)
70.71/70.75	propagations          : 40125079       (571664 /sec)
70.71/70.75	conflict literals     : 7626635        (45.63 % deleted)
70.71/70.75	Memory used           : 26.07 MB
70.71/70.75	CPU time              : 70.19 s
70.71/70.75	
70.71/70.75	UNSATISFIABLE
70.71/70.75	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-1820786-1242476745/watcher-1820786-1242476745 -o /tmp/evaluation-result-1820786-1242476745/solver-1820786-1242476745 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820786-1242476745.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.00 2/91 32205
/proc/meminfo: memFree=1619896/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2416 CPUtime=0
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 368 642 0 0 0 0 0 0 18 0 1 0 1012172565 2473984 277 4294967295 134512640 135169312 3215701520 3215700056 3085115118 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32205/statm: 604 277 235 161 0 43 0
[pid=32209] ppid=32205 vsize=952 CPUtime=0.01
/proc/32209/stat : 32209 (SatELite_releas) R 32205 32205 15108 0 -1 4202496 94 0 0 0 0 1 0 0 20 0 1 0 1012172565 974848 29 4294967295 134512640 135223648 3213915200 3213914972 134614223 0 0 0 0 0 0 0 17 1 0 0 0
/proc/32209/statm: 238 29 23 174 0 63 0

[startup+0.114722 s]
/proc/loadavg: 1.00 1.03 1.00 2/91 32205
/proc/meminfo: memFree=1619896/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2416 CPUtime=0
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 368 642 0 0 0 0 0 0 18 0 1 0 1012172565 2473984 277 4294967295 134512640 135169312 3215701520 3215700056 3085115118 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32205/statm: 604 277 235 161 0 43 0
[pid=32209] ppid=32205 vsize=7612 CPUtime=0.11
/proc/32209/stat : 32209 (SatELite_releas) R 32205 32205 15108 0 -1 4202496 1816 0 0 0 8 3 0 0 21 0 1 0 1012172565 7794688 1619 4294967295 134512640 135223648 3213915200 3213913276 134587072 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32209/statm: 1903 1619 73 174 0 1728 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10028

[startup+0.214712 s]
/proc/loadavg: 1.00 1.03 1.00 2/91 32205
/proc/meminfo: memFree=1619896/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2416 CPUtime=0
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 368 642 0 0 0 0 0 0 18 0 1 0 1012172565 2473984 277 4294967295 134512640 135169312 3215701520 3215700056 3085115118 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32205/statm: 604 277 235 161 0 43 0
[pid=32209] ppid=32205 vsize=7876 CPUtime=0.21
/proc/32209/stat : 32209 (SatELite_releas) R 32205 32205 15108 0 -1 4202496 1874 0 0 0 18 3 0 0 21 0 1 0 1012172565 8065024 1677 4294967295 134512640 135223648 3213915200 3213913216 134586706 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32209/statm: 1969 1677 73 174 0 1794 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10292

[startup+0.314704 s]
/proc/loadavg: 1.00 1.03 1.00 2/91 32205
/proc/meminfo: memFree=1619896/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2416 CPUtime=0
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 368 642 0 0 0 0 0 0 18 0 1 0 1012172565 2473984 277 4294967295 134512640 135169312 3215701520 3215700056 3085115118 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/32205/statm: 604 277 235 161 0 43 0
[pid=32209] ppid=32205 vsize=7876 CPUtime=0.31
/proc/32209/stat : 32209 (SatELite_releas) R 32205 32205 15108 0 -1 4202496 1887 0 0 0 28 3 0 0 21 0 1 0 1012172565 8065024 1690 4294967295 134512640 135223648 3213915200 3213913216 134586814 0 0 0 3 0 0 0 17 1 0 0 0
/proc/32209/statm: 1969 1690 73 174 0 1794 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 10292

[startup+0.714673 s]
/proc/loadavg: 1.00 1.03 1.00 2/91 32205
/proc/meminfo: memFree=1619896/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2420

[startup+1.51461 s]
/proc/loadavg: 1.00 1.03 1.00 3/93 32211
/proc/meminfo: memFree=1613656/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=5984 CPUtime=0.99
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 1418 0 0 0 98 1 0 0 19 0 1 0 1012172618 6127616 1353 4294967295 134512640 135216011 3219272128 3219270480 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 1496 1353 71 172 0 1323 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 8404

[startup+3.11449 s]
/proc/loadavg: 1.00 1.03 1.00 3/93 32211
/proc/meminfo: memFree=1612416/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=7472 CPUtime=2.59
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 1791 0 0 0 258 1 0 0 22 0 1 0 1012172618 7651328 1726 4294967295 134512640 135216011 3219272128 3219270480 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 1868 1726 71 172 0 1695 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 9892

[startup+6.31425 s]
/proc/loadavg: 1.00 1.03 1.00 3/93 32211
/proc/meminfo: memFree=1609192/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=10576 CPUtime=5.79
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 2544 0 0 0 578 1 0 0 25 0 1 0 1012172618 10829824 2479 4294967295 134512640 135216011 3219272128 3219270480 134527395 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 2644 2479 71 172 0 2471 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 12996

[startup+12.7138 s]
/proc/loadavg: 1.00 1.03 1.00 3/93 32214
/proc/meminfo: memFree=1605040/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=14444 CPUtime=12.19
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 3501 0 0 0 1218 1 0 0 25 0 1 0 1012172618 14790656 3436 4294967295 134512640 135216011 3219272128 3219270480 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 3611 3436 71 172 0 3438 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 16864

[startup+25.5128 s]
/proc/loadavg: 1.00 1.02 1.00 4/93 32214
/proc/meminfo: memFree=1598284/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=21064 CPUtime=24.99
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 5140 0 0 0 2496 3 0 0 25 0 1 0 1012172618 21569536 5075 4294967295 134512640 135216011 3219272128 3219270480 134527289 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 5266 5075 71 172 0 5093 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 23484

[startup+51.1108 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 32398
/proc/meminfo: memFree=1592484/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=26372 CPUtime=50.59
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 6496 0 0 0 5055 4 0 0 25 0 1 0 1012172618 27004928 6431 4294967295 134512640 135216011 3219272128 3219270480 134527410 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 6593 6431 71 172 0 6420 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 28792

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

[startup+51.2108 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 32398
/proc/meminfo: memFree=1592484/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=26372 CPUtime=50.69
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 6496 0 0 0 5065 4 0 0 25 0 1 0 1012172618 27004928 6431 4294967295 134512640 135216011 3219272128 3219270480 134527280 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 6593 6431 71 172 0 6420 0
Current children cumulated CPU time (s) 51.21
Current children cumulated vsize (KiB) 28792

[startup+64.0098 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 32399
/proc/meminfo: memFree=1592324/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=26688 CPUtime=63.49
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 6541 0 0 0 6345 4 0 0 25 0 1 0 1012172618 27328512 6476 4294967295 134512640 135216011 3219272128 3219270480 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 6672 6476 71 172 0 6499 0
Current children cumulated CPU time (s) 64.01
Current children cumulated vsize (KiB) 29108

[startup+67.2196 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 32400
/proc/meminfo: memFree=1592316/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=26688 CPUtime=66.7
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 6556 0 0 0 6666 4 0 0 25 0 1 0 1012172618 27328512 6491 4294967295 134512640 135216011 3219272128 3219270480 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 6672 6491 71 172 0 6499 0
Current children cumulated CPU time (s) 67.22
Current children cumulated vsize (KiB) 29108

[startup+68.8095 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 32400
/proc/meminfo: memFree=1592316/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=26688 CPUtime=68.29
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 6556 0 0 0 6825 4 0 0 25 0 1 0 1012172618 27328512 6491 4294967295 134512640 135216011 3219272128 3219270480 134527964 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 6672 6491 71 172 0 6499 0
Current children cumulated CPU time (s) 68.81
Current children cumulated vsize (KiB) 29108

[startup+69.6094 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 32400
/proc/meminfo: memFree=1592316/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=26688 CPUtime=69.09
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 6557 0 0 0 6905 4 0 0 25 0 1 0 1012172618 27328512 6492 4294967295 134512640 135216011 3219272128 3219270480 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 6672 6492 71 172 0 6499 0
Current children cumulated CPU time (s) 69.61
Current children cumulated vsize (KiB) 29108

[startup+70.4094 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 32400
/proc/meminfo: memFree=1592316/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=26688 CPUtime=69.89
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 6557 0 0 0 6985 4 0 0 25 0 1 0 1012172618 27328512 6492 4294967295 134512640 135216011 3219272128 3219270480 134527379 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 6672 6492 71 172 0 6499 0
Current children cumulated CPU time (s) 70.41
Current children cumulated vsize (KiB) 29108

[startup+70.6093 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 32400
/proc/meminfo: memFree=1592316/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=26688 CPUtime=70.09
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 6557 0 0 0 7005 4 0 0 25 0 1 0 1012172618 27328512 6492 4294967295 134512640 135216011 3219272128 3219270480 134527395 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 6672 6492 71 172 0 6499 0
Current children cumulated CPU time (s) 70.61
Current children cumulated vsize (KiB) 29108

[startup+70.7093 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 32400
/proc/meminfo: memFree=1592316/2074464 swapFree=1952056/1959888
[pid=32205] ppid=32203 vsize=2420 CPUtime=0.52
/proc/32205/stat : 32205 (SatELiteGTI) S 32203 32205 15108 0 -1 4194304 386 2689 0 0 0 0 49 3 17 0 1 0 1012172565 2478080 278 4294967295 134512640 135169312 3215701520 3215697736 3085115118 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/32205/statm: 605 278 235 161 0 44 0
[pid=32211] ppid=32205 vsize=26688 CPUtime=70.19
/proc/32211/stat : 32211 (minisat_static) R 32205 32205 15108 0 -1 4202496 6557 0 0 0 7015 4 0 0 25 0 1 0 1012172618 27328512 6492 4294967295 134512640 135216011 3219272128 3219270480 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/32211/statm: 6672 6492 71 172 0 6499 0
Current children cumulated CPU time (s) 70.71
Current children cumulated vsize (KiB) 29108

Child status: 20
Real time (s): 70.7573
CPU time (s): 70.75
CPU user time (s): 70.68
CPU system time (s): 0.07
CPU usage (%): 99.9897
Max. virtual memory (cumulated for all children) (KiB): 29108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.68
system time used= 0.07
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9917
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= 19
involuntary context switches= 288

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-16 14:25:45
IDJOB=1820786
IDBENCH=69594
IDSOLVER=661
FILE ID=tipi24/1820786-1242476745
PBS_JOBID=
Free space on /tmp= 10104 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE08/cnf/velev-engi-uns-1.0-4nd.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820786-1242476745/watcher-1820786-1242476745 -o /tmp/evaluation-result-1820786-1242476745/solver-1820786-1242476745 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820786-1242476745.cnf

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

MD5SUM BENCH= 700f8e86139a93fca212e22efa0f7d2b
RANDOM SEED= 1801228780

Linux tipi24 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.461
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.461
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.75

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.461
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:       1619904 kB
Buffers:         22944 kB
Cached:         350732 kB
SwapCached:       3828 kB
Active:          41892 kB
Inactive:       341512 kB
HighTotal:     1178688 kB
HighFree:       908516 kB
LowTotal:       895776 kB
LowFree:        711388 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            2640 kB
Writeback:         172 kB
AnonPages:        8752 kB
Mapped:           3316 kB
Slab:            62840 kB
PageTables:        436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87796 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10104 MiB
End job on tipi24 at 2009-05-16 14:26:56