Trace number 1831923

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 464.644 464.768

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_07_UNSAT.cnf
MD5SUM6419e2e5b92274df2e7e43e6c6a98566
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.626
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses57446
Sum of the clauses size170514
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21939
Number of clauses of size 355484
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

464.56/464.76	c clasp version 1.2.0-SAT09 
464.56/464.76	c Reading from ...791184/instance-1831923-1242791184.cnf
464.56/464.76	c Reading      : Done(0.020s)
464.56/464.76	c Preprocessing: |-\Done(0.940s)
464.56/464.76	c Solving...
464.56/464.76	
464.56/464.76	c Models    : 0     
464.56/464.76	c Time         : 464.690s (Solve: 463.730s)
464.56/464.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-1831923-1242791184/watcher-1831923-1242791184 -o /tmp/evaluation-result-1831923-1242791184/solver-1831923-1242791184 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831923-1242791184.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.94 0.92 3/65 5492
/proc/meminfo: memFree=1770432/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=1960 CPUtime=0
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 251 0 0 0 0 0 0 0 18 0 1 0 307151127 2007040 235 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 490 235 144 377 0 110 0

[startup+0.0803641 s]
/proc/loadavg: 0.84 0.94 0.92 3/65 5492
/proc/meminfo: memFree=1770432/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=5208 CPUtime=0.07
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 1143 0 0 0 7 0 0 0 18 0 1 0 307151127 5332992 1078 1992294400 134512640 136057169 4294956160 18446744073709551615 134774422 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 1302 1078 166 377 0 922 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5208

[startup+0.101365 s]
/proc/loadavg: 0.84 0.94 0.92 3/65 5492
/proc/meminfo: memFree=1770432/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=5208 CPUtime=0.09
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 1143 0 0 0 9 0 0 0 18 0 1 0 307151127 5332992 1078 1992294400 134512640 136057169 4294956160 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 1302 1078 166 377 0 922 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5208

[startup+0.301388 s]
/proc/loadavg: 0.84 0.94 0.92 3/65 5492
/proc/meminfo: memFree=1770432/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=5208 CPUtime=0.29
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 1143 0 0 0 29 0 0 0 19 0 1 0 307151127 5332992 1078 1992294400 134512640 136057169 4294956160 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 1302 1078 166 377 0 922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5208

[startup+0.701435 s]
/proc/loadavg: 0.84 0.94 0.92 3/65 5492
/proc/meminfo: memFree=1770432/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=6264 CPUtime=0.69
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 1391 0 0 0 69 0 0 0 22 0 1 0 307151127 6414336 1326 1992294400 134512640 136057169 4294956160 18446744073709551615 134765705 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 1566 1326 168 377 0 1186 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6264

[startup+1.50153 s]
/proc/loadavg: 0.84 0.94 0.92 2/66 5493
/proc/meminfo: memFree=1764600/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=7268 CPUtime=1.5
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 1765 0 0 0 149 1 0 0 25 0 1 0 307151127 7442432 1586 1992294400 134512640 136057169 4294956160 18446744073709551615 134823741 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 1817 1586 183 377 0 1437 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 7268

[startup+3.10171 s]
/proc/loadavg: 0.84 0.94 0.92 2/66 5493
/proc/meminfo: memFree=1764472/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=7268 CPUtime=3.1
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 1781 0 0 0 309 1 0 0 25 0 1 0 307151127 7442432 1602 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 1817 1602 183 377 0 1437 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 7268

[startup+6.30109 s]
/proc/loadavg: 0.85 0.94 0.92 2/66 5493
/proc/meminfo: memFree=1763448/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=8344 CPUtime=6.29
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 2048 0 0 0 628 1 0 0 25 0 1 0 307151127 8544256 1869 1992294400 134512640 136057169 4294956160 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 2086 1869 183 377 0 1706 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8344

[startup+12.7018 s]
/proc/loadavg: 0.87 0.94 0.92 2/66 5493
/proc/meminfo: memFree=1762616/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=9048 CPUtime=12.69
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 2210 0 0 0 1268 1 0 0 25 0 1 0 307151127 9265152 2031 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 2262 2031 183 377 0 1882 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9048

[startup+25.5013 s]
/proc/loadavg: 0.89 0.94 0.92 2/66 5493
/proc/meminfo: memFree=1760120/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=11504 CPUtime=25.49
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 2828 0 0 0 2547 2 0 0 25 0 1 0 307151127 11780096 2649 1992294400 134512640 136057169 4294956160 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 2876 2649 183 377 0 2496 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11504

[startup+51.1013 s]
/proc/loadavg: 0.93 0.94 0.92 2/66 5493
/proc/meminfo: memFree=1758776/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=13116 CPUtime=51.08
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 3190 0 0 0 5106 2 0 0 25 0 1 0 307151127 13430784 3011 1992294400 134512640 136057169 4294956160 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 3279 3011 183 377 0 2899 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 13116

