Trace number 1729695

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 300.085 300.195

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG7-gensys-icl006.sat05-3132.reshuffled-07.cnf
MD5SUM56dc474305bf6e6817771129f995c737
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark300.085
Satisfiable
(Un)Satisfiability was proved
Number of variables728
Number of clauses17199
Sum of the clauses size75582
Maximum clause length13
Minimum clause length1
Number of clauses of size 149
Number of clauses of size 21177
Number of clauses of size 38740
Number of clauses of size 4232
Number of clauses of size 5250
Number of clauses of size over 56751

Solver Data

299.98/300.19	c clasp version 1.2.0-SAT09 
299.98/300.19	c Reading from ...752678/instance-1729695-1240752678.cnf
299.98/300.19	c Reading      : Done(0.010s)
299.98/300.19	c Preprocessing: |-Done(0.070s)
299.98/300.19	c Solving...
299.98/300.19	
299.98/300.19	c Models    : 0     
299.98/300.19	c Time         : 300.110s (Solve: 300.030s)
299.98/300.19	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-1729695-1240752678/watcher-1729695-1240752678 -o /tmp/evaluation-result-1729695-1240752678/solver-1729695-1240752678 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1729695-1240752678.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: 1.83 1.82 1.44 3/65 23559
/proc/meminfo: memFree=1747384/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=1960 CPUtime=0
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 240 0 0 0 0 0 0 0 20 0 1 0 103296724 2007040 224 1992294400 134512640 136057169 4294956144 18446744073709551615 135443063 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 490 225 147 377 0 110 0

[startup+0.026863 s]
/proc/loadavg: 1.83 1.82 1.44 3/65 23559
/proc/meminfo: memFree=1747384/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=2856 CPUtime=0.02
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 513 0 0 0 2 0 0 0 20 0 1 0 103296724 2924544 492 1992294400 134512640 136057169 4294956144 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 714 492 168 377 0 334 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2856

[startup+0.101872 s]
/proc/loadavg: 1.83 1.82 1.44 3/65 23559
/proc/meminfo: memFree=1747384/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=2988 CPUtime=0.09
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 551 0 0 0 9 0 0 0 20 0 1 0 103296724 3059712 530 1992294400 134512640 136057169 4294956144 18446744073709551615 134828818 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 747 530 182 377 0 367 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2988

[startup+0.301911 s]
/proc/loadavg: 1.83 1.82 1.44 3/65 23559
/proc/meminfo: memFree=1747384/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=3120 CPUtime=0.29
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 576 0 0 0 29 0 0 0 22 0 1 0 103296724 3194880 555 1992294400 134512640 136057169 4294956144 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 780 555 182 377 0 400 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3120

[startup+0.701993 s]
/proc/loadavg: 1.83 1.82 1.44 3/65 23559
/proc/meminfo: memFree=1747384/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=3252 CPUtime=0.69
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 616 0 0 0 69 0 0 0 25 0 1 0 103296724 3330048 595 1992294400 134512640 136057169 4294956144 18446744073709551615 134612936 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 813 595 182 377 0 433 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3252

[startup+1.50116 s]
/proc/loadavg: 1.83 1.82 1.44 2/66 23560
/proc/meminfo: memFree=1745520/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=3516 CPUtime=1.49
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 694 0 0 0 149 0 0 0 25 0 1 0 103296724 3600384 673 1992294400 134512640 136057169 4294956144 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 879 673 182 377 0 499 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3516

[startup+3.10148 s]
/proc/loadavg: 1.83 1.82 1.44 2/66 23560
/proc/meminfo: memFree=1744944/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=4048 CPUtime=3.09
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 815 0 0 0 309 0 0 0 25 0 1 0 103296724 4145152 794 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 1012 794 182 377 0 632 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4048

[startup+6.30113 s]
/proc/loadavg: 1.77 1.80 1.44 2/66 23560
/proc/meminfo: memFree=1744304/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=4468 CPUtime=6.29
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 925 0 0 0 629 0 0 0 25 0 1 0 103296724 4575232 904 1992294400 134512640 136057169 4294956144 18446744073709551615 134645285 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 1117 904 182 377 0 737 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4468

[startup+12.7014 s]
/proc/loadavg: 1.71 1.79 1.43 2/66 23560
/proc/meminfo: memFree=1743664/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=5004 CPUtime=12.68
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 1066 0 0 0 1268 0 0 0 25 0 1 0 103296724 5124096 1045 1992294400 134512640 136057169 4294956144 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 1251 1045 182 377 0 871 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5004

[startup+25.501 s]
/proc/loadavg: 1.55 1.75 1.43 2/66 23560
/proc/meminfo: memFree=1742576/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=6064 CPUtime=25.47
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 1323 0 0 0 2547 0 0 0 25 0 1 0 103296724 6209536 1302 1992294400 134512640 136057169 4294956144 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 1516 1302 182 377 0 1136 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 6064

[startup+51.1012 s]
/proc/loadavg: 1.36 1.69 1.41 2/66 23560
/proc/meminfo: memFree=1741680/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=7016 CPUtime=51.07
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 1538 0 0 0 5106 1 0 0 25 0 1 0 103296724 7184384 1517 1992294400 134512640 136057169 4294956144 18446744073709551615 134618565 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 1754 1517 182 377 0 1374 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7016

[startup+102.306 s]
/proc/loadavg: 1.15 1.58 1.39 2/66 23560
/proc/meminfo: memFree=1740528/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=8036 CPUtime=102.26
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 1818 0 0 0 10225 1 0 0 25 0 1 0 103296724 8228864 1797 1992294400 134512640 136057169 4294956144 18446744073709551615 134618117 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 2009 1797 182 377 0 1629 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8036

