Trace number 1562807

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
CircUs 2009-03-23UNSAT 512.359 512.514

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark270.303
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

Solver Data

0.69/0.77	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.69/0.77	c Eliminate time :       0.55 
512.34/512.51	c CNF read time  :        0.2 
512.34/512.51	c CNF solve time :     512.26 
512.34/512.51	c Memory usage :    38.7734 MB
512.34/512.51	c Restart : 964
512.34/512.51	c Decisions : random(24680), heuristic(1389929), history(0/0)
512.34/512.51	c Implications : 215126876
512.34/512.51	c Forced Restart : 0
512.34/512.51	c Polarity Change : 2260
512.34/512.51	c Learned clasues  : 20400 out of 972224
512.34/512.51	c Learned literals : 281546 out of 19052456
512.34/512.51	c Number of first UIP : 215467 out of 972224
512.34/512.51	c Number of simplify : 2
512.34/512.51	c Number of continuous distill : 5318
512.34/512.51	c Average depth of OTS : 3
512.34/512.51	c Average depth of additional conflict : 25
512.34/512.51	c Saved conflict clasues : 2004
512.34/512.51	c Saved conflict literals : 22121
512.34/512.51	c Additional conflict clauses : 23259
512.34/512.51	c Additional conflict literals : 408861
512.34/512.51	c Additional conflict analysis : 118779
512.34/512.51	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-1562807-1240998471/watcher-1562807-1240998471 -o /tmp/evaluation-result-1562807-1240998471/solver-1562807-1240998471 -C 1200 -W 1800 -M 1800 HOME/CirCUs HOME/instance-1562807-1240998471.cnf -t 1200 

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: 0.99 0.97 0.69 3/64 11295
/proc/meminfo: memFree=991112/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=4612 CPUtime=0
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 587 0 0 0 0 0 0 0 18 0 1 120000 127880585 4722688 572 1992294400 134512640 135224549 4294956224 18446744073709551615 134632646 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 1153 572 70 173 0 978 0

[startup+0.0557891 s]
/proc/loadavg: 0.99 0.97 0.69 3/64 11295
/proc/meminfo: memFree=991112/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=7512 CPUtime=0.05
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 1375 0 0 0 5 0 0 0 18 0 1 120000 127880585 7692288 1327 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 1878 1327 70 173 0 1703 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7512

[startup+0.101792 s]
/proc/loadavg: 0.99 0.97 0.69 3/64 11295
/proc/meminfo: memFree=991112/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=10012 CPUtime=0.09
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 2069 0 0 0 9 0 0 0 18 0 1 120000 127880585 10252288 1956 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 2503 1957 70 173 0 2328 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10012

[startup+0.301815 s]
/proc/loadavg: 0.99 0.97 0.69 3/64 11295
/proc/meminfo: memFree=991112/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=16464 CPUtime=0.29
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 3918 0 0 0 28 1 0 0 19 0 1 120000 127880585 16859136 3675 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 4116 3675 77 173 0 3941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16464

[startup+0.701861 s]
/proc/loadavg: 0.99 0.97 0.69 3/64 11295
/proc/meminfo: memFree=991112/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=21596 CPUtime=0.69
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 5387 0 0 0 67 2 0 0 22 0 1 120000 127880585 22114304 5144 1992294400 134512640 135224549 4294956224 18446744073709551615 134571627 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 5399 5144 77 173 0 5224 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21596

