Trace number 1820529

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
APTUSAT 2009-03-22UNSAT 50.08 50.1081

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark50.08
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data

0.00/0.00	c Parsing...
0.81/0.82	c ==============================================================================
0.81/0.82	c |           |     ORIGINAL     |              LEARNT              |          |
0.81/0.82	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.81/0.82	c ==============================================================================
0.81/0.82	c |         0 |  936867  2518386 |  281060       0        0     nan |  0.000 % |
18.52/18.55	c |         0 |  661069  3356557 |      --       0       --      -- |     --   | -275798/838171
18.52/18.56	c ==============================================================================
18.52/18.56	c Result  :   #vars: 11635   #clauses: 661069   #literals: 3356557
18.52/18.56	c CPU time:   18.34 s
18.52/18.56	c ==============================================================================
19.52/19.59	This is MiniSat 2.0 beta
19.52/19.59	WARNING: for repeatability, setting FPU to use double precision
19.52/19.59	============================[ Problem Statistics ]=============================
19.52/19.59	|                                                                             |
19.52/19.59	|  Number of variables:  11635                                                |
19.52/19.59	|  Number of clauses:    661069                                               |
20.02/20.10	|  Parsing time:         0.50         s                                       |
20.12/20.14	============================[ Search Statistics ]==============================
20.12/20.14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.12/20.14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.12/20.14	===============================================================================
20.12/20.14	|         0 |   11635   661069  3356557 |   220356        0    nan |  0.000 % |
20.32/20.34	|       100 |   11635   661069  3356557 |   242391      100     21 |  0.000 % |
20.62/20.63	|       250 |   11634   661069  3356557 |   266631      249     18 |  0.009 % |
20.92/20.94	|       475 |   11634   661069  3356557 |   293294      474     18 |  0.012 % |
21.61/21.68	|       812 |   11634   661069  3356557 |   322623      811     28 |  0.009 % |
22.30/22.39	|      1319 |   11634   661069  3356557 |   354886     1318     27 |  0.009 % |
23.80/23.84	|      2078 |   11634   661069  3356557 |   390374     2077     25 |  0.009 % |
24.70/24.76	|      3218 |   11634   661069  3356557 |   429412     3217     27 |  0.009 % |
26.30/26.31	|      4926 |   11634   660871  3356160 |   472353     4925     26 |  0.009 % |
29.89/29.95	|      7488 |   11634   660871  3356160 |   519588     7487     26 |  0.009 % |
33.89/33.93	|     11333 |   11634   660871  3356160 |   571547    11332     24 |  0.009 % |
41.19/41.28	|     17100 |   11634   660871  3356160 |   628702    17099     21 |  0.009 % |
49.79/49.84	|     25750 |   11623   660824  3355616 |   691572    20707     18 |  0.223 % |
49.99/50.08	===============================================================================
49.99/50.08	restarts              : 13
49.99/50.08	conflicts             : 26102          (858 /sec)
49.99/50.08	decisions             : 41089          (1.72 % random) (1350 /sec)
49.99/50.08	propagations          : 27676644       (909518 /sec)
49.99/50.08	conflict literals     : 477953         (39.84 % deleted)
49.99/50.08	Memory used           : 39.20 MB
49.99/50.08	CPU time              : 30.43 s
49.99/50.08	
49.99/50.08	UNSATISFIABLE
49.99/50.08	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-1820529-1242452044/watcher-1820529-1242452044 -o /tmp/evaluation-result-1820529-1242452044/solver-1820529-1242452044 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820529-1242452044.cnf -restarts=1 

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.94 0.99 0.99 3/91 17686
/proc/meminfo: memFree=471776/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2412 CPUtime=0
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009702675 2469888 277 4294967295 134512640 135169312 3214355632 3214354168 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17686/statm: 603 277 235 161 0 42 0
[pid=17690] ppid=17686 vsize=952 CPUtime=0
/proc/17690/stat : 17690 (SatELite_releas) R 17686 17686 15108 0 -1 4202496 121 0 0 0 0 0 0 0 25 0 1 0 1009702675 974848 57 4294967295 134512640 135223648 3220953856 3220952452 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17690/statm: 238 59 45 174 0 63 0

[startup+0.107684 s]
/proc/loadavg: 0.94 0.99 0.99 3/91 17686
/proc/meminfo: memFree=471776/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2412 CPUtime=0
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009702675 2469888 277 4294967295 134512640 135169312 3214355632 3214354168 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17686/statm: 603 277 235 161 0 42 0
[pid=17690] ppid=17686 vsize=12996 CPUtime=0.11
/proc/17690/stat : 17690 (SatELite_releas) R 17686 17686 15108 0 -1 4202496 2890 0 0 0 10 1 0 0 25 0 1 0 1009702675 13307904 2827 4294967295 134512640 135223648 3220953856 3220952356 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17690/statm: 3249 2827 47 174 0 3074 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15408

