Trace number 1820787

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 38.84 38.8939

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.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   67585   190943 |   20275       0        0     nan |  0.000 % |
0.42/0.44	c |         0 |   63162   204333 |      --       0       --      -- |     --   | -3818/15568
0.42/0.44	c ==============================================================================
0.42/0.44	c Result  :   #vars: 5106   #clauses: 63162   #literals: 204333
0.42/0.44	c CPU time:   0.44 s
0.42/0.44	c ==============================================================================
0.42/0.51	This is MiniSat 2.0 beta
0.42/0.51	WARNING: for repeatability, setting FPU to use double precision
0.42/0.51	============================[ Problem Statistics ]=============================
0.42/0.51	|                                                                             |
0.51/0.51	|  Number of variables:  5106                                                 |
0.51/0.51	|  Number of clauses:    63162                                                |
0.51/0.55	|  Parsing time:         0.03         s                                       |
0.51/0.55	============================[ Search Statistics ]==============================
0.51/0.55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.51/0.55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.51/0.55	===============================================================================
0.51/0.55	|         0 |    5106    63162   204333 |    21054        0    nan |  0.000 % |
0.51/0.58	|       100 |    5106    63162   204333 |    23159       99     17 |  0.901 % |
0.51/0.59	|       251 |    5106    63162   204333 |    25475      250     37 |  0.901 % |
0.51/0.62	|       477 |    5106    63162   204333 |    28022      476     36 |  0.901 % |
0.51/0.66	|       814 |    5106    63162   204333 |    30825      813     31 |  0.902 % |
0.51/0.75	|      1320 |    5106    63162   204333 |    33907     1319     30 |  0.902 % |
0.51/0.89	|      2079 |    5060    62479   202457 |    37298     2078     28 |  0.902 % |
1.11/1.15	|      3218 |    5060    62479   202457 |    41028     3217     32 |  0.901 % |
1.41/1.49	|      4926 |    5060    62479   202457 |    45131     4925     32 |  0.901 % |
2.01/2.03	|      7489 |    5060    62479   202457 |    49644     7488     32 |  0.902 % |
3.00/3.02	|     11333 |    5059    62468   202435 |    54608    11331     31 |  0.920 % |
4.50/4.57	|     17099 |    5059    62468   202435 |    60069    17097     34 |  0.920 % |
7.09/7.15	|     25750 |    5059    62468   202435 |    66076    25748     35 |  0.921 % |
11.28/11.34	|     38724 |    5059    62468   202435 |    72684    38722     34 |  0.921 % |
20.06/20.15	|     58186 |    5058    62456   202411 |    79952    58180     38 |  1.000 % |
34.17/34.24	|     87378 |    5054    62423   202337 |    87947    25053     45 |  1.020 % |
38.77/38.88	===============================================================================
38.77/38.88	restarts              : 16
38.77/38.88	conflicts             : 98650          (2580 /sec)
38.77/38.88	decisions             : 135983         (0.41 % random) (3557 /sec)
38.77/38.88	propagations          : 30328547       (793318 /sec)
38.77/38.88	conflict literals     : 4100992        (50.66 % deleted)
38.77/38.88	Memory used           : 20.82 MB
38.77/38.88	CPU time              : 38.23 s
38.77/38.88	
38.77/38.88	UNSATISFIABLE
38.77/38.89	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-1820787-1242476775/watcher-1820787-1242476775 -o /tmp/evaluation-result-1820787-1242476775/solver-1820787-1242476775 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820787-1242476775.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.99 0.98 0.99 2/93 5675
/proc/meminfo: memFree=1176848/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2412 CPUtime=0
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1012178532 2469888 276 4294967295 134512640 135169312 3220650672 3220649208 3085553390 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5675/statm: 603 276 235 161 0 42 0
[pid=5679] ppid=5675 vsize=952 CPUtime=0
/proc/5679/stat : 5679 (SatELite_releas) R 5675 5675 20977 0 -1 4202496 103 0 0 0 0 0 0 0 25 0 1 0 1012178533 974848 39 4294967295 134512640 135223648 3217172320 3217172140 134524832 0 0 0 0 0 0 0 17 2 0 0 0
/proc/5679/statm: 238 49 40 174 0 63 0

