Trace number 1728476

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 343.605 343.688

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-10-07-09.sat05-1282.reshuffled-07.cnf
MD5SUM9f209556efd81ba93e992e22316c3ed8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark343.605
Satisfiable
(Un)Satisfiability was proved
Number of variables205
Number of clauses4549
Sum of the clauses size12775
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2975
Number of clauses of size 33555
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519

Solver Data

343.51/343.68	c clasp version 1.2.0-SAT09 
343.51/343.68	c Reading from ...737271/instance-1728476-1240737271.cnf
343.51/343.68	c Reading      : Done(0.000s)
343.51/343.68	c Preprocessing: |-\Done(0.020s)
343.51/343.68	c Solving...
343.51/343.68	
343.51/343.68	c Models    : 0     
343.51/343.68	c Time         : 343.650s (Solve: 343.630s)
343.51/343.68	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-1728476-1240737271/watcher-1728476-1240737271 -o /tmp/evaluation-result-1728476-1240737271/solver-1728476-1240737271 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1728476-1240737271.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.92 0.98 0.99 3/64 27644
/proc/meminfo: memFree=1457336/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=1828 CPUtime=0
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 246 0 0 0 0 0 0 0 18 0 1 0 101760696 1871872 229 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 457 231 162 377 0 77 0

