Trace number 1774388

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 511.647 511.8

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 benchmark269.152
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 
511.54/511.79	c CNF read time  :       0.19 
511.54/511.79	c CNF solve time :     511.53 
511.54/511.79	c Memory usage :    38.7734 MB
511.54/511.79	c Restart : 964
511.54/511.79	c Decisions : random(24680), heuristic(1389929), history(0/0)
511.54/511.79	c Implications : 215126876
511.54/511.79	c Forced Restart : 0
511.54/511.79	c Polarity Change : 2260
511.54/511.79	c Learned clasues  : 20400 out of 972224
511.54/511.79	c Learned literals : 281546 out of 19052456
511.54/511.79	c Number of first UIP : 215467 out of 972224
511.54/511.79	c Number of simplify : 2
511.54/511.79	c Number of continuous distill : 5318
511.54/511.79	c Average depth of OTS : 3
511.54/511.79	c Average depth of additional conflict : 25
511.54/511.79	c Saved conflict clasues : 2004
511.54/511.79	c Saved conflict literals : 22121
511.54/511.79	c Additional conflict clauses : 23259
511.54/511.79	c Additional conflict literals : 408861
511.54/511.79	c Additional conflict analysis : 118779
511.54/511.79	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-1774388-1241322471/watcher-1774388-1241322471 -o /tmp/evaluation-result-1774388-1241322471/solver-1774388-1241322471 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1774388-1241322471.cnf -t 10000 

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.96 1.00 1.00 3/64 27351
/proc/meminfo: memFree=1153760/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=4612 CPUtime=0
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 585 0 0 0 0 0 0 0 18 0 1 1000000 160280906 4722688 571 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 1153 572 70 173 0 978 0

[startup+0.09141 s]
/proc/loadavg: 0.96 1.00 1.00 3/64 27351
/proc/meminfo: memFree=1153760/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=9484 CPUtime=0.08
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 1932 0 0 0 7 1 0 0 18 0 1 1000000 160280906 9711616 1819 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 2371 1820 70 173 0 2196 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9484

[startup+0.10241 s]
/proc/loadavg: 0.96 1.00 1.00 3/64 27351
/proc/meminfo: memFree=1153760/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=10012 CPUtime=0.09
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 2077 0 0 0 8 1 0 0 18 0 1 1000000 160280906 10252288 1964 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 2503 1965 70 173 0 2328 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10012

[startup+0.302432 s]
/proc/loadavg: 0.96 1.00 1.00 3/64 27351
/proc/meminfo: memFree=1153760/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=16464 CPUtime=0.29
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 3925 0 0 0 27 2 0 0 19 0 1 1000000 160280906 16859136 3682 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 4116 3683 77 173 0 3941 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16464

[startup+0.701476 s]
/proc/loadavg: 0.96 1.00 1.00 3/64 27351
/proc/meminfo: memFree=1153760/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=21596 CPUtime=0.69
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 5387 0 0 0 66 3 0 0 22 0 1 1000000 160280906 22114304 5144 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 5399 5144 77 173 0 5224 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21596

[startup+1.50157 s]
/proc/loadavg: 0.96 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1132504/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=23528 CPUtime=1.49
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 6008 0 0 0 146 3 0 0 25 0 1 1000000 160280906 24092672 5544 1992294400 134512640 135224549 4294956224 18446744073709551615 134638352 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 5882 5544 93 173 0 5707 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23528

[startup+3.10174 s]
/proc/loadavg: 0.97 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1131544/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=23924 CPUtime=3.09
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 6099 0 0 0 306 3 0 0 25 0 1 1000000 160280906 24498176 5635 1992294400 134512640 135224549 4294956224 18446744073709551615 134585017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 5981 5635 93 173 0 5806 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23924

[startup+6.3011 s]
/proc/loadavg: 0.97 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1131096/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=24056 CPUtime=6.29
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 6162 0 0 0 626 3 0 0 25 0 1 1000000 160280906 24633344 5698 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 6014 5698 93 173 0 5839 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24056

[startup+12.7018 s]
/proc/loadavg: 0.97 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1130392/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=24776 CPUtime=12.68
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 6325 0 0 0 1265 3 0 0 25 0 1 1000000 160280906 25370624 5861 1992294400 134512640 135224549 4294956224 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 6194 5861 93 173 0 6019 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24776

[startup+25.5012 s]
/proc/loadavg: 0.97 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1129176/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=26096 CPUtime=25.49
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 6637 0 0 0 2545 4 0 0 25 0 1 1000000 160280906 26722304 6173 1992294400 134512640 135224549 4294956224 18446744073709551615 134638367 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 6524 6173 93 173 0 6349 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26096

[startup+51.1011 s]
/proc/loadavg: 0.98 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1127704/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=27684 CPUtime=51.07
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 7013 0 0 0 5102 5 0 0 25 0 1 1000000 160280906 28348416 6549 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 6921 6549 93 173 0 6746 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27684

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1124760/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=30532 CPUtime=102.26
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 7746 0 0 0 10221 5 0 0 25 0 1 1000000 160280906 31264768 7282 1992294400 134512640 135224549 4294956224 18446744073709551615 134620018 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 7633 7282 93 173 0 7458 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 30532

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1123224/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=32384 CPUtime=162.24
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 8131 0 0 0 16218 6 0 0 25 0 1 1000000 160280906 33161216 7667 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/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 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1121240/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=34384 CPUtime=222.23
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 8624 0 0 0 22216 7 0 0 25 0 1 1000000 160280906 35209216 8160 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/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 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1119768/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=35872 CPUtime=282.21
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 8983 0 0 0 28214 7 0 0 25 0 1 1000000 160280906 36732928 8519 1992294400 134512640 135224549 4294956224 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 8968 8519 93 173 0 8793 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 35872

