Trace number 1774448

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 443.384 443.49

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l48_lambda.cnf
MD5SUMe7c28f6a200a1c1912fbaacfb3572515
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark261.052
Satisfiable
(Un)Satisfiability was proved
Number of variables34656
Number of clauses174528
Sum of the clauses size503708
Maximum clause length9
Minimum clause length1
Number of clauses of size 14424
Number of clauses of size 242805
Number of clauses of size 3103458
Number of clauses of size 416481
Number of clauses of size 57216
Number of clauses of size over 5144

Solver Data

0.79/0.82	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.79/0.82	c Eliminate time :       0.58 
443.28/443.49	c CNF read time  :       0.21 
443.28/443.49	c CNF solve time :     443.27 
443.28/443.49	c Memory usage :    37.8477 MB
443.28/443.49	c Restart : 896
443.28/443.49	c Decisions : random(23176), heuristic(1296997), history(0/0)
443.28/443.49	c Implications : 196846456
443.28/443.49	c Forced Restart : 0
443.28/443.49	c Polarity Change : 2000
443.28/443.49	c Learned clasues  : 13795 out of 901085
443.28/443.49	c Learned literals : 175882 out of 17009844
443.28/443.49	c Number of first UIP : 201124 out of 901085
443.28/443.49	c Number of simplify : 2
443.28/443.49	c Number of continuous distill : 4921
443.28/443.49	c Average depth of OTS : 3
443.28/443.49	c Average depth of additional conflict : 25
443.28/443.49	c Saved conflict clasues : 1790
443.28/443.49	c Saved conflict literals : 19894
443.28/443.49	c Additional conflict clauses : 20179
443.28/443.49	c Additional conflict literals : 340802
443.28/443.49	c Additional conflict analysis : 108451
443.28/443.49	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-1774448-1241322568/watcher-1774448-1241322568 -o /tmp/evaluation-result-1774448-1241322568/solver-1774448-1241322568 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1774448-1241322568.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.97 0.97 0.99 3/64 22842
/proc/meminfo: memFree=1815560/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=4724 CPUtime=0
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 598 0 0 0 0 0 0 0 18 0 1 1000000 160290271 4837376 583 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 1181 585 70 173 0 1006 0

[startup+0.041898 s]
/proc/loadavg: 0.97 0.97 0.99 3/64 22842
/proc/meminfo: memFree=1815560/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=6848 CPUtime=0.03
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 1157 0 0 0 3 0 0 0 18 0 1 1000000 160290271 7012352 1142 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 1712 1143 70 173 0 1537 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6848

[startup+0.101901 s]
/proc/loadavg: 0.97 0.97 0.99 3/64 22842
/proc/meminfo: memFree=1815560/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=10136 CPUtime=0.09
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 2084 0 0 0 9 0 0 0 18 0 1 1000000 160290271 10379264 1971 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 2534 1972 70 173 0 2359 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10136

[startup+0.301919 s]
/proc/loadavg: 0.97 0.97 0.99 3/64 22842
/proc/meminfo: memFree=1815560/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=16732 CPUtime=0.29
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 3978 0 0 0 28 1 0 0 19 0 1 1000000 160290271 17133568 3735 1992294400 134512640 135224549 4294956224 18446744073709551615 134570670 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 4183 3735 76 173 0 4008 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16732

[startup+0.701953 s]
/proc/loadavg: 0.97 0.97 0.99 3/64 22842
/proc/meminfo: memFree=1815560/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=22628 CPUtime=0.69
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 5640 0 0 0 67 2 0 0 22 0 1 1000000 160290271 23171072 5397 1992294400 134512640 135224549 4294956224 18446744073709551615 134576335 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 5657 5397 77 173 0 5482 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22628

