Trace number 1797364

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
minisat2-simp 070721UNSAT 168.922 168.996

General information on the benchmark

Namemanol-pipe-g10id.cnf
MD5SUM79b8866c5f4be7f699958174c5be63e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark105.633
Satisfiable
(Un)Satisfiability was proved
Number of variables159638
Number of clauses473596
Sum of the clauses size1105056
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2315730
Number of clauses of size 3157865
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  159638                                               |
0.00/0.00	|  Number of clauses:    473596                                               |
0.59/0.63	|  Parsing time:         0.57         s                                       |
3.68/3.73	============================[ Search Statistics ]==============================
3.68/3.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.68/3.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.68/3.73	===============================================================================
3.68/3.73	|         0 |   35337   215434   986337 |    71811        0    nan |  0.000 % |
3.79/3.87	|       100 |   35333   215434   986337 |    78992       97      7 |  0.064 % |
3.99/4.01	|       250 |   35332   215434   986337 |    86891      247     12 |  0.064 % |
4.29/4.35	|       477 |   35331   215434   986337 |    95580      474     13 |  0.064 % |
4.59/4.62	|       814 |   35329   215434   986337 |   105138      811     16 |  0.064 % |
5.09/5.11	|      1321 |   35304   215434   986337 |   115652     1311     16 |  0.108 % |
5.49/5.55	|      2080 |   35227   214001   980652 |   127218     2053     19 |  0.123 % |
5.99/6.03	|      3222 |   35218   214001   980652 |   139939     3191     29 |  0.133 % |
6.19/6.22	|      4931 |   35217   214001   980652 |   153933     4899     28 |  0.231 % |
6.99/7.08	|      7494 |   35041   211985   972139 |   169327     7393     26 |  0.235 % |
8.29/8.35	|     11343 |   35033   211749   971104 |   186260    11240     29 |  0.239 % |
9.59/9.69	|     17113 |   35016   211749   971104 |   204886    17009     42 |  0.361 % |
11.29/11.36	|     25762 |   34764   210381   963746 |   225374    25655     42 |  0.669 % |
15.39/15.42	|     38739 |   34742   210381   963746 |   247912    38631     60 |  0.685 % |
21.38/21.44	|     58201 |   34275   205933   941743 |   272703    58074     56 |  0.729 % |
32.27/32.39	|     87394 |   34250   204902   937964 |   299973    87255     58 |  0.729 % |
44.66/44.72	|    131184 |   34249   204892   937926 |   329971   131043     56 |  0.730 % |
81.65/81.74	|    196868 |   34217   204456   936353 |   362968   196691     59 |  0.750 % |
168.81/168.97	===============================================================================
168.81/168.97	restarts              : 18
168.81/168.97	conflicts             : 292366         (1734 /sec)
168.81/168.97	decisions             : 858710         (1.35 % random) (5092 /sec)
168.81/168.97	propagations          : 58603870       (347508 /sec)
168.81/168.97	conflict literals     : 15631540       (21.78 % deleted)
168.81/168.97	Memory used           : 144.58 MB
168.81/168.97	CPU time              : 168.64 s
168.81/168.97	
168.81/168.97	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797364-1242089572/watcher-1797364-1242089572 -o /tmp/evaluation-result-1797364-1242089572/solver-1797364-1242089572 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797364-1242089572.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: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 11505
/proc/meminfo: memFree=1182336/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=2200 CPUtime=0
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 412 0 0 0 0 0 0 0 18 0 1 0 236985308 2252800 397 1992294400 134512640 135243866 4294956256 18446744073709551615 134516688 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 550 397 65 178 0 370 0