[startup+1.50195 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 11296
/proc/meminfo: memFree=969792/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=23528 CPUtime=1.49
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 6008 0 0 0 147 2 0 0 25 0 1 120000 127880585 24092672 5544 1992294400 134512640 135224549 4294956224 18446744073709551615 134585021 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 5882 5544 93 173 0 5707 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23528

[startup+3.10113 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 11296
/proc/meminfo: memFree=968896/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=23924 CPUtime=3.09
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 6099 0 0 0 307 2 0 0 25 0 1 120000 127880585 24498176 5635 1992294400 134512640 135224549 4294956224 18446744073709551615 134585024 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 5981 5635 93 173 0 5806 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23924

[startup+6.3015 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 11296
/proc/meminfo: memFree=968448/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=24056 CPUtime=6.28
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 6162 0 0 0 626 2 0 0 25 0 1 120000 127880585 24633344 5698 1992294400 134512640 135224549 4294956224 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 6014 5698 93 173 0 5839 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 24056

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 11296
/proc/meminfo: memFree=967616/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=24776 CPUtime=12.69
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 6325 0 0 0 1266 3 0 0 25 0 1 120000 127880585 25370624 5861 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 6194 5861 93 173 0 6019 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24776

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.70 2/65 11296
/proc/meminfo: memFree=966336/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=26096 CPUtime=25.49
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 6637 0 0 0 2546 3 0 0 25 0 1 120000 127880585 26722304 6173 1992294400 134512640 135224549 4294956224 18446744073709551615 134632748 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 6524 6173 93 173 0 6349 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26096

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.71 2/65 11296
/proc/meminfo: memFree=964992/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=27544 CPUtime=51.08
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 7002 0 0 0 5104 4 0 0 25 0 1 120000 127880585 28205056 6538 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 6886 6538 93 173 0 6711 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27544

[startup+102.304 s]
/proc/loadavg: 0.99 0.97 0.72 2/65 11296
/proc/meminfo: memFree=962048/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=30532 CPUtime=102.26
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 7746 0 0 0 10222 4 0 0 25 0 1 120000 127880585 31264768 7282 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 7633 7282 93 173 0 7458 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 30532

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.74 2/65 11296
/proc/meminfo: memFree=960448/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=32384 CPUtime=162.24
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 8131 0 0 0 16219 5 0 0 25 0 1 120000 127880585 33161216 7667 1992294400 134512640 135224549 4294956224 18446744073709551615 134617061 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 8096 7667 93 173 0 7921 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 32384

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.75 2/65 11296
/proc/meminfo: memFree=958464/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=34384 CPUtime=222.23
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 8624 0 0 0 22217 6 0 0 25 0 1 120000 127880585 35209216 8160 1992294400 134512640 135224549 4294956224 18446744073709551615 134595203 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 8596 8160 93 173 0 8421 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 34384

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/65 11296
/proc/meminfo: memFree=956992/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=35872 CPUtime=282.21
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 8981 0 0 0 28215 6 0 0 25 0 1 120000 127880585 36732928 8517 1992294400 134512640 135224549 4294956224 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 8968 8517 93 173 0 8793 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 35872

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/65 11296
/proc/meminfo: memFree=955840/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=36996 CPUtime=342.19
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 9265 0 0 0 34212 7 0 0 25 0 1 120000 127880585 37883904 8801 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 9249 8801 93 173 0 9074 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 36996

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.78 2/65 11296
/proc/meminfo: memFree=954688/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=38108 CPUtime=402.17
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 9536 0 0 0 40210 7 0 0 25 0 1 120000 127880585 39022592 9072 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 9527 9072 93 173 0 9352 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 38108

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.79 2/65 11296
/proc/meminfo: memFree=953344/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=39516 CPUtime=462.15
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 9896 0 0 0 46208 7 0 0 25 0 1 120000 127880585 40464384 9432 1992294400 134512640 135224549 4294956224 18446744073709551615 134587956 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 9879 9432 93 173 0 9704 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 39516

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

[startup+486.301 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 11296
/proc/meminfo: memFree=953344/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=39516 CPUtime=486.14
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 9900 0 0 0 48607 7 0 0 25 0 1 120000 127880585 40464384 9436 1992294400 134512640 135224549 4294956224 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 9879 9436 93 173 0 9704 0
Current children cumulated CPU time (s) 486.14
Current children cumulated vsize (KiB) 39516

[startup+499.102 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 11296
/proc/meminfo: memFree=953344/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=39700 CPUtime=498.94
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 9914 0 0 0 49887 7 0 0 25 0 1 120000 127880585 40652800 9450 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 9925 9450 93 173 0 9750 0
Current children cumulated CPU time (s) 498.94
Current children cumulated vsize (KiB) 39700

[startup+505.501 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 11296
/proc/meminfo: memFree=953280/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=39700 CPUtime=505.34
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 9916 0 0 0 50527 7 0 0 25 0 1 120000 127880585 40652800 9452 1992294400 134512640 135224549 4294956224 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 9925 9452 93 173 0 9750 0
Current children cumulated CPU time (s) 505.34
Current children cumulated vsize (KiB) 39700

[startup+508.702 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 11296
/proc/meminfo: memFree=953280/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=39700 CPUtime=508.54
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 9917 0 0 0 50847 7 0 0 25 0 1 120000 127880585 40652800 9453 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 9925 9453 93 173 0 9750 0
Current children cumulated CPU time (s) 508.54
Current children cumulated vsize (KiB) 39700

[startup+510.302 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 11296
/proc/meminfo: memFree=953280/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=39700 CPUtime=510.14
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 9917 0 0 0 51007 7 0 0 25 0 1 120000 127880585 40652800 9453 1992294400 134512640 135224549 4294956224 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 9925 9453 93 173 0 9750 0
Current children cumulated CPU time (s) 510.14
Current children cumulated vsize (KiB) 39700

[startup+511.902 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 11296
/proc/meminfo: memFree=953280/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=39700 CPUtime=511.74
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 9917 0 0 0 51167 7 0 0 25 0 1 120000 127880585 40652800 9453 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 9925 9453 93 173 0 9750 0
Current children cumulated CPU time (s) 511.74
Current children cumulated vsize (KiB) 39700

[startup+512.302 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 11296
/proc/meminfo: memFree=953280/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=39700 CPUtime=512.14
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 9917 0 0 0 51207 7 0 0 25 0 1 120000 127880585 40652800 9453 1992294400 134512640 135224549 4294956224 18446744073709551615 134631394 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 9925 9453 93 173 0 9750 0
Current children cumulated CPU time (s) 512.14
Current children cumulated vsize (KiB) 39700

[startup+512.502 s]
/proc/loadavg: 0.99 0.97 0.80 2/65 11296
/proc/meminfo: memFree=955968/2055920 swapFree=4180748/4192956
[pid=11295] ppid=11293 vsize=36208 CPUtime=512.34
/proc/11295/stat : 11295 (CirCUs) R 11293 11295 11229 0 -1 4194304 9920 0 0 0 51227 7 0 0 25 0 1 120000 127880585 37076992 8728 1992294400 134512640 135224549 4294956224 18446744073709551615 134721452 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11295/statm: 9052 8728 95 173 0 8877 0
Current children cumulated CPU time (s) 512.34
Current children cumulated vsize (KiB) 36208

Child status: 0
Real time (s): 512.514
CPU time (s): 512.359
CPU user time (s): 512.276
CPU system time (s): 0.082987
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 39700

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

runsolver used 0.373943 second user time and 1.07984 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-29 11:47:51
IDJOB=1562807
IDBENCH=70941
IDSOLVER=544
FILE ID=node23/1562807-1240998471
PBS_JOBID= 9204844
Free space on /tmp= 66484 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l46_lambda.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562807-1240998471/watcher-1562807-1240998471 -o /tmp/evaluation-result-1562807-1240998471/solver-1562807-1240998471 -C 1200 -W 1800 -M 1800  HOME/CirCUs HOME/instance-1562807-1240998471.cnf -t 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=1358106811

node23.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.238
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.238
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:        991528 kB
Buffers:         88700 kB
Cached:         885084 kB
SwapCached:       6232 kB
Active:         398800 kB
Inactive:       583524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        991528 kB
SwapTotal:     4192956 kB
SwapFree:      4180748 kB
Dirty:            4100 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            68128 kB
Committed_AS:   591000 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= 66484 MiB
End job on node23 at 2009-04-29 11:56:23