Trace number 1831783

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 658.975 659.156

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l47_lambda.cnf
MD5SUMed7689c65135a913d97feca3ab3874eb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark303.059
Satisfiable
(Un)Satisfiability was proved
Number of variables33871
Number of clauses170161
Sum of the clauses size490938
Maximum clause length9
Minimum clause length1
Number of clauses of size 14346
Number of clauses of size 241947
Number of clauses of size 3100545
Number of clauses of size 416116
Number of clauses of size 57066
Number of clauses of size over 5141

Solver Data

658.91/659.15	c clasp version 1.2.0-SAT09 
658.91/659.15	c Reading from ...776975/instance-1831783-1242776975.cnf
658.91/659.15	c Reading      : Done(0.100s)
658.91/659.15	c Preprocessing: |-\|Done(0.560s)
658.91/659.15	c Solving...
658.91/659.15	
658.91/659.15	c Models    : 0     
658.91/659.15	c Time         : 659.000s (Solve: 658.340s)
658.91/659.15	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-1831783-1242776975/watcher-1831783-1242776975 -o /tmp/evaluation-result-1831783-1242776975/solver-1831783-1242776975 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831783-1242776975.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.99 0.97 0.97 3/64 10419
/proc/meminfo: memFree=1891256/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=4368 CPUtime=0
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 548 0 0 0 0 0 0 0 18 0 1 0 305731519 4472832 435 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 1092 438 140 377 0 712 0

