Trace number 1592885

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 73.3918 73.4164

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_06_UNSAT.cnf
MD5SUM540450986cd3d9879ae19d42219d1fab
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.0989
Satisfiable
(Un)Satisfiability was proved
Number of variables980
Number of clauses47620
Sum of the clauses size141221
Maximum clause length7
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21731
Number of clauses of size 345866
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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:  980                                                  |
0.00/0.00	|  Number of clauses:    47620                                                |
0.00/0.03	|  Parsing time:         0.03         s                                       |
0.49/0.60	============================[ Search Statistics ]==============================
0.49/0.60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.60	===============================================================================
0.49/0.60	|         0 |     555    43330   185601 |    14443        0    nan |  0.000 % |
0.59/0.61	|       103 |     555    43330   185601 |    15887      103     32 |  0.000 % |
0.59/0.64	|       259 |     555    43330   185601 |    17476      259     26 |  0.000 % |
0.59/0.67	|       485 |     555    43330   185601 |    19224      485     24 |  0.000 % |
0.69/0.73	|       822 |     555    43330   185601 |    21146      822     25 |  0.000 % |
0.79/0.83	|      1329 |     555    43330   185601 |    23261     1329     25 |  0.000 % |
0.89/0.97	|      2088 |     555    43330   185601 |    25587     2088     25 |  0.000 % |
1.09/1.18	|      3227 |     555    43330   185601 |    28145     3227     25 |  0.000 % |
1.49/1.53	|      4935 |     555    43330   185601 |    30960     4935     24 |  0.000 % |
2.19/2.21	|      7498 |     555    43330   185601 |    34056     7498     24 |  0.000 % |
3.29/3.35	|     11342 |     555    43330   185601 |    37462    11342     23 |  0.000 % |
5.09/5.18	|     17108 |     555    43330   185601 |    41208    17108     22 |  0.000 % |
11.48/11.54	|     25758 |     555    43330   185601 |    45329    25758     24 |  0.000 % |
21.88/21.95	|     38732 |     555    43330   185601 |    49862    38732     24 |  0.000 % |
42.48/42.52	|     58194 |     555    43330   185601 |    54848    21956     22 |  0.000 % |
58.87/58.98	|     87386 |     555    43330   185601 |    60333    51148     21 |  0.000 % |
73.36/73.41	===============================================================================
73.36/73.41	restarts              : 16
73.36/73.41	conflicts             : 115577         (1576 /sec)
73.36/73.41	decisions             : 142494         (1.77 % random) (1943 /sec)
73.36/73.41	propagations          : 9181142        (125164 /sec)
73.36/73.41	conflict literals     : 2439823        (17.45 % deleted)
73.36/73.41	Memory used           : 13.21 MB
73.36/73.41	CPU time              : 73.3528 s
73.36/73.41	
73.36/73.41	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-1592885-1239230527/watcher-1592885-1239230527 -o /tmp/evaluation-result-1592885-1239230527/solver-1592885-1239230527 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592885-1239230527.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 28221
/proc/meminfo: memFree=1730032/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=2192 CPUtime=0
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 339 0 0 0 0 0 0 0 18 0 1 0 799945098 2244608 324 1992294400 134512640 135243866 4294956256 18446744073709551615 134538614 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 548 324 65 178 0 368 0

