Trace number 1719589

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 203.561 203.681

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.9847
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

203.47/203.68	c clasp version 1.2.0-SAT09 
203.47/203.68	c Reading from ...647608/instance-1719589-1240647608.cnf
203.47/203.68	c Reading      : Done(0.020s)
203.47/203.68	c Preprocessing: |-\|/Done(0.220s)
203.47/203.68	c Solving...
203.47/203.68	
203.47/203.68	c Models    : 0     
203.47/203.68	c Time         : 203.560s (Solve: 203.320s)
203.47/203.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-1719589-1240647608/watcher-1719589-1240647608 -o /tmp/evaluation-result-1719589-1240647608/solver-1719589-1240647608 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1719589-1240647608.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 21541
/proc/meminfo: memFree=1973552/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=3056 CPUtime=0
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 547 0 0 0 0 0 0 0 18 0 1 0 92787176 3129344 523 1992294400 134512640 136057169 4294956144 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 764 523 147 377 0 384 0

[startup+0.076419 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21541
/proc/meminfo: memFree=1973552/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=6444 CPUtime=0.07
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 1530 0 0 0 7 0 0 0 18 0 1 0 92787176 6598656 1350 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 1611 1351 170 377 0 1231 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6444

[startup+0.101422 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21541
/proc/meminfo: memFree=1973552/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=6840 CPUtime=0.09
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 1627 0 0 0 9 0 0 0 18 0 1 0 92787176 7004160 1447 1992294400 134512640 136057169 4294956144 18446744073709551615 135440680 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 1710 1447 170 377 0 1330 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6840

[startup+0.301461 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21541
/proc/meminfo: memFree=1973552/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=7136 CPUtime=0.29
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 1957 0 0 0 29 0 0 0 19 0 1 0 92787176 7307264 1566 1992294400 134512640 136057169 4294956144 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 1784 1566 182 377 0 1404 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7136

[startup+0.701549 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 21541
/proc/meminfo: memFree=1973552/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=7276 CPUtime=0.68
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 1964 0 0 0 68 0 0 0 23 0 1 0 92787176 7450624 1573 1992294400 134512640 136057169 4294956144 18446744073709551615 134824014 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21541/statm: 1819 1573 183 377 0 1439 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7276

[startup+1.50171 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1967720/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=7408 CPUtime=1.48
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 2010 0 0 0 148 0 0 0 25 0 1 0 92787176 7585792 1619 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21541/statm: 1852 1619 183 377 0 1472 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7408

[startup+3.10201 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1966952/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=8600 CPUtime=3.08
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 2296 0 0 0 307 1 0 0 25 0 1 0 92787176 8806400 1905 1992294400 134512640 136057169 4294956144 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 2150 1905 183 377 0 1770 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8600

[startup+6.30164 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1965480/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=9392 CPUtime=6.28
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 2506 0 0 0 627 1 0 0 25 0 1 0 92787176 9617408 2115 1992294400 134512640 136057169 4294956144 18446744073709551615 134823396 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 2348 2115 183 377 0 1968 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9392

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1963376/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=12720 CPUtime=12.67
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 3326 0 0 0 1266 1 0 0 25 0 1 0 92787176 13025280 2935 1992294400 134512640 136057169 4294956144 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 3180 2936 183 377 0 2800 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12720

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1960816/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=14172 CPUtime=25.47
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 3689 0 0 0 2545 2 0 0 25 0 1 0 92787176 14512128 3298 1992294400 134512640 136057169 4294956144 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 3543 3298 183 377 0 3163 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14172

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1960240/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=14712 CPUtime=51.05
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 3842 0 0 0 5103 2 0 0 25 0 1 0 92787176 15065088 3451 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 3678 3451 183 377 0 3298 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14712

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1958064/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=16976 CPUtime=102.22
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 4380 0 0 0 10220 2 0 0 25 0 1 0 92787176 17383424 3989 1992294400 134512640 136057169 4294956144 18446744073709551615 134618395 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 4244 3989 183 377 0 3864 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 16976

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1956400/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=18560 CPUtime=162.2
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 4789 0 0 0 16217 3 0 0 25 0 1 0 92787176 19005440 4398 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 4640 4398 183 377 0 4260 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 18560

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

[startup+179.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1955056/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=19884 CPUtime=178.99
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 5121 0 0 0 17896 3 0 0 25 0 1 0 92787176 20361216 4730 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 178.99
Current children cumulated vsize (KiB) 19884

[startup+191.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1955056/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=19884 CPUtime=191.77
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 5121 0 0 0 19174 3 0 0 25 0 1 0 92787176 20361216 4730 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 191.77
Current children cumulated vsize (KiB) 19884

[startup+198.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1955056/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=19884 CPUtime=198.17
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 5121 0 0 0 19814 3 0 0 25 0 1 0 92787176 20361216 4730 1992294400 134512640 136057169 4294956144 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 198.17
Current children cumulated vsize (KiB) 19884

[startup+201.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1955056/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=19884 CPUtime=201.37
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 5121 0 0 0 20134 3 0 0 25 0 1 0 92787176 20361216 4730 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 201.37
Current children cumulated vsize (KiB) 19884

[startup+202.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1955056/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=19884 CPUtime=202.18
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 5121 0 0 0 20215 3 0 0 25 0 1 0 92787176 20361216 4730 1992294400 134512640 136057169 4294956144 18446744073709551615 134823686 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 202.18
Current children cumulated vsize (KiB) 19884

[startup+203.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1955056/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=19884 CPUtime=202.97
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 5121 0 0 0 20294 3 0 0 25 0 1 0 92787176 20361216 4730 1992294400 134512640 136057169 4294956144 18446744073709551615 134618247 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 202.97
Current children cumulated vsize (KiB) 19884

[startup+203.505 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1955056/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=19884 CPUtime=203.38
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 5121 0 0 0 20335 3 0 0 25 0 1 0 92787176 20361216 4730 1992294400 134512640 136057169 4294956144 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 203.38
Current children cumulated vsize (KiB) 19884

[startup+203.602 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 21542
/proc/meminfo: memFree=1955056/2055920 swapFree=4181044/4192956
[pid=21541] ppid=21539 vsize=19884 CPUtime=203.47
/proc/21541/stat : 21541 (clasp) R 21539 21541 21025 0 -1 4194304 5121 0 0 0 20344 3 0 0 25 0 1 0 92787176 20361216 4730 1992294400 134512640 136057169 4294956144 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 0 0 0
/proc/21541/statm: 4971 4730 183 377 0 4591 0
Current children cumulated CPU time (s) 203.47
Current children cumulated vsize (KiB) 19884

Child status: 20
Real time (s): 203.681
CPU time (s): 203.561
CPU user time (s): 203.521
CPU system time (s): 0.039993
CPU usage (%): 99.941
Max. virtual memory (cumulated for all children) (KiB): 19884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.521
system time used= 0.039993
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= 515

runsolver used 0.184971 second user time and 0.562914 second system time

The end

Launcher Data

Begin job on node66 at 2009-04-25 10:20:08
IDJOB=1719589
IDBENCH=69566
IDSOLVER=508
FILE ID=node66/1719589-1240647608
PBS_JOBID= 9186457
Free space on /tmp= 66280 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-1719589-1240647608/watcher-1719589-1240647608 -o /tmp/evaluation-result-1719589-1240647608/solver-1719589-1240647608 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1719589-1240647608.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= 2ec4066bd8381455b1990aa40b382ff0
RANDOM SEED=595609112

node66.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.263
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	: 5931.00
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.263
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:       1974032 kB
Buffers:          2132 kB
Cached:          22796 kB
SwapCached:       4516 kB
Active:          20172 kB
Inactive:        11396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1974032 kB
SwapTotal:     4192956 kB
SwapFree:      4181044 kB
Dirty:            2636 kB
Writeback:           0 kB
Mapped:          12980 kB
Slab:            36400 kB
Committed_AS:   439732 kB
PageTables:       1360 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= 66280 MiB
End job on node66 at 2009-04-25 10:23:32