[startup+1.50202 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1793344/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=24472 CPUtime=1.49
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 6260 0 0 0 147 2 0 0 25 0 1 1000000 160290271 25059328 5794 1992294400 134512640 135224549 4294956224 18446744073709551615 134595591 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 6118 5794 93 173 0 5943 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24472

[startup+3.10116 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1792384/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=24748 CPUtime=3.09
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 6335 0 0 0 307 2 0 0 25 0 1 1000000 160290271 25341952 5869 1992294400 134512640 135224549 4294956224 18446744073709551615 134587968 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 6187 5869 93 173 0 6012 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24748

[startup+6.30144 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1791808/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=25144 CPUtime=6.29
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 6451 0 0 0 626 3 0 0 25 0 1 1000000 160290271 25747456 5985 1992294400 134512640 135224549 4294956224 18446744073709551615 134585015 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 6286 5985 93 173 0 6111 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25144

[startup+12.702 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1791176/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=26012 CPUtime=12.69
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 6635 0 0 0 1266 3 0 0 25 0 1 1000000 160290271 26636288 6169 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 6503 6169 93 173 0 6328 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26012

[startup+25.5011 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1790088/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=26804 CPUtime=25.48
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 6852 0 0 0 2545 3 0 0 25 0 1 1000000 160290271 27447296 6386 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 6701 6386 93 173 0 6526 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26804

[startup+51.1014 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1788552/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=28616 CPUtime=51.08
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 7298 0 0 0 5104 4 0 0 25 0 1 1000000 160290271 29302784 6832 1992294400 134512640 135224549 4294956224 18446744073709551615 134585004 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 7154 6832 93 173 0 6979 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28616

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1786056/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=31028 CPUtime=102.27
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 7894 0 0 0 10222 5 0 0 25 0 1 1000000 160290271 31772672 7428 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 7757 7428 93 173 0 7582 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31028

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1784456/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=32868 CPUtime=162.25
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 8297 0 0 0 16220 5 0 0 25 0 1 1000000 160290271 33656832 7831 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 8217 7831 93 173 0 8042 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 32868

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1782088/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=35296 CPUtime=222.24
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 8876 0 0 0 22218 6 0 0 25 0 1 1000000 160290271 36143104 8410 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 8824 8410 93 173 0 8649 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 35296

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1781128/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=36176 CPUtime=282.22
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 9113 0 0 0 28216 6 0 0 25 0 1 1000000 160290271 37044224 8647 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 9044 8647 93 173 0 8869 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 36176

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1780040/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=37404 CPUtime=342.2
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 9387 0 0 0 34214 6 0 0 25 0 1 1000000 160290271 38301696 8921 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 9351 8921 93 173 0 9176 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 37404

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1778696/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=38752 CPUtime=402.2
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 9717 0 0 0 40213 7 0 0 25 0 1 1000000 160290271 39682048 9251 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 9688 9251 93 173 0 9513 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 38752

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

[startup+409.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1778632/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=38752 CPUtime=409.39
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 9719 0 0 0 40932 7 0 0 25 0 1 1000000 160290271 39682048 9253 1992294400 134512640 135224549 4294956224 18446744073709551615 134585021 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 9688 9253 93 173 0 9513 0
Current children cumulated CPU time (s) 409.39
Current children cumulated vsize (KiB) 38752

[startup+422.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1778568/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=38752 CPUtime=422.19
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 9733 0 0 0 42212 7 0 0 25 0 1 1000000 160290271 39682048 9267 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 9688 9267 93 173 0 9513 0
Current children cumulated CPU time (s) 422.19
Current children cumulated vsize (KiB) 38752

[startup+435.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1778632/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=38752 CPUtime=434.99
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 9740 0 0 0 43492 7 0 0 25 0 1 1000000 160290271 39682048 9274 1992294400 134512640 135224549 4294956224 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 9688 9274 93 173 0 9513 0
Current children cumulated CPU time (s) 434.99
Current children cumulated vsize (KiB) 38752

[startup+438.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1778632/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=38752 CPUtime=438.19
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 9742 0 0 0 43812 7 0 0 25 0 1 1000000 160290271 39682048 9276 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 9688 9276 93 173 0 9513 0
Current children cumulated CPU time (s) 438.19
Current children cumulated vsize (KiB) 38752

[startup+441.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1778568/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=38752 CPUtime=441.38
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 9744 0 0 0 44131 7 0 0 25 0 1 1000000 160290271 39682048 9278 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 9688 9278 93 173 0 9513 0
Current children cumulated CPU time (s) 441.38
Current children cumulated vsize (KiB) 38752

[startup+442.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1778568/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=38752 CPUtime=442.18
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 9755 0 0 0 44211 7 0 0 25 0 1 1000000 160290271 39682048 9289 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 9688 9289 93 173 0 9513 0
Current children cumulated CPU time (s) 442.18
Current children cumulated vsize (KiB) 38752

[startup+443.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1778568/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=38752 CPUtime=442.98
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 9758 0 0 0 44291 7 0 0 25 0 1 1000000 160290271 39682048 9292 1992294400 134512640 135224549 4294956224 18446744073709551615 134631371 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 9688 9292 93 173 0 9513 0
Current children cumulated CPU time (s) 442.98
Current children cumulated vsize (KiB) 38752

[startup+443.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1778504/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=38752 CPUtime=443.19
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 9758 0 0 0 44312 7 0 0 25 0 1 1000000 160290271 39682048 9292 1992294400 134512640 135224549 4294956224 18446744073709551615 134720771 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 9688 9292 93 173 0 9513 0
Current children cumulated CPU time (s) 443.19
Current children cumulated vsize (KiB) 38752

[startup+443.402 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 22843
/proc/meminfo: memFree=1778504/2055920 swapFree=4179764/4192956
[pid=22842] ppid=22840 vsize=38236 CPUtime=443.28
/proc/22842/stat : 22842 (CirCUs) R 22840 22842 22670 0 -1 4194304 9761 0 0 0 44321 7 0 0 25 0 1 1000000 160290271 39153664 9182 1992294400 134512640 135224549 4294956224 18446744073709551615 134598871 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22842/statm: 9559 9182 95 173 0 9384 0
Current children cumulated CPU time (s) 443.28
Current children cumulated vsize (KiB) 38236

Child status: 0
Real time (s): 443.49
CPU time (s): 443.384
CPU user time (s): 443.302
CPU system time (s): 0.081987
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 38752

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

runsolver used 0.355945 second user time and 0.953854 second system time

The end

Launcher Data

Begin job on node15 at 2009-05-03 05:49:29
IDJOB=1774448
IDBENCH=70947
IDSOLVER=614
FILE ID=node15/1774448-1241322568
PBS_JOBID= 9225349
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= e7c28f6a200a1c1912fbaacfb3572515
RANDOM SEED=511592421

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1816040 kB
Buffers:         28164 kB
Cached:         135508 kB
SwapCached:       7008 kB
Active:          74852 kB
Inactive:        97920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816040 kB
SwapTotal:     4192956 kB
SwapFree:      4179764 kB
Dirty:            4496 kB
Writeback:           0 kB
Mapped:          14608 kB
Slab:            53052 kB
Committed_AS:   669904 kB
PageTables:       1464 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= 66544 MiB
End job on node15 at 2009-05-03 05:56:52