Trace number 1773988

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.58 10002

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-31-s100.cnf
MD5SUM5dbb80f29538e26a3285bf497c57f592
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 variables32310
Number of clauses97279
Sum of the clauses size229607
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262102
Number of clauses of size 335113
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.70/0.78	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.70/0.78	c Eliminate time :       0.65 
9999.56/10002.00	c CirCUs : timeout occurred after 10000 seconds.
9999.56/10002.00	c CNF read time  :       0.11 
9999.56/10002.00	c CNF solve time :    10000.8 
9999.56/10002.00	c Memory usage :    54.3516 MB
9999.56/10002.00	c Restart : 1685
9999.56/10002.00	c Decisions : random(18772), heuristic(1256582), history(0/0)
9999.56/10002.00	c Implications : 7707117493
9999.56/10002.00	c Forced Restart : 0
9999.56/10002.00	c Polarity Change : 4014
9999.56/10002.00	c Learned clasues  : 50553 out of 1180617
9999.56/10002.00	c Learned literals : 1581736 out of 53717941
9999.56/10002.00	c Number of first UIP : 83345 out of 1180617
9999.56/10002.00	c Number of simplify : 1
9999.56/10002.00	c Number of continuous distill : 489
9999.56/10002.00	c Average depth of OTS : 2
9999.56/10002.00	c Average depth of additional conflict : -2168
9999.56/10002.00	c Saved conflict clasues : 132
9999.56/10002.00	c Saved conflict literals : 2522
9999.56/10002.00	c Additional conflict clauses : 21299
9999.56/10002.00	c Additional conflict literals : 600800
9999.56/10002.00	c Additional conflict analysis : 792244

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-1773988-1241320150/watcher-1773988-1241320150 -o /tmp/evaluation-result-1773988-1241320150/solver-1773988-1241320150 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1773988-1241320150.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 28606
/proc/meminfo: memFree=1766704/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=4020 CPUtime=0
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 570 0 0 0 0 0 0 0 18 0 1 1000000 160048529 4116480 555 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 1005 556 70 173 0 830 0

