Trace number 1558803

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.11 1200.51

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-34-s100.cnf
MD5SUMd33264afbb7fa6f88a24b97cfc468c5a
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 variables32465
Number of clauses97748
Sum of the clauses size230766
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262350
Number of clauses of size 335334
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.69/0.78	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.69/0.78	c Eliminate time :       0.65 

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-1558803-1238874298/watcher-1558803-1238874298 -o /tmp/evaluation-result-1558803-1238874298/solver-1558803-1238874298 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1558803-1238874298.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: 1.00 1.00 1.08 3/64 4778
/proc/meminfo: memFree=1810392/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=4028 CPUtime=0
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 571 0 0 0 0 0 0 0 18 0 1 120000 1160095545 4124672 556 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 1007 556 70 173 0 832 0

[startup+0.090717 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 4778
/proc/meminfo: memFree=1810392/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=9072 CPUtime=0.08
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 1954 0 0 0 7 1 0 0 18 0 1 120000 1160095545 9289728 1841 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 2268 1841 70 173 0 2093 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9072

[startup+0.101717 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 4778
/proc/meminfo: memFree=1810392/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=9600 CPUtime=0.09
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 2106 0 0 0 8 1 0 0 18 0 1 120000 1160095545 9830400 1993 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 2400 1993 70 173 0 2225 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9600

[startup+0.301739 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 4778
/proc/meminfo: memFree=1810392/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=15256 CPUtime=0.29
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 3659 0 0 0 28 1 0 0 19 0 1 120000 1160095545 15622144 3416 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 3814 3417 77 173 0 3639 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15256

[startup+0.701785 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 4778
/proc/meminfo: memFree=1810392/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=16780 CPUtime=0.69
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 4111 0 0 0 67 2 0 0 22 0 1 120000 1160095545 17182720 3868 1992294400 134512640 135224549 4294956208 18446744073709551615 134578053 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 4195 3868 77 173 0 4020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16780

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 4779
/proc/meminfo: memFree=1794576/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=17396 CPUtime=1.49
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 4366 0 0 0 147 2 0 0 25 0 1 120000 1160095545 17813504 4029 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 4349 4029 93 173 0 4174 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17396

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 4779
/proc/meminfo: memFree=1794448/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=17528 CPUtime=3.09
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 4371 0 0 0 307 2 0 0 25 0 1 120000 1160095545 17948672 4034 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 4382 4034 93 173 0 4207 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17528

[startup+6.30143 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 4779
/proc/meminfo: memFree=1794256/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=17660 CPUtime=6.29
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 4404 0 0 0 627 2 0 0 25 0 1 120000 1160095545 18083840 4067 1992294400 134512640 135224549 4294956208 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 4415 4067 93 173 0 4240 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17660

[startup+12.7052 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 4779
/proc/meminfo: memFree=1793872/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=17924 CPUtime=12.69
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 4471 0 0 0 1267 2 0 0 25 0 1 120000 1160095545 18354176 4134 1992294400 134512640 135224549 4294956208 18446744073709551615 134618685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 4481 4134 93 173 0 4306 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17924

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 4779
/proc/meminfo: memFree=1793552/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=18344 CPUtime=25.47
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 4568 0 0 0 2545 2 0 0 25 0 1 120000 1160095545 18784256 4231 1992294400 134512640 135224549 4294956208 18446744073709551615 134595437 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 4586 4231 93 173 0 4411 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18344

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 4779
/proc/meminfo: memFree=1792976/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=18872 CPUtime=51.06
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 4703 0 0 0 5104 2 0 0 25 0 1 120000 1160095545 19324928 4366 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 4718 4366 93 173 0 4543 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 18872

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 4780
/proc/meminfo: memFree=1792336/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=19400 CPUtime=102.24
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 4853 0 0 0 10222 2 0 0 25 0 1 120000 1160095545 19865600 4516 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 4850 4516 93 173 0 4675 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 19400

[startup+162.305 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 4781
/proc/meminfo: memFree=1792144/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=19532 CPUtime=162.22
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 4882 0 0 0 16220 2 0 0 25 0 1 120000 1160095545 20000768 4545 1992294400 134512640 135224549 4294956208 18446744073709551615 134630912 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 4883 4545 93 173 0 4708 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 19532

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 4781
/proc/meminfo: memFree=1792080/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=19664 CPUtime=222.2
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 4910 0 0 0 22218 2 0 0 25 0 1 120000 1160095545 20135936 4573 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 4916 4573 93 173 0 4741 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 19664

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 4781
/proc/meminfo: memFree=1791504/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=20196 CPUtime=282.19
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 5058 0 0 0 28216 3 0 0 25 0 1 120000 1160095545 20680704 4721 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 5049 4721 93 173 0 4874 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 20196

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 4781
/proc/meminfo: memFree=1790992/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=20724 CPUtime=342.17
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 5182 0 0 0 34214 3 0 0 25 0 1 120000 1160095545 21221376 4845 1992294400 134512640 135224549 4294956208 18446744073709551615 134587916 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 5181 4845 93 173 0 5006 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 20724

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 4781
/proc/meminfo: memFree=1790544/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=21120 CPUtime=402.15
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 5294 0 0 0 40212 3 0 0 25 0 1 120000 1160095545 21626880 4957 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 5280 4957 93 173 0 5105 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 21120

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 4781
/proc/meminfo: memFree=1789968/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=21784 CPUtime=462.14
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 5431 0 0 0 46211 3 0 0 25 0 1 120000 1160095545 22306816 5094 1992294400 134512640 135224549 4294956208 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 5446 5094 93 173 0 5271 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 21784

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 4781
/proc/meminfo: memFree=1789904/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=21916 CPUtime=522.12
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 5448 0 0 0 52209 3 0 0 25 0 1 120000 1160095545 22441984 5111 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 5479 5111 93 173 0 5304 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 21916

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 4781
/proc/meminfo: memFree=1789456/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=22180 CPUtime=582.1
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 5536 0 0 0 58207 3 0 0 25 0 1 120000 1160095545 22712320 5199 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 5545 5199 93 173 0 5370 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 22180

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 4781
/proc/meminfo: memFree=1789072/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=22576 CPUtime=642.08
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 5623 0 0 0 64205 3 0 0 25 0 1 120000 1160095545 23117824 5286 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 5644 5286 93 173 0 5469 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 22576

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 4781
/proc/meminfo: memFree=1788752/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=22840 CPUtime=702.06
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 5700 0 0 0 70203 3 0 0 25 0 1 120000 1160095545 23388160 5363 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 5710 5363 93 173 0 5535 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 22840

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 4781
/proc/meminfo: memFree=1788432/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=23108 CPUtime=762.04
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 5759 0 0 0 76201 3 0 0 25 0 1 120000 1160095545 23662592 5422 1992294400 134512640 135224549 4294956208 18446744073709551615 134617061 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 5777 5422 93 173 0 5602 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 23108

[startup+822.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4781
/proc/meminfo: memFree=1787856/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=23664 CPUtime=822.04
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 5900 0 0 0 82200 4 0 0 25 0 1 120000 1160095545 24231936 5563 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 5916 5563 93 173 0 5741 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 23664

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4781
/proc/meminfo: memFree=1787856/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=23664 CPUtime=882.01
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 5900 0 0 0 88197 4 0 0 25 0 1 120000 1160095545 24231936 5563 1992294400 134512640 135224549 4294956208 18446744073709551615 134619235 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 5916 5563 93 173 0 5741 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 23664

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4781
/proc/meminfo: memFree=1787408/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=24060 CPUtime=941.99
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 6014 0 0 0 94195 4 0 0 25 0 1 120000 1160095545 24637440 5677 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 6015 5677 93 173 0 5840 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 24060

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4787
/proc/meminfo: memFree=1787208/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=24060 CPUtime=1001.95
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 6015 0 0 0 100191 4 0 0 25 0 1 120000 1160095545 24637440 5678 1992294400 134512640 135224549 4294956208 18446744073709551615 134632543 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 6015 5678 93 173 0 5840 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 24060

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4787
/proc/meminfo: memFree=1786568/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=24852 CPUtime=1061.93
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 6206 0 0 0 106189 4 0 0 25 0 1 120000 1160095545 25448448 5869 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 6213 5869 93 173 0 6038 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 24852

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4787
/proc/meminfo: memFree=1786568/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=24852 CPUtime=1121.91
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 6207 0 0 0 112187 4 0 0 25 0 1 120000 1160095545 25448448 5870 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 6213 5870 93 173 0 6038 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 24852

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4787
/proc/meminfo: memFree=1786312/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=25116 CPUtime=1181.9
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 6259 0 0 0 118186 4 0 0 25 0 1 120000 1160095545 25718784 5922 1992294400 134512640 135224549 4294956208 18446744073709551615 134622725 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 6279 5922 93 173 0 6104 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 25116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4787
/proc/meminfo: memFree=1786312/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=25116 CPUtime=1200.09
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 6259 0 0 0 120005 4 0 0 25 0 1 100 1160095545 25718784 5922 1992294400 134512640 135224549 4294956208 18446744073709551615 134587755 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 6279 5922 93 173 0 6104 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 25116

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4787
/proc/meminfo: memFree=1786312/2055920 swapFree=4175692/4192956
[pid=4778] ppid=4776 vsize=25116 CPUtime=1200.09
/proc/4778/stat : 4778 (CirCUs) R 4776 4778 4554 0 -1 4194304 6259 0 0 0 120005 4 0 0 25 0 1 100 1160095545 25718784 5922 1992294400 134512640 135224549 4294956208 18446744073709551615 134587755 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4778/statm: 6279 5922 93 173 0 6104 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 25116

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.11
CPU user time (s): 1200.06
CPU system time (s): 0.048992
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 25116

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

runsolver used 0.954854 second user time and 2.66859 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-04 21:44:58
IDJOB=1558803
IDBENCH=70864
IDSOLVER=544
FILE ID=node28/1558803-1238874298
PBS_JOBID= 9085958
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= d33264afbb7fa6f88a24b97cfc468c5a
RANDOM SEED=1917734125

node28.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.212
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.212
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:       1810872 kB
Buffers:         31768 kB
Cached:         144860 kB
SwapCached:      10440 kB
Active:          18020 kB
Inactive:       171892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810872 kB
SwapTotal:     4192956 kB
SwapFree:      4175692 kB
Dirty:            2620 kB
Writeback:           0 kB
Mapped:          17840 kB
Slab:            40952 kB
Committed_AS:  3256572 kB
PageTables:       1428 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= 66408 MiB
End job on node28 at 2009-04-04 22:05:01