[startup+0.055032 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27644
/proc/meminfo: memFree=1457336/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=2100 CPUtime=0.05
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 342 0 0 0 5 0 0 0 18 0 1 0 101760696 2150400 325 1992294400 134512640 136057169 4294956144 18446744073709551615 134828569 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 525 325 182 377 0 145 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2100

[startup+0.101033 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27644
/proc/meminfo: memFree=1457336/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=2232 CPUtime=0.09
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 359 0 0 0 9 0 0 0 18 0 1 0 101760696 2285568 342 1992294400 134512640 136057169 4294956144 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 558 342 182 377 0 178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2232

[startup+0.301046 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27644
/proc/meminfo: memFree=1457336/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=2364 CPUtime=0.29
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 401 0 0 0 29 0 0 0 19 0 1 0 101760696 2420736 384 1992294400 134512640 136057169 4294956144 18446744073709551615 134645267 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 591 384 182 377 0 211 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2364

[startup+0.701072 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27644
/proc/meminfo: memFree=1457336/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=2760 CPUtime=0.69
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 490 0 0 0 69 0 0 0 22 0 1 0 101760696 2826240 473 1992294400 134512640 136057169 4294956144 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 690 473 182 377 0 310 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2760

[startup+1.50112 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1456048/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=3024 CPUtime=1.49
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 569 0 0 0 149 0 0 0 25 0 1 0 101760696 3096576 552 1992294400 134512640 136057169 4294956144 18446744073709551615 134618161 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 756 552 182 377 0 376 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3024

[startup+3.10123 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1455600/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=3308 CPUtime=3.09
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 641 0 0 0 309 0 0 0 25 0 1 0 101760696 3387392 624 1992294400 134512640 136057169 4294956144 18446744073709551615 134618504 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 827 624 182 377 0 447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3308

[startup+6.30143 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1454832/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=3852 CPUtime=6.29
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 755 0 0 0 629 0 0 0 25 0 1 0 101760696 3944448 738 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 963 738 182 377 0 583 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3852

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1454192/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=4384 CPUtime=12.69
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 907 0 0 0 1269 0 0 0 25 0 1 0 101760696 4489216 890 1992294400 134512640 136057169 4294956144 18446744073709551615 134645291 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 1096 890 182 377 0 716 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4384

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1453552/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=5064 CPUtime=25.48
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 1078 0 0 0 2548 0 0 0 25 0 1 0 101760696 5185536 1061 1992294400 134512640 136057169 4294956144 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 1266 1061 182 377 0 886 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5064

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1453168/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=5584 CPUtime=51.08
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 1191 0 0 0 5108 0 0 0 25 0 1 0 101760696 5718016 1174 1992294400 134512640 136057169 4294956144 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 1396 1174 182 377 0 1016 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5584

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1452208/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=6552 CPUtime=102.27
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 1436 0 0 0 10226 1 0 0 25 0 1 0 101760696 6709248 1419 1992294400 134512640 136057169 4294956144 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 1638 1419 182 377 0 1258 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6552

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1451632/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=7112 CPUtime=162.25
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 1567 0 0 0 16224 1 0 0 25 0 1 0 101760696 7282688 1550 1992294400 134512640 136057169 4294956144 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 1778 1550 182 377 0 1398 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 7112

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1451312/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=7420 CPUtime=222.23
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 1629 0 0 0 22222 1 0 0 25 0 1 0 101760696 7598080 1612 1992294400 134512640 136057169 4294956144 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 1855 1612 182 377 0 1475 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7420

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1451056/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=7696 CPUtime=282.23
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 1688 0 0 0 28221 2 0 0 25 0 1 0 101760696 7880704 1671 1992294400 134512640 136057169 4294956144 18446744073709551615 134618456 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 1924 1671 182 377 0 1544 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 7696

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1450800/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=7848 CPUtime=342.21
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 1737 0 0 0 34219 2 0 0 25 0 1 0 101760696 8036352 1720 1992294400 134512640 136057169 4294956144 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 1962 1720 182 377 0 1582 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 7848

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

[startup+343.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1450800/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=7848 CPUtime=343.01
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 1737 0 0 0 34299 2 0 0 25 0 1 0 101760696 8036352 1720 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 1962 1720 182 377 0 1582 0
Current children cumulated CPU time (s) 343.01
Current children cumulated vsize (KiB) 7848

[startup+343.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1450800/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=7808 CPUtime=343.41
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 1737 0 0 0 34339 2 0 0 25 0 1 0 101760696 7995392 1720 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 1952 1720 182 377 0 1572 0
Current children cumulated CPU time (s) 343.41
Current children cumulated vsize (KiB) 7808

[startup+343.601 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27645
/proc/meminfo: memFree=1450800/2055920 swapFree=4125620/4192956
[pid=27644] ppid=27642 vsize=7808 CPUtime=343.51
/proc/27644/stat : 27644 (clasp) R 27642 27644 27226 0 -1 4194304 1737 0 0 0 34349 2 0 0 25 0 1 0 101760696 7995392 1720 1992294400 134512640 136057169 4294956144 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27644/statm: 1952 1720 182 377 0 1572 0
Current children cumulated CPU time (s) 343.51
Current children cumulated vsize (KiB) 7808

Child status: 20
Real time (s): 343.688
CPU time (s): 343.605
CPU user time (s): 343.58
CPU system time (s): 0.024996
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 7848

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

runsolver used 0.247962 second user time and 0.72289 second system time

The end

Launcher Data

Begin job on node22 at 2009-04-26 11:14:32
IDJOB=1728476
IDBENCH=24674
IDSOLVER=508
FILE ID=node22/1728476-1240737271
PBS_JOBID= 9186950
Free space on /tmp= 66148 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-10-07-09.sat05-1282.reshuffled-07.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-1728476-1240737271/watcher-1728476-1240737271 -o /tmp/evaluation-result-1728476-1240737271/solver-1728476-1240737271 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1728476-1240737271.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= 9f209556efd81ba93e992e22316c3ed8
RANDOM SEED=512804342

node22.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.232
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.232
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:       1457752 kB
Buffers:         43484 kB
Cached:         420812 kB
SwapCached:      61616 kB
Active:         169092 kB
Inactive:       359084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1457752 kB
SwapTotal:     4192956 kB
SwapFree:      4125620 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            56068 kB
Committed_AS:   473788 kB
PageTables:       1368 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= 66148 MiB
End job on node22 at 2009-04-26 11:20:15