[startup+0.0823211 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 28606
/proc/meminfo: memFree=1766704/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=8280 CPUtime=0.07
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 1766 0 0 0 7 0 0 0 18 0 1 1000000 160048529 8478720 1718 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 2070 1719 70 173 0 1895 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8280

[startup+0.101321 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 28606
/proc/meminfo: memFree=1766704/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=9460 CPUtime=0.09
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 2087 0 0 0 9 0 0 0 18 0 1 1000000 160048529 9687040 1974 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 2365 1974 70 173 0 2190 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9460

[startup+0.301334 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 28606
/proc/meminfo: memFree=1766704/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=15156 CPUtime=0.29
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 3656 0 0 0 28 1 0 0 19 0 1 1000000 160048529 15519744 3413 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 3789 3413 77 173 0 3614 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15156

[startup+0.701361 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 28606
/proc/meminfo: memFree=1766704/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=16524 CPUtime=0.7
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 4035 0 0 0 68 2 0 0 23 0 1 1000000 160048529 16920576 3792 1992294400 134512640 135224549 4294956224 18446744073709551615 134580206 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 4131 3792 77 173 0 3956 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 16524

[startup+1.50141 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1751144/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=17104 CPUtime=1.49
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 4289 0 0 0 147 2 0 0 25 0 1 1000000 160048529 17514496 3952 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 4276 3952 93 173 0 4101 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17104

[startup+3.10152 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1751016/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=17236 CPUtime=3.09
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 4310 0 0 0 307 2 0 0 25 0 1 1000000 160048529 17649664 3973 1992294400 134512640 135224549 4294956224 18446744073709551615 134595728 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 4309 3973 93 173 0 4134 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17236

[startup+6.30172 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1750760/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=17368 CPUtime=6.29
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 4332 0 0 0 627 2 0 0 25 0 1 1000000 160048529 17784832 3995 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 4342 3995 93 173 0 4167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17368

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1750576/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=17500 CPUtime=12.69
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 4372 0 0 0 1267 2 0 0 25 0 1 1000000 160048529 17920000 4035 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 4375 4035 93 173 0 4200 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17500

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1750064/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=18028 CPUtime=25.48
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 4498 0 0 0 2546 2 0 0 25 0 1 1000000 160048529 18460672 4161 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 4507 4161 93 173 0 4332 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18028

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1749552/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=18688 CPUtime=51.08
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 4657 0 0 0 5105 3 0 0 25 0 1 1000000 160048529 19136512 4320 1992294400 134512640 135224549 4294956224 18446744073709551615 134632543 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 4672 4320 93 173 0 4497 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18688

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1749232/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=18952 CPUtime=102.27
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 4728 0 0 0 10224 3 0 0 25 0 1 1000000 160048529 19406848 4391 1992294400 134512640 135224549 4294956224 18446744073709551615 134587883 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 4738 4391 93 173 0 4563 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 18952

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1748784/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=19348 CPUtime=162.25
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 4840 0 0 0 16222 3 0 0 25 0 1 1000000 160048529 19812352 4503 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 4837 4503 93 173 0 4662 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 19348

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1748336/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=19744 CPUtime=222.24
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 4934 0 0 0 22220 4 0 0 25 0 1 1000000 160048529 20217856 4597 1992294400 134512640 135224549 4294956224 18446744073709551615 134617279 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 4936 4597 93 173 0 4761 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 19744

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1748208/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=19876 CPUtime=282.22
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 4959 0 0 0 28218 4 0 0 25 0 1 1000000 160048529 20353024 4622 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 4969 4622 93 173 0 4794 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 19876

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1747760/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=20272 CPUtime=342.21
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 5065 0 0 0 34217 4 0 0 25 0 1 1000000 160048529 20758528 4728 1992294400 134512640 135224549 4294956224 18446744073709551615 134595766 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 5068 4728 93 173 0 4893 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 20272

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1747632/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=20404 CPUtime=402.19
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 5100 0 0 0 40215 4 0 0 25 0 1 1000000 160048529 20893696 4763 1992294400 134512640 135224549 4294956224 18446744073709551615 134618859 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 5101 4763 93 173 0 4926 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 20404

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1747312/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=20668 CPUtime=462.17
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 5158 0 0 0 46213 4 0 0 25 0 1 1000000 160048529 21164032 4821 1992294400 134512640 135224549 4294956224 18446744073709551615 134617260 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 5167 4821 93 173 0 4992 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 20668

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1746864/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=21152 CPUtime=522.16
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 5266 0 0 0 52212 4 0 0 25 0 1 1000000 160048529 21659648 4929 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 5288 4929 93 173 0 5113 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 21152

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1746416/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=21548 CPUtime=582.15
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 5373 0 0 0 58210 5 0 0 25 0 1 1000000 160048529 22065152 5036 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 5387 5036 93 173 0 5212 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 21548

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28607
/proc/meminfo: memFree=1745712/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=22208 CPUtime=642.14
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 5544 0 0 0 64209 5 0 0 25 0 1 1000000 160048529 22740992 5207 1992294400 134512640 135224549 4294956224 18446744073709551615 134619235 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 5552 5207 93 173 0 5377 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 22208

[startup+702.302 s]

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

/proc/meminfo: memFree=1712368/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=53304 CPUtime=9400
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13115 0 0 0 939969 31 0 0 25 0 1 1000000 160048529 54583296 12649 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13326 12649 93 173 0 13151 0
Current children cumulated CPU time (s) 9400
Current children cumulated vsize (KiB) 53304

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1712240/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=53496 CPUtime=9459.99
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13134 0 0 0 945968 31 0 0 25 0 1 1000000 160048529 54779904 12668 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13374 12668 93 173 0 13199 0
Current children cumulated CPU time (s) 9459.99
Current children cumulated vsize (KiB) 53496

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1712240/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=53496 CPUtime=9519.97
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13134 0 0 0 951966 31 0 0 25 0 1 1000000 160048529 54779904 12668 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13374 12668 93 173 0 13199 0
Current children cumulated CPU time (s) 9519.97
Current children cumulated vsize (KiB) 53496

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1712176/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=53496 CPUtime=9579.96
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13135 0 0 0 957964 32 0 0 25 0 1 1000000 160048529 54779904 12669 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13374 12669 93 173 0 13199 0
Current children cumulated CPU time (s) 9579.96
Current children cumulated vsize (KiB) 53496

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1712176/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=53496 CPUtime=9639.95
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13141 0 0 0 963963 32 0 0 25 0 1 1000000 160048529 54779904 12675 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13374 12675 93 173 0 13199 0
Current children cumulated CPU time (s) 9639.95
Current children cumulated vsize (KiB) 53496

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1712048/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=53496 CPUtime=9699.93
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13162 0 0 0 969961 32 0 0 25 0 1 1000000 160048529 54779904 12696 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13374 12696 93 173 0 13199 0
Current children cumulated CPU time (s) 9699.93
Current children cumulated vsize (KiB) 53496

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1711408/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=54156 CPUtime=9759.92
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13322 0 0 0 975960 32 0 0 25 0 1 1000000 160048529 55455744 12856 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13539 12856 93 173 0 13364 0
Current children cumulated CPU time (s) 9759.92
Current children cumulated vsize (KiB) 54156

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1710384/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=55256 CPUtime=9819.9
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13583 0 0 0 981958 32 0 0 25 0 1 1000000 160048529 56582144 13117 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13814 13117 93 173 0 13639 0
Current children cumulated CPU time (s) 9819.9
Current children cumulated vsize (KiB) 55256

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1710000/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=55652 CPUtime=9879.89
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13683 0 0 0 987957 32 0 0 25 0 1 1000000 160048529 56987648 13217 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13913 13217 93 173 0 13738 0
Current children cumulated CPU time (s) 9879.89
Current children cumulated vsize (KiB) 55652

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1710000/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=55652 CPUtime=9939.88
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13683 0 0 0 993955 33 0 0 25 0 1 1000000 160048529 56987648 13217 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13913 13217 93 173 0 13738 0
Current children cumulated CPU time (s) 9939.88
Current children cumulated vsize (KiB) 55652

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

[startup+9958.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1710000/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=55652 CPUtime=9955.88
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13683 0 0 0 995555 33 0 0 25 0 1 1000000 160048529 56987648 13217 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13913 13217 93 173 0 13738 0
Current children cumulated CPU time (s) 9955.88
Current children cumulated vsize (KiB) 55652

[startup+9983.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1709936/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=55652 CPUtime=9981.47
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13683 0 0 0 998114 33 0 0 25 0 1 1000000 160048529 56987648 13217 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13913 13217 93 173 0 13738 0
Current children cumulated CPU time (s) 9981.47
Current children cumulated vsize (KiB) 55652

[startup+9990.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1709936/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=55652 CPUtime=9987.86
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13683 0 0 0 998753 33 0 0 25 0 1 1000000 160048529 56987648 13217 1992294400 134512640 135224549 4294956224 18446744073709551615 134587860 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13913 13217 93 173 0 13738 0
Current children cumulated CPU time (s) 9987.86
Current children cumulated vsize (KiB) 55652

[startup+9996.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1709936/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=55652 CPUtime=9994.27
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13683 0 0 0 999394 33 0 0 25 0 1 1000000 160048529 56987648 13217 1992294400 134512640 135224549 4294956224 18446744073709551615 134632543 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13913 13217 93 173 0 13738 0
Current children cumulated CPU time (s) 9994.27
Current children cumulated vsize (KiB) 55652

[startup+9999.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1709936/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=55652 CPUtime=9997.46
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13683 0 0 0 999713 33 0 0 25 0 1 1000000 160048529 56987648 13217 1992294400 134512640 135224549 4294956224 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13913 13217 93 173 0 13738 0
Current children cumulated CPU time (s) 9997.46
Current children cumulated vsize (KiB) 55652

[startup+10000.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1709936/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=55652 CPUtime=9998.26
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13683 0 0 0 999793 33 0 0 25 0 1 1000000 160048529 56987648 13217 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13913 13217 93 173 0 13738 0
Current children cumulated CPU time (s) 9998.26
Current children cumulated vsize (KiB) 55652

[startup+10001.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1709936/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=55652 CPUtime=9999.06
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13683 0 0 0 999873 33 0 0 25 0 1 100 160048529 56987648 13217 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13913 13217 93 173 0 13738 0
Current children cumulated CPU time (s) 9999.06
Current children cumulated vsize (KiB) 55652

[startup+10001.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1709936/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=55652 CPUtime=9999.46
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13683 0 0 0 999913 33 0 0 25 0 1 100 160048529 56987648 13217 1992294400 134512640 135224549 4294956224 18446744073709551615 134618685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13913 13217 93 173 0 13738 0
Current children cumulated CPU time (s) 9999.46
Current children cumulated vsize (KiB) 55652

[startup+10002 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28625
/proc/meminfo: memFree=1709936/2055920 swapFree=4181244/4192956
[pid=28606] ppid=28604 vsize=55652 CPUtime=9999.56
/proc/28606/stat : 28606 (CirCUs) R 28604 28606 28569 0 -1 4194304 13683 0 0 0 999923 33 0 0 25 0 1 100 160048529 56987648 13217 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28606/statm: 13913 13217 93 173 0 13738 0
Current children cumulated CPU time (s) 9999.56
Current children cumulated vsize (KiB) 55652

Child status: 1
Real time (s): 10002
CPU time (s): 9999.58
CPU user time (s): 9999.24
CPU system time (s): 0.341948
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 55652

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

runsolver used 7.17791 second user time and 21.4157 second system time

The end

Launcher Data

Begin job on node22 at 2009-05-03 05:09:10
IDJOB=1773988
IDBENCH=70839
IDSOLVER=614
FILE ID=node22/1773988-1241320150
PBS_JOBID= 9225336
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= 5dbb80f29538e26a3285bf497c57f592
RANDOM SEED=2009354345

node22.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.232
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.232
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:       1767120 kB
Buffers:         29160 kB
Cached:         163028 kB
SwapCached:       5556 kB
Active:          68268 kB
Inactive:       131736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767120 kB
SwapTotal:     4192956 kB
SwapFree:      4181244 kB
Dirty:            2788 kB
Writeback:           0 kB
Mapped:          13464 kB
Slab:            74876 kB
Committed_AS:   783124 kB
PageTables:       1368 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= 66424 MiB
End job on node22 at 2009-05-03 07:55:52