Trace number 1717451

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
MoRsat 2009-03-03UNSAT 70.9342 70.9612

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.1445
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 MoRsat version 1.02 2009.03 
1.29/1.40	c atom#=87475 clause#=414657 total literals=1073659 
70.86/70.96	c CNF stats: (87475 vars, 414657 clauses) 
70.86/70.96	c Decisions: 99291 
70.86/70.96	c Conflicts: 36815 
70.86/70.96	c 
70.86/70.96	s UNSATISFIABLE
70.86/70.96	c Running time: 70.37430 seconds 

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-1717451-1240628340/watcher-1717451-1240628340 -o /tmp/evaluation-result-1717451-1240628340/solver-1717451-1240628340 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1717451-1240628340.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: 1.41 1.88 1.71 2/65 11554
/proc/meminfo: memFree=1161856/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=7808 CPUtime=0
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 90863353 7995392 122 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 1952 122 96 284 0 1665 0

[startup+0.0657219 s]
/proc/loadavg: 1.41 1.88 1.71 2/65 11554
/proc/meminfo: memFree=1161856/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=7808 CPUtime=0.06
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 349 0 0 0 6 0 0 0 18 0 1 0 90863353 7995392 333 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 1952 333 96 284 0 1665 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7808

[startup+0.101724 s]
/proc/loadavg: 1.41 1.88 1.71 2/65 11554
/proc/meminfo: memFree=1161856/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=7808 CPUtime=0.09
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 468 0 0 0 9 0 0 0 18 0 1 0 90863353 7995392 452 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 1952 452 96 284 0 1665 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7808

[startup+0.301745 s]
/proc/loadavg: 1.41 1.88 1.71 2/65 11554
/proc/meminfo: memFree=1161856/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=7808 CPUtime=0.29
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 1123 0 0 0 29 0 0 0 20 0 1 0 90863353 7995392 1107 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 1952 1108 96 284 0 1665 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7808

[startup+0.70179 s]
/proc/loadavg: 1.41 1.88 1.71 2/65 11554
/proc/meminfo: memFree=1161856/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=8844 CPUtime=0.69
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 6210 0 0 0 67 2 0 0 24 0 1 0 90863353 9056256 1748 1992294400 134512640 135679800 4294956224 18446744073709551615 134560263 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 2211 1748 104 284 0 1924 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8844

[startup+1.50187 s]
/proc/loadavg: 1.41 1.88 1.71 2/66 11555
/proc/meminfo: memFree=1147704/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=55668 CPUtime=1.49
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 26851 0 0 0 139 10 0 0 25 0 1 0 90863353 57004032 10969 1992294400 134512640 135679800 4294956224 18446744073709551615 134521392 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 13917 10969 112 284 0 13630 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55668

[startup+3.10104 s]
/proc/loadavg: 1.41 1.88 1.71 2/66 11555
/proc/meminfo: memFree=1117624/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=55668 CPUtime=3.09
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 26899 0 0 0 298 11 0 0 25 0 1 0 90863353 57004032 11005 1992294400 134512640 135679800 4294956224 18446744073709551615 134521436 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 13917 11005 112 284 0 13630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55668

[startup+6.30137 s]
/proc/loadavg: 1.54 1.90 1.72 2/66 11555
/proc/meminfo: memFree=1117624/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=55668 CPUtime=6.29
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 26899 0 0 0 618 11 0 0 25 0 1 0 90863353 57004032 11005 1992294400 134512640 135679800 4294956224 18446744073709551615 134521426 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 13917 11005 112 284 0 13630 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55668

[startup+12.702 s]
/proc/loadavg: 1.50 1.89 1.71 2/66 11555
/proc/meminfo: memFree=1117752/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=55668 CPUtime=12.69
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 26901 0 0 0 1258 11 0 0 25 0 1 0 90863353 57004032 11005 1992294400 134512640 135679800 4294956224 18446744073709551615 134521438 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 13917 11005 112 284 0 13630 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55668

[startup+25.5014 s]
/proc/loadavg: 1.39 1.84 1.70 2/66 11555
/proc/meminfo: memFree=1118008/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=55668 CPUtime=25.48
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 26906 0 0 0 2537 11 0 0 25 0 1 0 90863353 57004032 11005 1992294400 134512640 135679800 4294956224 18446744073709551615 134521419 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 13917 11005 112 284 0 13630 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55668

