Trace number 1717457

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
clasp 1.2.0-SAT09-32UNSAT 49.4705 49.4938

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

49.38/49.49	c clasp version 1.2.0-SAT09 
49.38/49.49	c Reading from ...628377/instance-1717457-1240628377.cnf
49.38/49.49	c Reading      : Done(0.250s)
49.38/49.49	c Preprocessing: |-\|Done(4.010s)
49.38/49.49	c Solving...
49.38/49.49	
49.38/49.49	c Models    : 0     
49.38/49.49	c Time         : 49.240s (Solve: 44.980s)
49.38/49.49	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-1717457-1240628377/watcher-1717457-1240628377 -o /tmp/evaluation-result-1717457-1240628377/solver-1717457-1240628377 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1717457-1240628377.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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.98 0.99 3/64 17655
/proc/meminfo: memFree=1833640/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=2720 CPUtime=0
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 594 0 0 0 0 0 0 0 20 0 1 0 90870630 2785280 399 1992294400 134512640 136057169 4294956144 18446744073709551615 134816709 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 680 403 139 377 0 300 0

[startup+0.0690521 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17655
/proc/meminfo: memFree=1833640/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=12296 CPUtime=0.06
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 3050 0 0 0 5 1 0 0 20 0 1 0 90870630 12591104 2734 1992294400 134512640 136057169 4294956144 18446744073709551615 135443063 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 3074 2735 147 377 0 2694 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12296

[startup+0.101055 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17655
/proc/meminfo: memFree=1833640/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=13896 CPUtime=0.09
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 3474 0 0 0 8 1 0 0 20 0 1 0 90870630 14229504 3158 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 3474 3159 147 377 0 3094 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13896

[startup+0.301074 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17655
/proc/meminfo: memFree=1833640/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=27148 CPUtime=0.29
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 8082 0 0 0 26 3 0 0 21 0 1 0 90870630 27799552 6440 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 6787 6440 164 377 0 6407 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27148

[startup+0.701114 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17655
/proc/meminfo: memFree=1833640/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=36684 CPUtime=0.69
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 11034 0 0 0 65 4 0 0 25 0 1 0 90870630 37564416 8749 1992294400 134512640 136057169 4294956144 18446744073709551615 134774442 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 9171 8749 167 377 0 8791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36684

[startup+1.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17656
/proc/meminfo: memFree=1799264/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=38940 CPUtime=1.49
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 11599 0 0 0 144 5 0 0 25 0 1 0 90870630 39874560 9314 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 9735 9314 169 377 0 9355 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38940

[startup+3.10136 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17656
/proc/meminfo: memFree=1790112/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=49656 CPUtime=3.09
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 14284 0 0 0 303 6 0 0 25 0 1 0 90870630 50847744 11999 1992294400 134512640 136057169 4294956144 18446744073709551615 134765822 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 12414 11999 169 377 0 12034 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49656

[startup+6.30168 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17656
/proc/meminfo: memFree=1789792/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=45188 CPUtime=6.29
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 14783 0 0 0 623 6 0 0 25 0 1 0 90870630 46272512 11004 1992294400 134512640 136057169 4294956144 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 11297 11004 181 377 0 10917 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45188

[startup+12.7023 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17656
/proc/meminfo: memFree=1789920/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=45188 CPUtime=12.68
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 14783 0 0 0 1262 6 0 0 25 0 1 0 90870630 46272512 11004 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 11297 11004 181 377 0 10917 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45188

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17656
/proc/meminfo: memFree=1790176/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=45188 CPUtime=25.48
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 14783 0 0 0 2542 6 0 0 25 0 1 0 90870630 46272512 11004 1992294400 134512640 136057169 4294956144 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 11297 11004 181 377 0 10917 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45188

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

[startup+38.3029 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17656
/proc/meminfo: memFree=1790240/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=45464 CPUtime=38.27
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 14818 0 0 0 3821 6 0 0 25 0 1 0 90870630 46555136 11039 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 11366 11039 181 377 0 10986 0
Current children cumulated CPU time (s) 38.27
Current children cumulated vsize (KiB) 45464

[startup+44.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17656
/proc/meminfo: memFree=1790048/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=45684 CPUtime=44.66
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 14872 0 0 0 4460 6 0 0 25 0 1 0 90870630 46780416 11093 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 11421 11093 181 377 0 11041 0
Current children cumulated CPU time (s) 44.66
Current children cumulated vsize (KiB) 45684

[startup+47.9019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17656
/proc/meminfo: memFree=1789984/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=45828 CPUtime=47.86
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 14897 0 0 0 4780 6 0 0 25 0 1 0 90870630 46927872 11118 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 11457 11118 181 377 0 11077 0
Current children cumulated CPU time (s) 47.86
Current children cumulated vsize (KiB) 45828

[startup+48.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17656
/proc/meminfo: memFree=1789984/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=45828 CPUtime=48.66
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 14897 0 0 0 4860 6 0 0 25 0 1 0 90870630 46927872 11118 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 11457 11118 181 377 0 11077 0
Current children cumulated CPU time (s) 48.66
Current children cumulated vsize (KiB) 45828

[startup+49.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17656
/proc/meminfo: memFree=1789984/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=45828 CPUtime=49.06
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 14897 0 0 0 4900 6 0 0 25 0 1 0 90870630 46927872 11118 1992294400 134512640 136057169 4294956144 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 11457 11118 181 377 0 11077 0
Current children cumulated CPU time (s) 49.06
Current children cumulated vsize (KiB) 45828

[startup+49.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17656
/proc/meminfo: memFree=1789984/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=45828 CPUtime=49.26
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 14903 0 0 0 4920 6 0 0 25 0 1 0 90870630 46927872 11124 1992294400 134512640 136057169 4294956144 18446744073709551615 135439450 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 11457 11124 187 377 0 11077 0
Current children cumulated CPU time (s) 49.26
Current children cumulated vsize (KiB) 45828

[startup+49.4011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17656
/proc/meminfo: memFree=1798432/2055920 swapFree=4180920/4192956
[pid=17655] ppid=17653 vsize=36872 CPUtime=49.38
/proc/17655/stat : 17655 (clasp) R 17653 17655 16802 0 -1 4194304 14903 0 0 0 4931 7 0 0 25 0 1 0 90870630 37756928 8952 1992294400 134512640 136057169 4294956144 18446744073709551615 135433673 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17655/statm: 9218 8952 187 377 0 8838 0
Current children cumulated CPU time (s) 49.38
Current children cumulated vsize (KiB) 36872

Child status: 20
Real time (s): 49.4938
CPU time (s): 49.4705
CPU user time (s): 49.3935
CPU system time (s): 0.076988
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 51232

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

runsolver used 0.047992 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-25 04:59:37
IDJOB=1717457
IDBENCH=20415
IDSOLVER=508
FILE ID=node27/1717457-1240628377
PBS_JOBID= 9186381
Free space on /tmp= 66192 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717457-1240628377/watcher-1717457-1240628377 -o /tmp/evaluation-result-1717457-1240628377/solver-1717457-1240628377 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1717457-1240628377.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED=67346490

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1834120 kB
Buffers:         37512 kB
Cached:         117908 kB
SwapCached:       4992 kB
Active:          20304 kB
Inactive:       143112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834120 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:            9064 kB
Writeback:           0 kB
Mapped:          14036 kB
Slab:            44304 kB
Committed_AS:   286876 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66188 MiB
End job on node27 at 2009-04-25 05:00:27