[startup+0.207676 s]
/proc/loadavg: 0.94 0.99 0.99 3/91 17686
/proc/meminfo: memFree=471776/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2412 CPUtime=0
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009702675 2469888 277 4294967295 134512640 135169312 3214355632 3214354168 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17686/statm: 603 277 235 161 0 42 0
[pid=17690] ppid=17686 vsize=24184 CPUtime=0.21
/proc/17690/stat : 17690 (SatELite_releas) R 17686 17686 15108 0 -1 4202496 5295 0 0 0 18 3 0 0 25 0 1 0 1009702675 24764416 5231 4294967295 134512640 135223648 3220953856 3220952808 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17690/statm: 6046 5232 47 174 0 5871 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 26596

[startup+0.307667 s]
/proc/loadavg: 0.94 0.99 0.99 3/91 17686
/proc/meminfo: memFree=471776/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2412 CPUtime=0
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009702675 2469888 277 4294967295 134512640 135169312 3214355632 3214354168 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17686/statm: 603 277 235 161 0 42 0
[pid=17690] ppid=17686 vsize=31576 CPUtime=0.31
/proc/17690/stat : 17690 (SatELite_releas) R 17686 17686 15108 0 -1 4202496 7635 0 0 0 28 3 0 0 25 0 1 0 1009702675 32333824 7571 4294967295 134512640 135223648 3220953856 3220952456 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17690/statm: 7894 7571 47 174 0 7719 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 33988

[startup+0.707638 s]
/proc/loadavg: 0.94 0.99 0.99 3/91 17686
/proc/meminfo: memFree=471776/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2412 CPUtime=0
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009702675 2469888 277 4294967295 134512640 135169312 3214355632 3214354168 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17686/statm: 603 277 235 161 0 42 0
[pid=17690] ppid=17686 vsize=81108 CPUtime=0.71
/proc/17690/stat : 17690 (SatELite_releas) R 17686 17686 15108 0 -1 4202496 17400 0 0 0 64 7 0 0 25 0 1 0 1009702675 83054592 17336 4294967295 134512640 135223648 3220953856 3220952440 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17690/statm: 20277 17338 47 174 0 20102 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 83520

[startup+1.50758 s]
/proc/loadavg: 0.94 0.99 0.99 3/93 17691
/proc/meminfo: memFree=381836/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2412 CPUtime=0
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009702675 2469888 277 4294967295 134512640 135169312 3214355632 3214354168 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17686/statm: 603 277 235 161 0 42 0
[pid=17690] ppid=17686 vsize=105276 CPUtime=1.51
/proc/17690/stat : 17690 (SatELite_releas) R 17686 17686 15108 0 -1 4202496 23223 0 0 0 139 12 0 0 25 0 1 0 1009702675 107802624 22796 4294967295 134512640 135223648 3220953856 3220951872 134586924 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17690/statm: 26319 22796 73 174 0 26144 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 107688

[startup+3.10745 s]
/proc/loadavg: 0.94 0.99 0.99 3/93 17691
/proc/meminfo: memFree=375264/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2412 CPUtime=0
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009702675 2469888 277 4294967295 134512640 135169312 3214355632 3214354168 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17686/statm: 603 277 235 161 0 42 0
[pid=17690] ppid=17686 vsize=108812 CPUtime=3.11
/proc/17690/stat : 17690 (SatELite_releas) R 17686 17686 15108 0 -1 4202496 24109 0 0 0 297 14 0 0 25 0 1 0 1009702675 111423488 23682 4294967295 134512640 135223648 3220953856 3220951856 134548993 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17690/statm: 27203 23682 73 174 0 27028 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 111224

[startup+6.30721 s]
/proc/loadavg: 0.94 0.99 0.99 3/93 17696
/proc/meminfo: memFree=362864/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2412 CPUtime=0
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009702675 2469888 277 4294967295 134512640 135169312 3214355632 3214354168 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17686/statm: 603 277 235 161 0 42 0
[pid=17690] ppid=17686 vsize=113596 CPUtime=6.31
/proc/17690/stat : 17690 (SatELite_releas) R 17686 17686 15108 0 -1 4202496 25225 0 0 0 613 18 0 0 25 0 1 0 1009702675 116322304 24798 4294967295 134512640 135223648 3220953856 3220951856 134548993 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17690/statm: 28399 24798 73 174 0 28224 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 116008