[startup+51.1011 s]
/proc/loadavg: 1.25 1.77 1.68 2/66 11555
/proc/meminfo: memFree=1115320/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=57640 CPUtime=51.06
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 27737 0 0 0 5095 11 0 0 25 0 1 0 90863353 59023360 11715 1992294400 134512640 135679800 4294956224 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 14410 11715 113 284 0 14123 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 57640

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

[startup+63.9014 s]
/proc/loadavg: 1.21 1.75 1.68 2/66 11555
/proc/meminfo: memFree=1113080/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=59860 CPUtime=63.86
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 28304 0 0 0 6374 12 0 0 25 0 1 0 90863353 61296640 12282 1992294400 134512640 135679800 4294956224 18446744073709551615 134533031 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 14965 12282 113 284 0 14678 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 59860

[startup+67.1058 s]
/proc/loadavg: 1.20 1.73 1.67 2/66 11555
/proc/meminfo: memFree=1112568/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=60388 CPUtime=67.07
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 28438 0 0 0 6695 12 0 0 25 0 1 0 90863353 61837312 12416 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 15097 12416 113 284 0 14810 0
Current children cumulated CPU time (s) 67.07
Current children cumulated vsize (KiB) 60388

[startup+68.7019 s]
/proc/loadavg: 1.20 1.73 1.67 2/66 11555
/proc/meminfo: memFree=1112376/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=60652 CPUtime=68.66
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 28511 0 0 0 6854 12 0 0 25 0 1 0 90863353 62107648 12489 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 15163 12489 113 284 0 14876 0
Current children cumulated CPU time (s) 68.66
Current children cumulated vsize (KiB) 60652

[startup+70.3011 s]
/proc/loadavg: 1.18 1.72 1.67 2/66 11555
/proc/meminfo: memFree=1111480/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=61800 CPUtime=70.26
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 28696 0 0 0 7014 12 0 0 25 0 1 0 90863353 63283200 12674 1992294400 134512640 135679800 4294956224 18446744073709551615 134533035 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 15450 12674 113 284 0 15163 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 61800

[startup+70.7011 s]
/proc/loadavg: 1.18 1.72 1.67 2/66 11555
/proc/meminfo: memFree=1111480/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=61800 CPUtime=70.66
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 28698 0 0 0 7054 12 0 0 25 0 1 0 90863353 63283200 12676 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 15450 12676 113 284 0 15163 0
Current children cumulated CPU time (s) 70.66
Current children cumulated vsize (KiB) 61800

[startup+70.9011 s]
/proc/loadavg: 1.18 1.72 1.67 2/66 11555
/proc/meminfo: memFree=1111480/2055924 swapFree=4181440/4192956
[pid=11554] ppid=11552 vsize=60084 CPUtime=70.86
/proc/11554/stat : 11554 (MoRsat) R 11552 11554 10775 0 -1 4194304 28698 0 0 0 7074 12 0 0 25 0 1 0 90863353 61526016 12482 1992294400 134512640 135679800 4294956224 18446744073709551615 135109044 0 0 4096 1026 0 0 0 17 1 0 0
/proc/11554/statm: 15021 12482 113 284 0 14734 0
Current children cumulated CPU time (s) 70.86
Current children cumulated vsize (KiB) 60084

Child status: 20
Real time (s): 70.9612
CPU time (s): 70.9342
CPU user time (s): 70.7972
CPU system time (s): 0.136979
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 61800

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

runsolver used 0.082987 second user time and 0.176973 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-25 04:59:01
IDJOB=1717451
IDBENCH=20415
IDSOLVER=502
FILE ID=node83/1717451-1240628340
PBS_JOBID= 9186374
Free space on /tmp= 66024 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717451-1240628340/watcher-1717451-1240628340 -o /tmp/evaluation-result-1717451-1240628340/solver-1717451-1240628340 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1717451-1240628340.cnf

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED=568158585

node83.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1162336 kB
Buffers:         67724 kB
Cached:         760992 kB
SwapCached:       6052 kB
Active:         231888 kB
Inactive:       605424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1162336 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            8628 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            42192 kB
Committed_AS:   301940 kB
PageTables:       1396 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= 66020 MiB
End job on node83 at 2009-04-25 05:00:12