Trace number 1524332

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/120/
unif-k5-r21.3-v120-c2556-S1963731659-060.cnf
MD5SUMad0fbcf6f5125cb9c05cf259388b367e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.120981
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
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 52556
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-1524332-1238457945/watcher-1524332-1238457945 -o /tmp/evaluation-result-1524332-1238457945/solver-1524332-1238457945 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524332-1238457945.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.95 0.97 3/64 11649
/proc/meminfo: memFree=1572688/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=1312 CPUtime=0
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 120000 1118461464 1343488 140 1992294400 134512640 135224549 4294956208 18446744073709551615 134724836 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 328 140 70 173 0 153 0

[startup+0.033483 s]
/proc/loadavg: 0.92 0.95 0.97 3/64 11649
/proc/meminfo: memFree=1572688/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=1572 CPUtime=0.03
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 213 0 0 0 3 0 0 0 18 0 1 120000 1118461464 1609728 197 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 393 197 89 173 0 218 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1572

[startup+0.10149 s]
/proc/loadavg: 0.92 0.95 0.97 3/64 11649
/proc/meminfo: memFree=1572688/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=1704 CPUtime=0.09
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 257 0 0 0 9 0 0 0 18 0 1 120000 1118461464 1744896 241 1992294400 134512640 135224549 4294956208 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 426 241 89 173 0 251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1704

[startup+0.301513 s]
/proc/loadavg: 0.92 0.95 0.97 3/64 11649
/proc/meminfo: memFree=1572688/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=1836 CPUtime=0.29
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 300 0 0 0 29 0 0 0 19 0 1 120000 1118461464 1880064 284 1992294400 134512640 135224549 4294956208 18446744073709551615 134587976 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 459 284 89 173 0 284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1836

[startup+0.701562 s]
/proc/loadavg: 0.92 0.95 0.97 3/64 11649
/proc/meminfo: memFree=1572688/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=2100 CPUtime=0.69
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 368 0 0 0 69 0 0 0 22 0 1 120000 1118461464 2150400 352 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 525 352 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.50166 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 11650
/proc/meminfo: memFree=1571400/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=2628 CPUtime=1.49
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 482 0 0 0 149 0 0 0 25 0 1 120000 1118461464 2691072 466 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 657 466 89 173 0 482 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2628

[startup+3.10284 s]
/proc/loadavg: 0.93 0.95 0.97 2/65 11650
/proc/meminfo: memFree=1570760/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=3216 CPUtime=3.09
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 629 0 0 0 309 0 0 0 25 0 1 120000 1118461464 3293184 613 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 804 613 89 173 0 629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3216

[startup+6.30122 s]
/proc/loadavg: 0.93 0.95 0.97 2/65 11650
/proc/meminfo: memFree=1569544/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=4272 CPUtime=6.29
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 893 0 0 0 628 1 0 0 25 0 1 120000 1118461464 4374528 877 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 1068 877 89 173 0 893 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4272

[startup+12.702 s]
/proc/loadavg: 0.94 0.96 0.97 2/65 11650
/proc/meminfo: memFree=1568424/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=5592 CPUtime=12.69
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 1213 0 0 0 1268 1 0 0 25 0 1 120000 1118461464 5726208 1197 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 1398 1197 89 173 0 1223 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5592

