Trace number 1716833

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 199.757 199.814

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.757
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

199.74/199.81	c clasp version 1.2.0-SAT09 
199.74/199.81	c Reading from ...620851/instance-1716833-1240620851.cnf
199.74/199.81	c Reading      : Done(0.110s)
199.74/199.81	c Preprocessing: |-\|/Done(0.890s)
199.74/199.81	c Solving...
199.74/199.81	
199.74/199.81	c Models    : 0     
199.74/199.81	c Time         : 199.710s (Solve: 198.710s)
199.74/199.81	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-1716833-1240620851/watcher-1716833-1240620851 -o /tmp/evaluation-result-1716833-1240620851/solver-1716833-1240620851 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1716833-1240620851.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.93 3/64 15919
/proc/meminfo: memFree=1408880/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=5792 CPUtime=0
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 579 0 0 0 0 0 0 0 18 0 1 0 90113343 5931008 384 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 1448 388 140 377 0 1068 0

[startup+0.041618 s]
/proc/loadavg: 0.92 0.98 0.93 3/64 15919
/proc/meminfo: memFree=1408880/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=8132 CPUtime=0.03
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 1918 0 0 0 2 1 0 0 18 0 1 0 90113343 8327168 1723 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 2033 1724 147 377 0 1653 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8132

[startup+0.101625 s]
/proc/loadavg: 0.92 0.98 0.93 3/64 15919
/proc/meminfo: memFree=1408880/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=11452 CPUtime=0.09
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 2929 0 0 0 8 1 0 0 18 0 1 0 90113343 11726848 2507 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 2863 2508 147 377 0 2483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11452

[startup+0.301647 s]
/proc/loadavg: 0.92 0.98 0.93 3/64 15919
/proc/meminfo: memFree=1408880/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=19172 CPUtime=0.29
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 5411 0 0 0 27 2 0 0 19 0 1 0 90113343 19632128 4444 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 4793 4444 171 377 0 4413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19172

[startup+0.701691 s]
/proc/loadavg: 0.92 0.98 0.93 3/64 15919
/proc/meminfo: memFree=1408880/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=22776 CPUtime=0.69
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 6326 0 0 0 66 3 0 0 24 0 1 0 90113343 23322624 5359 1992294400 134512640 136057169 4294956160 18446744073709551615 134782952 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 5694 5359 171 377 0 5314 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22776

[startup+1.50178 s]
/proc/loadavg: 0.93 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1386856/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=20836 CPUtime=1.49
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 6645 0 0 0 146 3 0 0 25 0 1 0 90113343 21336064 4912 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 5209 4912 183 377 0 4829 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20836

[startup+3.10196 s]
/proc/loadavg: 0.93 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1389544/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=20836 CPUtime=3.09
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 6648 0 0 0 306 3 0 0 25 0 1 0 90113343 21336064 4915 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 5209 4915 183 377 0 4829 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20836

[startup+6.30131 s]
/proc/loadavg: 0.93 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1389160/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=21496 CPUtime=6.28
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 6822 0 0 0 625 3 0 0 25 0 1 0 90113343 22011904 5089 1992294400 134512640 136057169 4294956160 18446744073709551615 134819841 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 5374 5089 183 377 0 4994 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21496

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1385008/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=26148 CPUtime=12.69
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 7984 0 0 0 1265 4 0 0 25 0 1 0 90113343 26775552 6251 1992294400 134512640 136057169 4294956160 18446744073709551615 134618421 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 6537 6251 183 377 0 6157 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26148

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1373360/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=37200 CPUtime=25.48
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 10733 0 0 0 2542 6 0 0 25 0 1 0 90113343 38092800 9000 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 9300 9000 183 377 0 8920 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37200

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1359856/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=50968 CPUtime=51.08
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 14132 0 0 0 5100 8 0 0 25 0 1 0 90113343 52191232 12399 1992294400 134512640 136057169 4294956160 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 12742 12399 183 377 0 12362 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50968

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1344624/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=66140 CPUtime=102.26
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 17929 0 0 0 10216 10 0 0 25 0 1 0 90113343 67727360 16196 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 16535 16196 183 377 0 16155 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 66140

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1330992/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=79752 CPUtime=162.25
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 21339 0 0 0 16212 13 0 0 25 0 1 0 90113343 81666048 19606 1992294400 134512640 136057169 4294956160 18446744073709551615 134825046 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 19938 19606 183 377 0 19558 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 79752

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

