Trace number 1797969

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-core 070721UNSAT 45.1981 45.2117

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor032.cnf
MD5SUM25c7914ccc82f6f574febbd03924feed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.6447
Satisfiable
(Un)Satisfiability was proved
Number of variables16239
Number of clauses48332
Sum of the clauses size112772
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 232220
Number of clauses of size 316110
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:  16239                                                |
0.00/0.00	|  Number of clauses:    48332                                                |
0.00/0.03	|  Parsing time:         0.03         s                                       |
0.00/0.03	============================[ Search Statistics ]==============================
0.00/0.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.03	===============================================================================
0.00/0.03	|         0 |   16229    48308   112722 |    16102        0    nan |  0.000 % |
0.00/0.07	|       100 |   16227    48302   112710 |    17712       98     15 |  0.074 % |
0.09/0.13	|       250 |   16227    48302   112710 |    19484      248     50 |  0.074 % |
0.19/0.20	|       475 |   16227    48302   112710 |    21432      473     41 |  0.074 % |
0.19/0.29	|       812 |   16227    48302   112710 |    23575      810     34 |  0.074 % |
0.39/0.48	|      1320 |   16227    48302   112710 |    25933     1318     38 |  0.074 % |
0.69/0.71	|      2079 |   16227    48302   112710 |    28526     2077     37 |  0.074 % |
0.99/1.01	|      3221 |   16227    48302   112710 |    31379     3219     48 |  0.074 % |
1.69/1.78	|      4933 |   16227    48302   112710 |    34517     4931     50 |  0.074 % |
2.89/2.90	|      7495 |   16227    48302   112710 |    37969     7493     63 |  0.074 % |
4.39/4.44	|     11344 |   16227    48302   112710 |    41766    11342     70 |  0.074 % |
7.39/7.46	|     17111 |   16227    48302   112710 |    45942    17109     81 |  0.074 % |
12.79/12.89	|     25761 |   16227    48302   112710 |    50537    25759     85 |  0.074 % |
23.28/23.30	|     38736 |   16227    48302   112710 |    55590    38734     91 |  0.074 % |
43.58/43.66	|     58197 |   16227    48302   112710 |    61149    22469     61 |  0.074 % |
45.18/45.20	===============================================================================
45.18/45.20	restarts              : 15
45.18/45.20	conflicts             : 59664          (1323 /sec)
45.18/45.20	decisions             : 264174         (1.50 % random) (5856 /sec)
45.18/45.20	propagations          : 64395730       (1427522 /sec)
45.18/45.20	conflict literals     : 5264354        (42.27 % deleted)
45.18/45.20	Memory used           : 29.33 MB
45.18/45.20	CPU time              : 45.1101 s
45.18/45.20	
45.18/45.20	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-1797969-1242079092/watcher-1797969-1242079092 -o /tmp/evaluation-result-1797969-1242079092/solver-1797969-1242079092 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797969-1242079092.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 31593
/proc/meminfo: memFree=1604568/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=2168 CPUtime=0
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 235942655 2220032 335 1992294400 134512640 135213614 4294956256 18446744073709551615 134524828 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 542 335 58 171 0 368 0

