Trace number 1563191

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 709.908 710.097

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l45_lambda.cnf
MD5SUM94aa7bdbcbe99c5b3082c395dc2384e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark282.168
Satisfiable
(Un)Satisfiability was proved
Number of variables32313
Number of clauses161529
Sum of the clauses size465707
Maximum clause length9
Minimum clause length1
Number of clauses of size 14190
Number of clauses of size 240231
Number of clauses of size 394818
Number of clauses of size 415389
Number of clauses of size 56766
Number of clauses of size over 5135

Solver Data

709.80/710.09	c clasp version 1.2.0-SAT09 
709.80/710.09	c Reading from ...000993/instance-1563191-1241000993.cnf
709.80/710.09	c Reading      : Done(0.100s)
709.80/710.09	c Preprocessing: |-\|Done(0.490s)
709.80/710.09	c Solving...
709.80/710.09	
709.80/710.09	c Models    : 0     
709.80/710.09	c Time         : 709.940s (Solve: 709.350s)
709.80/710.09	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-1563191-1241000993/watcher-1563191-1241000993 -o /tmp/evaluation-result-1563191-1241000993/solver-1563191-1241000993 -C 1200 -W 1800 -M 1800 HOME/clasp --file=HOME/instance-1563191-1241000993.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.05 1.15 3/65 10481
/proc/meminfo: memFree=577184/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=4256 CPUtime=0
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 601 0 0 0 0 0 0 0 20 0 1 0 128129426 4358144 488 1992294400 134512640 136057169 4294956144 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 1064 492 140 377 0 684 0

[startup+0.103967 s]
/proc/loadavg: 1.00 1.05 1.15 3/65 10481
/proc/meminfo: memFree=577184/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=10924 CPUtime=0.09
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 3042 0 0 0 8 1 0 0 21 0 1 0 128129426 11186176 2413 1992294400 134512640 136057169 4294956144 18446744073709551615 134783720 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 2731 2419 165 377 0 2351 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10924

[startup+0.201976 s]
/proc/loadavg: 1.00 1.05 1.15 3/65 10481
/proc/meminfo: memFree=577184/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=15164 CPUtime=0.19
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 4183 0 0 0 18 1 0 0 21 0 1 0 128129426 15527936 3394 1992294400 134512640 136057169 4294956144 18446744073709551615 134767562 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 3791 3394 169 377 0 3411 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15164

[startup+0.301987 s]
/proc/loadavg: 1.00 1.05 1.15 3/65 10481
/proc/meminfo: memFree=577184/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=15164 CPUtime=0.29
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 4185 0 0 0 28 1 0 0 22 0 1 0 128129426 15527936 3396 1992294400 134512640 136057169 4294956144 18446744073709551615 134782340 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 3791 3396 171 377 0 3411 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15164

[startup+0.701032 s]
/proc/loadavg: 1.00 1.05 1.15 3/65 10481
/proc/meminfo: memFree=577184/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=14032 CPUtime=0.69
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 4575 0 0 0 67 2 0 0 25 0 1 0 128129426 14368768 3242 1992294400 134512640 136057169 4294956144 18446744073709551615 134811565 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 3508 3242 179 377 0 3128 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14032

[startup+1.50112 s]
/proc/loadavg: 1.00 1.05 1.15 2/66 10482
/proc/meminfo: memFree=564632/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=14032 CPUtime=1.49
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 4579 0 0 0 147 2 0 0 25 0 1 0 128129426 14368768 3246 1992294400 134512640 136057169 4294956144 18446744073709551615 134823809 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 3508 3246 183 377 0 3128 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14032

[startup+3.1013 s]
/proc/loadavg: 1.00 1.05 1.15 2/66 10482
/proc/meminfo: memFree=564312/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=14164 CPUtime=3.09
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 4618 0 0 0 307 2 0 0 25 0 1 0 128129426 14503936 3285 1992294400 134512640 136057169 4294956144 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 3541 3286 183 377 0 3161 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14164