[startup+25.5015 s]
/proc/loadavg: 0.95 0.96 0.97 2/65 11650
/proc/meminfo: memFree=1566696/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=6912 CPUtime=25.48
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 1553 0 0 0 2547 1 0 0 25 0 1 120000 1118461464 7077888 1537 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 1728 1537 89 173 0 1553 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6912

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.97 2/65 11650
/proc/meminfo: memFree=1565032/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=8792 CPUtime=51.08
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 2028 0 0 0 5106 2 0 0 25 0 1 120000 1118461464 9003008 1979 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 2198 1979 89 173 0 2023 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8792

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.97 2/65 11650
/proc/meminfo: memFree=1562728/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=11056 CPUtime=102.27
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 2601 0 0 0 10224 3 0 0 25 0 1 120000 1118461464 11321344 2552 1992294400 134512640 135224549 4294956208 18446744073709551615 134595376 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 2764 2552 89 173 0 2589 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11056

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1560808/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=13356 CPUtime=162.25
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 3153 0 0 0 16222 3 0 0 25 0 1 120000 1118461464 13676544 3039 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 3339 3039 89 173 0 3164 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 13356

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1558504/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=15496 CPUtime=222.23
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 3704 0 0 0 22219 4 0 0 25 0 1 120000 1118461464 15867904 3590 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 3874 3590 89 173 0 3699 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15496

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1557160/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=16824 CPUtime=282.21
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 4031 0 0 0 28217 4 0 0 25 0 1 120000 1118461464 17227776 3917 1992294400 134512640 135224549 4294956208 18446744073709551615 134595404 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 4206 3917 89 173 0 4031 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 16824

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1555688/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=18308 CPUtime=342.19
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 4387 0 0 0 34215 4 0 0 25 0 1 120000 1118461464 18747392 4273 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 4577 4273 89 173 0 4402 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 18308

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1554728/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=19408 CPUtime=402.18
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 4646 0 0 0 40213 5 0 0 25 0 1 120000 1118461464 19873792 4532 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 4852 4532 89 173 0 4677 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 19408

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1554024/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=20124 CPUtime=462.17
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 4810 0 0 0 46212 5 0 0 25 0 1 120000 1118461464 20606976 4696 1992294400 134512640 135224549 4294956208 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 5031 4696 89 173 0 4856 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 20124

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1552488/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=21792 CPUtime=522.14
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 5234 0 0 0 52209 5 0 0 25 0 1 120000 1118461464 22315008 5120 1992294400 134512640 135224549 4294956208 18446744073709551615 134632731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 5448 5120 89 173 0 5273 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 21792

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1552168/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=22088 CPUtime=582.13
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 5307 0 0 0 58207 6 0 0 25 0 1 120000 1118461464 22618112 5193 1992294400 134512640 135224549 4294956208 18446744073709551615 134595286 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 5522 5193 89 173 0 5347 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 22088

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1550568/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=24244 CPUtime=642.12
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 5817 0 0 0 64206 6 0 0 25 0 1 120000 1118461464 24825856 5574 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 6061 5574 89 173 0 5886 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 24244

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1550504/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=24244 CPUtime=702.1
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 5841 0 0 0 70203 7 0 0 25 0 1 120000 1118461464 24825856 5598 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 6061 5598 89 173 0 5886 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 24244

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1548392/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=26304 CPUtime=762.09
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 6357 0 0 0 76201 8 0 0 25 0 1 120000 1118461464 26935296 6114 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 6576 6114 89 173 0 6401 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 26304

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1548328/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=26304 CPUtime=822.07
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 6364 0 0 0 82199 8 0 0 25 0 1 120000 1118461464 26935296 6121 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 6576 6121 89 173 0 6401 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 26304

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1548072/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=26760 CPUtime=882.05
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 6444 0 0 0 88197 8 0 0 25 0 1 120000 1118461464 27402240 6201 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 6690 6201 89 173 0 6515 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 26760

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1546152/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=28700 CPUtime=942.03
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 6918 0 0 0 94194 9 0 0 25 0 1 120000 1118461464 29388800 6675 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 7175 6675 89 173 0 7000 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 28700

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1546152/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=28700 CPUtime=1002.02
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 6922 0 0 0 100193 9 0 0 25 0 1 120000 1118461464 29388800 6679 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 7175 6679 89 173 0 7000 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 28700

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1546024/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=28700 CPUtime=1062
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 6946 0 0 0 106191 9 0 0 25 0 1 120000 1118461464 29388800 6703 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 7175 6703 89 173 0 7000 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 28700

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1544424/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=30312 CPUtime=1121.98
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 7354 0 0 0 112188 10 0 0 25 0 1 120000 1118461464 31039488 7111 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 7578 7111 89 173 0 7403 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 30312

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1543528/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=31240 CPUtime=1181.97
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 7558 0 0 0 118187 10 0 0 25 0 1 120000 1118461464 31989760 7315 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 7810 7315 89 173 0 7635 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 31240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 11650
/proc/meminfo: memFree=1543592/2055920 swapFree=4178472/4192956
[pid=11649] ppid=11647 vsize=31240 CPUtime=1200.06
/proc/11649/stat : 11649 (CirCUs) R 11647 11649 11075 0 -1 4194304 7559 0 0 0 119996 10 0 0 25 0 1 100 1118461464 31989760 7316 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11649/statm: 7810 7316 89 173 0 7635 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 31240

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.09
CPU user time (s): 1199.97
CPU system time (s): 0.115982
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 31240

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

runsolver used 1.06184 second user time and 2.6296 second system time

The end

Launcher Data

Begin job on node1 at 2009-03-31 02:05:45
IDJOB=1524332
IDBENCH=70447
IDSOLVER=544
FILE ID=node1/1524332-1238457945
PBS_JOBID= 9061720
Free space on /tmp= 66132 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/120/unif-k5-r21.3-v120-c2556-S1963731659-060.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524332-1238457945/watcher-1524332-1238457945 -o /tmp/evaluation-result-1524332-1238457945/solver-1524332-1238457945 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524332-1238457945.cnf -t 1200

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

MD5SUM BENCH= ad0fbcf6f5125cb9c05cf259388b367e
RANDOM SEED=751767400

node1.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.229
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.229
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:       1573104 kB
Buffers:         86212 kB
Cached:         297768 kB
SwapCached:       8380 kB
Active:         166316 kB
Inactive:       227716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573104 kB
SwapTotal:     4192956 kB
SwapFree:      4178472 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          15796 kB
Slab:            74744 kB
Committed_AS:  2982588 kB
PageTables:       1440 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= 66132 MiB
End job on node1 at 2009-03-31 02:25:47