[startup+0.083618 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 11505
/proc/meminfo: memFree=1182336/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=8668 CPUtime=0.08
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 1878 0 0 0 7 1 0 0 18 0 1 0 236985308 8876032 1863 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 2167 1863 65 178 0 1987 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8668

[startup+0.10262 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 11505
/proc/meminfo: memFree=1182336/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=10500 CPUtime=0.09
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 2284 0 0 0 8 1 0 0 18 0 1 0 236985308 10752000 2269 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 2625 2269 65 178 0 2445 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10500

[startup+0.301657 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 11505
/proc/meminfo: memFree=1182336/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=24992 CPUtime=0.29
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 5598 0 0 0 26 3 0 0 19 0 1 0 236985308 25591808 5583 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 6248 5583 65 178 0 6068 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24992

[startup+0.70173 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 11505
/proc/meminfo: memFree=1182336/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=51056 CPUtime=0.69
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 10874 0 0 0 64 5 0 0 23 0 1 0 236985308 52281344 10859 1992294400 134512640 135243866 4294956256 18446744073709551615 134530711 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 12764 10859 80 178 0 12584 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51056

[startup+1.50188 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 11506
/proc/meminfo: memFree=1129720/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=74156 CPUtime=1.49
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 17035 0 0 0 141 8 0 0 25 0 1 0 236985308 75935744 17020 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 18539 17020 80 178 0 18359 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74156

[startup+3.10117 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 11506
/proc/meminfo: memFree=1101240/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=99864 CPUtime=3.09
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 23249 0 0 0 298 11 0 0 25 0 1 0 236985308 102260736 23234 1992294400 134512640 135243866 4294956256 18446744073709551615 134541936 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 24966 23234 80 178 0 24786 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99864

[startup+6.30175 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 11506
/proc/meminfo: memFree=1096056/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=90956 CPUtime=6.29
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 23682 0 0 0 617 12 0 0 25 0 1 0 236985308 93138944 21466 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 22739 21466 87 178 0 22559 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90956

[startup+12.7019 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 11506
/proc/meminfo: memFree=1096128/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=90956 CPUtime=12.69
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 23682 0 0 0 1257 12 0 0 25 0 1 0 236985308 93138944 21466 1992294400 134512640 135243866 4294956256 18446744073709551615 134558487 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 22739 21466 87 178 0 22559 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90956

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 11506
/proc/meminfo: memFree=1091136/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=96484 CPUtime=25.48
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 25030 0 0 0 2535 13 0 0 25 0 1 0 236985308 98799616 22814 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 24121 22814 87 178 0 23941 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 96484

[startup+51.1029 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 11506
/proc/meminfo: memFree=1074944/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=113148 CPUtime=51.05
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 29126 0 0 0 5088 17 0 0 25 0 1 0 236985308 115863552 26910 1992294400 134512640 135243866 4294956256 18446744073709551615 134555736 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 28287 26910 87 178 0 28107 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 113148

[startup+102.304 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 11506
/proc/meminfo: memFree=1053184/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=134924 CPUtime=102.25
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 34483 0 0 0 10203 22 0 0 25 0 1 0 236985308 138162176 32267 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 33731 32267 87 178 0 33551 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 134924

[startup+162.301 s]
/proc/loadavg: 1.03 0.98 0.98 2/65 11506
/proc/meminfo: memFree=1040704/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=147384 CPUtime=162.22
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 37606 0 0 0 16197 25 0 0 25 0 1 0 236985308 150921216 35390 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 36846 35390 87 178 0 36666 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 147384

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

[startup+163.102 s]
/proc/loadavg: 1.03 0.98 0.98 2/65 11506
/proc/meminfo: memFree=1040576/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=147516 CPUtime=163.02
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 37641 0 0 0 16277 25 0 0 25 0 1 0 236985308 151056384 35425 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 36879 35425 87 178 0 36699 0
Current children cumulated CPU time (s) 163.02
Current children cumulated vsize (KiB) 147516

[startup+166.302 s]
/proc/loadavg: 1.03 0.98 0.98 2/65 11506
/proc/meminfo: memFree=1040192/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=147780 CPUtime=166.22
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 37732 0 0 0 16597 25 0 0 25 0 1 0 236985308 151326720 35516 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 36945 35516 87 178 0 36765 0
Current children cumulated CPU time (s) 166.22
Current children cumulated vsize (KiB) 147780

[startup+167.901 s]
/proc/loadavg: 1.03 0.98 0.98 2/65 11506
/proc/meminfo: memFree=1039936/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=148044 CPUtime=167.81
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 37782 0 0 0 16756 25 0 0 25 0 1 0 236985308 151597056 35566 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 37011 35566 87 178 0 36831 0
Current children cumulated CPU time (s) 167.81
Current children cumulated vsize (KiB) 148044

[startup+168.701 s]
/proc/loadavg: 1.03 0.98 0.98 2/65 11506
/proc/meminfo: memFree=1039872/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=148044 CPUtime=168.61
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 37794 0 0 0 16836 25 0 0 25 0 1 0 236985308 151597056 35578 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 37011 35578 87 178 0 36831 0
Current children cumulated CPU time (s) 168.61
Current children cumulated vsize (KiB) 148044

[startup+168.901 s]
/proc/loadavg: 1.03 0.98 0.98 2/65 11506
/proc/meminfo: memFree=1039872/2055920 swapFree=4181384/4192956
[pid=11505] ppid=11503 vsize=148044 CPUtime=168.81
/proc/11505/stat : 11505 (minisat_static) R 11503 11505 11409 0 -1 4194304 37799 0 0 0 16856 25 0 0 25 0 1 0 236985308 151597056 35583 1992294400 134512640 135243866 4294956256 18446744073709551615 134555905 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 37011 35583 87 178 0 36831 0
Current children cumulated CPU time (s) 168.81
Current children cumulated vsize (KiB) 148044

Child status: 20
Real time (s): 168.996
CPU time (s): 168.922
CPU user time (s): 168.64
CPU system time (s): 0.281957
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 148044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.64
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37809
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= 2
involuntary context switches= 330

runsolver used 0.135979 second user time and 0.378942 second system time

The end

Launcher Data

Begin job on node44 at 2009-05-12 02:52:53
IDJOB=1797364
IDBENCH=71717
IDSOLVER=568
FILE ID=node44/1797364-1242089572
PBS_JOBID= 9277698
Free space on /tmp= 66364 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT_RACE06/manol-pipe-g10id.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797364-1242089572/watcher-1797364-1242089572 -o /tmp/evaluation-result-1797364-1242089572/solver-1797364-1242089572 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797364-1242089572.cnf

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

MD5SUM BENCH= 79b8866c5f4be7f699958174c5be63e9
RANDOM SEED=1656705242

node44.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1182752 kB
Buffers:         72160 kB
Cached:         719660 kB
SwapCached:       5480 kB
Active:         159468 kB
Inactive:       640764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1182752 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:            9000 kB
Writeback:           0 kB
Mapped:          14464 kB
Slab:            58860 kB
Committed_AS:   820696 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66364 MiB
End job on node44 at 2009-05-12 02:55:42