[startup+6.30166 s]
/proc/loadavg: 1.08 1.07 1.15 2/66 10482
/proc/meminfo: memFree=562840/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=15756 CPUtime=6.29
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 5012 0 0 0 627 2 0 0 25 0 1 0 128129426 16134144 3679 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 3939 3679 183 377 0 3559 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15756

[startup+12.7014 s]
/proc/loadavg: 1.07 1.06 1.15 2/66 10482
/proc/meminfo: memFree=560856/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=17748 CPUtime=12.69
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 5504 0 0 0 1267 2 0 0 25 0 1 0 128129426 18173952 4171 1992294400 134512640 136057169 4294956144 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 4437 4171 183 377 0 4057 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17748

[startup+25.5018 s]
/proc/loadavg: 1.06 1.06 1.15 2/66 10482
/proc/meminfo: memFree=559384/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=19248 CPUtime=25.48
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 5899 0 0 0 2546 2 0 0 25 0 1 0 128129426 19709952 4566 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 4812 4566 183 377 0 4432 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19248

[startup+51.1016 s]
/proc/loadavg: 1.04 1.05 1.14 2/66 10482
/proc/meminfo: memFree=556632/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=22140 CPUtime=51.08
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 6592 0 0 0 5105 3 0 0 25 0 1 0 128129426 22671360 5259 1992294400 134512640 136057169 4294956144 18446744073709551615 134825038 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 5535 5259 183 377 0 5155 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22140

[startup+102.301 s]
/proc/loadavg: 1.01 1.04 1.13 2/66 10482
/proc/meminfo: memFree=551768/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=27080 CPUtime=102.27
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 7824 0 0 0 10223 4 0 0 25 0 1 0 128129426 27729920 6491 1992294400 134512640 136057169 4294956144 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 6770 6491 183 377 0 6390 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 27080

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.12 2/66 10482
/proc/meminfo: memFree=550680/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=28184 CPUtime=162.25
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 8090 0 0 0 16221 4 0 0 25 0 1 0 128129426 28860416 6757 1992294400 134512640 136057169 4294956144 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 7046 6757 183 377 0 6666 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 28184

[startup+222.306 s]
/proc/loadavg: 1.00 1.03 1.11 2/66 10482
/proc/meminfo: memFree=548888/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=30148 CPUtime=222.23
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 8548 0 0 0 22219 4 0 0 25 0 1 0 128129426 30871552 7215 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 7537 7215 183 377 0 7157 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 30148

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.10 2/66 10482
/proc/meminfo: memFree=546520/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=32472 CPUtime=282.22
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 9134 0 0 0 28217 5 0 0 25 0 1 0 128129426 33251328 7801 1992294400 134512640 136057169 4294956144 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 8118 7801 183 377 0 7738 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 32472

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 10482
/proc/meminfo: memFree=544664/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=34504 CPUtime=342.2
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 9619 0 0 0 34215 5 0 0 25 0 1 0 128129426 35332096 8286 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 8626 8286 183 377 0 8246 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 34504

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.08 2/66 10482
/proc/meminfo: memFree=543704/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=35428 CPUtime=402.19
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 9827 0 0 0 40213 6 0 0 25 0 1 0 128129426 36278272 8494 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 8857 8494 183 377 0 8477 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 35428

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 10482
/proc/meminfo: memFree=542360/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=36840 CPUtime=462.17
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 10168 0 0 0 46211 6 0 0 25 0 1 0 128129426 37724160 8835 1992294400 134512640 136057169 4294956144 18446744073709551615 134831661 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 9210 8835 183 377 0 8830 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 36840

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 10482
/proc/meminfo: memFree=541848/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=37360 CPUtime=522.16
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 10313 0 0 0 52209 7 0 0 25 0 1 0 128129426 38256640 8980 1992294400 134512640 136057169 4294956144 18446744073709551615 134823911 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 9340 8980 183 377 0 8960 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 37360

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 10484
/proc/meminfo: memFree=541464/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=37360 CPUtime=582.14
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 10317 0 0 0 58207 7 0 0 25 0 1 0 128129426 38256640 8984 1992294400 134512640 136057169 4294956144 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 9340 8984 183 377 0 8960 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 37360

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 10484
/proc/meminfo: memFree=541400/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=37668 CPUtime=642.12
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 10379 0 0 0 64205 7 0 0 25 0 1 0 128129426 38572032 9046 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 9417 9046 183 377 0 9037 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 37668

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 10484
/proc/meminfo: memFree=540760/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=38196 CPUtime=702.11
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 10557 0 0 0 70204 7 0 0 25 0 1 0 128129426 39112704 9224 1992294400 134512640 136057169 4294956144 18446744073709551615 134811641 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 9549 9224 183 377 0 9169 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 38196

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