[startup+0.101375 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31593
/proc/meminfo: memFree=1604568/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=4916 CPUtime=0.09
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 1022 0 0 0 9 0 0 0 18 0 1 0 235942655 5033984 1007 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 1229 1007 78 171 0 1055 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4916

[startup+0.201388 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31593
/proc/meminfo: memFree=1604568/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=5048 CPUtime=0.19
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 1039 0 0 0 19 0 0 0 18 0 1 0 235942655 5169152 1024 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 1262 1024 78 171 0 1088 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 5048

[startup+0.301401 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31593
/proc/meminfo: memFree=1604568/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=5048 CPUtime=0.29
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 1057 0 0 0 29 0 0 0 19 0 1 0 235942655 5169152 1042 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 1262 1042 78 171 0 1088 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5048

[startup+0.701454 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31593
/proc/meminfo: memFree=1604568/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=5312 CPUtime=0.69
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 1125 0 0 0 69 0 0 0 22 0 1 0 235942655 5439488 1110 1992294400 134512640 135213614 4294956256 18446744073709551615 134539511 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 1328 1110 78 171 0 1154 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5312

[startup+1.50156 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31594
/proc/meminfo: memFree=1599888/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=6104 CPUtime=1.49
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 1301 0 0 0 149 0 0 0 25 0 1 0 235942655 6250496 1286 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 1526 1286 78 171 0 1352 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6104

[startup+3.10277 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31594
/proc/meminfo: memFree=1598992/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=7424 CPUtime=3.09
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 1643 0 0 0 308 1 0 0 25 0 1 0 235942655 7602176 1628 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 1856 1628 78 171 0 1682 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7424

[startup+6.30119 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31594
/proc/meminfo: memFree=1595920/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=10264 CPUtime=6.29
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 2353 0 0 0 627 2 0 0 25 0 1 0 235942655 10510336 2338 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 2566 2338 78 171 0 2392 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10264

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31594
/proc/meminfo: memFree=1590680/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=15184 CPUtime=12.69
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 3565 0 0 0 1266 3 0 0 25 0 1 0 235942655 15548416 3550 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 3796 3550 78 171 0 3622 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15184

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31594
/proc/meminfo: memFree=1582744/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=22848 CPUtime=25.48
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 5477 0 0 0 2543 5 0 0 25 0 1 0 235942655 23396352 5462 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 5712 5462 78 171 0 5538 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22848

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

[startup+25.6017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31594
/proc/meminfo: memFree=1582744/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=22848 CPUtime=25.59
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 5487 0 0 0 2553 6 0 0 25 0 1 0 235942655 23396352 5472 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 5712 5472 78 171 0 5538 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 22848

[startup+38.4014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31594
/proc/meminfo: memFree=1577624/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=28104 CPUtime=38.37
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 6792 0 0 0 3830 7 0 0 25 0 1 0 235942655 28778496 6777 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 7026 6777 78 171 0 6852 0
Current children cumulated CPU time (s) 38.37
Current children cumulated vsize (KiB) 28104

[startup+41.6018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31594
/proc/meminfo: memFree=1576600/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=29332 CPUtime=41.58
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 7074 0 0 0 4150 8 0 0 25 0 1 0 235942655 30035968 7059 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 7333 7059 78 171 0 7159 0
Current children cumulated CPU time (s) 41.58
Current children cumulated vsize (KiB) 29332

[startup+43.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31594
/proc/meminfo: memFree=1575704/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=30032 CPUtime=43.18
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 7245 0 0 0 4310 8 0 0 25 0 1 0 235942655 30752768 7230 1992294400 134512640 135213614 4294956256 18446744073709551615 134543899 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 7508 7230 78 171 0 7334 0
Current children cumulated CPU time (s) 43.18
Current children cumulated vsize (KiB) 30032

[startup+44.0011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31594
/proc/meminfo: memFree=1575576/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=30032 CPUtime=43.98
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 7249 0 0 0 4390 8 0 0 25 0 1 0 235942655 30752768 7234 1992294400 134512640 135213614 4294956256 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 7508 7234 78 171 0 7334 0
Current children cumulated CPU time (s) 43.98
Current children cumulated vsize (KiB) 30032

[startup+44.8013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31594
/proc/meminfo: memFree=1575576/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=30032 CPUtime=44.78
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 7249 0 0 0 4470 8 0 0 25 0 1 0 235942655 30752768 7234 1992294400 134512640 135213614 4294956256 18446744073709551615 134536074 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 7508 7234 78 171 0 7334 0
Current children cumulated CPU time (s) 44.78
Current children cumulated vsize (KiB) 30032

[startup+45.2053 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31594
/proc/meminfo: memFree=1575576/2055920 swapFree=4181380/4192956
[pid=31593] ppid=31591 vsize=30032 CPUtime=45.18
/proc/31593/stat : 31593 (minisat_static) R 31591 31593 31365 0 -1 4194304 7249 0 0 0 4510 8 0 0 25 0 1 0 235942655 30752768 7234 1992294400 134512640 135213614 4294956256 18446744073709551615 134528064 0 0 4096 3 0 0 0 17 1 0 0
/proc/31593/statm: 7508 7234 78 171 0 7334 0
Current children cumulated CPU time (s) 45.18
Current children cumulated vsize (KiB) 30032

Child status: 20
Real time (s): 45.2117
CPU time (s): 45.1981
CPU user time (s): 45.1101
CPU system time (s): 0.087986
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 30032

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

runsolver used 0.035994 second user time and 0.108983 second system time

The end

Launcher Data

Begin job on node13 at 2009-05-11 23:58:12
IDJOB=1797969
IDBENCH=70768
IDSOLVER=651
FILE ID=node13/1797969-1242079092
PBS_JOBID= 9277638
Free space on /tmp= 66412 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor032.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797969-1242079092/watcher-1797969-1242079092 -o /tmp/evaluation-result-1797969-1242079092/solver-1797969-1242079092 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797969-1242079092.cnf

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

MD5SUM BENCH= 25c7914ccc82f6f574febbd03924feed
RANDOM SEED=1607080120

node13.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.227
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	: 5914.62
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.227
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:       1604984 kB
Buffers:         60972 kB
Cached:         312588 kB
SwapCached:       5336 kB
Active:         141620 kB
Inactive:       240216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604984 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          13992 kB
Slab:            55072 kB
Committed_AS:   725216 kB
PageTables:       1460 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= 66412 MiB
End job on node13 at 2009-05-11 23:58:57