[startup+102.305 s]
/proc/loadavg: 0.97 0.95 0.92 2/66 5493
/proc/meminfo: memFree=1757432/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=14420 CPUtime=102.27
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 3512 0 0 0 10225 2 0 0 25 0 1 0 307151127 14766080 3333 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 3605 3333 183 377 0 3225 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14420

[startup+162.301 s]
/proc/loadavg: 0.99 0.96 0.92 2/66 5493
/proc/meminfo: memFree=1755128/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=16860 CPUtime=162.24
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 4086 0 0 0 16221 3 0 0 25 0 1 0 307151127 17264640 3907 1992294400 134512640 136057169 4294956160 18446744073709551615 134824081 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 4215 3907 183 377 0 3835 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 16860

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.92 2/66 5493
/proc/meminfo: memFree=1754232/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=17848 CPUtime=222.24
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 4302 0 0 0 22220 4 0 0 25 0 1 0 307151127 18276352 4123 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 4462 4123 183 377 0 4082 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 17848

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 5493
/proc/meminfo: memFree=1753592/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=18588 CPUtime=282.22
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 4458 0 0 0 28218 4 0 0 25 0 1 0 307151127 19034112 4279 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 4647 4279 183 377 0 4267 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 18588

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 5493
/proc/meminfo: memFree=1753016/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=19220 CPUtime=342.2
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 4603 0 0 0 34215 5 0 0 25 0 1 0 307151127 19681280 4424 1992294400 134512640 136057169 4294956160 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 4805 4424 183 377 0 4425 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 19220

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 5493
/proc/meminfo: memFree=1752504/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=19576 CPUtime=402.18
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 4717 0 0 0 40213 5 0 0 25 0 1 0 307151127 20045824 4538 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 4894 4538 183 377 0 4514 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 19576

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 5493
/proc/meminfo: memFree=1752504/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=19576 CPUtime=462.16
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 4722 0 0 0 46211 5 0 0 25 0 1 0 307151127 20045824 4543 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 4894 4543 183 377 0 4514 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 19576

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

[startup+463.902 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 5493
/proc/meminfo: memFree=1752504/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=19576 CPUtime=463.77
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 4722 0 0 0 46372 5 0 0 25 0 1 0 307151127 20045824 4543 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 4894 4543 183 377 0 4514 0
Current children cumulated CPU time (s) 463.77
Current children cumulated vsize (KiB) 19576

[startup+464.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 5493
/proc/meminfo: memFree=1752504/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=19576 CPUtime=464.17
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 4722 0 0 0 46412 5 0 0 25 0 1 0 307151127 20045824 4543 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 4894 4543 183 377 0 4514 0
Current children cumulated CPU time (s) 464.17
Current children cumulated vsize (KiB) 19576

[startup+464.702 s]
/proc/loadavg: 0.99 0.97 0.92 2/66 5493
/proc/meminfo: memFree=1752504/2055920 swapFree=4179252/4192956
[pid=5492] ppid=5490 vsize=19576 CPUtime=464.56
/proc/5492/stat : 5492 (clasp) R 5490 5492 5455 0 -1 4194304 4722 0 0 0 46451 5 0 0 25 0 1 0 307151127 20045824 4543 1992294400 134512640 136057169 4294956160 18446744073709551615 134624621 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5492/statm: 4894 4543 183 377 0 4514 0
Current children cumulated CPU time (s) 464.56
Current children cumulated vsize (KiB) 19576

Child status: 20
Real time (s): 464.768
CPU time (s): 464.644
CPU user time (s): 464.583
CPU system time (s): 0.06099
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 19576

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

runsolver used 0.52192 second user time and 0.863868 second system time

The end

Launcher Data

Begin job on node74 at 2009-05-20 05:46:24
IDJOB=1831923
IDBENCH=71091
IDSOLVER=637
FILE ID=node74/1831923-1242791184
PBS_JOBID= 9322464
Free space on /tmp= 102932 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_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-1831923-1242791184/watcher-1831923-1242791184 -o /tmp/evaluation-result-1831923-1242791184/solver-1831923-1242791184 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831923-1242791184.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= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED=1148609614

node74.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.233
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.233
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:       1770848 kB
Buffers:         34804 kB
Cached:         201476 kB
SwapCached:       7160 kB
Active:          40160 kB
Inactive:       205480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770848 kB
SwapTotal:     4192956 kB
SwapFree:      4179252 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:          14668 kB
Slab:            25172 kB
Committed_AS:  1051756 kB
PageTables:       1448 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= 102932 MiB
End job on node74 at 2009-05-20 05:54:09