Trace number 1774008

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-23? (exit code) 9999.02 10002.4

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-32-s100.cnf
MD5SUM7785f51f4f3cb780b4d123215711f948
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables32312
Number of clauses97285
Sum of the clauses size229627
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262100
Number of clauses of size 335121
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.69/0.79	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.69/0.79	c Eliminate time :       0.66 
9998.94/10002.37	c CirCUs : timeout occurred after 10000 seconds.
9998.94/10002.37	c CNF read time  :       0.11 
9998.94/10002.37	c CNF solve time :    10000.2 
9998.94/10002.37	c Memory usage :    52.5156 MB
9998.94/10002.37	c Restart : 829
9998.94/10002.37	c Decisions : random(18109), heuristic(1223777), history(0/0)
9998.94/10002.37	c Implications : 7812109442
9998.94/10002.37	c Forced Restart : 0
9998.94/10002.37	c Polarity Change : 3960
9998.94/10002.37	c Learned clasues  : 133979 out of 1169196
9998.94/10002.37	c Learned literals : 5284158 out of 53136681
9998.94/10002.37	c Number of first UIP : 79096 out of 1169196
9998.94/10002.37	c Number of simplify : 1
9998.94/10002.37	c Number of continuous distill : 446
9998.94/10002.37	c Average depth of OTS : 2
9998.94/10002.37	c Average depth of additional conflict : -2064
9998.94/10002.37	c Saved conflict clasues : 118
9998.94/10002.37	c Saved conflict literals : 2719
9998.94/10002.37	c Additional conflict clauses : 21060
9998.94/10002.37	c Additional conflict literals : 591941
9998.94/10002.37	c Additional conflict analysis : 799436

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774008-1241320301/watcher-1774008-1241320301 -o /tmp/evaluation-result-1774008-1241320301/solver-1774008-1241320301 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1774008-1241320301.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 30769
/proc/meminfo: memFree=1890240/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=4020 CPUtime=0
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 571 0 0 0 0 0 0 0 18 0 1 1000000 160056311 4116480 556 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 1005 556 70 173 0 830 0

