Trace number 1773748

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.84 10002.5

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs032.cnf
MD5SUM431823fbe355abc605baf058be5925a0
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 variables18792
Number of clauses56183
Sum of the clauses size131091
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 237454
Number of clauses of size 318727
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.31	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.29/0.31	c Eliminate time :       0.24 
9999.77/10002.43	c CirCUs : timeout occurred after 10000 seconds.
9999.77/10002.43	c CNF read time  :       0.06 
9999.77/10002.43	c CNF solve time :    10000.6 
9999.77/10002.43	c Memory usage :    176.695 MB
9999.77/10002.43	c Restart : 4271
9999.77/10002.43	c Decisions : random(63898), heuristic(7163013), history(0/0)
9999.77/10002.43	c Implications : 3587465857
9999.77/10002.43	c Forced Restart : 0
9999.77/10002.43	c Polarity Change : 20612
9999.77/10002.43	c Learned clasues  : 466073 out of 5032513
9999.77/10002.43	c Learned literals : 29154714 out of 343334298
9999.77/10002.43	c Number of first UIP : 1253102 out of 5032513
9999.77/10002.43	c Number of simplify : 0
9999.77/10002.43	c Number of continuous distill : 13998
9999.77/10002.43	c Average depth of OTS : 6
9999.77/10002.43	c Average depth of additional conflict : 167
9999.77/10002.43	c Saved conflict clasues : 4848
9999.77/10002.43	c Saved conflict literals : 99804
9999.77/10002.43	c Additional conflict clauses : 424375
9999.77/10002.43	c Additional conflict literals : 16590825
9999.77/10002.43	c Additional conflict analysis : 860216

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-1773748-1241318652/watcher-1773748-1241318652 -o /tmp/evaluation-result-1773748-1241318652/solver-1773748-1241318652 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1773748-1241318652.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 3154
/proc/meminfo: memFree=1763840/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=2984 CPUtime=0
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 405 0 0 0 0 0 0 0 18 0 1 1000000 159898421 3055616 390 1992294400 134512640 135224549 4294956224 18446744073709551615 134632646 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 746 391 70 173 0 571 0

