Trace number 1831565

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 216.386 216.439

General information on the benchmark

Nameschup-l2s-abp4-1-k31.cnf
MD5SUM2ec4066bd8381455b1990aa40b382ff0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.4758
Satisfiable
(Un)Satisfiability was proved
Number of variables14809
Number of clauses48483
Sum of the clauses size123522
Maximum clause length33
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 224983
Number of clauses of size 322191
Number of clauses of size 4589
Number of clauses of size 5403
Number of clauses of size over 5281

Solver Data

216.34/216.43	c clasp version 1.2.0-SAT09 
216.34/216.43	c Reading from ...761682/instance-1831565-1242761682.cnf
216.34/216.43	c Reading      : Done(0.020s)
216.34/216.43	c Preprocessing: |-\|/Done(0.240s)
216.34/216.43	c Solving...
216.34/216.43	
216.34/216.43	c Models    : 0     
216.34/216.43	c Time         : 216.380s (Solve: 216.120s)
216.34/216.43	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-1831565-1242761682/watcher-1831565-1242761682 -o /tmp/evaluation-result-1831565-1242761682/solver-1831565-1242761682 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831565-1242761682.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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: 1.00 1.01 0.91 3/67 784
/proc/meminfo: memFree=1957072/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=3056 CPUtime=0
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 547 0 0 0 0 0 0 0 18 0 1 0 304194335 3129344 523 1992294400 134512640 136057169 4294956160 18446744073709551615 134825536 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 764 523 147 377 0 384 0

[startup+0.092595 s]
/proc/loadavg: 1.00 1.01 0.91 3/67 784
/proc/meminfo: memFree=1957072/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=6708 CPUtime=0.08
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 1575 0 0 0 8 0 0 0 18 0 1 0 304194335 6868992 1395 1992294400 134512640 136057169 4294956160 18446744073709551615 135443063 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 1677 1395 170 377 0 1297 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6708

[startup+0.101597 s]
/proc/loadavg: 1.00 1.01 0.91 3/67 784
/proc/meminfo: memFree=1957072/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=6708 CPUtime=0.09
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 1606 0 0 0 9 0 0 0 18 0 1 0 304194335 6868992 1426 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 1677 1426 170 377 0 1297 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6708

[startup+0.301615 s]
/proc/loadavg: 1.00 1.01 0.91 3/67 784
/proc/meminfo: memFree=1957072/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=7136 CPUtime=0.29
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 1954 0 0 0 29 0 0 0 19 0 1 0 304194335 7307264 1563 1992294400 134512640 136057169 4294956160 18446744073709551615 134811562 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 1784 1563 179 377 0 1404 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7136

[startup+0.701649 s]
/proc/loadavg: 1.00 1.01 0.91 3/67 784
/proc/meminfo: memFree=1957072/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=7276 CPUtime=0.69
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 1961 0 0 0 69 0 0 0 22 0 1 0 304194335 7450624 1570 1992294400 134512640 136057169 4294956160 18446744073709551615 134824014 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 1819 1570 183 377 0 1439 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7276

[startup+1.50172 s]
/proc/loadavg: 1.00 1.01 0.91 2/68 785
/proc/meminfo: memFree=1951304/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=7408 CPUtime=1.49
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 2009 0 0 0 149 0 0 0 25 0 1 0 304194335 7585792 1618 1992294400 134512640 136057169 4294956160 18446744073709551615 134645315 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 1852 1618 183 377 0 1472 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7408

[startup+3.10186 s]
/proc/loadavg: 1.00 1.01 0.91 2/68 785
/proc/meminfo: memFree=1950664/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=8468 CPUtime=3.09
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 2285 0 0 0 308 1 0 0 25 0 1 0 304194335 8671232 1894 1992294400 134512640 136057169 4294956160 18446744073709551615 134756841 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 2117 1894 183 377 0 1737 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8468

[startup+6.30115 s]
/proc/loadavg: 1.00 1.01 0.91 2/68 785
/proc/meminfo: memFree=1949128/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=9392 CPUtime=6.29
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 2506 0 0 0 628 1 0 0 25 0 1 0 304194335 9617408 2115 1992294400 134512640 136057169 4294956160 18446744073709551615 134618152 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 2348 2115 183 377 0 1968 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9392

[startup+12.7017 s]
/proc/loadavg: 1.00 1.01 0.91 2/68 785
/proc/meminfo: memFree=1947208/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=11528 CPUtime=12.69
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 3020 0 0 0 1268 1 0 0 25 0 1 0 304194335 11804672 2629 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 2882 2629 183 377 0 2502 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11528

[startup+25.5019 s]
/proc/loadavg: 1.00 1.01 0.91 2/68 785
/proc/meminfo: memFree=1944456/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=14172 CPUtime=25.48
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 3689 0 0 0 2547 1 0 0 25 0 1 0 304194335 14512128 3298 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 3543 3298 183 377 0 3163 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14172

[startup+51.1011 s]
/proc/loadavg: 1.06 1.02 0.91 2/68 785
/proc/meminfo: memFree=1943816/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=14712 CPUtime=51.08
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 3842 0 0 0 5106 2 0 0 25 0 1 0 304194335 15065088 3451 1992294400 134512640 136057169 4294956160 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 3678 3451 183 377 0 3298 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14712

