Trace number 1831915

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 188.712 188.764

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_07_UNSAT.cnf
MD5SUMa30111c778b4a83ebe950f77b63a1b33
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.807
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses63345
Sum of the clauses size188200
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21950
Number of clauses of size 361372
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

188.64/188.76	c clasp version 1.2.0-SAT09 
188.64/188.76	c Reading from ...791149/instance-1831915-1242791149.cnf
188.64/188.76	c Reading      : Done(0.030s)
188.64/188.76	c Preprocessing: |-\Done(1.270s)
188.64/188.76	c Solving...
188.64/188.76	
188.64/188.76	c Models    : 0     
188.64/188.76	c Time         : 188.720s (Solve: 187.420s)
188.64/188.76	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-1831915-1242791149/watcher-1831915-1242791149 -o /tmp/evaluation-result-1831915-1242791149/solver-1831915-1242791149 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831915-1242791149.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: 0.84 0.95 0.98 2/64 17520
/proc/meminfo: memFree=1882728/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=1960 CPUtime=0
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 251 0 0 0 0 0 0 0 18 0 1 0 307148871 2007040 235 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 490 235 144 377 0 110 0

[startup+0.040398 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 17520
/proc/meminfo: memFree=1882728/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=4380 CPUtime=0.03
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 955 0 0 0 3 0 0 0 18 0 1 0 307148871 4485120 829 1992294400 134512640 136057169 4294956160 18446744073709551615 134772705 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 1095 829 163 377 0 715 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4380

[startup+0.101403 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 17520
/proc/meminfo: memFree=1882728/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=5992 CPUtime=0.09
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 1326 0 0 0 9 0 0 0 18 0 1 0 307148871 6135808 1200 1992294400 134512640 136057169 4294956160 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 1498 1200 166 377 0 1118 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5992

[startup+0.301425 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 17520
/proc/meminfo: memFree=1882728/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=5992 CPUtime=0.29
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 1326 0 0 0 29 0 0 0 20 0 1 0 307148871 6135808 1200 1992294400 134512640 136057169 4294956160 18446744073709551615 134774349 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 1498 1200 166 377 0 1118 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5992

[startup+0.70147 s]
/proc/loadavg: 0.84 0.95 0.98 2/64 17520
/proc/meminfo: memFree=1882728/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=6656 CPUtime=0.69
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 1504 0 0 0 69 0 0 0 23 0 1 0 307148871 6815744 1378 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 1664 1378 168 377 0 1284 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6656

[startup+1.50156 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 17521
/proc/meminfo: memFree=1877280/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=7824 CPUtime=1.49
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 2006 0 0 0 149 0 0 0 25 0 1 0 307148871 8011776 1756 1992294400 134512640 136057169 4294956160 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 1956 1756 182 377 0 1576 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7824

[startup+3.10174 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 17521
/proc/meminfo: memFree=1876000/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=7824 CPUtime=3.09
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 2006 0 0 0 309 0 0 0 25 0 1 0 307148871 8011776 1756 1992294400 134512640 136057169 4294956160 18446744073709551615 134618152 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 1956 1756 182 377 0 1576 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7824

[startup+6.3011 s]
/proc/loadavg: 0.85 0.95 0.98 2/65 17521
/proc/meminfo: memFree=1875232/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=9436 CPUtime=6.29
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 2378 0 0 0 628 1 0 0 25 0 1 0 307148871 9662464 2128 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 2359 2128 182 377 0 1979 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9436

[startup+12.7018 s]
/proc/loadavg: 0.87 0.95 0.98 2/65 17521
/proc/meminfo: memFree=1872936/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=10936 CPUtime=12.69
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 2769 0 0 0 1268 1 0 0 25 0 1 0 307148871 11198464 2519 1992294400 134512640 136057169 4294956160 18446744073709551615 134823879 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 2734 2519 182 377 0 2354 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10936

[startup+25.5012 s]
/proc/loadavg: 0.89 0.95 0.98 2/65 17521
/proc/meminfo: memFree=1871272/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=12696 CPUtime=25.48
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 3186 0 0 0 2547 1 0 0 25 0 1 0 307148871 13000704 2936 1992294400 134512640 136057169 4294956160 18446744073709551615 134824008 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 3174 2936 182 377 0 2794 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12696

[startup+51.1011 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 17521
/proc/meminfo: memFree=1866536/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=17836 CPUtime=51.07
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 4420 0 0 0 5105 2 0 0 25 0 1 0 307148871 18264064 4170 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 4459 4170 182 377 0 4079 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17836

[startup+102.306 s]
/proc/loadavg: 0.97 0.96 0.98 2/65 17521
/proc/meminfo: memFree=1865192/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=19000 CPUtime=102.27
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 4729 0 0 0 10224 3 0 0 25 0 1 0 307148871 19456000 4479 1992294400 134512640 136057169 4294956160 18446744073709551615 134618458 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 4750 4479 182 377 0 4370 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 19000

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17521
/proc/meminfo: memFree=1864616/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=19568 CPUtime=162.25
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 4863 0 0 0 16222 3 0 0 25 0 1 0 307148871 20037632 4613 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 4892 4613 182 377 0 4512 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 19568

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

[startup+166.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17521
/proc/meminfo: memFree=1864616/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=19568 CPUtime=166.25
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 4863 0 0 0 16622 3 0 0 25 0 1 0 307148871 20037632 4613 1992294400 134512640 136057169 4294956160 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 4892 4613 182 377 0 4512 0
Current children cumulated CPU time (s) 166.25
Current children cumulated vsize (KiB) 19568

[startup+179.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17521
/proc/meminfo: memFree=1864488/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=19808 CPUtime=179.04
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 4898 0 0 0 17901 3 0 0 25 0 1 0 307148871 20283392 4648 1992294400 134512640 136057169 4294956160 18446744073709551615 134618190 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 4952 4648 182 377 0 4572 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 19808

[startup+185.501 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17521
/proc/meminfo: memFree=1864424/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=19808 CPUtime=185.44
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 4907 0 0 0 18541 3 0 0 25 0 1 0 307148871 20283392 4657 1992294400 134512640 136057169 4294956160 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 4952 4657 182 377 0 4572 0
Current children cumulated CPU time (s) 185.44
Current children cumulated vsize (KiB) 19808

[startup+187.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17521
/proc/meminfo: memFree=1864424/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=19808 CPUtime=187.04
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 4908 0 0 0 18701 3 0 0 25 0 1 0 307148871 20283392 4658 1992294400 134512640 136057169 4294956160 18446744073709551615 134823833 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 4952 4658 182 377 0 4572 0
Current children cumulated CPU time (s) 187.04
Current children cumulated vsize (KiB) 19808

[startup+187.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17521
/proc/meminfo: memFree=1864424/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=19808 CPUtime=187.84
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 4908 0 0 0 18781 3 0 0 25 0 1 0 307148871 20283392 4658 1992294400 134512640 136057169 4294956160 18446744073709551615 134823895 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 4952 4658 182 377 0 4572 0
Current children cumulated CPU time (s) 187.84
Current children cumulated vsize (KiB) 19808

[startup+188.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17521
/proc/meminfo: memFree=1864424/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=19808 CPUtime=188.24
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 4908 0 0 0 18821 3 0 0 25 0 1 0 307148871 20283392 4658 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 4952 4658 182 377 0 4572 0
Current children cumulated CPU time (s) 188.24
Current children cumulated vsize (KiB) 19808

[startup+188.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17521
/proc/meminfo: memFree=1864424/2055920 swapFree=4180796/4192956
[pid=17520] ppid=17518 vsize=19808 CPUtime=188.64
/proc/17520/stat : 17520 (clasp) R 17518 17520 17483 0 -1 4194304 4908 0 0 0 18861 3 0 0 25 0 1 0 307148871 20283392 4658 1992294400 134512640 136057169 4294956160 18446744073709551615 134624617 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17520/statm: 4952 4658 182 377 0 4572 0
Current children cumulated CPU time (s) 188.64
Current children cumulated vsize (KiB) 19808

Child status: 20
Real time (s): 188.764
CPU time (s): 188.712
CPU user time (s): 188.67
CPU system time (s): 0.041993
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 19808

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

runsolver used 0.183972 second user time and 0.344947 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-20 05:45:49
IDJOB=1831915
IDBENCH=71086
IDSOLVER=637
FILE ID=node5/1831915-1242791149
PBS_JOBID= 9322457
Free space on /tmp= 66404 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_07_UNSAT.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-1831915-1242791149/watcher-1831915-1242791149 -o /tmp/evaluation-result-1831915-1242791149/solver-1831915-1242791149 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831915-1242791149.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= a30111c778b4a83ebe950f77b63a1b33
RANDOM SEED=1048093832

node5.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.212
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.212
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:       1883144 kB
Buffers:         30348 kB
Cached:          96576 kB
SwapCached:       6832 kB
Active:          35364 kB
Inactive:       100184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883144 kB
SwapTotal:     4192956 kB
SwapFree:      4180796 kB
Dirty:            2860 kB
Writeback:           0 kB
Mapped:          13392 kB
Slab:            23272 kB
Committed_AS:  1105292 kB
PageTables:       1392 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= 66404 MiB
End job on node5 at 2009-05-20 05:48:58