Trace number 1559271

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? (TO) 1200.1 1200.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark475.233
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
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.62 

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-1559271-1238881018/watcher-1559271-1238881018 -o /tmp/evaluation-result-1559271-1238881018/solver-1559271-1238881018 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1559271-1238881018.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 1.88 1.46 3/80 20895
/proc/meminfo: memFree=1750424/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=4084 CPUtime=0
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 581 0 0 0 0 0 0 0 18 0 1 120000 1160765707 4182016 566 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 1021 567 70 173 0 846 0

[startup+0.095528 s]
/proc/loadavg: 2.02 1.88 1.46 3/80 20895
/proc/meminfo: memFree=1750424/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=9128 CPUtime=0.08
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 2013 0 0 0 8 0 0 0 18 0 1 120000 1160765707 9347072 1900 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 2282 1901 70 173 0 2107 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9128

[startup+0.101575 s]
/proc/loadavg: 2.02 1.88 1.46 3/80 20895
/proc/meminfo: memFree=1750424/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=9524 CPUtime=0.09
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 2093 0 0 0 8 1 0 0 18 0 1 120000 1160765707 9752576 1980 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 2381 1980 70 173 0 2206 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9524

[startup+0.301595 s]
/proc/loadavg: 2.02 1.88 1.46 3/80 20895
/proc/meminfo: memFree=1750424/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=14828 CPUtime=0.29
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 3564 0 0 0 27 2 0 0 19 0 1 120000 1160765707 15183872 3321 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 3707 3322 77 173 0 3532 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14828

[startup+0.701635 s]
/proc/loadavg: 2.02 1.88 1.46 3/80 20895
/proc/meminfo: memFree=1750424/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=16016 CPUtime=0.69
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 3922 0 0 0 67 2 0 0 22 0 1 120000 1160765707 16400384 3679 1992294400 134512640 135224549 4294956208 18446744073709551615 134580206 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4004 3679 77 173 0 3829 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16016

[startup+1.50172 s]
/proc/loadavg: 1.94 1.86 1.46 2/81 20896
/proc/meminfo: memFree=1735312/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=16648 CPUtime=1.49
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4174 0 0 0 147 2 0 0 25 0 1 120000 1160765707 17047552 3837 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4162 3837 93 173 0 3987 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16648

[startup+3.10189 s]
/proc/loadavg: 1.94 1.86 1.46 2/81 20896
/proc/meminfo: memFree=1735184/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=16648 CPUtime=3.09
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4174 0 0 0 307 2 0 0 25 0 1 120000 1160765707 17047552 3837 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4162 3837 93 173 0 3987 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16648

[startup+6.30117 s]
/proc/loadavg: 1.86 1.85 1.46 2/81 20896
/proc/meminfo: memFree=1735064/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=16780 CPUtime=6.29
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4188 0 0 0 627 2 0 0 25 0 1 120000 1160765707 17182720 3851 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4195 3851 93 173 0 4020 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16780

[startup+12.7018 s]
/proc/loadavg: 1.79 1.83 1.46 2/81 20896
/proc/meminfo: memFree=1734816/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=16912 CPUtime=12.69
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4235 0 0 0 1267 2 0 0 25 0 1 120000 1160765707 17317888 3898 1992294400 134512640 135224549 4294956208 18446744073709551615 134618691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4228 3898 93 173 0 4053 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16912

[startup+25.5022 s]
/proc/loadavg: 1.67 1.81 1.45 2/81 20896
/proc/meminfo: memFree=1734496/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=17176 CPUtime=25.48
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4304 0 0 0 2546 2 0 0 25 0 1 120000 1160765707 17588224 3967 1992294400 134512640 135224549 4294956208 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4294 3967 93 173 0 4119 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17176

