Trace number 1774138

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) 9998.81 10001.3

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-24-s100.cnf
MD5SUM107f2922072d64498e09af3270c7b9c3
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 variables31821
Number of clauses95735
Sum of the clauses size225739
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261338
Number of clauses of size 334333
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.69/0.75	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.69/0.75	c Eliminate time :       0.63 
9998.69/10001.29	c CirCUs : timeout occurred after 10000 seconds.
9998.69/10001.29	c CNF read time  :       0.11 
9998.69/10001.29	c CNF solve time :      10000 
9998.69/10001.29	c Memory usage :    47.4961 MB
9998.69/10001.29	c Restart : 1596
9998.69/10001.29	c Decisions : random(18357), heuristic(1193483), history(0/0)
9998.69/10001.29	c Implications : 7805015109
9998.69/10001.29	c Forced Restart : 0
9998.69/10001.29	c Polarity Change : 3671
9998.69/10001.29	c Learned clasues  : 138721 out of 1140348
9998.69/10001.29	c Learned literals : 4131311 out of 39257684
9998.69/10001.29	c Number of first UIP : 67574 out of 1140348
9998.69/10001.29	c Number of simplify : 2
9998.69/10001.29	c Number of continuous distill : 539
9998.69/10001.29	c Average depth of OTS : 2
9998.69/10001.29	c Average depth of additional conflict : -1880
9998.69/10001.29	c Saved conflict clasues : 160
9998.69/10001.29	c Saved conflict literals : 2705
9998.69/10001.29	c Additional conflict clauses : 16032
9998.69/10001.29	c Additional conflict literals : 402109
9998.69/10001.29	c Additional conflict analysis : 833974

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-1774138-1241321452/watcher-1774138-1241321452 -o /tmp/evaluation-result-1774138-1241321452/solver-1774138-1241321452 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1774138-1241321452.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.98 0.98 0.99 3/64 32604
/proc/meminfo: memFree=1764160/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=3976 CPUtime=0
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 564 0 0 0 0 0 0 0 18 0 1 1000000 160172335 4071424 549 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 994 549 70 173 0 819 0

