Trace number 1774588

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 736.283 736.617

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L90_coli.sat.cnf
MD5SUMa9e7651569c1b43a1021c78982fb4e6b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark138.17
Satisfiable
(Un)Satisfiability was proved
Number of variables282842
Number of clauses1350458
Sum of the clauses size3903824
Maximum clause length11
Minimum clause length1
Number of clauses of size 129377
Number of clauses of size 2364467
Number of clauses of size 3730908
Number of clauses of size 4177355
Number of clauses of size 548082
Number of clauses of size over 5269

Solver Data

5.68/5.74	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
5.68/5.74	c Eliminate time :       3.89 
736.26/736.61	c CNF read time  :       1.58 
736.26/736.61	c CNF solve time :     735.54 
736.26/736.61	c Memory usage :     186.32 MB
736.26/736.61	c Restart : 1240
736.26/736.61	c Decisions : random(25177), heuristic(1421616), history(0/0)
736.26/736.61	c Implications : 492557894
736.26/736.61	c Forced Restart : 0
736.26/736.61	c Polarity Change : 3119
736.26/736.61	c Learned clasues  : 101232 out of 947490
736.26/736.61	c Learned literals : 2688435 out of 25018367
736.26/736.61	c Number of first UIP : 205654 out of 947490
736.26/736.61	c Number of simplify : 3
736.26/736.61	c Number of continuous distill : 7777
736.26/736.61	c Average depth of OTS : 3
736.26/736.61	c Average depth of additional conflict : 32
736.26/736.61	c Saved conflict clasues : 3248
736.26/736.61	c Saved conflict literals : 29091
736.26/736.61	c Additional conflict clauses : 34699
736.26/736.61	c Additional conflict literals : 834595
736.26/736.61	c Additional conflict analysis : 131018
736.26/736.61	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-1774588-1241323112/watcher-1774588-1241323112 -o /tmp/evaluation-result-1774588-1241323112/solver-1774588-1241323112 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1774588-1241323112.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.92 0.98 0.99 3/64 15197
/proc/meminfo: memFree=1256568/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=7836 CPUtime=0
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 709 0 0 0 0 0 0 0 18 0 1 1000000 160339352 8024064 694 1992294400 134512640 135224549 4294956224 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 1959 699 66 173 0 1784 0