[startup+12.7067 s]
/proc/loadavg: 0.95 0.99 0.99 3/93 17696
/proc/meminfo: memFree=342104/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2412 CPUtime=0
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1009702675 2469888 277 4294967295 134512640 135169312 3214355632 3214354168 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17686/statm: 603 277 235 161 0 42 0
[pid=17690] ppid=17686 vsize=132976 CPUtime=12.71
/proc/17690/stat : 17690 (SatELite_releas) R 17686 17686 15108 0 -1 4202496 29333 0 0 0 1250 21 0 0 25 0 1 0 1009702675 136167424 28609 4294967295 134512640 135223648 3220953856 3220952208 134601979 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17690/statm: 33244 28609 73 174 0 33069 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 135388

[startup+25.5157 s]
/proc/loadavg: 0.96 0.99 0.99 3/93 17697
/proc/meminfo: memFree=392512/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2416 CPUtime=19.59
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 385 33270 0 0 0 0 1932 27 18 0 1 0 1009702675 2473984 278 4294967295 134512640 135169312 3214355632 3214351848 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17686/statm: 604 278 235 161 0 43 0
[pid=17697] ppid=17686 vsize=37872 CPUtime=5.91
/proc/17697/stat : 17697 (minisat_static) R 17686 17686 15108 0 -1 4202496 9375 0 0 0 588 3 0 0 25 0 1 0 1009704634 38780928 9310 4294967295 134512640 135213731 3218055312 3218053792 134530042 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17697/statm: 9468 9310 73 172 0 9294 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 40288

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

[startup+25.6157 s]
/proc/loadavg: 0.96 0.99 0.99 3/93 17697
/proc/meminfo: memFree=392512/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2416 CPUtime=19.59
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 385 33270 0 0 0 0 1932 27 18 0 1 0 1009702675 2473984 278 4294967295 134512640 135169312 3214355632 3214351848 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17686/statm: 604 278 235 161 0 43 0
[pid=17697] ppid=17686 vsize=38004 CPUtime=6.01
/proc/17697/stat : 17697 (minisat_static) R 17686 17686 15108 0 -1 4202496 9381 0 0 0 598 3 0 0 25 0 1 0 1009704634 38916096 9316 4294967295 134512640 135213731 3218055312 3218053792 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17697/statm: 9501 9316 73 172 0 9327 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 40420

[startup+38.4147 s]
/proc/loadavg: 1.04 1.00 1.00 2/93 17883
/proc/meminfo: memFree=390872/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2416 CPUtime=19.59
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 385 33270 0 0 0 0 1932 27 18 0 1 0 1009702675 2473984 278 4294967295 134512640 135169312 3214355632 3214351848 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17686/statm: 604 278 235 161 0 43 0
[pid=17697] ppid=17686 vsize=39344 CPUtime=18.8
/proc/17697/stat : 17697 (minisat_static) R 17686 17686 15108 0 -1 4202496 9726 0 0 0 1877 3 0 0 25 0 1 0 1009704634 40288256 9661 4294967295 134512640 135213731 3218055312 3218053792 134530505 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17697/statm: 9836 9661 73 172 0 9662 0
Current children cumulated CPU time (s) 38.39
Current children cumulated vsize (KiB) 41760

[startup+44.8143 s]
/proc/loadavg: 1.04 1.00 1.00 2/93 17883
/proc/meminfo: memFree=390340/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2416 CPUtime=19.59
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 385 33270 0 0 0 0 1932 27 18 0 1 0 1009702675 2473984 278 4294967295 134512640 135169312 3214355632 3214351848 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17686/statm: 604 278 235 161 0 43 0
[pid=17697] ppid=17686 vsize=39872 CPUtime=25.2
/proc/17697/stat : 17697 (minisat_static) R 17686 17686 15108 0 -1 4202496 9869 0 0 0 2517 3 0 0 25 0 1 0 1009704634 40828928 9804 4294967295 134512640 135213731 3218055312 3218053792 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17697/statm: 9968 9804 73 172 0 9794 0
Current children cumulated CPU time (s) 44.79
Current children cumulated vsize (KiB) 42288