[startup+0.0817859 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30769
/proc/meminfo: memFree=1890240/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=8280 CPUtime=0.07
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 1768 0 0 0 7 0 0 0 18 0 1 1000000 160056311 8478720 1720 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 2103 1721 70 173 0 1928 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8280

[startup+0.101789 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30769
/proc/meminfo: memFree=1890240/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=9592 CPUtime=0.09
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 2105 0 0 0 9 0 0 0 18 0 1 1000000 160056311 9822208 1992 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 2398 1993 70 173 0 2223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9592

[startup+0.301824 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30769
/proc/meminfo: memFree=1890240/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=15384 CPUtime=0.29
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 3710 0 0 0 28 1 0 0 19 0 1 1000000 160056311 15753216 3467 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 3846 3467 77 173 0 3671 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15384

[startup+0.701897 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 30769
/proc/meminfo: memFree=1890240/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=16720 CPUtime=0.69
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 4090 0 0 0 68 1 0 0 22 0 1 1000000 160056311 17121280 3847 1992294400 134512640 135224549 4294956224 18446744073709551615 134632563 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 4180 3847 77 173 0 4005 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16720

[startup+1.50104 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1874488/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=17316 CPUtime=1.48
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 4345 0 0 0 147 1 0 0 25 0 1 1000000 160056311 17731584 4008 1992294400 134512640 135224549 4294956224 18446744073709551615 134618577 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 4329 4008 93 173 0 4154 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17316

[startup+3.10133 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1874360/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=17316 CPUtime=3.09
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 4345 0 0 0 307 2 0 0 25 0 1 1000000 160056311 17731584 4008 1992294400 134512640 135224549 4294956224 18446744073709551615 134595763 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 4329 4008 93 173 0 4154 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17316

[startup+6.30191 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1874232/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=17448 CPUtime=6.29
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 4348 0 0 0 627 2 0 0 25 0 1 1000000 160056311 17866752 4011 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 4362 4011 93 173 0 4187 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17448

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1873912/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=17712 CPUtime=12.69
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 4421 0 0 0 1267 2 0 0 25 0 1 1000000 160056311 18137088 4084 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 4428 4084 93 173 0 4253 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17712

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1873528/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=18108 CPUtime=25.48
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 4522 0 0 0 2546 2 0 0 25 0 1 1000000 160056311 18542592 4185 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 4527 4185 93 173 0 4352 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18108

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1873016/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=18636 CPUtime=51.07
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 4658 0 0 0 5105 2 0 0 25 0 1 1000000 160056311 19083264 4321 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 4659 4321 93 173 0 4484 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 18636

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1872888/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=18900 CPUtime=102.26
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 4708 0 0 0 10223 3 0 0 25 0 1 1000000 160056311 19353600 4371 1992294400 134512640 135224549 4294956224 18446744073709551615 134618847 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 4725 4371 93 173 0 4550 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18900

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1871928/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=19824 CPUtime=162.24
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 4933 0 0 0 16221 3 0 0 25 0 1 1000000 160056311 20299776 4596 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 4956 4596 93 173 0 4781 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 19824

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1871352/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=20220 CPUtime=222.21
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 5064 0 0 0 22218 3 0 0 25 0 1 1000000 160056311 20705280 4727 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 5055 4727 93 173 0 4880 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 20220

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1870904/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=20748 CPUtime=282.19
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 5183 0 0 0 28216 3 0 0 25 0 1 1000000 160056311 21245952 4846 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 5187 4846 93 173 0 5012 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 20748

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1870648/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=20880 CPUtime=342.17
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 5228 0 0 0 34214 3 0 0 25 0 1 1000000 160056311 21381120 4891 1992294400 134512640 135224549 4294956224 18446744073709551615 134587857 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 5220 4891 93 173 0 5045 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 20880

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1870648/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=20880 CPUtime=402.15
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 5230 0 0 0 40212 3 0 0 25 0 1 1000000 160056311 21381120 4893 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 5220 4893 93 173 0 5045 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 20880

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1870584/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=20880 CPUtime=462.13
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 5234 0 0 0 46210 3 0 0 25 0 1 1000000 160056311 21381120 4897 1992294400 134512640 135224549 4294956224 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 5220 4897 93 173 0 5045 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 20880

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1870200/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=21400 CPUtime=522.12
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 5330 0 0 0 52208 4 0 0 25 0 1 1000000 160056311 21913600 4993 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 5350 4993 93 173 0 5175 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 21400

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1870136/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=21400 CPUtime=582.1
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 5346 0 0 0 58206 4 0 0 25 0 1 1000000 160056311 21913600 5009 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 5350 5009 93 173 0 5175 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 21400

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30770
/proc/meminfo: memFree=1869496/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=22060 CPUtime=642.08
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 5486 0 0 0 64204 4 0 0 25 0 1 1000000 160056311 22589440 5149 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 5515 5149 93 173 0 5340 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 22060

[startup+702.302 s]

################
# More data... #
################

/proc/meminfo: memFree=1835320/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=52944 CPUtime=8919.29
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13025 0 0 0 891899 30 0 0 25 0 1 1000000 160056311 54214656 12559 1992294400 134512640 135224549 4294956224 18446744073709551615 134595757 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13236 12559 93 173 0 13061 0
Current children cumulated CPU time (s) 8919.29
Current children cumulated vsize (KiB) 52944

[startup+8982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834616/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=8979.27
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 897896 31 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 8979.27
Current children cumulated vsize (KiB) 53604

[startup+9042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834552/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9039.25
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 903894 31 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 9039.25
Current children cumulated vsize (KiB) 53604

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834488/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9099.23
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 909892 31 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 9099.23
Current children cumulated vsize (KiB) 53604

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834488/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9159.21
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 915890 31 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134622696 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 9159.21
Current children cumulated vsize (KiB) 53604

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834424/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9219.19
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 921888 31 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 9219.19
Current children cumulated vsize (KiB) 53604

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834488/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9279.17
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 927886 31 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 9279.17
Current children cumulated vsize (KiB) 53604

[startup+9342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834488/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9339.15
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 933884 31 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 9339.15
Current children cumulated vsize (KiB) 53604

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834488/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9399.13
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 939881 32 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 9399.13
Current children cumulated vsize (KiB) 53604

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834424/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9459.11
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 945879 32 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 9459.11
Current children cumulated vsize (KiB) 53604

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834424/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9519.09
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 951877 32 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 9519.09
Current children cumulated vsize (KiB) 53604

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834424/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9579.07
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 957875 32 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 9579.07
Current children cumulated vsize (KiB) 53604

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834424/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9639.05
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 963873 32 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 9639.05
Current children cumulated vsize (KiB) 53604

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834168/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9699.03
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13214 0 0 0 969871 32 0 0 25 0 1 1000000 160056311 54890496 12748 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12748 93 173 0 13226 0
Current children cumulated CPU time (s) 9699.03
Current children cumulated vsize (KiB) 53604

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834168/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53604 CPUtime=9759.01
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13215 0 0 0 975869 32 0 0 25 0 1 1000000 160056311 54890496 12749 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13401 12749 93 173 0 13226 0
Current children cumulated CPU time (s) 9759.01
Current children cumulated vsize (KiB) 53604

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834104/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53772 CPUtime=9818.99
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13237 0 0 0 981867 32 0 0 25 0 1 1000000 160056311 55062528 12771 1992294400 134512640 135224549 4294956224 18446744073709551615 134585021 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13443 12771 93 173 0 13268 0
Current children cumulated CPU time (s) 9818.99
Current children cumulated vsize (KiB) 53772

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1834040/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53772 CPUtime=9878.97
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13247 0 0 0 987865 32 0 0 25 0 1 1000000 160056311 55062528 12781 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13443 12781 93 173 0 13268 0
Current children cumulated CPU time (s) 9878.97
Current children cumulated vsize (KiB) 53772

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1833976/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53772 CPUtime=9938.95
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13265 0 0 0 993863 32 0 0 25 0 1 1000000 160056311 55062528 12799 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13443 12799 93 173 0 13268 0
Current children cumulated CPU time (s) 9938.95
Current children cumulated vsize (KiB) 53772

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30788
/proc/meminfo: memFree=1833912/2055920 swapFree=4179860/4192956
[pid=30769] ppid=30767 vsize=53772 CPUtime=9998.94
/proc/30769/stat : 30769 (CirCUs) R 30767 30769 30732 0 -1 4194304 13272 0 0 0 999861 33 0 0 25 0 1 100 160056311 55062528 12806 1992294400 134512640 135224549 4294956224 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30769/statm: 13443 12806 93 173 0 13268 0
Current children cumulated CPU time (s) 9998.94
Current children cumulated vsize (KiB) 53772

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

Child status: 1
Real time (s): 10002.4
CPU time (s): 9999.02
CPU user time (s): 9998.68
CPU system time (s): 0.340948
CPU usage (%): 99.9664
Max. virtual memory (cumulated for all children) (KiB): 53772

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

runsolver used 7.53885 second user time and 20.9368 second system time

The end

Launcher Data

Begin job on node67 at 2009-05-03 05:11:41
IDJOB=1774008
IDBENCH=70843
IDSOLVER=614
FILE ID=node67/1774008-1241320301
PBS_JOBID= 9225337
Free space on /tmp= 66236 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-32-s100.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774008-1241320301/watcher-1774008-1241320301 -o /tmp/evaluation-result-1774008-1241320301/solver-1774008-1241320301 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1774008-1241320301.cnf -t 10000

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

MD5SUM BENCH= 7785f51f4f3cb780b4d123215711f948
RANDOM SEED=1179375161

node67.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.277
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.277
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:       1890720 kB
Buffers:         11824 kB
Cached:          84764 kB
SwapCached:       7180 kB
Active:          66484 kB
Inactive:        38656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890720 kB
SwapTotal:     4192956 kB
SwapFree:      4179860 kB
Dirty:            2676 kB
Writeback:           0 kB
Mapped:          14144 kB
Slab:            46048 kB
Committed_AS:   689756 kB
PageTables:       1436 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= 66236 MiB
End job on node67 at 2009-05-03 07:58:23