[startup+342.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1118616/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=36996 CPUtime=342.18
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 9266 0 0 0 34211 7 0 0 25 0 1 1000000 160280906 37883904 8802 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 9249 8802 93 173 0 9074 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 36996

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1117464/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=38108 CPUtime=402.17
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 9536 0 0 0 40209 8 0 0 25 0 1 1000000 160280906 39022592 9072 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 9527 9072 93 173 0 9352 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 38108

[startup+462.303 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1115992/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=39516 CPUtime=462.15
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 9896 0 0 0 46207 8 0 0 25 0 1 1000000 160280906 40464384 9432 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/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.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1115992/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=39516 CPUtime=486.14
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 9900 0 0 0 48606 8 0 0 25 0 1 1000000 160280906 40464384 9436 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 9879 9436 93 173 0 9704 0
Current children cumulated CPU time (s) 486.14
Current children cumulated vsize (KiB) 39516

[startup+499.101 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1115928/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=39700 CPUtime=498.95
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 9914 0 0 0 49886 9 0 0 25 0 1 1000000 160280906 40652800 9450 1992294400 134512640 135224549 4294956224 18446744073709551615 134595778 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 9925 9450 93 173 0 9750 0
Current children cumulated CPU time (s) 498.95
Current children cumulated vsize (KiB) 39700

[startup+505.502 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1115928/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=39700 CPUtime=505.34
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 9916 0 0 0 50525 9 0 0 25 0 1 1000000 160280906 40652800 9452 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 9925 9452 93 173 0 9750 0
Current children cumulated CPU time (s) 505.34
Current children cumulated vsize (KiB) 39700

[startup+508.701 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1115928/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=39700 CPUtime=508.54
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 9917 0 0 0 50845 9 0 0 25 0 1 1000000 160280906 40652800 9453 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 9925 9453 93 173 0 9750 0
Current children cumulated CPU time (s) 508.54
Current children cumulated vsize (KiB) 39700

[startup+510.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1115928/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=39700 CPUtime=510.15
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 9917 0 0 0 51006 9 0 0 25 0 1 1000000 160280906 40652800 9453 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 9925 9453 93 173 0 9750 0
Current children cumulated CPU time (s) 510.15
Current children cumulated vsize (KiB) 39700

[startup+511.101 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1115928/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=39700 CPUtime=510.94
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 9917 0 0 0 51085 9 0 0 25 0 1 1000000 160280906 40652800 9453 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 9925 9453 93 173 0 9750 0
Current children cumulated CPU time (s) 510.94
Current children cumulated vsize (KiB) 39700

[startup+511.505 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1115928/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=39700 CPUtime=511.35
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 9917 0 0 0 51126 9 0 0 25 0 1 1000000 160280906 40652800 9453 1992294400 134512640 135224549 4294956224 18446744073709551615 134631395 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 9925 9453 93 173 0 9750 0
Current children cumulated CPU time (s) 511.35
Current children cumulated vsize (KiB) 39700

[startup+511.702 s]
/proc/loadavg: 0.99 1.00 1.00 2/65 27352
/proc/meminfo: memFree=1115928/2055920 swapFree=4192812/4192956
[pid=27351] ppid=27349 vsize=39700 CPUtime=511.54
/proc/27351/stat : 27351 (CirCUs) R 27349 27351 27314 0 -1 4194304 9917 0 0 0 51145 9 0 0 25 0 1 1000000 160280906 40652800 9453 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27351/statm: 9925 9453 93 173 0 9750 0
Current children cumulated CPU time (s) 511.54
Current children cumulated vsize (KiB) 39700

Child status: 0
Real time (s): 511.8
CPU time (s): 511.647
CPU user time (s): 511.549
CPU system time (s): 0.097985
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 39700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 511.549
system time used= 0.097985
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= 1247

runsolver used 0.45693 second user time and 1.13183 second system time

The end

Launcher Data

Begin job on node9 at 2009-05-03 05:47:52
IDJOB=1774388
IDBENCH=70941
IDSOLVER=614
FILE ID=node9/1774388-1241322471
PBS_JOBID= 9225350
Free space on /tmp= 66556 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-1774388-1241322471/watcher-1774388-1241322471 -o /tmp/evaluation-result-1774388-1241322471/solver-1774388-1241322471 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1774388-1241322471.cnf -t 10000

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=206198301

node9.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.240
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.240
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:       1154176 kB
Buffers:         89280 kB
Cached:         694964 kB
SwapCached:          0 kB
Active:         168912 kB
Inactive:       629120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1154176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4232 kB
Writeback:           0 kB
Mapped:          23568 kB
Slab:            89664 kB
Committed_AS:   670236 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= 66556 MiB
End job on node9 at 2009-05-03 05:56:23