[startup+179.101 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1330992/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=79752 CPUtime=179.04
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 21340 0 0 0 17891 13 0 0 25 0 1 0 90113343 81666048 19607 1992294400 134512640 136057169 4294956160 18446744073709551615 134615649 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 19938 19607 183 377 0 19558 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 79752

[startup+191.902 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1330992/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=79752 CPUtime=191.84
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 21340 0 0 0 19171 13 0 0 25 0 1 0 90113343 81666048 19607 1992294400 134512640 136057169 4294956160 18446744073709551615 134823876 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 19938 19607 183 377 0 19558 0
Current children cumulated CPU time (s) 191.84
Current children cumulated vsize (KiB) 79752

[startup+195.101 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1330992/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=79752 CPUtime=195.04
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 21340 0 0 0 19491 13 0 0 25 0 1 0 90113343 81666048 19607 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 19938 19607 183 377 0 19558 0
Current children cumulated CPU time (s) 195.04
Current children cumulated vsize (KiB) 79752

[startup+198.302 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1330992/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=79752 CPUtime=198.24
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 21340 0 0 0 19811 13 0 0 25 0 1 0 90113343 81666048 19607 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 19938 19607 183 377 0 19558 0
Current children cumulated CPU time (s) 198.24
Current children cumulated vsize (KiB) 79752

[startup+199.106 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1330992/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=79752 CPUtime=199.04
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 21340 0 0 0 19891 13 0 0 25 0 1 0 90113343 81666048 19607 1992294400 134512640 136057169 4294956160 18446744073709551615 134819604 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 19938 19607 183 377 0 19558 0
Current children cumulated CPU time (s) 199.04
Current children cumulated vsize (KiB) 79752

[startup+199.502 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1330992/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=79752 CPUtime=199.44
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 21340 0 0 0 19931 13 0 0 25 0 1 0 90113343 81666048 19607 1992294400 134512640 136057169 4294956160 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 19938 19607 183 377 0 19558 0
Current children cumulated CPU time (s) 199.44
Current children cumulated vsize (KiB) 79752

[startup+199.702 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1330992/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=79752 CPUtime=199.64
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 21340 0 0 0 19951 13 0 0 25 0 1 0 90113343 81666048 19607 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 19938 19607 183 377 0 19558 0
Current children cumulated CPU time (s) 199.64
Current children cumulated vsize (KiB) 79752

[startup+199.802 s]
/proc/loadavg: 0.99 0.98 0.93 2/65 15920
/proc/meminfo: memFree=1330992/2055920 swapFree=4144072/4192956
[pid=15919] ppid=15917 vsize=15336 CPUtime=199.74
/proc/15919/stat : 15919 (clasp) R 15917 15919 15882 0 -1 4194304 21344 0 0 0 19960 14 0 0 25 0 1 0 90113343 15704064 3571 1992294400 134512640 136057169 4294956160 18446744073709551615 135433673 0 0 4096 16386 0 0 0 17 1 0 0
/proc/15919/statm: 3834 3571 187 377 0 3454 0
Current children cumulated CPU time (s) 199.74
Current children cumulated vsize (KiB) 15336

Child status: 20
Real time (s): 199.814
CPU time (s): 199.757
CPU user time (s): 199.611
CPU system time (s): 0.145977
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 79752

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

runsolver used 0.144977 second user time and 0.433934 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-25 02:54:12
IDJOB=1716833
IDBENCH=20398
IDSOLVER=508
FILE ID=node42/1716833-1240620851
PBS_JOBID= 9186376
Free space on /tmp= 66324 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.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-1716833-1240620851/watcher-1716833-1240620851 -o /tmp/evaluation-result-1716833-1240620851/solver-1716833-1240620851 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1716833-1240620851.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= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=1854010522

node42.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:       1409360 kB
Buffers:         65556 kB
Cached:         485264 kB
SwapCached:      43636 kB
Active:         201260 kB
Inactive:       395556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1409360 kB
SwapTotal:     4192956 kB
SwapFree:      4144072 kB
Dirty:            5280 kB
Writeback:           0 kB
Mapped:          13932 kB
Slab:            35784 kB
Committed_AS:   374796 kB
PageTables:       1388 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= 66324 MiB
End job on node42 at 2009-04-25 02:57:32