Trace number 1730840

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.42

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
MD5SUM5d5a2534629561aec3a6f7f6c6034d03
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.4495
Satisfiable
(Un)Satisfiability was proved
Number of variables577
Number of clauses1922
Sum of the clauses size5764
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31920
Number of clauses of size 40
Number of clauses of size 50
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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730840-1240764120/watcher-1730840-1240764120 -o /tmp/evaluation-result-1730840-1240764120/solver-1730840-1240764120 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1730840-1240764120.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.13 3/64 5373
/proc/meminfo: memFree=1802928/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=1308 CPUtime=0
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 120000 104437987 1339392 142 1992294400 134512640 135224549 4294956208 18446744073709551615 134570382 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 327 142 75 173 0 152 0

[startup+0.0481151 s]
/proc/loadavg: 0.92 0.98 1.13 3/64 5373
/proc/meminfo: memFree=1802928/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=1572 CPUtime=0.04
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 232 0 0 0 4 0 0 0 18 0 1 120000 104437987 1609728 216 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 393 216 90 173 0 218 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1572

[startup+0.101121 s]
/proc/loadavg: 0.92 0.98 1.13 3/64 5373
/proc/meminfo: memFree=1802928/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=1836 CPUtime=0.09
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 284 0 0 0 9 0 0 0 18 0 1 120000 104437987 1880064 268 1992294400 134512640 135224549 4294956208 18446744073709551615 134630975 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 459 268 90 173 0 284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1836

[startup+0.301148 s]
/proc/loadavg: 0.92 0.98 1.13 3/64 5373
/proc/meminfo: memFree=1802928/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=2100 CPUtime=0.29
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 348 0 0 0 29 0 0 0 19 0 1 120000 104437987 2150400 332 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 525 332 90 173 0 350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2100

[startup+0.701202 s]
/proc/loadavg: 0.92 0.98 1.13 3/64 5373
/proc/meminfo: memFree=1802928/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=2364 CPUtime=0.69
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 421 0 0 0 69 0 0 0 23 0 1 120000 104437987 2420736 405 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 591 405 90 173 0 416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2364

[startup+1.50131 s]
/proc/loadavg: 0.92 0.98 1.13 2/65 5374
/proc/meminfo: memFree=1801320/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=3024 CPUtime=1.49
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 577 0 0 0 149 0 0 0 25 0 1 120000 104437987 3096576 561 1992294400 134512640 135224549 4294956208 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 756 561 90 173 0 581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3024

[startup+3.10153 s]
/proc/loadavg: 0.92 0.98 1.13 2/65 5374
/proc/meminfo: memFree=1800424/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=4216 CPUtime=3.09
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 878 0 0 0 309 0 0 0 25 0 1 120000 104437987 4317184 862 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 1054 862 90 173 0 879 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4216