[startup+0.0752051 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3154
/proc/meminfo: memFree=1763840/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=6460 CPUtime=0.06
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 1387 0 0 0 6 0 0 0 18 0 1 1000000 159898421 6615040 1338 1992294400 134512640 135224549 4294956224 18446744073709551615 134570648 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 1615 1338 74 173 0 1440 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6460

[startup+0.101207 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3154
/proc/meminfo: memFree=1763840/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=7908 CPUtime=0.09
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 1776 0 0 0 9 0 0 0 18 0 1 1000000 159898421 8097792 1662 1992294400 134512640 135224549 4294956224 18446744073709551615 134632646 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 1977 1662 77 173 0 1802 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7908

[startup+0.301228 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3154
/proc/meminfo: memFree=1763840/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=9360 CPUtime=0.29
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 2190 0 0 0 28 1 0 0 19 0 1 1000000 159898421 9584640 2076 1992294400 134512640 135224549 4294956224 18446744073709551615 134578110 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 2340 2076 77 173 0 2165 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9360

[startup+0.70127 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3154
/proc/meminfo: memFree=1763840/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=9876 CPUtime=0.69
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 2345 0 0 0 68 1 0 0 22 0 1 1000000 159898421 10113024 2231 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 2469 2231 93 173 0 2294 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9876

[startup+1.50136 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1755064/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=10668 CPUtime=1.49
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 2544 0 0 0 148 1 0 0 25 0 1 1000000 159898421 10924032 2430 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 2667 2430 93 173 0 2492 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10668

[startup+3.10153 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1754168/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=10932 CPUtime=3.09
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 2600 0 0 0 308 1 0 0 25 0 1 1000000 159898421 11194368 2486 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 2733 2486 93 173 0 2558 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10932

[startup+6.30188 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1753144/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=12252 CPUtime=6.29
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 2918 0 0 0 628 1 0 0 25 0 1 1000000 159898421 12546048 2804 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 3063 2804 93 173 0 2888 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12252

[startup+12.7026 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1751552/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=13572 CPUtime=12.69
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 3273 0 0 0 1267 2 0 0 25 0 1 1000000 159898421 13897728 3159 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 3393 3159 93 173 0 3218 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13572

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1750592/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=14232 CPUtime=25.49
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 3438 0 0 0 2547 2 0 0 25 0 1 1000000 159898421 14573568 3324 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 3558 3324 93 173 0 3383 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14232

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1748224/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=16836 CPUtime=51.08
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 4066 0 0 0 5105 3 0 0 25 0 1 1000000 159898421 17240064 3952 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 4209 3952 93 173 0 4034 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16836

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1743104/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=21856 CPUtime=102.26
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 5315 0 0 0 10222 4 0 0 25 0 1 1000000 159898421 22380544 5201 1992294400 134512640 135224549 4294956224 18446744073709551615 134618859 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 5464 5201 93 173 0 5289 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21856

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1739904/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=25024 CPUtime=162.25
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 6114 0 0 0 16220 5 0 0 25 0 1 1000000 159898421 25624576 6000 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 6256 6000 93 173 0 6081 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 25024

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1735680/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=29248 CPUtime=222.23
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 7163 0 0 0 22217 6 0 0 25 0 1 1000000 159898421 29949952 7049 1992294400 134512640 135224549 4294956224 18446744073709551615 134632528 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 7312 7049 93 173 0 7137 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 29248

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1735552/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=29380 CPUtime=282.21
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 7205 0 0 0 28215 6 0 0 25 0 1 1000000 159898421 30085120 7091 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 7345 7091 93 173 0 7170 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 29380

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1733760/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=31348 CPUtime=342.2
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 7640 0 0 0 34213 7 0 0 25 0 1 1000000 159898421 32100352 7526 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 7837 7526 93 173 0 7662 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 31348

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1729856/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=35176 CPUtime=402.18
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 8610 0 0 0 40210 8 0 0 25 0 1 1000000 159898421 36020224 8496 1992294400 134512640 135224549 4294956224 18446744073709551615 134619235 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 8794 8496 93 173 0 8619 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 35176

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1728192/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=36904 CPUtime=462.17
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 9031 0 0 0 46208 9 0 0 25 0 1 1000000 159898421 37789696 8917 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 9226 8917 93 173 0 9051 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 36904

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1724736/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=40204 CPUtime=522.15
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 9886 0 0 0 52205 10 0 0 25 0 1 1000000 159898421 41168896 9772 1992294400 134512640 135224549 4294956224 18446744073709551615 134588204 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 10051 9772 93 173 0 9876 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 40204

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1724736/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=40204 CPUtime=582.13
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 9887 0 0 0 58203 10 0 0 25 0 1 1000000 159898421 41168896 9773 1992294400 134512640 135224549 4294956224 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 10051 9773 93 173 0 9876 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 40204

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3155
/proc/meminfo: memFree=1722368/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=42452 CPUtime=642.13
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 10463 0 0 0 64201 12 0 0 25 0 1 1000000 159898421 43470848 10349 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 10613 10349 93 173 0 10438 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 42452

[startup+702.301 s]

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

/proc/meminfo: memFree=1585152/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=8979.94
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45167 0 0 0 897919 75 0 0 25 0 1 1000000 159898421 185274368 44154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44154 93 173 0 45058 0
Current children cumulated CPU time (s) 8979.94
Current children cumulated vsize (KiB) 180932

[startup+9042.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585152/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9039.92
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45167 0 0 0 903917 75 0 0 25 0 1 1000000 159898421 185274368 44154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44154 93 173 0 45058 0
Current children cumulated CPU time (s) 9039.92
Current children cumulated vsize (KiB) 180932

[startup+9102.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585152/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9099.9
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45167 0 0 0 909915 75 0 0 25 0 1 1000000 159898421 185274368 44154 1992294400 134512640 135224549 4294956224 18446744073709551615 134585017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44154 93 173 0 45058 0
Current children cumulated CPU time (s) 9099.9
Current children cumulated vsize (KiB) 180932

[startup+9162.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585216/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9159.89
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45167 0 0 0 915914 75 0 0 25 0 1 1000000 159898421 185274368 44154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44154 93 173 0 45058 0
Current children cumulated CPU time (s) 9159.89
Current children cumulated vsize (KiB) 180932

[startup+9222.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585152/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9219.88
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45167 0 0 0 921913 75 0 0 25 0 1 1000000 159898421 185274368 44154 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44154 93 173 0 45058 0
Current children cumulated CPU time (s) 9219.88
Current children cumulated vsize (KiB) 180932

[startup+9282.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585152/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9279.86
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45167 0 0 0 927911 75 0 0 25 0 1 1000000 159898421 185274368 44154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44154 93 173 0 45058 0
Current children cumulated CPU time (s) 9279.86
Current children cumulated vsize (KiB) 180932

[startup+9342.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585152/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9339.84
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45167 0 0 0 933909 75 0 0 25 0 1 1000000 159898421 185274368 44154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44154 93 173 0 45058 0
Current children cumulated CPU time (s) 9339.84
Current children cumulated vsize (KiB) 180932

[startup+9402.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585152/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9399.82
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45167 0 0 0 939907 75 0 0 25 0 1 1000000 159898421 185274368 44154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44154 93 173 0 45058 0
Current children cumulated CPU time (s) 9399.82
Current children cumulated vsize (KiB) 180932

[startup+9462.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585088/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9459.81
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45167 0 0 0 945906 75 0 0 25 0 1 1000000 159898421 185274368 44154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44154 93 173 0 45058 0
Current children cumulated CPU time (s) 9459.81
Current children cumulated vsize (KiB) 180932

[startup+9522.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585152/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9519.79
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45167 0 0 0 951904 75 0 0 25 0 1 1000000 159898421 185274368 44154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44154 93 173 0 45058 0
Current children cumulated CPU time (s) 9519.79
Current children cumulated vsize (KiB) 180932

[startup+9582.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585152/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9579.78
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45167 0 0 0 957902 76 0 0 25 0 1 1000000 159898421 185274368 44154 1992294400 134512640 135224549 4294956224 18446744073709551615 134632568 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44154 93 173 0 45058 0
Current children cumulated CPU time (s) 9579.78
Current children cumulated vsize (KiB) 180932

[startup+9642.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585152/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9639.76
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45167 0 0 0 963900 76 0 0 25 0 1 1000000 159898421 185274368 44154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44154 93 173 0 45058 0
Current children cumulated CPU time (s) 9639.76
Current children cumulated vsize (KiB) 180932

[startup+9702.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585088/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9699.75
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45169 0 0 0 969899 76 0 0 25 0 1 1000000 159898421 185274368 44156 1992294400 134512640 135224549 4294956224 18446744073709551615 134587826 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44156 93 173 0 45058 0
Current children cumulated CPU time (s) 9699.75
Current children cumulated vsize (KiB) 180932

[startup+9762.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3177
/proc/meminfo: memFree=1585024/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9759.73
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45177 0 0 0 975897 76 0 0 25 0 1 1000000 159898421 185274368 44164 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44164 93 173 0 45058 0
Current children cumulated CPU time (s) 9759.73
Current children cumulated vsize (KiB) 180932

[startup+9822.3 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 3177
/proc/meminfo: memFree=1585024/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9819.72
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45180 0 0 0 981896 76 0 0 25 0 1 1000000 159898421 185274368 44167 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44167 93 173 0 45058 0
Current children cumulated CPU time (s) 9819.72
Current children cumulated vsize (KiB) 180932

[startup+9882.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 3177
/proc/meminfo: memFree=1585024/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9879.7
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45180 0 0 0 987894 76 0 0 25 0 1 1000000 159898421 185274368 44167 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44167 93 173 0 45058 0
Current children cumulated CPU time (s) 9879.7
Current children cumulated vsize (KiB) 180932

[startup+9942.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 3177
/proc/meminfo: memFree=1584960/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9939.68
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45182 0 0 0 993892 76 0 0 25 0 1 1000000 159898421 185274368 44169 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44169 93 173 0 45058 0
Current children cumulated CPU time (s) 9939.68
Current children cumulated vsize (KiB) 180932

[startup+10002.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 3177
/proc/meminfo: memFree=1584960/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9999.67
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45183 0 0 0 999891 76 0 0 25 0 1 100 159898421 185274368 44170 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44170 93 173 0 45058 0
Current children cumulated CPU time (s) 9999.67
Current children cumulated vsize (KiB) 180932

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

[startup+10002.4 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 3177
/proc/meminfo: memFree=1584960/2055920 swapFree=4191900/4192956
[pid=3154] ppid=3152 vsize=180932 CPUtime=9999.77
/proc/3154/stat : 3154 (CirCUs) R 3152 3154 3117 0 -1 4194304 45183 0 0 0 999901 76 0 0 25 0 1 100 159898421 185274368 44170 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3154/statm: 45233 44170 93 173 0 45058 0
Current children cumulated CPU time (s) 9999.77
Current children cumulated vsize (KiB) 180932

Child status: 1
Real time (s): 10002.5
CPU time (s): 9999.84
CPU user time (s): 9999.05
CPU system time (s): 0.796878
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 180932

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

runsolver used 7.35988 second user time and 21.0618 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-03 04:44:13
IDJOB=1773748
IDBENCH=70786
IDSOLVER=614
FILE ID=node21/1773748-1241318652
PBS_JOBID= 9225321
Free space on /tmp= 66480 MiB

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

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

MD5SUM BENCH= 431823fbe355abc605baf058be5925a0
RANDOM SEED=2012183717

node21.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.233
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.233
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:       1764256 kB
Buffers:         53380 kB
Cached:         146892 kB
SwapCached:        260 kB
Active:          72128 kB
Inactive:       141352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764256 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:          21692 kB
Slab:            64236 kB
Committed_AS:   776768 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= 66480 MiB
End job on node21 at 2009-05-03 07:30:55