Trace number 1524321

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.07 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/100/
unif-k5-r21.3-v100-c2130-S402241321-038.cnf
MD5SUM778bc7bd516c886b7617280668f06051
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.00/0.00	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.00	c Eliminate time :          0 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524321-1238455901/watcher-1524321-1238455901 -o /tmp/evaluation-result-1524321-1238455901/solver-1524321-1238455901 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524321-1238455901.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: 0.92 0.98 1.09 2/73 25755
/proc/meminfo: memFree=1635768/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=1308 CPUtime=0
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 120000 1118254025 1339392 141 1992294400 134512640 135224549 4294956208 18446744073709551615 134570333 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 327 141 74 173 0 152 0

[startup+0.029502 s]
/proc/loadavg: 0.92 0.98 1.09 2/73 25755
/proc/meminfo: memFree=1635768/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=1440 CPUtime=0.02
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 201 0 0 0 2 0 0 0 18 0 1 120000 1118254025 1474560 185 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 360 186 89 173 0 185 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1440

[startup+0.101508 s]
/proc/loadavg: 0.92 0.98 1.09 2/73 25755
/proc/meminfo: memFree=1635768/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=1704 CPUtime=0.09
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 249 0 0 0 9 0 0 0 18 0 1 120000 1118254025 1744896 233 1992294400 134512640 135224549 4294956208 18446744073709551615 134583858 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 426 233 89 173 0 251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1704

[startup+0.301528 s]
/proc/loadavg: 0.92 0.98 1.09 2/73 25755
/proc/meminfo: memFree=1635768/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=1836 CPUtime=0.29
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 299 0 0 0 29 0 0 0 20 0 1 120000 1118254025 1880064 283 1992294400 134512640 135224549 4294956208 18446744073709551615 134618974 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 459 283 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701568 s]
/proc/loadavg: 0.92 0.98 1.09 2/73 25755
/proc/meminfo: memFree=1635768/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=2128 CPUtime=0.69
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 366 0 0 0 69 0 0 0 24 0 1 120000 1118254025 2179072 350 1992294400 134512640 135224549 4294956208 18446744073709551615 134595352 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 532 350 89 173 0 357 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2128

[startup+1.50165 s]
/proc/loadavg: 0.92 0.98 1.09 2/74 25756
/proc/meminfo: memFree=1634480/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=2524 CPUtime=1.49
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 460 0 0 0 149 0 0 0 25 0 1 120000 1118254025 2584576 444 1992294400 134512640 135224549 4294956208 18446744073709551615 134595564 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 631 444 89 173 0 456 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2524

[startup+3.10181 s]
/proc/loadavg: 0.93 0.98 1.09 2/74 25756
/proc/meminfo: memFree=1633904/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=3184 CPUtime=3.09
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 630 0 0 0 309 0 0 0 25 0 1 120000 1118254025 3260416 614 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 796 614 89 173 0 621 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3184

[startup+6.30114 s]
/proc/loadavg: 0.93 0.98 1.09 2/74 25756
/proc/meminfo: memFree=1632944/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=3980 CPUtime=6.29
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 835 0 0 0 629 0 0 0 25 0 1 120000 1118254025 4075520 819 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 995 819 89 173 0 820 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3980

