Trace number 1524392

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/70/
unif-k7-r89-v70-c6230-S834811574-084.cnf
MD5SUMf47b98142bda69eb96f4457b8b3ad814
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.237963
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

Solver Data

0.03/0.05	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.03/0.05	c Eliminate time :       0.04 

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-1524392-1238477328/watcher-1524392-1238477328 -o /tmp/evaluation-result-1524392-1238477328/solver-1524392-1238477328 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524392-1238477328.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.85 0.97 1.00 3/68 5540
/proc/meminfo: memFree=977912/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=1444 CPUtime=0
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 120000 1120394449 1478656 142 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 361 142 70 173 0 186 0

[startup+0.0356521 s]
/proc/loadavg: 0.85 0.97 1.00 3/68 5540
/proc/meminfo: memFree=977912/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=1836 CPUtime=0.03
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 283 0 0 0 3 0 0 0 18 0 1 120000 1120394449 1880064 267 1992294400 134512640 135224549 4294956208 18446744073709551615 134570067 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 459 267 74 173 0 284 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1836

[startup+0.102657 s]
/proc/loadavg: 0.85 0.97 1.00 3/68 5540
/proc/meminfo: memFree=977912/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=1968 CPUtime=0.09
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 327 0 0 0 9 0 0 0 18 0 1 120000 1120394449 2015232 311 1992294400 134512640 135224549 4294956208 18446744073709551615 134595561 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 492 311 90 173 0 317 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1968

[startup+0.302679 s]
/proc/loadavg: 0.85 0.97 1.00 3/68 5540
/proc/meminfo: memFree=977912/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=2232 CPUtime=0.29
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 382 0 0 0 29 0 0 0 19 0 1 120000 1120394449 2285568 366 1992294400 134512640 135224549 4294956208 18446744073709551615 134604952 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 558 366 90 173 0 383 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2232

[startup+0.701723 s]
/proc/loadavg: 0.85 0.97 1.00 3/68 5540
/proc/meminfo: memFree=977912/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=2364 CPUtime=0.69
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 424 0 0 0 69 0 0 0 22 0 1 120000 1120394449 2420736 408 1992294400 134512640 135224549 4294956208 18446744073709551615 134631364 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 591 408 90 173 0 416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2364

[startup+1.50181 s]
/proc/loadavg: 0.85 0.97 1.00 2/69 5541
/proc/meminfo: memFree=976432/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=2764 CPUtime=1.49
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 507 0 0 0 149 0 0 0 25 0 1 120000 1120394449 2830336 491 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 691 491 90 173 0 516 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2764

[startup+3.10199 s]
/proc/loadavg: 0.85 0.97 1.00 2/69 5541
/proc/meminfo: memFree=975856/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=3332 CPUtime=3.09
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 652 0 0 0 309 0 0 0 25 0 1 120000 1120394449 3411968 636 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 833 636 90 173 0 658 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3332

[startup+6.30134 s]
/proc/loadavg: 0.86 0.97 1.00 2/69 5541
/proc/meminfo: memFree=974832/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=4124 CPUtime=6.28
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 875 0 0 0 628 0 0 0 25 0 1 120000 1120394449 4222976 859 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 1031 859 90 173 0 856 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4124

[startup+12.701 s]
/proc/loadavg: 0.87 0.97 1.00 2/69 5541
/proc/meminfo: memFree=973488/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=5464 CPUtime=12.69
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 1167 0 0 0 1268 1 0 0 25 0 1 120000 1120394449 5595136 1151 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 1366 1151 90 173 0 1191 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5464

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 1.00 2/69 5541
/proc/meminfo: memFree=971888/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=7088 CPUtime=25.49
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 1576 0 0 0 2547 2 0 0 25 0 1 120000 1120394449 7258112 1560 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 1772 1560 90 173 0 1597 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7088

[startup+51.1013 s]
/proc/loadavg: 0.93 0.97 1.00 2/69 5541
/proc/meminfo: memFree=970352/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=8824 CPUtime=51.07
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 1991 0 0 0 5105 2 0 0 25 0 1 120000 1120394449 9035776 1942 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 2206 1942 90 173 0 2031 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8824