[startup+0.0439859 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 32604
/proc/meminfo: memFree=1764160/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=6520 CPUtime=0.03
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 1244 0 0 0 3 0 0 0 18 0 1 1000000 160172335 6676480 1196 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 1630 1197 70 173 0 1455 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6520

[startup+0.101989 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 32604
/proc/meminfo: memFree=1764160/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=9548 CPUtime=0.09
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 2106 0 0 0 8 1 0 0 18 0 1 1000000 160172335 9777152 1993 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 2387 1994 70 173 0 2212 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9548

[startup+0.302007 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 32604
/proc/meminfo: memFree=1764160/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=14868 CPUtime=0.29
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 3576 0 0 0 28 1 0 0 19 0 1 1000000 160172335 15224832 3333 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 3717 3333 77 173 0 3542 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14868

[startup+0.701045 s]
/proc/loadavg: 0.98 0.98 0.99 3/64 32604
/proc/meminfo: memFree=1764160/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=16188 CPUtime=0.69
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 3947 0 0 0 68 1 0 0 22 0 1 1000000 160172335 16576512 3704 1992294400 134512640 135224549 4294956224 18446744073709551615 134577833 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4047 3704 77 173 0 3872 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16188

[startup+1.50112 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1749048/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=16748 CPUtime=1.49
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4201 0 0 0 148 1 0 0 25 0 1 1000000 160172335 17149952 3864 1992294400 134512640 135224549 4294956224 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4187 3864 93 173 0 4012 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16748

[startup+3.10127 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1748920/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=16748 CPUtime=3.09
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4201 0 0 0 308 1 0 0 25 0 1 1000000 160172335 17149952 3864 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4187 3864 93 173 0 4012 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16748

[startup+6.30157 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1748728/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=16880 CPUtime=6.28
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4217 0 0 0 627 1 0 0 25 0 1 1000000 160172335 17285120 3880 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4220 3880 93 173 0 4045 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16880

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1748536/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=17012 CPUtime=12.68
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4261 0 0 0 1267 1 0 0 25 0 1 1000000 160172335 17420288 3924 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4253 3924 93 173 0 4078 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17012

[startup+25.5014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1748152/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=17408 CPUtime=25.48
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4353 0 0 0 2547 1 0 0 25 0 1 1000000 160172335 17825792 4016 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4352 4016 93 173 0 4177 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17408

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1747640/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=17964 CPUtime=51.07
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4473 0 0 0 5106 1 0 0 25 0 1 1000000 160172335 18395136 4136 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4491 4136 93 173 0 4316 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17964

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1747256/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=18228 CPUtime=102.27
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4561 0 0 0 10225 2 0 0 25 0 1 1000000 160172335 18665472 4224 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4557 4224 93 173 0 4382 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 18228

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1747064/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=18516 CPUtime=162.25
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4612 0 0 0 16223 2 0 0 25 0 1 1000000 160172335 18960384 4275 1992294400 134512640 135224549 4294956224 18446744073709551615 134587759 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4629 4275 93 173 0 4454 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 18516

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1746616/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=18912 CPUtime=222.23
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4715 0 0 0 22221 2 0 0 25 0 1 1000000 160172335 19365888 4378 1992294400 134512640 135224549 4294956224 18446744073709551615 134595601 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4728 4378 93 173 0 4553 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 18912

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1746360/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=19176 CPUtime=282.22
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4776 0 0 0 28219 3 0 0 25 0 1 1000000 160172335 19636224 4439 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4794 4439 93 173 0 4619 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 19176

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1746296/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=19176 CPUtime=342.21
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4788 0 0 0 34218 3 0 0 25 0 1 1000000 160172335 19636224 4451 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4794 4451 93 173 0 4619 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 19176

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1745976/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=19584 CPUtime=402.19
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4872 0 0 0 40216 3 0 0 25 0 1 1000000 160172335 20054016 4535 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4896 4535 93 173 0 4721 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 19584

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1745912/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=19584 CPUtime=462.17
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4880 0 0 0 46214 3 0 0 25 0 1 1000000 160172335 20054016 4543 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4896 4543 93 173 0 4721 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 19584

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32605
/proc/meminfo: memFree=1745400/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=19980 CPUtime=522.15
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 4999 0 0 0 52212 3 0 0 25 0 1 1000000 160172335 20459520 4662 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 4995 4662 93 173 0 4820 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 19980

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32607
/proc/meminfo: memFree=1744568/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=20848 CPUtime=582.15
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 5174 0 0 0 58211 4 0 0 25 0 1 1000000 160172335 21348352 4837 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 5212 4837 93 173 0 5037 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 20848

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32607
/proc/meminfo: memFree=1744312/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=21112 CPUtime=642.13
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 5259 0 0 0 64209 4 0 0 25 0 1 1000000 160172335 21618688 4922 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 5278 4922 93 173 0 5103 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 21112

[startup+702.301 s]

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

/proc/meminfo: memFree=1716472/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48384 CPUtime=9339.96
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11831 0 0 0 933971 25 0 0 25 0 1 1000000 160172335 49545216 11365 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12096 11365 93 173 0 11921 0
Current children cumulated CPU time (s) 9339.96
Current children cumulated vsize (KiB) 48384

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32629
/proc/meminfo: memFree=1716472/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48384 CPUtime=9399.94
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11831 0 0 0 939969 25 0 0 25 0 1 1000000 160172335 49545216 11365 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12096 11365 93 173 0 11921 0
Current children cumulated CPU time (s) 9399.94
Current children cumulated vsize (KiB) 48384

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32629
/proc/meminfo: memFree=1716472/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48384 CPUtime=9459.92
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11831 0 0 0 945967 25 0 0 25 0 1 1000000 160172335 49545216 11365 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12096 11365 93 173 0 11921 0
Current children cumulated CPU time (s) 9459.92
Current children cumulated vsize (KiB) 48384

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32629
/proc/meminfo: memFree=1716472/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48384 CPUtime=9519.92
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11831 0 0 0 951966 26 0 0 25 0 1 1000000 160172335 49545216 11365 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12096 11365 93 173 0 11921 0
Current children cumulated CPU time (s) 9519.92
Current children cumulated vsize (KiB) 48384

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32629
/proc/meminfo: memFree=1716472/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48384 CPUtime=9579.9
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11831 0 0 0 957964 26 0 0 25 0 1 1000000 160172335 49545216 11365 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12096 11365 93 173 0 11921 0
Current children cumulated CPU time (s) 9579.9
Current children cumulated vsize (KiB) 48384

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32629
/proc/meminfo: memFree=1716472/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48384 CPUtime=9639.88
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11831 0 0 0 963962 26 0 0 25 0 1 1000000 160172335 49545216 11365 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12096 11365 93 173 0 11921 0
Current children cumulated CPU time (s) 9639.88
Current children cumulated vsize (KiB) 48384

[startup+9702.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 32629
/proc/meminfo: memFree=1716408/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48384 CPUtime=9699.87
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11832 0 0 0 969961 26 0 0 25 0 1 1000000 160172335 49545216 11366 1992294400 134512640 135224549 4294956224 18446744073709551615 134587814 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12096 11366 93 173 0 11921 0
Current children cumulated CPU time (s) 9699.87
Current children cumulated vsize (KiB) 48384

[startup+9762.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 32629
/proc/meminfo: memFree=1716408/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48384 CPUtime=9759.85
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11833 0 0 0 975959 26 0 0 25 0 1 1000000 160172335 49545216 11367 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12096 11367 93 173 0 11921 0
Current children cumulated CPU time (s) 9759.85
Current children cumulated vsize (KiB) 48384

[startup+9822.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 32629
/proc/meminfo: memFree=1716408/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48384 CPUtime=9819.84
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11836 0 0 0 981958 26 0 0 25 0 1 1000000 160172335 49545216 11370 1992294400 134512640 135224549 4294956224 18446744073709551615 134587781 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12096 11370 93 173 0 11921 0
Current children cumulated CPU time (s) 9819.84
Current children cumulated vsize (KiB) 48384

[startup+9882.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 32629
/proc/meminfo: memFree=1716344/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48384 CPUtime=9879.82
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11837 0 0 0 987956 26 0 0 25 0 1 1000000 160172335 49545216 11371 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12096 11371 93 173 0 11921 0
Current children cumulated CPU time (s) 9879.82
Current children cumulated vsize (KiB) 48384

[startup+9942.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 32629
/proc/meminfo: memFree=1716216/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48632 CPUtime=9939.8
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11871 0 0 0 993954 26 0 0 25 0 1 1000000 160172335 49799168 11405 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12158 11405 93 173 0 11983 0
Current children cumulated CPU time (s) 9939.8
Current children cumulated vsize (KiB) 48632

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

[startup+9958.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 32629
/proc/meminfo: memFree=1716216/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48632 CPUtime=9955.8
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11871 0 0 0 995554 26 0 0 25 0 1 1000000 160172335 49799168 11405 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12158 11405 93 173 0 11983 0
Current children cumulated CPU time (s) 9955.8
Current children cumulated vsize (KiB) 48632

[startup+9983.9 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 32629
/proc/meminfo: memFree=1716216/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48632 CPUtime=9981.39
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11875 0 0 0 998113 26 0 0 25 0 1 1000000 160172335 49799168 11409 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12158 11409 93 173 0 11983 0
Current children cumulated CPU time (s) 9981.39
Current children cumulated vsize (KiB) 48632

[startup+9990.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 32629
/proc/meminfo: memFree=1716152/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48632 CPUtime=9987.79
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11876 0 0 0 998753 26 0 0 25 0 1 1000000 160172335 49799168 11410 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12158 11410 93 173 0 11983 0
Current children cumulated CPU time (s) 9987.79
Current children cumulated vsize (KiB) 48632

[startup+9996.7 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 32629
/proc/meminfo: memFree=1716152/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48632 CPUtime=9994.19
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11878 0 0 0 999393 26 0 0 25 0 1 1000000 160172335 49799168 11412 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12158 11412 93 173 0 11983 0
Current children cumulated CPU time (s) 9994.19
Current children cumulated vsize (KiB) 48632

[startup+9999.9 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 32629
/proc/meminfo: memFree=1716152/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48632 CPUtime=9997.39
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11878 0 0 0 999713 26 0 0 25 0 1 1000000 160172335 49799168 11412 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12158 11412 93 173 0 11983 0
Current children cumulated CPU time (s) 9997.39
Current children cumulated vsize (KiB) 48632

[startup+10000.7 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 32629
/proc/meminfo: memFree=1716152/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48632 CPUtime=9998.19
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11878 0 0 0 999793 26 0 0 25 0 1 1000000 160172335 49799168 11412 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12158 11412 93 173 0 11983 0
Current children cumulated CPU time (s) 9998.19
Current children cumulated vsize (KiB) 48632

[startup+10001.1 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 32629
/proc/meminfo: memFree=1716152/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=48632 CPUtime=9998.59
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194304 11878 0 0 0 999833 26 0 0 25 0 1 1000000 160172335 49799168 11412 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 12158 11412 93 173 0 11983 0
Current children cumulated CPU time (s) 9998.59
Current children cumulated vsize (KiB) 48632

[startup+10001.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 32629
/proc/meminfo: memFree=1716152/2055920 swapFree=4192812/4192956
[pid=32604] ppid=32602 vsize=0 CPUtime=9998.8
/proc/32604/stat : 32604 (CirCUs) R 32602 32604 32540 0 -1 4194308 11881 0 0 0 999853 27 0 0 25 0 1 0 160172335 0 0 1992294400 0 0 0 0 0 0 8192 4096 8192 0 0 0 17 1 0 0
/proc/32604/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9998.8
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 10001.3
CPU time (s): 9998.81
CPU user time (s): 9998.53
CPU system time (s): 0.277957
CPU usage (%): 99.975
Max. virtual memory (cumulated for all children) (KiB): 48632

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

runsolver used 7.49286 second user time and 20.1659 second system time

The end

Launcher Data

Begin job on node61 at 2009-05-03 05:30:52
IDJOB=1774138
IDBENCH=70874
IDSOLVER=614
FILE ID=node61/1774138-1241321452
PBS_JOBID= 9225343
Free space on /tmp= 66528 MiB

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

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

MD5SUM BENCH= 107f2922072d64498e09af3270c7b9c3
RANDOM SEED=1250284285

node61.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.216
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.216
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:       1764576 kB
Buffers:         52924 kB
Cached:         151688 kB
SwapCached:          0 kB
Active:          28620 kB
Inactive:       189824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2572 kB
Writeback:           0 kB
Mapped:          23592 kB
Slab:            58972 kB
Committed_AS:   730364 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node61 at 2009-05-03 08:17:34