[startup+12.7028 s]
/proc/loadavg: 0.94 0.98 1.08 2/74 25756
/proc/meminfo: memFree=1631544/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=5168 CPUtime=12.69
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 1103 0 0 0 1269 0 0 0 25 0 1 120000 1118254025 5292032 1087 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 1292 1087 89 173 0 1117 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5168

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 1.08 2/74 25756
/proc/meminfo: memFree=1630400/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=6356 CPUtime=25.48
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 1398 0 0 0 2548 0 0 0 25 0 1 120000 1118254025 6508544 1382 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 1589 1382 89 173 0 1414 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6356

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 1.08 2/74 25756
/proc/meminfo: memFree=1628736/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=8068 CPUtime=51.08
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 1849 0 0 0 5107 1 0 0 25 0 1 120000 1118254025 8261632 1800 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 2017 1800 89 173 0 1842 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8068

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 1.08 2/74 25756
/proc/meminfo: memFree=1626688/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=10280 CPUtime=102.27
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 2367 0 0 0 10225 2 0 0 25 0 1 120000 1118254025 10526720 2318 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 2570 2318 89 173 0 2395 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10280

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/74 25756
/proc/meminfo: memFree=1624960/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=12160 CPUtime=162.24
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 2862 0 0 0 16222 2 0 0 25 0 1 120000 1118254025 12451840 2748 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 3040 2748 89 173 0 2865 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 12160

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/74 25756
/proc/meminfo: memFree=1622784/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=14320 CPUtime=222.23
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 3383 0 0 0 22219 4 0 0 25 0 1 120000 1118254025 14663680 3269 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 3580 3269 89 173 0 3405 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 14320

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/74 25756
/proc/meminfo: memFree=1621632/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=15512 CPUtime=282.21
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 3674 0 0 0 28217 4 0 0 25 0 1 120000 1118254025 15884288 3560 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 3878 3560 89 173 0 3703 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 15512

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/74 25756
/proc/meminfo: memFree=1620416/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=16844 CPUtime=342.19
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 3968 0 0 0 34214 5 0 0 25 0 1 120000 1118254025 17248256 3854 1992294400 134512640 135224549 4294956208 18446744073709551615 134595528 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 4211 3854 89 173 0 4036 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 16844

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/74 25756
/proc/meminfo: memFree=1620224/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=16992 CPUtime=402.18
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 4006 0 0 0 40213 5 0 0 25 0 1 120000 1118254025 17399808 3892 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 4248 3892 89 173 0 4073 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 16992

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/74 25756
/proc/meminfo: memFree=1618688/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=18476 CPUtime=462.16
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 4376 0 0 0 46211 5 0 0 25 0 1 120000 1118254025 18919424 4262 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 4619 4262 89 173 0 4444 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 18476

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/74 25756
/proc/meminfo: memFree=1617344/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=19848 CPUtime=522.15
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 4721 0 0 0 52209 6 0 0 25 0 1 120000 1118254025 20324352 4607 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 4962 4607 89 173 0 4787 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 19848

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/74 25756
/proc/meminfo: memFree=1617216/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=19992 CPUtime=582.13
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 4748 0 0 0 58207 6 0 0 25 0 1 120000 1118254025 20471808 4634 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 4998 4634 89 173 0 4823 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 19992

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/74 25756
/proc/meminfo: memFree=1615424/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=22376 CPUtime=642.11
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 5305 0 0 0 64205 6 0 0 25 0 1 120000 1118254025 22913024 5062 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 5594 5062 89 173 0 5419 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 22376

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/74 25758
/proc/meminfo: memFree=1615232/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=22376 CPUtime=702.09
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 5318 0 0 0 70203 6 0 0 25 0 1 120000 1118254025 22913024 5075 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 5594 5075 89 173 0 5419 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 22376

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 1.01 2/74 25758
/proc/meminfo: memFree=1615104/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=22728 CPUtime=762.08
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 5400 0 0 0 76202 6 0 0 25 0 1 120000 1118254025 23273472 5157 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 5682 5157 89 173 0 5507 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 22728

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.01 2/74 25758
/proc/meminfo: memFree=1613504/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=24352 CPUtime=822.06
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 5797 0 0 0 82199 7 0 0 25 0 1 120000 1118254025 24936448 5554 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 6088 5554 89 173 0 5913 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 24352

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/74 25758
/proc/meminfo: memFree=1613312/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=24500 CPUtime=882.04
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 5844 0 0 0 88197 7 0 0 25 0 1 120000 1118254025 25088000 5601 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 6125 5601 89 173 0 5950 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 24500

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/74 25758
/proc/meminfo: memFree=1612992/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=25012 CPUtime=942.03
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 5932 0 0 0 94196 7 0 0 25 0 1 120000 1118254025 25612288 5689 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 6253 5689 89 173 0 6078 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 25012

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/74 25758
/proc/meminfo: memFree=1611072/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=26716 CPUtime=1002.01
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 6389 0 0 0 100193 8 0 0 25 0 1 120000 1118254025 27357184 6146 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 6679 6146 89 173 0 6504 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 26716

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/74 25758
/proc/meminfo: memFree=1611072/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=26716 CPUtime=1062
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 6393 0 0 0 106192 8 0 0 25 0 1 120000 1118254025 27357184 6150 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 6679 6150 89 173 0 6504 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 26716

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/74 25758
/proc/meminfo: memFree=1610880/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=27080 CPUtime=1121.98
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 6441 0 0 0 112190 8 0 0 25 0 1 120000 1118254025 27729920 6198 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 6770 6198 89 173 0 6595 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 27080

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/74 25758
/proc/meminfo: memFree=1610112/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=27800 CPUtime=1181.96
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 6645 0 0 0 118188 8 0 0 25 0 1 120000 1118254025 28467200 6402 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 6950 6402 89 173 0 6775 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 27800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/74 25758
/proc/meminfo: memFree=1609216/2055920 swapFree=4177652/4192956
[pid=25755] ppid=25753 vsize=28652 CPUtime=1200.06
/proc/25755/stat : 25755 (CirCUs) R 25753 25755 25483 0 -1 4194304 6855 0 0 0 119998 8 0 0 25 0 1 100 1118254025 29339648 6612 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25755/statm: 7163 6612 89 173 0 6988 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 28652

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.07
CPU user time (s): 1199.99
CPU system time (s): 0.088986
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 28652

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

runsolver used 1.12083 second user time and 3.2565 second system time

The end

Launcher Data

Begin job on node84 at 2009-03-31 01:31:41
IDJOB=1524321
IDBENCH=70436
IDSOLVER=544
FILE ID=node84/1524321-1238455901
PBS_JOBID= 9061702
Free space on /tmp= 66312 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/100/unif-k5-r21.3-v100-c2130-S402241321-038.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524321-1238455901/watcher-1524321-1238455901 -o /tmp/evaluation-result-1524321-1238455901/solver-1524321-1238455901 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524321-1238455901.cnf -t 1200

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

MD5SUM BENCH= 778bc7bd516c886b7617280668f06051
RANDOM SEED=1493482816

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1636248 kB
Buffers:         70368 kB
Cached:         262008 kB
SwapCached:       6944 kB
Active:         142992 kB
Inactive:       198608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636248 kB
SwapTotal:     4192956 kB
SwapFree:      4177652 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:          14856 kB
Slab:            63204 kB
Committed_AS:  2903812 kB
PageTables:       1980 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= 66312 MiB
End job on node84 at 2009-03-31 01:51:43