[startup+48.014 s]
/proc/loadavg: 1.04 1.00 1.00 2/93 17883
/proc/meminfo: memFree=390248/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2416 CPUtime=19.59
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 385 33270 0 0 0 0 1932 27 18 0 1 0 1009702675 2473984 278 4294967295 134512640 135169312 3214355632 3214351848 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17686/statm: 604 278 235 161 0 43 0
[pid=17697] ppid=17686 vsize=40004 CPUtime=28.4
/proc/17697/stat : 17697 (minisat_static) R 17686 17686 15108 0 -1 4202496 9899 0 0 0 2837 3 0 0 25 0 1 0 1009704634 40964096 9834 4294967295 134512640 135213731 3218055312 3218053792 134529947 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17697/statm: 10001 9834 73 172 0 9827 0
Current children cumulated CPU time (s) 47.99
Current children cumulated vsize (KiB) 42420

[startup+48.8139 s]
/proc/loadavg: 1.03 1.00 1.00 2/93 17883
/proc/meminfo: memFree=390264/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2416 CPUtime=19.59
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 385 33270 0 0 0 0 1932 27 18 0 1 0 1009702675 2473984 278 4294967295 134512640 135169312 3214355632 3214351848 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17686/statm: 604 278 235 161 0 43 0
[pid=17697] ppid=17686 vsize=40004 CPUtime=29.2
/proc/17697/stat : 17697 (minisat_static) R 17686 17686 15108 0 -1 4202496 9904 0 0 0 2917 3 0 0 25 0 1 0 1009704634 40964096 9839 4294967295 134512640 135213731 3218055312 3218053792 134530479 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17697/statm: 10001 9839 73 172 0 9827 0
Current children cumulated CPU time (s) 48.79
Current children cumulated vsize (KiB) 42420

[startup+49.6139 s]
/proc/loadavg: 1.03 1.00 1.00 2/93 17883
/proc/meminfo: memFree=390264/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2416 CPUtime=19.59
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 385 33270 0 0 0 0 1932 27 18 0 1 0 1009702675 2473984 278 4294967295 134512640 135169312 3214355632 3214351848 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17686/statm: 604 278 235 161 0 43 0
[pid=17697] ppid=17686 vsize=40004 CPUtime=30
/proc/17697/stat : 17697 (minisat_static) R 17686 17686 15108 0 -1 4202496 9906 0 0 0 2997 3 0 0 25 0 1 0 1009704634 40964096 9841 4294967295 134512640 135213731 3218055312 3218053792 134530208 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17697/statm: 10001 9841 73 172 0 9827 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 42420

[startup+50.0139 s]
/proc/loadavg: 1.03 1.00 1.00 2/93 17883
/proc/meminfo: memFree=390264/2074464 swapFree=1952056/1959888
[pid=17686] ppid=17684 vsize=2416 CPUtime=19.59
/proc/17686/stat : 17686 (SatELiteGTI) S 17684 17686 15108 0 -1 4194304 385 33270 0 0 0 0 1932 27 18 0 1 0 1009702675 2473984 278 4294967295 134512640 135169312 3214355632 3214351848 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17686/statm: 604 278 235 161 0 43 0
[pid=17697] ppid=17686 vsize=40136 CPUtime=30.4
/proc/17697/stat : 17697 (minisat_static) R 17686 17686 15108 0 -1 4202496 9908 0 0 0 3037 3 0 0 25 0 1 0 1009704634 41099264 9843 4294967295 134512640 135213731 3218055312 3218053776 134523426 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17697/statm: 10034 9843 73 172 0 9860 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 42552

Child status: 20
Real time (s): 50.1081
CPU time (s): 50.08
CPU user time (s): 49.75
CPU system time (s): 0.33
CPU usage (%): 99.9439
Max. virtual memory (cumulated for all children) (KiB): 143112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.75
system time used= 0.33
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43851
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= 24
involuntary context switches= 1107

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-16 07:34:04
IDJOB=1820529
IDBENCH=20430
IDSOLVER=662
FILE ID=tipi24/1820529-1242452044
PBS_JOBID=
Free space on /tmp= 10761 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820529-1242452044/watcher-1820529-1242452044 -o /tmp/evaluation-result-1820529-1242452044/solver-1820529-1242452044 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820529-1242452044.cnf -restarts=1

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

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED= 415575830

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:        472048 kB
Buffers:         40164 kB
Cached:        1449064 kB
SwapCached:       3968 kB
Active:         535316 kB
Inactive:       963628 kB
HighTotal:     1178688 kB
HighFree:        72900 kB
LowTotal:       895776 kB
LowFree:        399148 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:           19132 kB
Writeback:           0 kB
AnonPages:        8972 kB
Mapped:           3420 kB
Slab:            93976 kB
PageTables:        460 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= 10761 MiB
End job on tipi24 at 2009-05-16 07:34:56