[startup+0.0322941 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 10419
/proc/meminfo: memFree=1891256/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=5940 CPUtime=0.02
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 1337 0 0 0 2 0 0 0 18 0 1 0 305731519 6082560 1223 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 1485 1223 147 377 0 1105 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5940

[startup+0.101301 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 10419
/proc/meminfo: memFree=1891256/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=9388 CPUtime=0.09
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 2364 0 0 0 9 0 0 0 18 0 1 0 305731519 9613312 2098 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 2380 2099 147 377 0 2000 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9388

[startup+0.301322 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 10419
/proc/meminfo: memFree=1891256/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=15632 CPUtime=0.29
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 4357 0 0 0 28 1 0 0 19 0 1 0 305731519 16007168 3555 1992294400 134512640 136057169 4294956160 18446744073709551615 134772131 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 3908 3555 171 377 0 3528 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15632

[startup+0.701361 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 10419
/proc/meminfo: memFree=1891256/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=14792 CPUtime=0.69
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 4802 0 0 0 67 2 0 0 22 0 1 0 305731519 15147008 3428 1992294400 134512640 136057169 4294956160 18446744073709551615 134648186 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 3698 3428 179 377 0 3318 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14792

[startup+1.50144 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1878000/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=14792 CPUtime=1.49
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 4806 0 0 0 147 2 0 0 25 0 1 0 305731519 15147008 3432 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 3698 3432 183 377 0 3318 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14792

[startup+3.1016 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1877872/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=14792 CPUtime=3.09
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 4806 0 0 0 307 2 0 0 25 0 1 0 305731519 15147008 3432 1992294400 134512640 136057169 4294956160 18446744073709551615 134828471 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 3698 3432 183 377 0 3318 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14792

[startup+6.30192 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1876216/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=16556 CPUtime=6.29
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 5254 0 0 0 627 2 0 0 25 0 1 0 305731519 16953344 3880 1992294400 134512640 136057169 4294956160 18446744073709551615 134808624 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 4139 3880 183 377 0 3759 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16556

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1875328/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=17488 CPUtime=12.69
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 5477 0 0 0 1267 2 0 0 25 0 1 0 305731519 17907712 4103 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 4372 4103 183 377 0 3992 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17488

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1870784/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=22036 CPUtime=25.48
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 6607 0 0 0 2545 3 0 0 25 0 1 0 305731519 22564864 5233 1992294400 134512640 136057169 4294956160 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 5509 5233 183 377 0 5129 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22036

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1869312/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=23684 CPUtime=51.07
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 6981 0 0 0 5104 3 0 0 25 0 1 0 305731519 24252416 5607 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 5921 5607 183 377 0 5541 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23684

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1867712/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=25236 CPUtime=102.27
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 7370 0 0 0 10223 4 0 0 25 0 1 0 305731519 25841664 5996 1992294400 134512640 136057169 4294956160 18446744073709551615 134618247 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 6309 5996 183 377 0 5929 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 25236

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1863680/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=29660 CPUtime=162.25
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 8433 0 0 0 16220 5 0 0 25 0 1 0 305731519 30371840 7059 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 7415 7059 183 377 0 7035 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 29660

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1862208/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=30792 CPUtime=222.23
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 8717 0 0 0 22218 5 0 0 25 0 1 0 305731519 31531008 7343 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 7698 7343 183 377 0 7318 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 30792

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1859904/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=33236 CPUtime=282.21
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 9341 0 0 0 28215 6 0 0 25 0 1 0 305731519 34033664 7967 1992294400 134512640 136057169 4294956160 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 8309 7967 183 377 0 7929 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 33236

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1854528/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=38384 CPUtime=342.2
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 10625 0 0 0 34212 8 0 0 25 0 1 0 305731519 39305216 9251 1992294400 134512640 136057169 4294956160 18446744073709551615 134823915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 9596 9251 183 377 0 9216 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 38384

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1854272/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=38652 CPUtime=402.18
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 10679 0 0 0 40210 8 0 0 25 0 1 0 305731519 39579648 9305 1992294400 134512640 136057169 4294956160 18446744073709551615 134615835 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 9663 9305 183 377 0 9283 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 38652

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1854208/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=38652 CPUtime=462.16
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 10697 0 0 0 46208 8 0 0 25 0 1 0 305731519 39579648 9323 1992294400 134512640 136057169 4294956160 18446744073709551615 134824014 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 9663 9323 183 377 0 9283 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 38652

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1854016/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=39032 CPUtime=522.14
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 10759 0 0 0 52206 8 0 0 25 0 1 0 305731519 39968768 9385 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 9758 9385 183 377 0 9378 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 39032

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1853568/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=39492 CPUtime=582.13
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 10850 0 0 0 58204 9 0 0 25 0 1 0 305731519 40439808 9476 1992294400 134512640 136057169 4294956160 18446744073709551615 134649287 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 9873 9476 183 377 0 9493 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 39492

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1852928/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=40180 CPUtime=642.12
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 11000 0 0 0 64203 9 0 0 25 0 1 0 305731519 41144320 9626 1992294400 134512640 136057169 4294956160 18446744073709551615 134823333 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 10045 9626 183 377 0 9665 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 40180

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

[startup+652.701 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1852800/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=40180 CPUtime=652.51
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 11025 0 0 0 65242 9 0 0 25 0 1 0 305731519 41144320 9651 1992294400 134512640 136057169 4294956160 18446744073709551615 134813079 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 10045 9651 183 377 0 9665 0
Current children cumulated CPU time (s) 652.51
Current children cumulated vsize (KiB) 40180

[startup+655.901 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1852800/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=40180 CPUtime=655.71
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 11025 0 0 0 65562 9 0 0 25 0 1 0 305731519 41144320 9651 1992294400 134512640 136057169 4294956160 18446744073709551615 134823944 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 10045 9651 183 377 0 9665 0
Current children cumulated CPU time (s) 655.71
Current children cumulated vsize (KiB) 40180

[startup+657.502 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1852800/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=40180 CPUtime=657.31
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 11025 0 0 0 65722 9 0 0 25 0 1 0 305731519 41144320 9651 1992294400 134512640 136057169 4294956160 18446744073709551615 134649331 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 10045 9651 183 377 0 9665 0
Current children cumulated CPU time (s) 657.31
Current children cumulated vsize (KiB) 40180

[startup+658.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1852800/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=40180 CPUtime=658.11
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 11025 0 0 0 65802 9 0 0 25 0 1 0 305731519 41144320 9651 1992294400 134512640 136057169 4294956160 18446744073709551615 134824078 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 10045 9651 183 377 0 9665 0
Current children cumulated CPU time (s) 658.11
Current children cumulated vsize (KiB) 40180

[startup+658.702 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1852800/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=40180 CPUtime=658.51
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 11025 0 0 0 65842 9 0 0 25 0 1 0 305731519 41144320 9651 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 10045 9651 183 377 0 9665 0
Current children cumulated CPU time (s) 658.51
Current children cumulated vsize (KiB) 40180

[startup+659.102 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10420
/proc/meminfo: memFree=1852800/2055920 swapFree=4180212/4192956
[pid=10419] ppid=10417 vsize=40180 CPUtime=658.91
/proc/10419/stat : 10419 (clasp) R 10417 10419 10245 0 -1 4194304 11029 0 0 0 65882 9 0 0 25 0 1 0 305731519 41144320 9655 1992294400 134512640 136057169 4294956160 18446744073709551615 135439450 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10419/statm: 10045 9655 187 377 0 9665 0
Current children cumulated CPU time (s) 658.91
Current children cumulated vsize (KiB) 40180

Child status: 20
Real time (s): 659.156
CPU time (s): 658.975
CPU user time (s): 658.872
CPU system time (s): 0.102984
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 40180

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

runsolver used 0.52092 second user time and 1.3218 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-20 01:49:35
IDJOB=1831783
IDBENCH=70946
IDSOLVER=637
FILE ID=node12/1831783-1242776975
PBS_JOBID= 9322357
Free space on /tmp= 66300 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l47_lambda.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-1831783-1242776975/watcher-1831783-1242776975 -o /tmp/evaluation-result-1831783-1242776975/solver-1831783-1242776975 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831783-1242776975.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= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED=1191387482

node12.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.213
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.213
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:       1891736 kB
Buffers:         18104 kB
Cached:         109188 kB
SwapCached:       6872 kB
Active:          55668 kB
Inactive:        79900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1891736 kB
SwapTotal:     4192956 kB
SwapFree:      4180212 kB
Dirty:            5132 kB
Writeback:           0 kB
Mapped:          13456 kB
Slab:            14692 kB
Committed_AS:  1150952 kB
PageTables:       1380 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= 66296 MiB
End job on node12 at 2009-05-20 02:00:34