Trace number 1796419

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 24.1623 24.1688

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.8.unsat.cnf
MD5SUM35a8bbabf9cb954216ad71150cb47290
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.3214
Satisfiable
(Un)Satisfiability was proved
Number of variables684
Number of clauses2300
Sum of the clauses size5992
Maximum clause length15
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 2978
Number of clauses of size 31284
Number of clauses of size 416
Number of clauses of size 512
Number of clauses of size over 57

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:  684                                                  |
0.00/0.00	|  Number of clauses:    2300                                                 |
0.00/0.00	|  Parsing time:         0.00         s                                       |
0.00/0.00	============================[ Search Statistics ]==============================
0.00/0.00	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	===============================================================================
0.00/0.00	|         0 |     465     1911     5717 |      637        0    nan |  0.000 % |
0.00/0.01	|       101 |     465     1911     5717 |      700      101     15 |  0.439 % |
0.00/0.01	|       252 |     464     1907     5701 |      770      242     15 |  0.585 % |
0.00/0.02	|       477 |     464     1907     5701 |      847      467     18 |  0.585 % |
0.02/0.03	|       814 |     464     1907     5701 |      932      804     19 |  0.585 % |
0.02/0.05	|      1320 |     464     1907     5701 |     1025      761     24 |  0.585 % |
0.02/0.09	|      2080 |     464     1907     5701 |     1128      959     21 |  0.585 % |
0.10/0.15	|      3220 |     464     1907     5701 |     1241      909     17 |  0.585 % |
0.20/0.24	|      4929 |     461     1891     5654 |     1365     1238     25 |  1.024 % |
0.30/0.35	|      7491 |     461     1891     5654 |     1502      951     12 |  1.024 % |
0.50/0.58	|     11335 |     461     1891     5654 |     1652     1534     26 |  1.024 % |
0.90/0.94	|     17103 |     461     1891     5654 |     1817     1189     12 |  1.024 % |
1.40/1.47	|     25753 |     461     1891     5654 |     1999     1168     17 |  1.024 % |
2.29/2.31	|     38728 |     461     1891     5654 |     2199     1298     18 |  1.024 % |
3.69/3.72	|     58189 |     460     1887     5638 |     2419     1838     17 |  1.170 % |
5.89/5.91	|     87381 |     460     1887     5638 |     2660     2468     18 |  1.170 % |
9.19/9.21	|    131170 |     459     1883     5622 |     2926     2368     15 |  1.316 % |
14.39/14.44	|    196857 |     459     1883     5622 |     3219     2620     14 |  1.326 % |
22.79/22.85	|    295384 |     452     1840     5497 |     3541     3272     13 |  2.340 % |
24.09/24.16	===============================================================================
24.09/24.16	restarts              : 19
24.09/24.16	conflicts             : 310710         (12860 /sec)
24.09/24.16	decisions             : 369950         (1.15 % random) (15312 /sec)
24.09/24.16	propagations          : 32561461       (1347724 /sec)
24.09/24.16	conflict literals     : 7281237        (41.75 % deleted)
24.09/24.16	Memory used           : 2.79 MB
24.09/24.16	CPU time              : 24.1603 s
24.09/24.16	
24.09/24.16	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-1796419-1242075484/watcher-1796419-1242075484 -o /tmp/evaluation-result-1796419-1242075484/solver-1796419-1242075484 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796419-1242075484.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: 1.00 1.00 1.00 3/64 28091
/proc/meminfo: memFree=1267400/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2056 CPUtime=0
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 235581788 2105344 165 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 514 166 81 178 0 334 0