[startup+0.087417 s]
/proc/loadavg: 0.99 0.98 0.99 2/93 5675
/proc/meminfo: memFree=1176848/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2412 CPUtime=0
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1012178532 2469888 276 4294967295 134512640 135169312 3220650672 3220649208 3085553390 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5675/statm: 603 276 235 161 0 42 0
[pid=5679] ppid=5675 vsize=7480 CPUtime=0.09
/proc/5679/stat : 5679 (SatELite_releas) R 5675 5675 20977 0 -1 4202496 1789 0 0 0 9 0 0 0 25 0 1 0 1012178533 7659520 1593 4294967295 134512640 135223648 3217172320 3217170320 134549098 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5679/statm: 1870 1593 73 174 0 1695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9892

[startup+0.117414 s]
/proc/loadavg: 0.99 0.98 0.99 2/93 5675
/proc/meminfo: memFree=1176848/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2412 CPUtime=0
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1012178532 2469888 276 4294967295 134512640 135169312 3220650672 3220649208 3085553390 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5675/statm: 603 276 235 161 0 42 0
[pid=5679] ppid=5675 vsize=7612 CPUtime=0.12
/proc/5679/stat : 5679 (SatELite_releas) R 5675 5675 20977 0 -1 4202496 1824 0 0 0 12 0 0 0 25 0 1 0 1012178533 7794688 1628 4294967295 134512640 135223648 3217172320 3217170336 134587052 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5679/statm: 1903 1628 73 174 0 1728 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10024

[startup+0.317394 s]
/proc/loadavg: 0.99 0.98 0.99 2/93 5675
/proc/meminfo: memFree=1176848/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2412 CPUtime=0
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 366 646 0 0 0 0 0 0 25 0 1 0 1012178532 2469888 276 4294967295 134512640 135169312 3220650672 3220649208 3085553390 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/5675/statm: 603 276 235 161 0 42 0
[pid=5679] ppid=5675 vsize=7876 CPUtime=0.32
/proc/5679/stat : 5679 (SatELite_releas) R 5675 5675 20977 0 -1 4202496 1886 0 0 0 31 1 0 0 25 0 1 0 1012178533 8065024 1690 4294967295 134512640 135223648 3217172320 3217170336 134586706 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5679/statm: 1969 1690 73 174 0 1794 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10288

[startup+0.717355 s]
/proc/loadavg: 0.99 0.98 0.99 2/93 5675
/proc/meminfo: memFree=1176848/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2416

[startup+1.51728 s]
/proc/loadavg: 0.99 0.98 0.99 3/95 5681
/proc/meminfo: memFree=1171260/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
[pid=5681] ppid=5675 vsize=5816 CPUtime=1
/proc/5681/stat : 5681 (minisat_static) R 5675 5675 20977 0 -1 4202496 1380 0 0 0 98 2 0 0 25 0 1 0 1012178584 5955584 1315 4294967295 134512640 135213731 3215969952 3215968432 134530220 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5681/statm: 1454 1315 73 172 0 1280 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 8232

[startup+3.11712 s]
/proc/loadavg: 0.99 0.98 0.99 3/95 5681
/proc/meminfo: memFree=1170392/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
[pid=5681] ppid=5675 vsize=6892 CPUtime=2.59
/proc/5681/stat : 5681 (minisat_static) R 5675 5675 20977 0 -1 4202496 1648 0 0 0 256 3 0 0 25 0 1 0 1012178584 7057408 1583 4294967295 134512640 135213731 3215969952 3215968432 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5681/statm: 1723 1583 73 172 0 1549 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 9308

