Trace number 1772932

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 20.005 20.2148

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.1974
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.39/0.41	c |  Number of variables:         87475                                         |
0.39/0.41	c |  Number of clauses:          414447                                         |
0.39/0.41	c |  Parse time:                   0.36 s                                       |
6.31/6.56	c |  Simplification time:          5.90 s                                       |
6.31/6.56	c |                                                                             |
6.31/6.56	c ============================[ Search Statistics ]==============================
6.31/6.56	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.31/6.56	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.31/6.56	c ===============================================================================
6.41/6.68	c |       100 |   23292   290250  1067868 |   106425      100     18 |  0.032 % |
6.41/6.68	c |       250 |   23292   290250  1067868 |   117067      250     22 |  0.032 % |
6.51/6.75	c |       475 |   23263   290250  1067868 |   128774      474     19 |  0.065 % |
6.80/7.05	c |       812 |   23263   289977  1066813 |   141651      809     18 |  0.065 % |
7.20/7.40	c |      1318 |   23263   289977  1066813 |   155816     1315     23 |  0.065 % |
7.70/7.91	c |      2077 |   23246   289798  1066213 |   171398     2072     26 |  0.085 % |
8.30/8.52	c |      3216 |   23246   289798  1066213 |   188538     3211     26 |  0.085 % |
9.09/9.39	c |      4924 |   23246   289798  1066213 |   207392     4919     30 |  0.085 % |
10.89/11.15	c |      7486 |   23246   289798  1066213 |   228131     7481     27 |  0.085 % |
13.08/13.34	c |     11330 |   23246   289798  1066213 |   250944    11325     25 |  0.085 % |
15.39/15.65	c |     17096 |   23230   289707  1065857 |   276039    17086     22 |  0.103 % |
18.18/18.42	c |     25745 |   23230   289707  1065857 |   303642    25735     19 |  0.103 % |
19.98/20.20	c ===============================================================================
19.98/20.20	c restarts              : 123
19.98/20.20	c conflicts             : 32775          (1647 /sec)
19.98/20.20	c decisions             : 81952          (4118 /sec)
19.98/20.20	c propagations          : 41443251       (2082264 /sec)
19.98/20.20	c conflict literals     : 565672         (29.71 % deleted)
19.98/20.20	c Memory used           : 44.35 MB
19.98/20.20	c CPU time              : 19.903 s
19.98/20.20	c 
19.98/20.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-1772932-1241208794/watcher-1772932-1241208794 -o /tmp/evaluation-result-1772932-1241208794/solver-1772932-1241208794 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1772932-1241208794.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.85 0.97 0.99 3/64 25194
/proc/meminfo: memFree=1296624/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=7784 CPUtime=0
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 148912737 7970816 467 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 1946 467 63 219 0 1724 0