[startup+102.306 s]
/proc/loadavg: 1.02 1.02 0.91 2/68 785
/proc/meminfo: memFree=1941640/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=16976 CPUtime=102.27
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 4380 0 0 0 10224 3 0 0 25 0 1 0 304194335 17383424 3989 1992294400 134512640 136057169 4294956160 18446744073709551615 135437371 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 4244 3989 183 377 0 3864 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 16976

[startup+162.301 s]
/proc/loadavg: 1.01 1.01 0.91 2/68 785
/proc/meminfo: memFree=1940040/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=18560 CPUtime=162.25
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 4789 0 0 0 16222 3 0 0 25 0 1 0 304194335 19005440 4398 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 4640 4398 183 377 0 4260 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 18560

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

[startup+179.102 s]
/proc/loadavg: 1.00 1.01 0.91 2/68 785
/proc/meminfo: memFree=1939976/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=19092 CPUtime=179.05
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 4927 0 0 0 17901 4 0 0 25 0 1 0 304194335 19550208 4536 1992294400 134512640 136057169 4294956160 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 4773 4536 183 377 0 4393 0
Current children cumulated CPU time (s) 179.05
Current children cumulated vsize (KiB) 19092

[startup+191.903 s]
/proc/loadavg: 1.00 1.01 0.91 2/68 785
/proc/meminfo: memFree=1938696/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=19884 CPUtime=191.84
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 5121 0 0 0 19180 4 0 0 25 0 1 0 304194335 20361216 4730 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 191.84
Current children cumulated vsize (KiB) 19884

[startup+204.702 s]
/proc/loadavg: 1.00 1.00 0.91 2/68 785
/proc/meminfo: memFree=1938696/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=19884 CPUtime=204.64
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 5121 0 0 0 20460 4 0 0 25 0 1 0 304194335 20361216 4730 1992294400 134512640 136057169 4294956160 18446744073709551615 134820362 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 204.64
Current children cumulated vsize (KiB) 19884

[startup+211.101 s]
/proc/loadavg: 1.00 1.00 0.91 2/68 785
/proc/meminfo: memFree=1938696/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=19884 CPUtime=211.04
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 5121 0 0 0 21100 4 0 0 25 0 1 0 304194335 20361216 4730 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 211.04
Current children cumulated vsize (KiB) 19884

[startup+214.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/68 785
/proc/meminfo: memFree=1938696/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=19884 CPUtime=214.24
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 5121 0 0 0 21420 4 0 0 25 0 1 0 304194335 20361216 4730 1992294400 134512640 136057169 4294956160 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 214.24
Current children cumulated vsize (KiB) 19884

[startup+215.102 s]
/proc/loadavg: 1.00 1.00 0.91 2/68 785
/proc/meminfo: memFree=1938696/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=19884 CPUtime=215.04
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 5121 0 0 0 21500 4 0 0 25 0 1 0 304194335 20361216 4730 1992294400 134512640 136057169 4294956160 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 215.04
Current children cumulated vsize (KiB) 19884

[startup+215.902 s]
/proc/loadavg: 1.00 1.00 0.91 2/68 785
/proc/meminfo: memFree=1938696/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=19884 CPUtime=215.84
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 5121 0 0 0 21580 4 0 0 25 0 1 0 304194335 20361216 4730 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 215.84
Current children cumulated vsize (KiB) 19884

[startup+216.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/68 785
/proc/meminfo: memFree=1938696/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=19884 CPUtime=216.24
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 5121 0 0 0 21620 4 0 0 25 0 1 0 304194335 20361216 4730 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 216.24
Current children cumulated vsize (KiB) 19884

[startup+216.402 s]
/proc/loadavg: 1.00 1.00 0.91 2/68 785
/proc/meminfo: memFree=1938696/2055920 swapFree=4177268/4192956
[pid=784] ppid=782 vsize=19884 CPUtime=216.34
/proc/784/stat : 784 (clasp) R 782 784 549 0 -1 4194304 5121 0 0 0 21630 4 0 0 25 0 1 0 304194335 20361216 4730 1992294400 134512640 136057169 4294956160 18446744073709551615 134819598 0 0 4096 16386 0 0 0 17 1 0 0
/proc/784/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 216.34
Current children cumulated vsize (KiB) 19884

Child status: 20
Real time (s): 216.439
CPU time (s): 216.386
CPU user time (s): 216.338
CPU system time (s): 0.047992
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 19884

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

runsolver used 0.205968 second user time and 0.58791 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-19 21:34:42
IDJOB=1831565
IDBENCH=69566
IDSOLVER=637
FILE ID=node68/1831565-1242761682
PBS_JOBID= 9322234
Free space on /tmp= 66224 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT_RACE08/cnf/schup-l2s-abp4-1-k31.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-1831565-1242761682/watcher-1831565-1242761682 -o /tmp/evaluation-result-1831565-1242761682/solver-1831565-1242761682 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831565-1242761682.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 2ec4066bd8381455b1990aa40b382ff0
RANDOM SEED=541835154

node68.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.223
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.223
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:       1957488 kB
Buffers:          1580 kB
Cached:          58876 kB
SwapCached:       7272 kB
Active:          24728 kB
Inactive:        44512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1957488 kB
SwapTotal:     4192956 kB
SwapFree:      4177268 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:          14672 kB
Slab:            14732 kB
Committed_AS:   897244 kB
PageTables:       1580 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= 66224 MiB
End job on node68 at 2009-05-19 21:38:18