[startup+51.1028 s]
/proc/loadavg: 1.40 1.73 1.44 2/81 20896
/proc/meminfo: memFree=1734176/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=17708 CPUtime=51.08
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4406 0 0 0 5105 3 0 0 25 0 1 120000 1160765707 18132992 4069 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4427 4069 93 173 0 4252 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17708

[startup+102.307 s]
/proc/loadavg: 1.17 1.61 1.41 2/81 20896
/proc/meminfo: memFree=1733920/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=17840 CPUtime=102.27
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4454 0 0 0 10224 3 0 0 25 0 1 120000 1160765707 18268160 4117 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4460 4117 93 173 0 4285 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 17840

[startup+162.302 s]
/proc/loadavg: 1.06 1.50 1.38 2/81 20896
/proc/meminfo: memFree=1733600/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=18164 CPUtime=162.25
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4527 0 0 0 16222 3 0 0 25 0 1 120000 1160765707 18599936 4190 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4541 4190 93 173 0 4366 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 18164

[startup+222.303 s]
/proc/loadavg: 1.02 1.40 1.35 2/81 20896
/proc/meminfo: memFree=1733344/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=18308 CPUtime=222.23
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4573 0 0 0 22220 3 0 0 25 0 1 120000 1160765707 18747392 4236 1992294400 134512640 135224549 4294956208 18446744073709551615 134595286 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4577 4236 93 173 0 4402 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 18308

[startup+282.302 s]
/proc/loadavg: 1.01 1.33 1.33 2/81 20896
/proc/meminfo: memFree=1732832/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=18836 CPUtime=282.21
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4701 0 0 0 28218 3 0 0 25 0 1 120000 1160765707 19288064 4364 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4709 4364 93 173 0 4534 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 18836

[startup+342.301 s]
/proc/loadavg: 1.00 1.27 1.31 2/81 20896
/proc/meminfo: memFree=1732704/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=18968 CPUtime=342.2
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4732 0 0 0 34217 3 0 0 25 0 1 120000 1160765707 19423232 4395 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4742 4395 93 173 0 4567 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 18968

[startup+402.301 s]
/proc/loadavg: 1.00 1.22 1.28 2/81 20896
/proc/meminfo: memFree=1732640/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=18968 CPUtime=402.18
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4734 0 0 0 40215 3 0 0 25 0 1 120000 1160765707 19423232 4397 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4742 4397 93 173 0 4567 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 18968

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.26 2/81 20898
/proc/meminfo: memFree=1732320/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=19240 CPUtime=462.17
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4780 0 0 0 46214 3 0 0 25 0 1 120000 1160765707 19701760 4443 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4810 4443 93 173 0 4635 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 19240

[startup+522.302 s]
/proc/loadavg: 1.00 1.14 1.25 2/81 20898
/proc/meminfo: memFree=1732128/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=19504 CPUtime=522.16
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4858 0 0 0 52212 4 0 0 25 0 1 120000 1160765707 19972096 4521 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4876 4521 93 173 0 4701 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 19504

[startup+582.301 s]
/proc/loadavg: 1.05 1.13 1.23 2/81 20898
/proc/meminfo: memFree=1731808/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=19796 CPUtime=582.14
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4922 0 0 0 58210 4 0 0 25 0 1 120000 1160765707 20271104 4585 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 4949 4585 93 173 0 4774 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 19796

[startup+642.301 s]
/proc/loadavg: 1.02 1.10 1.22 2/81 20898
/proc/meminfo: memFree=1731552/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=20060 CPUtime=642.13
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 4996 0 0 0 64209 4 0 0 25 0 1 120000 1160765707 20541440 4659 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 5015 4659 93 173 0 4840 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 20060

[startup+702.302 s]
/proc/loadavg: 1.00 1.08 1.20 2/81 20898
/proc/meminfo: memFree=1731360/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=20192 CPUtime=702.11
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 5036 0 0 0 70207 4 0 0 25 0 1 120000 1160765707 20676608 4699 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 5048 4699 93 173 0 4873 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 20192