[startup+704.002 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 10484
/proc/meminfo: memFree=540760/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=38196 CPUtime=703.81
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 10557 0 0 0 70374 7 0 0 25 0 1 0 128129426 39112704 9224 1992294400 134512640 136057169 4294956144 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 9549 9224 183 377 0 9169 0
Current children cumulated CPU time (s) 703.81
Current children cumulated vsize (KiB) 38196

[startup+707.202 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 10484
/proc/meminfo: memFree=540760/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=38196 CPUtime=707
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 10557 0 0 0 70693 7 0 0 25 0 1 0 128129426 39112704 9224 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 9549 9224 183 377 0 9169 0
Current children cumulated CPU time (s) 707
Current children cumulated vsize (KiB) 38196

[startup+708.802 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 10484
/proc/meminfo: memFree=540760/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=38196 CPUtime=708.6
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 10557 0 0 0 70853 7 0 0 25 0 1 0 128129426 39112704 9224 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 9549 9224 183 377 0 9169 0
Current children cumulated CPU time (s) 708.6
Current children cumulated vsize (KiB) 38196

[startup+709.606 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 10484
/proc/meminfo: memFree=540760/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=38196 CPUtime=709.41
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 10557 0 0 0 70934 7 0 0 25 0 1 0 128129426 39112704 9224 1992294400 134512640 136057169 4294956144 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 9549 9224 183 377 0 9169 0
Current children cumulated CPU time (s) 709.41
Current children cumulated vsize (KiB) 38196

[startup+710.002 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 10484
/proc/meminfo: memFree=540760/2055920 swapFree=4191904/4192956
[pid=10481] ppid=10479 vsize=38196 CPUtime=709.8
/proc/10481/stat : 10481 (clasp) R 10479 10481 10298 0 -1 4194304 10557 0 0 0 70973 7 0 0 25 0 1 0 128129426 39112704 9224 1992294400 134512640 136057169 4294956144 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10481/statm: 9549 9224 183 377 0 9169 0
Current children cumulated CPU time (s) 709.8
Current children cumulated vsize (KiB) 38196

Child status: 20
Real time (s): 710.097
CPU time (s): 709.908
CPU user time (s): 709.829
CPU system time (s): 0.078987
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 38196

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

runsolver used 0.831873 second user time and 1.72074 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-29 12:29:53
IDJOB=1563191
IDBENCH=70949
IDSOLVER=508
FILE ID=node76/1563191-1241000993
PBS_JOBID= 9204796
Free space on /tmp= 66204 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l45_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-1563191-1241000993/watcher-1563191-1241000993 -o /tmp/evaluation-result-1563191-1241000993/solver-1563191-1241000993 -C 1200 -W 1800 -M 1800  HOME/clasp --file=HOME/instance-1563191-1241000993.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= 94aa7bdbcbe99c5b3082c395dc2384e9
RANDOM SEED=872017612

node76.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        577664 kB
Buffers:         79528 kB
Cached:        1298164 kB
SwapCached:        260 kB
Active:         315268 kB
Inactive:      1075652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        577664 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            4816 kB
Writeback:           0 kB
Mapped:          21724 kB
Slab:            73272 kB
Committed_AS:   550252 kB
PageTables:       1432 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= 66200 MiB
End job on node76 at 2009-04-29 12:41:43