[startup+0.0464909 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25194
/proc/meminfo: memFree=1296624/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=10696 CPUtime=0.03
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 1447 0 0 0 3 0 0 0 18 0 1 0 148912737 10952704 1391 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 2674 1392 63 219 0 2452 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10696

[startup+0.101502 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25194
/proc/meminfo: memFree=1296624/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=14352 CPUtime=0.09
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 2756 0 0 0 9 0 0 0 18 0 1 0 148912737 14696448 2547 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 3588 2548 64 219 0 3366 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14352

[startup+0.30154 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25194
/proc/meminfo: memFree=1296624/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=32280 CPUtime=0.29
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 7754 0 0 0 26 3 0 0 19 0 1 0 148912737 33054720 7206 1992294400 4194304 5092341 548682068848 18446744073709551615 4236589 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 8070 7206 63 219 0 7848 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32280

[startup+0.701619 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 25194
/proc/meminfo: memFree=1296624/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=39216 CPUtime=0.69
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 10158 0 0 0 65 4 0 0 23 0 1 0 148912737 40157184 9306 1992294400 4194304 5092341 548682068848 18446744073709551615 4219753 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 9804 9306 86 219 0 9582 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39216

[startup+1.50177 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 25195
/proc/meminfo: memFree=1259688/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=48984 CPUtime=1.49
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 11832 0 0 0 144 5 0 0 25 0 1 0 148912737 50159616 10980 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 12246 10980 87 219 0 12024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48984

[startup+3.10109 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 25195
/proc/meminfo: memFree=1245992/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=57508 CPUtime=3.09
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 13780 0 0 0 303 6 0 0 25 0 1 0 148912737 58888192 12928 1992294400 4194304 5092341 548682068848 18446744073709551615 4219511 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 14377 12928 87 219 0 14155 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57508

[startup+6.3019 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 25195
/proc/meminfo: memFree=1243560/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=57772 CPUtime=6.11
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 14077 0 0 0 604 7 0 0 25 0 1 0 148912737 59158528 13225 1992294400 4194304 5092341 548682068848 18446744073709551615 4219513 0 0 4096 3 0 0 0 17 1 0 0
/proc/25194/statm: 14443 13225 87 219 0 14221 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 57772

[startup+12.7011 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 25195
/proc/meminfo: memFree=1255288/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=45408 CPUtime=12.48
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 15780 0 0 0 1240 8 0 0 25 0 1 0 148912737 46497792 10398 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 0 0 0
/proc/25194/statm: 11352 10398 102 219 0 11130 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 45408

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

[startup+13.0012 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 25195
/proc/meminfo: memFree=1255288/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=45408 CPUtime=12.78
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 15784 0 0 0 1270 8 0 0 25 0 1 0 148912737 46497792 10402 1992294400 4194304 5092341 548682068848 18446744073709551615 4241876 0 0 4096 3 0 0 0 17 0 0 0
/proc/25194/statm: 11352 10402 102 219 0 11130 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 45408

[startup+16.2018 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 25195
/proc/meminfo: memFree=1254776/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=45408 CPUtime=15.99
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 15918 0 0 0 1590 9 0 0 25 0 1 0 148912737 46497792 10536 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/25194/statm: 11352 10536 102 219 0 11130 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 45408

[startup+17.8031 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 25195
/proc/meminfo: memFree=1254392/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=45408 CPUtime=17.59
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 16004 0 0 0 1750 9 0 0 25 0 1 0 148912737 46497792 10622 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/25194/statm: 11352 10622 102 219 0 11130 0
Current children cumulated CPU time (s) 17.59
Current children cumulated vsize (KiB) 45408

[startup+19.4025 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 25195
/proc/meminfo: memFree=1254200/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=45408 CPUtime=19.19
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 16084 0 0 0 1910 9 0 0 25 0 1 0 148912737 46497792 10702 1992294400 4194304 5092341 548682068848 18446744073709551615 4241428 0 0 4096 3 0 0 0 17 0 0 0
/proc/25194/statm: 11352 10702 102 219 0 11130 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 45408

[startup+19.8015 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 25195
/proc/meminfo: memFree=1254200/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=45408 CPUtime=19.58
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 16100 0 0 0 1949 9 0 0 25 0 1 0 148912737 46497792 10718 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/25194/statm: 11352 10718 102 219 0 11130 0
Current children cumulated CPU time (s) 19.58
Current children cumulated vsize (KiB) 45408

[startup+20.2016 s]
/proc/loadavg: 0.89 0.97 0.99 2/65 25195
/proc/meminfo: memFree=1254008/2055920 swapFree=4180712/4192956
[pid=25194] ppid=25192 vsize=45408 CPUtime=19.98
/proc/25194/stat : 25194 (minisat) R 25192 25194 25157 0 -1 4194304 16119 0 0 0 1989 9 0 0 25 0 1 0 148912737 46497792 10737 1992294400 4194304 5092341 548682068848 18446744073709551615 4241260 0 0 4096 3 0 0 0 17 0 0 0
/proc/25194/statm: 11352 10737 102 219 0 11130 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (KiB) 45408

Child status: 20
Real time (s): 20.2148
CPU time (s): 20.005
CPU user time (s): 19.903
CPU system time (s): 0.101984
CPU usage (%): 98.962
Max. virtual memory (cumulated for all children) (KiB): 60332

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

runsolver used 0.06099 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node28 at 2009-05-01 22:13:14
IDJOB=1772932
IDBENCH=20415
IDSOLVER=608
FILE ID=node28/1772932-1241208794
PBS_JOBID= 9224706
Free space on /tmp= 66268 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772932-1241208794/watcher-1772932-1241208794 -o /tmp/evaluation-result-1772932-1241208794/solver-1772932-1241208794 -C 10000 -W 12000 -M 1800  HOME/minisat HOME/instance-1772932-1241208794.cnf

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED=434674697

node28.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.261
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.261
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:       1297104 kB
Buffers:         63560 kB
Cached:         596692 kB
SwapCached:       5468 kB
Active:          35488 kB
Inactive:       633448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1297104 kB
SwapTotal:     4192956 kB
SwapFree:      4180712 kB
Dirty:            8340 kB
Writeback:           0 kB
Mapped:          14192 kB
Slab:            75712 kB
Committed_AS:   709096 kB
PageTables:       1420 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= 66264 MiB
End job on node28 at 2009-05-01 22:13:35