[startup+6.3168 s]
/proc/loadavg: 0.99 0.98 0.99 3/95 5681
/proc/meminfo: memFree=1168284/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
[pid=5681] ppid=5675 vsize=9024 CPUtime=5.78
/proc/5681/stat : 5681 (minisat_static) R 5675 5675 20977 0 -1 4202496 2168 0 0 0 573 5 0 0 25 0 1 0 1012178584 9240576 2103 4294967295 134512640 135213731 3215969952 3215968432 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5681/statm: 2256 2103 73 172 0 2082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11440

[startup+12.7162 s]
/proc/loadavg: 0.99 0.98 0.99 3/95 5682
/proc/meminfo: memFree=1164884/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
[pid=5681] ppid=5675 vsize=12484 CPUtime=12.16
/proc/5681/stat : 5681 (minisat_static) R 5675 5675 20977 0 -1 4202496 3008 0 0 0 1208 8 0 0 25 0 1 0 1012178584 12783616 2943 4294967295 134512640 135213731 3215969952 3215968432 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5681/statm: 3121 2943 73 172 0 2947 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14900

[startup+25.5249 s]
/proc/loadavg: 1.14 1.01 1.00 3/95 5683
/proc/meminfo: memFree=1157764/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
[pid=5681] ppid=5675 vsize=19296 CPUtime=24.96
/proc/5681/stat : 5681 (minisat_static) R 5675 5675 20977 0 -1 4202496 4686 0 0 0 2487 9 0 0 25 0 1 0 1012178584 19759104 4621 4294967295 134512640 135213731 3215969952 3215968432 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5681/statm: 4824 4621 73 172 0 4650 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 21712

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

[startup+31.9243 s]
/proc/loadavg: 1.13 1.01 1.00 3/95 5684
/proc/meminfo: memFree=1155308/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
[pid=5681] ppid=5675 vsize=21312 CPUtime=31.36
/proc/5681/stat : 5681 (minisat_static) R 5675 5675 20977 0 -1 4202496 5218 0 0 0 3127 9 0 0 25 0 1 0 1012178584 21823488 5153 4294967295 134512640 135213731 3215969952 3215968368 134535992 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5681/statm: 5328 5153 73 172 0 5154 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (KiB) 23728

[startup+35.124 s]
/proc/loadavg: 1.12 1.01 1.00 3/95 5684
/proc/meminfo: memFree=1155260/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
[pid=5681] ppid=5675 vsize=21312 CPUtime=34.56
/proc/5681/stat : 5681 (minisat_static) R 5675 5675 20977 0 -1 4202496 5219 0 0 0 3447 9 0 0 25 0 1 0 1012178584 21823488 5154 4294967295 134512640 135213731 3215969952 3215968432 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5681/statm: 5328 5154 73 172 0 5154 0
Current children cumulated CPU time (s) 35.07
Current children cumulated vsize (KiB) 23728

[startup+36.7238 s]
/proc/loadavg: 1.12 1.01 1.00 3/95 5684
/proc/meminfo: memFree=1155268/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
[pid=5681] ppid=5675 vsize=21312 CPUtime=36.16
/proc/5681/stat : 5681 (minisat_static) R 5675 5675 20977 0 -1 4202496 5219 0 0 0 3607 9 0 0 25 0 1 0 1012178584 21823488 5154 4294967295 134512640 135213731 3215969952 3215968432 134530132 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5681/statm: 5328 5154 73 172 0 5154 0
Current children cumulated CPU time (s) 36.67
Current children cumulated vsize (KiB) 23728

[startup+37.5237 s]
/proc/loadavg: 1.12 1.01 1.00 3/95 5684
/proc/meminfo: memFree=1155268/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
[pid=5681] ppid=5675 vsize=21312 CPUtime=36.96
/proc/5681/stat : 5681 (minisat_static) R 5675 5675 20977 0 -1 4202496 5219 0 0 0 3687 9 0 0 25 0 1 0 1012178584 21823488 5154 4294967295 134512640 135213731 3215969952 3215968432 134529947 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5681/statm: 5328 5154 73 172 0 5154 0
Current children cumulated CPU time (s) 37.47
Current children cumulated vsize (KiB) 23728