[startup+762.307 s]
/proc/loadavg: 1.00 1.06 1.18 2/81 20898
/proc/meminfo: memFree=1731040/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=20468 CPUtime=762.1
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 5094 0 0 0 76206 4 0 0 25 0 1 120000 1160765707 20959232 4757 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 5117 4757 93 173 0 4942 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 20468

[startup+822.301 s]
/proc/loadavg: 1.00 1.05 1.17 2/81 20898
/proc/meminfo: memFree=1731040/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=20468 CPUtime=822.08
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 5099 0 0 0 82204 4 0 0 25 0 1 120000 1160765707 20959232 4762 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 5117 4762 93 173 0 4942 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 20468

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/81 20898
/proc/meminfo: memFree=1730784/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=20732 CPUtime=882.06
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 5159 0 0 0 88202 4 0 0 25 0 1 120000 1160765707 21229568 4822 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 5183 4822 93 173 0 5008 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 20732

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/81 20898
/proc/meminfo: memFree=1730464/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=21128 CPUtime=942.05
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 5255 0 0 0 94201 4 0 0 25 0 1 120000 1160765707 21635072 4918 1992294400 134512640 135224549 4294956208 18446744073709551615 134617061 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 5282 4918 93 173 0 5107 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 21128

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/81 20898
/proc/meminfo: memFree=1730080/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=21392 CPUtime=1002.03
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 5321 0 0 0 100199 4 0 0 25 0 1 120000 1160765707 21905408 4984 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 5348 4984 93 173 0 5173 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 21392

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/81 20898
/proc/meminfo: memFree=1730016/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=21532 CPUtime=1062.02
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 5362 0 0 0 106198 4 0 0 25 0 1 120000 1160765707 22048768 5025 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 5383 5025 93 173 0 5208 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 21532

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/81 20898
/proc/meminfo: memFree=1729760/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=21664 CPUtime=1122
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 5404 0 0 0 112196 4 0 0 25 0 1 120000 1160765707 22183936 5067 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 5416 5067 93 173 0 5241 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 21664

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/81 20898
/proc/meminfo: memFree=1729696/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=21816 CPUtime=1181.99
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 5432 0 0 0 118195 4 0 0 25 0 1 120000 1160765707 22339584 5095 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 5454 5095 93 173 0 5279 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 21816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.10 2/81 20898
/proc/meminfo: memFree=1729440/2055912 swapFree=4170592/4192956
[pid=20895] ppid=20893 vsize=22080 CPUtime=1200.08
/proc/20895/stat : 20895 (CirCUs) R 20893 20895 20550 0 -1 4194304 5491 0 0 0 120004 4 0 0 25 0 1 100 1160765707 22609920 5154 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20895/statm: 5520 5154 93 173 0 5345 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 22080

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.1
CPU user time (s): 1200.05
CPU system time (s): 0.051992
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 22080

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

runsolver used 1.57176 second user time and 3.89941 second system time

The end

Launcher Data

Begin job on node78 at 2009-04-04 23:36:58
IDJOB=1559271
IDBENCH=70873
IDSOLVER=544
FILE ID=node78/1559271-1238881018
PBS_JOBID= 9085988
Free space on /tmp= 126848 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1559271-1238881018/watcher-1559271-1238881018 -o /tmp/evaluation-result-1559271-1238881018/solver-1559271-1238881018 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1559271-1238881018.cnf -t 1200

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=380339938

node78.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.214
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.214
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:      2055912 kB
MemFree:       1750840 kB
Buffers:         37060 kB
Cached:         193800 kB
SwapCached:       7616 kB
Active:          78520 kB
Inactive:       162580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1750840 kB
SwapTotal:     4192956 kB
SwapFree:      4170592 kB
Dirty:            2572 kB
Writeback:           0 kB
Mapped:          15940 kB
Slab:            48108 kB
Committed_AS:  3011252 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126848 MiB
End job on node78 at 2009-04-04 23:57:01