[startup+102.307 s]
/proc/loadavg: 0.97 0.97 1.00 2/69 5541
/proc/meminfo: memFree=968112/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=10980 CPUtime=102.27
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 2545 0 0 0 10224 3 0 0 25 0 1 120000 1120394449 11243520 2496 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 2745 2496 90 173 0 2570 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10980

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=966320/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=12732 CPUtime=162.25
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 2991 0 0 0 16221 4 0 0 25 0 1 120000 1120394449 13037568 2942 1992294400 134512640 135224549 4294956208 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 3183 2942 90 173 0 3008 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 12732

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=964464/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=15016 CPUtime=222.23
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 3553 0 0 0 22218 5 0 0 25 0 1 120000 1120394449 15376384 3439 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 3754 3439 90 173 0 3579 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15016

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=963184/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=16396 CPUtime=282.21
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 3860 0 0 0 28216 5 0 0 25 0 1 120000 1120394449 16789504 3746 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 4099 3746 90 173 0 3924 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 16396

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=961968/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=17612 CPUtime=342.2
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 4170 0 0 0 34215 5 0 0 25 0 1 120000 1120394449 18034688 4056 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 4403 4056 90 173 0 4228 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 17612

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=960560/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=18996 CPUtime=402.17
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 4512 0 0 0 40212 5 0 0 25 0 1 120000 1120394449 19451904 4398 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 4749 4398 90 173 0 4574 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 18996

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=960368/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=19128 CPUtime=462.16
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 4552 0 0 0 46211 5 0 0 25 0 1 120000 1120394449 19587072 4438 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 4782 4438 90 173 0 4607 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 19128

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=958960/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=20684 CPUtime=522.15
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 4910 0 0 0 52209 6 0 0 25 0 1 120000 1120394449 21180416 4796 1992294400 134512640 135224549 4294956208 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 5171 4796 90 173 0 4996 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 20684

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=958320/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=21396 CPUtime=582.13
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 5062 0 0 0 58207 6 0 0 25 0 1 120000 1120394449 21909504 4948 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 5349 4948 90 173 0 5174 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 21396

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=957040/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=22716 CPUtime=642.11
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 5383 0 0 0 64205 6 0 0 25 0 1 120000 1120394449 23261184 5269 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 5679 5269 90 173 0 5504 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 22716

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=956720/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=23088 CPUtime=702.09
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 5449 0 0 0 70203 6 0 0 25 0 1 120000 1120394449 23642112 5335 1992294400 134512640 135224549 4294956208 18446744073709551615 134595304 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 5772 5335 90 173 0 5597 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 23088

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=955184/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=25120 CPUtime=762.07
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 5970 0 0 0 76201 6 0 0 25 0 1 120000 1120394449 25722880 5727 1992294400 134512640 135224549 4294956208 18446744073709551615 134595718 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 6280 5727 90 173 0 6105 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 25120

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=954928/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=25472 CPUtime=822.06
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 6026 0 0 0 82199 7 0 0 25 0 1 120000 1120394449 26083328 5783 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 6368 5783 90 173 0 6193 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 25472

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=954096/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=26316 CPUtime=882.04
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 6229 0 0 0 88197 7 0 0 25 0 1 120000 1120394449 26947584 5986 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 6579 5986 90 173 0 6404 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 26316

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5541
/proc/meminfo: memFree=952880/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=27540 CPUtime=942.02
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 6527 0 0 0 94195 7 0 0 25 0 1 120000 1120394449 28200960 6284 1992294400 134512640 135224549 4294956208 18446744073709551615 134595591 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 6885 6284 90 173 0 6710 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 27540

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5543
/proc/meminfo: memFree=952688/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=27692 CPUtime=1002
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 6571 0 0 0 100193 7 0 0 25 0 1 120000 1120394449 28356608 6328 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 6923 6328 90 173 0 6748 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 27692

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5543
/proc/meminfo: memFree=952304/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=28268 CPUtime=1061.98
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 6655 0 0 0 106191 7 0 0 25 0 1 120000 1120394449 28946432 6412 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 7067 6412 90 173 0 6892 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 28268

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5543
/proc/meminfo: memFree=950512/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=29852 CPUtime=1121.97
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 7121 0 0 0 112189 8 0 0 25 0 1 120000 1120394449 30568448 6878 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 7463 6878 90 173 0 7288 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 29852

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5543
/proc/meminfo: memFree=950448/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=30000 CPUtime=1181.95
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 7131 0 0 0 118187 8 0 0 25 0 1 120000 1120394449 30720000 6888 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 7500 6888 90 173 0 7325 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 30000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 1.00 2/69 5543
/proc/meminfo: memFree=950384/2055920 swapFree=4176188/4192956
[pid=5540] ppid=5538 vsize=30000 CPUtime=1200.05
/proc/5540/stat : 5540 (CirCUs) R 5538 5540 5022 0 -1 4194304 7131 0 0 0 119997 8 0 0 25 0 1 100 1120394449 30720000 6888 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5540/statm: 7500 6888 90 173 0 7325 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 30000

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.06
CPU user time (s): 1199.97
CPU system time (s): 0.089986
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 30000

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

runsolver used 1.08683 second user time and 3.2915 second system time

The end

Launcher Data

Begin job on node59 at 2009-03-31 07:28:48
IDJOB=1524392
IDBENCH=70507
IDSOLVER=544
FILE ID=node59/1524392-1238477328
PBS_JOBID= 9061754
Free space on /tmp= 66248 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/70/unif-k7-r89-v70-c6230-S834811574-084.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524392-1238477328/watcher-1524392-1238477328 -o /tmp/evaluation-result-1524392-1238477328/solver-1524392-1238477328 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524392-1238477328.cnf -t 1200

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

MD5SUM BENCH= f47b98142bda69eb96f4457b8b3ad814
RANDOM SEED=1398100923

node59.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.209
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.209
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:        978392 kB
Buffers:        109484 kB
Cached:         860012 kB
SwapCached:      10112 kB
Active:         191620 kB
Inactive:       789452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        978392 kB
SwapTotal:     4192956 kB
SwapFree:      4176188 kB
Dirty:            1500 kB
Writeback:           0 kB
Mapped:          16708 kB
Slab:            82096 kB
Committed_AS:  3069112 kB
PageTables:       1720 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= 66248 MiB
End job on node59 at 2009-03-31 07:48:50