[startup+0.082858 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15197
/proc/meminfo: memFree=1256568/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=32924 CPUtime=0.08
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 4940 0 0 0 6 2 0 0 18 0 1 1000000 160339352 33714176 4892 1992294400 134512640 135224549 4294956224 18446744073709551615 134549159 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 8231 4893 70 173 0 8056 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32924

[startup+0.101858 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15197
/proc/meminfo: memFree=1256568/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=33848 CPUtime=0.09
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 5212 0 0 0 7 2 0 0 18 0 1 1000000 160339352 34660352 5164 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 8462 5165 70 173 0 8287 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33848

[startup+0.301886 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15197
/proc/meminfo: memFree=1256568/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=44404 CPUtime=0.29
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 8152 0 0 0 26 3 0 0 19 0 1 1000000 160339352 45469696 7910 1992294400 134512640 135224549 4294956224 18446744073709551615 134677806 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15197/statm: 11101 7910 70 173 0 10926 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44404

[startup+0.701944 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15197
/proc/meminfo: memFree=1256568/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=68904 CPUtime=0.68
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 14154 0 0 0 62 6 0 0 23 0 1 1000000 160339352 70557696 13655 1992294400 134512640 135224549 4294956224 18446744073709551615 134632646 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15197/statm: 17226 13655 70 173 0 17051 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 68904

[startup+1.50202 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15198
/proc/meminfo: memFree=1185520/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=109640 CPUtime=1.49
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 26414 0 0 0 135 14 0 0 25 0 1 1000000 160339352 112271360 24377 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 27410 24377 70 173 0 27235 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109640

[startup+3.10121 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 15198
/proc/meminfo: memFree=1142512/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=146488 CPUtime=3.08
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 36629 0 0 0 288 20 0 0 25 0 1 1000000 160339352 150003712 34591 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 36622 34591 77 173 0 36447 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 146488

[startup+6.30259 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 15198
/proc/meminfo: memFree=1093296/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=175724 CPUtime=6.27
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 46512 0 0 0 603 24 0 0 25 0 1 1000000 160339352 179941376 42327 1992294400 134512640 135224549 4294956224 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 43931 42327 92 173 0 43756 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 175724

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15198
/proc/meminfo: memFree=1083760/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=180148 CPUtime=12.67
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 47562 0 0 0 1242 25 0 0 25 0 1 1000000 160339352 184471552 43377 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 45037 43377 92 173 0 44862 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 180148

[startup+25.5018 s]
/proc/loadavg: 1.08 1.02 1.00 2/65 15198
/proc/meminfo: memFree=1078576/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=185160 CPUtime=25.47
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 48806 0 0 0 2520 27 0 0 25 0 1 1000000 160339352 189603840 44621 1992294400 134512640 135224549 4294956224 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 46290 44621 92 173 0 46115 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 185160

[startup+51.1019 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 15198
/proc/meminfo: memFree=1078384/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=185468 CPUtime=51.06
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 48849 0 0 0 5079 27 0 0 25 0 1 1000000 160339352 189919232 44664 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 46367 44664 92 173 0 46192 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 185468

[startup+102.306 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 15198
/proc/meminfo: memFree=1077424/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=186564 CPUtime=102.24
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 49108 0 0 0 10197 27 0 0 25 0 1 1000000 160339352 191041536 44923 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 46641 44923 92 173 0 46466 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 186564

[startup+162.302 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 15204
/proc/meminfo: memFree=1076912/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=186896 CPUtime=162.19
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 49191 0 0 0 16192 27 0 0 25 0 1 1000000 160339352 191381504 45006 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 46724 45006 92 173 0 46549 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 186896

[startup+222.302 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 15204
/proc/meminfo: memFree=1076464/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=187424 CPUtime=222.17
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 49341 0 0 0 22190 27 0 0 25 0 1 1000000 160339352 191922176 45156 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 46856 45156 92 173 0 46681 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 187424

[startup+282.302 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 15204
/proc/meminfo: memFree=1076144/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=187956 CPUtime=282.16
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 49428 0 0 0 28188 28 0 0 25 0 1 1000000 160339352 192466944 45243 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 46989 45243 92 173 0 46814 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 187956

[startup+342.301 s]
/proc/loadavg: 1.06 1.05 1.00 2/65 15204
/proc/meminfo: memFree=1075312/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=188748 CPUtime=342.13
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 49632 0 0 0 34185 28 0 0 25 0 1 1000000 160339352 193277952 45447 1992294400 134512640 135224549 4294956224 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 47187 45447 92 173 0 47012 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 188748

[startup+402.301 s]
/proc/loadavg: 1.06 1.05 1.00 2/65 15204
/proc/meminfo: memFree=1075120/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=188884 CPUtime=402.09
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 49697 0 0 0 40181 28 0 0 25 0 1 1000000 160339352 193417216 45512 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 47221 45512 92 173 0 47046 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 188884

[startup+462.301 s]
/proc/loadavg: 1.12 1.07 1.00 2/65 15204
/proc/meminfo: memFree=1074864/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=189156 CPUtime=462.07
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 49746 0 0 0 46179 28 0 0 25 0 1 1000000 160339352 193695744 45561 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 47289 45561 92 173 0 47114 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 189156

[startup+522.301 s]
/proc/loadavg: 1.12 1.07 1.00 2/65 15204
/proc/meminfo: memFree=1074864/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=189156 CPUtime=522.04
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 49755 0 0 0 52176 28 0 0 25 0 1 1000000 160339352 193695744 45570 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 47289 45570 92 173 0 47114 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 189156

[startup+582.301 s]
/proc/loadavg: 1.10 1.07 1.00 2/65 15204
/proc/meminfo: memFree=1074608/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=189300 CPUtime=582.02
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 49806 0 0 0 58174 28 0 0 25 0 1 1000000 160339352 193843200 45621 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 47325 45621 92 173 0 47150 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 189300

[startup+642.301 s]
/proc/loadavg: 1.09 1.07 1.00 2/65 15204
/proc/meminfo: memFree=1074032/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=189968 CPUtime=642
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 49953 0 0 0 64172 28 0 0 25 0 1 1000000 160339352 194527232 45768 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 47492 45768 92 173 0 47317 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 189968

[startup+702.301 s]
/proc/loadavg: 1.08 1.07 1.00 2/65 15204
/proc/meminfo: memFree=1073456/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=190364 CPUtime=701.97
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 50066 0 0 0 70169 28 0 0 25 0 1 1000000 160339352 194932736 45881 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 47591 45881 92 173 0 47416 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 190364

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

[startup+716.702 s]
/proc/loadavg: 1.07 1.06 1.00 2/65 15204
/proc/meminfo: memFree=1073328/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=190636 CPUtime=716.36
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 50103 0 0 0 71608 28 0 0 25 0 1 1000000 160339352 195211264 45918 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 47659 45918 92 173 0 47484 0
Current children cumulated CPU time (s) 716.36
Current children cumulated vsize (KiB) 190636

[startup+729.502 s]
/proc/loadavg: 1.06 1.06 1.00 2/65 15204
/proc/meminfo: memFree=1073200/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=190636 CPUtime=729.16
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 50122 0 0 0 72888 28 0 0 25 0 1 1000000 160339352 195211264 45937 1992294400 134512640 135224549 4294956224 18446744073709551615 134595754 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 47659 45937 92 173 0 47484 0
Current children cumulated CPU time (s) 729.16
Current children cumulated vsize (KiB) 190636

[startup+732.702 s]
/proc/loadavg: 1.13 1.08 1.01 2/65 15204
/proc/meminfo: memFree=1073200/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=190788 CPUtime=732.36
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 50132 0 0 0 73208 28 0 0 25 0 1 1000000 160339352 195366912 45947 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 47697 45947 92 173 0 47522 0
Current children cumulated CPU time (s) 732.36
Current children cumulated vsize (KiB) 190788

[startup+734.301 s]
/proc/loadavg: 1.13 1.08 1.01 2/65 15204
/proc/meminfo: memFree=1073200/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=190788 CPUtime=733.96
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 50143 0 0 0 73368 28 0 0 25 0 1 1000000 160339352 195366912 45958 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 47697 45958 92 173 0 47522 0
Current children cumulated CPU time (s) 733.96
Current children cumulated vsize (KiB) 190788

[startup+735.905 s]
/proc/loadavg: 1.13 1.08 1.01 2/65 15204
/proc/meminfo: memFree=1073136/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=190788 CPUtime=735.56
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 50145 0 0 0 73528 28 0 0 25 0 1 1000000 160339352 195366912 45960 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 47697 45960 92 173 0 47522 0
Current children cumulated CPU time (s) 735.56
Current children cumulated vsize (KiB) 190788

[startup+736.301 s]
/proc/loadavg: 1.13 1.08 1.01 2/65 15204
/proc/meminfo: memFree=1073136/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=165008 CPUtime=735.96
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 50149 0 0 0 73567 29 0 0 25 0 1 1000000 160339352 168968192 40621 1992294400 134512640 135224549 4294956224 18446744073709551615 134716943 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 41252 40621 95 173 0 41077 0
Current children cumulated CPU time (s) 735.96
Current children cumulated vsize (KiB) 165008

[startup+736.501 s]
/proc/loadavg: 1.13 1.08 1.01 2/65 15204
/proc/meminfo: memFree=1073136/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=162748 CPUtime=736.16
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 50149 0 0 0 73587 29 0 0 25 0 1 1000000 160339352 166653952 40108 1992294400 134512640 135224549 4294956224 18446744073709551615 134721340 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 40687 40108 95 173 0 40512 0
Current children cumulated CPU time (s) 736.16
Current children cumulated vsize (KiB) 162748

[startup+736.601 s]
/proc/loadavg: 1.13 1.08 1.01 2/65 15204
/proc/meminfo: memFree=1073136/2055920 swapFree=4182036/4192956
[pid=15197] ppid=15195 vsize=147120 CPUtime=736.26
/proc/15197/stat : 15197 (CirCUs) R 15195 15197 15160 0 -1 4194304 50149 0 0 0 73596 30 0 0 25 0 1 1000000 160339352 150650880 36252 1992294400 134512640 135224549 4294956224 18446744073709551615 134941342 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15197/statm: 36780 36252 13527 173 0 36605 0
Current children cumulated CPU time (s) 736.26
Current children cumulated vsize (KiB) 147120

Child status: 0
Real time (s): 736.617
CPU time (s): 736.283
CPU user time (s): 735.965
CPU system time (s): 0.317951
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 190788

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

runsolver used 0.631903 second user time and 1.44278 second system time

The end

Launcher Data

Begin job on node53 at 2009-05-03 05:58:33
IDJOB=1774588
IDBENCH=70962
IDSOLVER=614
FILE ID=node53/1774588-1241323112
PBS_JOBID= 9225356
Free space on /tmp= 66472 MiB

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

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

MD5SUM BENCH= a9e7651569c1b43a1021c78982fb4e6b
RANDOM SEED=2052338874

node53.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.245
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.245
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:       1257056 kB
Buffers:         68368 kB
Cached:         626776 kB
SwapCached:       5052 kB
Active:         114044 kB
Inactive:       589224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1257056 kB
SwapTotal:     4192956 kB
SwapFree:      4182036 kB
Dirty:           27628 kB
Writeback:           0 kB
Mapped:          14476 kB
Slab:            81704 kB
Committed_AS:   615060 kB
PageTables:       1376 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= 66468 MiB
End job on node53 at 2009-05-03 06:10:50