[startup+0.102799 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 28221
/proc/meminfo: memFree=1730032/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=4724 CPUtime=0.09
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 982 0 0 0 9 0 0 0 18 0 1 0 799945098 4837376 967 1992294400 134512640 135243866 4294956256 18446744073709551615 134536608 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 1181 967 81 178 0 1001 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4724

[startup+0.201811 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 28221
/proc/meminfo: memFree=1730032/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=4724 CPUtime=0.19
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 982 0 0 0 19 0 0 0 18 0 1 0 799945098 4837376 967 1992294400 134512640 135243866 4294956256 18446744073709551615 134535464 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 1181 967 81 178 0 1001 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4724

[startup+0.301826 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 28221
/proc/meminfo: memFree=1730032/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=6312 CPUtime=0.29
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 1380 0 0 0 29 0 0 0 19 0 1 0 799945098 6463488 1365 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 1578 1365 81 178 0 1398 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6312

[startup+0.701883 s]
/proc/loadavg: 0.99 0.97 0.88 3/64 28221
/proc/meminfo: memFree=1730032/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=6068 CPUtime=0.69
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 1449 0 0 0 69 0 0 0 22 0 1 0 799945098 6213632 1332 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 1517 1332 87 178 0 1337 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6068

[startup+1.502 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1724840/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=6068 CPUtime=1.49
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 1449 0 0 0 149 0 0 0 25 0 1 0 799945098 6213632 1332 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 1517 1332 87 178 0 1337 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6068

[startup+3.10122 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1724712/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=6464 CPUtime=3.08
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 1547 0 0 0 308 0 0 0 25 0 1 0 799945098 6619136 1430 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 1616 1430 87 178 0 1436 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6464

[startup+6.30167 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1723304/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=7852 CPUtime=6.29
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 1855 0 0 0 628 1 0 0 25 0 1 0 799945098 8040448 1738 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 1963 1738 87 178 0 1783 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7852

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1721960/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=9128 CPUtime=12.68
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 2194 0 0 0 1267 1 0 0 25 0 1 0 799945098 9347072 2077 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 2282 2077 87 178 0 2102 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9128

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1720040/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=10892 CPUtime=25.48
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 2628 0 0 0 2546 2 0 0 25 0 1 0 799945098 11153408 2511 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 2723 2511 87 178 0 2543 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10892

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1718632/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=12320 CPUtime=51.08
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 2967 0 0 0 5105 3 0 0 25 0 1 0 799945098 12615680 2850 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 3080 2850 87 178 0 2900 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 12320

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

[startup+51.202 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1718632/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=12320 CPUtime=51.18
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 2967 0 0 0 5115 3 0 0 25 0 1 0 799945098 12615680 2850 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 3080 2850 87 178 0 2900 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 12320

[startup+64.0018 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1717864/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=13196 CPUtime=63.97
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 3161 0 0 0 6394 3 0 0 25 0 1 0 799945098 13512704 3044 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 3299 3044 87 178 0 3119 0
Current children cumulated CPU time (s) 63.97
Current children cumulated vsize (KiB) 13196

[startup+70.4017 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1717544/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=13528 CPUtime=70.37
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 3245 0 0 0 7034 3 0 0 25 0 1 0 799945098 13852672 3128 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 3382 3128 87 178 0 3202 0
Current children cumulated CPU time (s) 70.37
Current children cumulated vsize (KiB) 13528

[startup+72.002 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1717480/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=13528 CPUtime=71.97
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 3252 0 0 0 7194 3 0 0 25 0 1 0 799945098 13852672 3135 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 3382 3135 87 178 0 3202 0
Current children cumulated CPU time (s) 71.97
Current children cumulated vsize (KiB) 13528

[startup+72.8011 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1717480/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=13528 CPUtime=72.76
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 3252 0 0 0 7273 3 0 0 25 0 1 0 799945098 13852672 3135 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 3382 3135 87 178 0 3202 0
Current children cumulated CPU time (s) 72.76
Current children cumulated vsize (KiB) 13528

[startup+73.2011 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1717480/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=13528 CPUtime=73.16
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 3252 0 0 0 7313 3 0 0 25 0 1 0 799945098 13852672 3135 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 3382 3135 87 178 0 3202 0
Current children cumulated CPU time (s) 73.16
Current children cumulated vsize (KiB) 13528

[startup+73.4012 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 28222
/proc/meminfo: memFree=1717480/2055920 swapFree=4179576/4192956
[pid=28221] ppid=28219 vsize=13528 CPUtime=73.36
/proc/28221/stat : 28221 (minisat_static) R 28219 28221 28095 0 -1 4194304 3252 0 0 0 7333 3 0 0 25 0 1 0 799945098 13852672 3135 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/28221/statm: 3382 3135 87 178 0 3202 0
Current children cumulated CPU time (s) 73.36
Current children cumulated vsize (KiB) 13528

Child status: 20
Real time (s): 73.4164
CPU time (s): 73.3918
CPU user time (s): 73.3529
CPU system time (s): 0.038994
CPU usage (%): 99.9666
Max. virtual memory (cumulated for all children) (KiB): 13528

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

runsolver used 0.056991 second user time and 0.183972 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-09 00:42:07
IDJOB=1592885
IDBENCH=71102
IDSOLVER=568
FILE ID=node49/1592885-1239230527
PBS_JOBID= 9113605
Free space on /tmp= 66524 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_06_UNSAT.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1592885-1239230527/watcher-1592885-1239230527 -o /tmp/evaluation-result-1592885-1239230527/solver-1592885-1239230527 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1592885-1239230527.cnf

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

MD5SUM BENCH= 540450986cd3d9879ae19d42219d1fab
RANDOM SEED=565237532

node49.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.214
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.214
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:       1730512 kB
Buffers:         37752 kB
Cached:         237092 kB
SwapCached:       6812 kB
Active:          41736 kB
Inactive:       242128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730512 kB
SwapTotal:     4192956 kB
SwapFree:      4179576 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          14176 kB
Slab:            27368 kB
Committed_AS:  2670756 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node49 at 2009-04-09 00:43:20