[startup+162.303 s]
/proc/loadavg: 1.06 1.47 1.36 2/66 23560
/proc/meminfo: memFree=1739760/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=8884 CPUtime=162.23
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 2003 0 0 0 16222 1 0 0 25 0 1 0 103296724 9097216 1982 1992294400 134512640 136057169 4294956144 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 2221 1982 182 377 0 1841 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 8884

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.34 2/66 23560
/proc/meminfo: memFree=1738736/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=9876 CPUtime=222.21
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 2251 0 0 0 22220 1 0 0 25 0 1 0 103296724 10113024 2230 1992294400 134512640 136057169 4294956144 18446744073709551615 134824014 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 2469 2230 182 377 0 2089 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 9876

[startup+282.301 s]
/proc/loadavg: 1.00 1.31 1.31 2/66 23560
/proc/meminfo: memFree=1738608/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=10032 CPUtime=282.18
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 2282 0 0 0 28217 1 0 0 25 0 1 0 103296724 10272768 2261 1992294400 134512640 136057169 4294956144 18446744073709551615 134618292 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 2508 2261 182 377 0 2128 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 10032

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

[startup+287.901 s]
/proc/loadavg: 1.00 1.31 1.31 2/66 23560
/proc/meminfo: memFree=1738608/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=10032 CPUtime=287.78
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 2282 0 0 0 28777 1 0 0 25 0 1 0 103296724 10272768 2261 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 2508 2261 182 377 0 2128 0
Current children cumulated CPU time (s) 287.78
Current children cumulated vsize (KiB) 10032

[startup+294.302 s]
/proc/loadavg: 1.00 1.30 1.31 2/66 23560
/proc/meminfo: memFree=1738544/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=10032 CPUtime=294.18
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 2294 0 0 0 29417 1 0 0 25 0 1 0 103296724 10272768 2273 1992294400 134512640 136057169 4294956144 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 2508 2273 182 377 0 2128 0
Current children cumulated CPU time (s) 294.18
Current children cumulated vsize (KiB) 10032

[startup+297.501 s]
/proc/loadavg: 1.00 1.30 1.31 2/66 23560
/proc/meminfo: memFree=1738544/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=10032 CPUtime=297.38
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 2295 0 0 0 29737 1 0 0 25 0 1 0 103296724 10272768 2274 1992294400 134512640 136057169 4294956144 18446744073709551615 134823876 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 2508 2274 182 377 0 2128 0
Current children cumulated CPU time (s) 297.38
Current children cumulated vsize (KiB) 10032

[startup+299.102 s]
/proc/loadavg: 1.00 1.30 1.31 2/66 23560
/proc/meminfo: memFree=1738544/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=10032 CPUtime=298.98
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 2295 0 0 0 29897 1 0 0 25 0 1 0 103296724 10272768 2274 1992294400 134512640 136057169 4294956144 18446744073709551615 134813032 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 2508 2274 182 377 0 2128 0
Current children cumulated CPU time (s) 298.98
Current children cumulated vsize (KiB) 10032

[startup+299.902 s]
/proc/loadavg: 1.00 1.30 1.31 2/66 23560
/proc/meminfo: memFree=1738544/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=10032 CPUtime=299.78
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 2295 0 0 0 29977 1 0 0 25 0 1 0 103296724 10272768 2274 1992294400 134512640 136057169 4294956144 18446744073709551615 134823911 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 2508 2274 182 377 0 2128 0
Current children cumulated CPU time (s) 299.78
Current children cumulated vsize (KiB) 10032

[startup+300.102 s]
/proc/loadavg: 1.00 1.30 1.31 2/66 23560
/proc/meminfo: memFree=1738544/2055920 swapFree=4181412/4192956
[pid=23559] ppid=23557 vsize=10032 CPUtime=299.98
/proc/23559/stat : 23559 (clasp) R 23557 23559 23333 0 -1 4194304 2295 0 0 0 29997 1 0 0 25 0 1 0 103296724 10272768 2274 1992294400 134512640 136057169 4294956144 18446744073709551615 134618205 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23559/statm: 2508 2274 182 377 0 2128 0
Current children cumulated CPU time (s) 299.98
Current children cumulated vsize (KiB) 10032

Child status: 20
Real time (s): 300.195
CPU time (s): 300.085
CPU user time (s): 300.065
CPU system time (s): 0.019996
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 10032

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

runsolver used 0.330949 second user time and 0.734888 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-26 15:31:18
IDJOB=1729695
IDBENCH=24712
IDSOLVER=508
FILE ID=node80/1729695-1240752678
PBS_JOBID= 9187061
Free space on /tmp= 66156 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG7-gensys-icl006.sat05-3132.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-1729695-1240752678/watcher-1729695-1240752678 -o /tmp/evaluation-result-1729695-1240752678/solver-1729695-1240752678 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1729695-1240752678.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= 56dc474305bf6e6817771129f995c737
RANDOM SEED=449280719

node80.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.270
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.270
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:      2055920 kB
MemFree:       1747800 kB
Buffers:         32116 kB
Cached:         205320 kB
SwapCached:       5460 kB
Active:          69300 kB
Inactive:       176004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747800 kB
SwapTotal:     4192956 kB
SwapFree:      4181412 kB
Dirty:            2200 kB
Writeback:           0 kB
Mapped:          13536 kB
Slab:            48760 kB
Committed_AS:   362648 kB
PageTables:       1384 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= 66156 MiB
End job on node80 at 2009-04-26 15:36:18