[startup+0.0218801 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28091
/proc/meminfo: memFree=1267400/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2188 CPUtime=0.02
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 208 0 0 0 2 0 0 0 18 0 1 0 235581788 2240512 193 1992294400 134512640 135243866 4294956256 18446744073709551615 134770254 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 547 193 86 178 0 367 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2188

[startup+0.101887 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28091
/proc/meminfo: memFree=1267400/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2188 CPUtime=0.1
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 223 0 0 0 10 0 0 0 18 0 1 0 235581788 2240512 208 1992294400 134512640 135243866 4294956256 18446744073709551615 134555964 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 547 208 86 178 0 367 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2188

[startup+0.301904 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28091
/proc/meminfo: memFree=1267400/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2320 CPUtime=0.3
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 238 0 0 0 30 0 0 0 19 0 1 0 235581788 2375680 223 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 580 223 86 178 0 400 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2320

[startup+0.701937 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28091
/proc/meminfo: memFree=1267400/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2452 CPUtime=0.7
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 265 0 0 0 70 0 0 0 22 0 1 0 235581788 2510848 250 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 613 250 86 178 0 433 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2452

[startup+1.50201 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28092
/proc/meminfo: memFree=1266688/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2452 CPUtime=1.5
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 283 0 0 0 150 0 0 0 25 0 1 0 235581788 2510848 268 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 613 268 86 178 0 433 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2452

[startup+3.10114 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28092
/proc/meminfo: memFree=1266368/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2584 CPUtime=3.09
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 311 0 0 0 309 0 0 0 25 0 1 0 235581788 2646016 296 1992294400 134512640 135243866 4294956256 18446744073709551615 134567867 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 646 296 86 178 0 466 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2584

[startup+6.30142 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28092
/proc/meminfo: memFree=1266240/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2716 CPUtime=6.29
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 357 0 0 0 629 0 0 0 25 0 1 0 235581788 2781184 342 1992294400 134512640 135243866 4294956256 18446744073709551615 134565570 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 679 342 86 178 0 499 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2716

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28092
/proc/meminfo: memFree=1266112/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2716 CPUtime=12.69
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 357 0 0 0 1269 0 0 0 25 0 1 0 235581788 2781184 342 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 679 342 86 178 0 499 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2716

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

[startup+19.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28092
/proc/meminfo: memFree=1265984/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2848 CPUtime=19.09
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 383 0 0 0 1909 0 0 0 25 0 1 0 235581788 2916352 368 1992294400 134512640 135243866 4294956256 18446744073709551615 134555935 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 712 368 86 178 0 532 0
Current children cumulated CPU time (s) 19.09
Current children cumulated vsize (KiB) 2848

[startup+22.3028 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28092
/proc/meminfo: memFree=1265984/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2848 CPUtime=22.29
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 385 0 0 0 2229 0 0 0 25 0 1 0 235581788 2916352 370 1992294400 134512640 135243866 4294956256 18446744073709551615 134555908 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 712 370 86 178 0 532 0
Current children cumulated CPU time (s) 22.29
Current children cumulated vsize (KiB) 2848

[startup+23.1049 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28092
/proc/meminfo: memFree=1265984/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2848 CPUtime=23.09
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 387 0 0 0 2309 0 0 0 25 0 1 0 235581788 2916352 372 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 712 372 86 178 0 532 0
Current children cumulated CPU time (s) 23.09
Current children cumulated vsize (KiB) 2848

[startup+23.9019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28092
/proc/meminfo: memFree=1265984/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2848 CPUtime=23.89
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 387 0 0 0 2389 0 0 0 25 0 1 0 235581788 2916352 372 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 712 372 86 178 0 532 0
Current children cumulated CPU time (s) 23.89
Current children cumulated vsize (KiB) 2848

[startup+24.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28092
/proc/meminfo: memFree=1265984/2055920 swapFree=4180008/4192956
[pid=28091] ppid=28089 vsize=2848 CPUtime=24.09
/proc/28091/stat : 28091 (minisat_static) R 28089 28091 27928 0 -1 4194304 387 0 0 0 2409 0 0 0 25 0 1 0 235581788 2916352 372 1992294400 134512640 135243866 4294956256 18446744073709551615 134556141 0 0 4096 3 0 0 0 17 1 0 0
/proc/28091/statm: 712 372 86 178 0 532 0
Current children cumulated CPU time (s) 24.09
Current children cumulated vsize (KiB) 2848

Child status: 20
Real time (s): 24.1688
CPU time (s): 24.1623
CPU user time (s): 24.1603
CPU system time (s): 0.001999
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 2848

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

runsolver used 0.019996 second user time and 0.057991 second system time

The end

Launcher Data

Begin job on node15 at 2009-05-11 22:58:04
IDJOB=1796419
IDBENCH=20473
IDSOLVER=568
FILE ID=node15/1796419-1242075484
PBS_JOBID= 9277659
Free space on /tmp= 66084 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.8.unsat.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796419-1242075484/watcher-1796419-1242075484 -o /tmp/evaluation-result-1796419-1242075484/solver-1796419-1242075484 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796419-1242075484.cnf

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

MD5SUM BENCH= 35a8bbabf9cb954216ad71150cb47290
RANDOM SEED=1227000903

node15.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.220
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.220
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:       1267816 kB
Buffers:         67604 kB
Cached:         632980 kB
SwapCached:       6752 kB
Active:         152812 kB
Inactive:       556664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1267816 kB
SwapTotal:     4192956 kB
SwapFree:      4180008 kB
Dirty:             912 kB
Writeback:           0 kB
Mapped:          14608 kB
Slab:            64520 kB
Committed_AS:   771060 kB
PageTables:       1476 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= 66084 MiB
End job on node15 at 2009-05-11 22:58:28