[startup+6.30296 s]
/proc/loadavg: 0.93 0.98 1.13 2/65 5374
/proc/meminfo: memFree=1798504/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=5800 CPUtime=6.29
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 1284 0 0 0 629 0 0 0 25 0 1 120000 104437987 5939200 1268 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 1450 1268 90 173 0 1275 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5800

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 1.13 2/65 5374
/proc/meminfo: memFree=1795240/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=8440 CPUtime=12.68
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 1946 0 0 0 1268 0 0 0 25 0 1 120000 104437987 8642560 1930 1992294400 134512640 135224549 4294956208 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 2110 1930 90 173 0 1935 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8440

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 1.13 2/65 5374
/proc/meminfo: memFree=1791720/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=12136 CPUtime=25.48
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 2857 0 0 0 2547 1 0 0 25 0 1 120000 104437987 12427264 2808 1992294400 134512640 135224549 4294956208 18446744073709551615 134619235 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 3034 2808 90 173 0 2859 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12136

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 1.12 2/65 5374
/proc/meminfo: memFree=1788072/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=15832 CPUtime=51.08
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 3801 0 0 0 5105 3 0 0 25 0 1 120000 104437987 16211968 3752 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 3958 3752 90 173 0 3783 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15832

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.12 2/65 5374
/proc/meminfo: memFree=1782056/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=21896 CPUtime=102.26
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 5344 0 0 0 10222 4 0 0 25 0 1 120000 104437987 22421504 5230 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 5474 5230 90 173 0 5299 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 21896

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.10 2/65 5374
/proc/meminfo: memFree=1776360/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=27580 CPUtime=162.24
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 6761 0 0 0 16218 6 0 0 25 0 1 120000 104437987 28241920 6647 1992294400 134512640 135224549 4294956208 18446744073709551615 134618886 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 6895 6647 90 173 0 6720 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 27580

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.09 2/65 5374
/proc/meminfo: memFree=1774440/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=29440 CPUtime=222.22
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 7247 0 0 0 22215 7 0 0 25 0 1 120000 104437987 30146560 7133 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 7360 7133 90 173 0 7185 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 29440

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.09 2/65 5374
/proc/meminfo: memFree=1771240/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=32476 CPUtime=282.21
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 8027 0 0 0 28213 8 0 0 25 0 1 120000 104437987 33255424 7913 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 8119 7913 90 173 0 7944 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 32476

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.08 2/65 5374
/proc/meminfo: memFree=1768488/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=35248 CPUtime=342.2
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 8704 0 0 0 34210 10 0 0 25 0 1 120000 104437987 36093952 8590 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 8812 8590 90 173 0 8637 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 35248

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/65 5374
/proc/meminfo: memFree=1765096/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=38560 CPUtime=402.18
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 9551 0 0 0 40207 11 0 0 25 0 1 120000 104437987 39485440 9437 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 9640 9437 90 173 0 9465 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 38560

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/65 5374
/proc/meminfo: memFree=1761448/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=42648 CPUtime=462.15
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 10586 0 0 0 46203 12 0 0 25 0 1 120000 104437987 43671552 10343 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 10662 10343 90 173 0 10487 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 42648

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 5374
/proc/meminfo: memFree=1761384/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=42648 CPUtime=522.14
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 10586 0 0 0 52201 13 0 0 25 0 1 120000 104437987 43671552 10343 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 10662 10343 90 173 0 10487 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 42648

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/65 5374
/proc/meminfo: memFree=1756776/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=47272 CPUtime=582.12
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 11727 0 0 0 58198 14 0 0 25 0 1 120000 104437987 48406528 11484 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 11818 11484 90 173 0 11643 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 47272

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/65 5374
/proc/meminfo: memFree=1756776/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=47272 CPUtime=642.11
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 11727 0 0 0 64197 14 0 0 25 0 1 120000 104437987 48406528 11484 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 11818 11484 90 173 0 11643 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 47272

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/65 5374
/proc/meminfo: memFree=1751848/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=52168 CPUtime=702.09
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 12952 0 0 0 70193 16 0 0 25 0 1 120000 104437987 53420032 12709 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 13042 12709 90 173 0 12867 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 52168

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.04 2/65 5374
/proc/meminfo: memFree=1751784/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=52168 CPUtime=762.07
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 12952 0 0 0 76191 16 0 0 25 0 1 120000 104437987 53420032 12709 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 13042 12709 90 173 0 12867 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 52168

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 5374
/proc/meminfo: memFree=1751784/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=52168 CPUtime=822.06
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 12952 0 0 0 82189 17 0 0 25 0 1 120000 104437987 53420032 12709 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 13042 12709 90 173 0 12867 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 52168

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 5374
/proc/meminfo: memFree=1747688/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=56148 CPUtime=882.04
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 13965 0 0 0 88185 19 0 0 25 0 1 120000 104437987 57495552 13722 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 14037 13722 90 173 0 13862 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 56148

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 5374
/proc/meminfo: memFree=1747688/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=56148 CPUtime=942.02
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 13965 0 0 0 94183 19 0 0 25 0 1 120000 104437987 57495552 13722 1992294400 134512640 135224549 4294956208 18446744073709551615 134587835 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 14037 13722 90 173 0 13862 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 56148

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 5374
/proc/meminfo: memFree=1747688/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=56148 CPUtime=1002.01
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 13965 0 0 0 100181 20 0 0 25 0 1 120000 104437987 57495552 13722 1992294400 134512640 135224549 4294956208 18446744073709551615 134632549 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 14037 13722 90 173 0 13862 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 56148

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 5374
/proc/meminfo: memFree=1742376/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=61436 CPUtime=1061.98
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 15283 0 0 0 106178 20 0 0 25 0 1 120000 104437987 62910464 15040 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 15359 15040 90 173 0 15184 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 61436

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 5374
/proc/meminfo: memFree=1742376/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=61436 CPUtime=1121.97
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 15283 0 0 0 112177 20 0 0 25 0 1 120000 104437987 62910464 15040 1992294400 134512640 135224549 4294956208 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 15359 15040 90 173 0 15184 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 61436

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 5380
/proc/meminfo: memFree=1742120/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=61436 CPUtime=1181.94
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 15284 0 0 0 118174 20 0 0 25 0 1 120000 104437987 62910464 15041 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 15359 15041 90 173 0 15184 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 61436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 5380
/proc/meminfo: memFree=1742120/2055920 swapFree=4191900/4192956
[pid=5373] ppid=5371 vsize=61436 CPUtime=1200.04
/proc/5373/stat : 5373 (CirCUs) R 5371 5373 5276 0 -1 4194304 15284 0 0 0 119984 20 0 0 25 0 1 100 104437987 62910464 15041 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5373/statm: 15359 15041 90 173 0 15184 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 61436

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.42
CPU time (s): 1200.06
CPU user time (s): 1199.84
CPU system time (s): 0.218966
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 61436

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

runsolver used 0.859869 second user time and 2.51262 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-26 18:42:00
IDJOB=1730840
IDBENCH=24737
IDSOLVER=544
FILE ID=node71/1730840-1240764120
PBS_JOBID= 9187161
Free space on /tmp= 66476 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Difficult/contest05/others/pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730840-1240764120/watcher-1730840-1240764120 -o /tmp/evaluation-result-1730840-1240764120/solver-1730840-1240764120 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1730840-1240764120.cnf -t 1200

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

MD5SUM BENCH= 5d5a2534629561aec3a6f7f6c6034d03
RANDOM SEED=1526865714

node71.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.236
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.236
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:       1803408 kB
Buffers:         22748 kB
Cached:         151892 kB
SwapCached:        528 kB
Active:          49092 kB
Inactive:       139040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803408 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1092 kB
Writeback:           0 kB
Mapped:          21756 kB
Slab:            50340 kB
Committed_AS:   315912 kB
PageTables:       1436 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= 66476 MiB
End job on node71 at 2009-04-26 19:02:03