[startup+38.3237 s]
/proc/loadavg: 1.12 1.01 1.00 3/95 5684
/proc/meminfo: memFree=1155268/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
[pid=5681] ppid=5675 vsize=21312 CPUtime=37.76
/proc/5681/stat : 5681 (minisat_static) R 5675 5675 20977 0 -1 4202496 5219 0 0 0 3767 9 0 0 25 0 1 0 1012178584 21823488 5154 4294967295 134512640 135213731 3215969952 3215968432 134530117 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5681/statm: 5328 5154 73 172 0 5154 0
Current children cumulated CPU time (s) 38.27
Current children cumulated vsize (KiB) 23728

[startup+38.7236 s]
/proc/loadavg: 1.11 1.01 1.00 3/95 5684
/proc/meminfo: memFree=1155268/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
[pid=5681] ppid=5675 vsize=21312 CPUtime=38.16
/proc/5681/stat : 5681 (minisat_static) R 5675 5675 20977 0 -1 4202496 5219 0 0 0 3807 9 0 0 25 0 1 0 1012178584 21823488 5154 4294967295 134512640 135213731 3215969952 3215968432 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5681/statm: 5328 5154 73 172 0 5154 0
Current children cumulated CPU time (s) 38.67
Current children cumulated vsize (KiB) 23728

[startup+38.8236 s]
/proc/loadavg: 1.11 1.01 1.00 3/95 5684
/proc/meminfo: memFree=1155268/2074464 swapFree=1951864/1959888
[pid=5675] ppid=5673 vsize=2416 CPUtime=0.51
/proc/5675/stat : 5675 (SatELiteGTI) S 5673 5675 20977 0 -1 4194304 384 2692 0 0 0 0 49 2 20 0 1 0 1012178532 2473984 277 4294967295 134512640 135169312 3220650672 3220646888 3085553390 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5675/statm: 604 277 235 161 0 43 0
[pid=5681] ppid=5675 vsize=21312 CPUtime=38.26
/proc/5681/stat : 5681 (minisat_static) R 5675 5675 20977 0 -1 4202496 5219 0 0 0 3817 9 0 0 25 0 1 0 1012178584 21823488 5154 4294967295 134512640 135213731 3215969952 3215968432 134529968 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5681/statm: 5328 5154 73 172 0 5154 0
Current children cumulated CPU time (s) 38.77
Current children cumulated vsize (KiB) 23728

Child status: 20
Real time (s): 38.8939
CPU time (s): 38.84
CPU user time (s): 38.72
CPU system time (s): 0.12
CPU usage (%): 99.8613
Max. virtual memory (cumulated for all children) (KiB): 23728

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-16 14:26:15
IDJOB=1820787
IDBENCH=69594
IDSOLVER=662
FILE ID=tipi10/1820787-1242476775
PBS_JOBID=
Free space on /tmp= 4337 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT_RACE08/cnf/velev-engi-uns-1.0-4nd.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820787-1242476775/watcher-1820787-1242476775 -o /tmp/evaluation-result-1820787-1242476775/solver-1820787-1242476775 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820787-1242476775.cnf -restarts=1

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

MD5SUM BENCH= 700f8e86139a93fca212e22efa0f7d2b
RANDOM SEED= 1328051292

Linux tipi10 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.367
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.367
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.367
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.367
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:       1176848 kB
Buffers:         18656 kB
Cached:         772748 kB
SwapCached:       2724 kB
Active:         424584 kB
Inactive:       376688 kB
HighTotal:     1178688 kB
HighFree:       550600 kB
LowTotal:       895776 kB
LowFree:        626248 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            2852 kB
Writeback:           0 kB
AnonPages:        9104 kB
Mapped:           3200 kB
Slab:            86900 kB
PageTables:        376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90588 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4337 MiB
End job on tipi10 at 2009-05-16 14:26:54