Trace number 1728084

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.08 1200.42

General information on the benchmark

Namecrafted/Hard/contest05/others/
linvrinv8.sat05-567.reshuffled-07.cnf
MD5SUMaf4e94e2262dd17f2c350e06d0de5672
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1920
Number of clauses6337
Sum of the clauses size17024
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22048
Number of clauses of size 34288
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.00/0.04	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.04	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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1728084-1240732672/watcher-1728084-1240732672 -o /tmp/evaluation-result-1728084-1240732672/solver-1728084-1240732672 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1728084-1240732672.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.94 1.74 3/64 26712
/proc/meminfo: memFree=1822536/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=1608 CPUtime=0
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 120000 101300090 1646592 184 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 402 185 70 173 0 227 0

[startup+0.0628191 s]
/proc/loadavg: 1.83 1.94 1.74 3/64 26712
/proc/meminfo: memFree=1822536/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=2272 CPUtime=0.05
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 417 0 0 0 5 0 0 0 20 0 1 120000 101300090 2326528 401 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 568 401 92 173 0 393 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2272

[startup+0.101822 s]
/proc/loadavg: 1.83 1.94 1.74 3/64 26712
/proc/meminfo: memFree=1822536/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=2404 CPUtime=0.09
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 450 0 0 0 9 0 0 0 20 0 1 120000 101300090 2461696 434 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 601 434 92 173 0 426 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2404

[startup+0.301842 s]
/proc/loadavg: 1.83 1.94 1.74 3/64 26712
/proc/meminfo: memFree=1822536/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=2932 CPUtime=0.29
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 559 0 0 0 29 0 0 0 22 0 1 120000 101300090 3002368 543 1992294400 134512640 135224549 4294956208 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 733 543 92 173 0 558 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2932

[startup+0.701883 s]
/proc/loadavg: 1.83 1.94 1.74 3/64 26712
/proc/meminfo: memFree=1822536/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=3196 CPUtime=0.69
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 633 0 0 0 69 0 0 0 25 0 1 120000 101300090 3272704 617 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 799 617 92 173 0 624 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3196

[startup+1.50196 s]
/proc/loadavg: 1.83 1.94 1.74 2/65 26713
/proc/meminfo: memFree=1820416/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=3724 CPUtime=1.49
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 781 0 0 0 149 0 0 0 25 0 1 120000 101300090 3813376 765 1992294400 134512640 135224549 4294956208 18446744073709551615 134587928 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 931 765 92 173 0 756 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3724

[startup+3.10113 s]
/proc/loadavg: 1.83 1.94 1.74 2/65 26713
/proc/meminfo: memFree=1819648/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=4252 CPUtime=3.09
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 908 0 0 0 309 0 0 0 25 0 1 120000 101300090 4354048 892 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 1063 892 92 173 0 888 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4252

[startup+6.30145 s]
/proc/loadavg: 1.77 1.92 1.74 2/65 26713
/proc/meminfo: memFree=1817792/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=5888 CPUtime=6.29
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 1302 0 0 0 629 0 0 0 25 0 1 120000 101300090 6029312 1286 1992294400 134512640 135224549 4294956208 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 1472 1286 92 173 0 1297 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5888

[startup+12.7011 s]
/proc/loadavg: 1.71 1.91 1.73 2/65 26713
/proc/meminfo: memFree=1815296/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=8132 CPUtime=12.69
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 1871 0 0 0 1268 1 0 0 25 0 1 120000 101300090 8327168 1855 1992294400 134512640 135224549 4294956208 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 2033 1855 92 173 0 1858 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8132

[startup+25.5014 s]
/proc/loadavg: 1.55 1.86 1.72 2/65 26713
/proc/meminfo: memFree=1811712/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=11576 CPUtime=25.49
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 2740 0 0 0 2547 2 0 0 25 0 1 120000 101300090 11853824 2724 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 2894 2724 92 173 0 2719 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11576

[startup+51.102 s]
/proc/loadavg: 1.36 1.79 1.70 2/65 26713
/proc/meminfo: memFree=1807616/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=16060 CPUtime=51.08
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 3858 0 0 0 5105 3 0 0 25 0 1 120000 101300090 16445440 3809 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 4015 3809 92 173 0 3840 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 16060

[startup+102.305 s]
/proc/loadavg: 1.15 1.67 1.66 2/65 26713
/proc/meminfo: memFree=1802496/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=20864 CPUtime=102.26
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 5081 0 0 0 10221 5 0 0 25 0 1 120000 101300090 21364736 5032 1992294400 134512640 135224549 4294956208 18446744073709551615 134595596 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 5216 5032 92 173 0 5041 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 20864

[startup+162.301 s]
/proc/loadavg: 1.06 1.54 1.62 2/65 26713
/proc/meminfo: memFree=1797504/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=26476 CPUtime=162.25
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 6451 0 0 0 16218 7 0 0 25 0 1 120000 101300090 27111424 6337 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 6619 6337 92 173 0 6444 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 26476

[startup+222.301 s]
/proc/loadavg: 1.02 1.44 1.58 2/65 26719
/proc/meminfo: memFree=1792960/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=30488 CPUtime=222.23
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 7458 0 0 0 22215 8 0 0 25 0 1 120000 101300090 31219712 7344 1992294400 134512640 135224549 4294956208 18446744073709551615 134633369 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 7622 7344 92 173 0 7447 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 30488

[startup+282.301 s]
/proc/loadavg: 1.00 1.36 1.54 2/65 26719
/proc/meminfo: memFree=1791936/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=31420 CPUtime=282.21
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 7701 0 0 0 28213 8 0 0 25 0 1 120000 101300090 32174080 7587 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 7855 7587 92 173 0 7680 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 31420

[startup+342.302 s]
/proc/loadavg: 1.00 1.29 1.50 2/65 26719
/proc/meminfo: memFree=1787776/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=35512 CPUtime=342.19
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 8746 0 0 0 34210 9 0 0 25 0 1 120000 101300090 36364288 8632 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 8878 8632 92 173 0 8703 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 35512

[startup+402.302 s]
/proc/loadavg: 1.00 1.23 1.47 2/65 26719
/proc/meminfo: memFree=1782848/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=40636 CPUtime=402.17
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 9974 0 0 0 40207 10 0 0 25 0 1 120000 101300090 41611264 9860 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 10159 9860 92 173 0 9984 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 40636

[startup+462.302 s]
/proc/loadavg: 1.00 1.19 1.43 2/65 26719
/proc/meminfo: memFree=1779328/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=44668 CPUtime=462.16
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 10966 0 0 0 46205 11 0 0 25 0 1 120000 101300090 45740032 10723 1992294400 134512640 135224549 4294956208 18446744073709551615 134595208 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 11167 10723 92 173 0 10992 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 44668

[startup+522.302 s]
/proc/loadavg: 1.00 1.15 1.41 2/65 26719
/proc/meminfo: memFree=1779264/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=44852 CPUtime=522.14
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 10998 0 0 0 52203 11 0 0 25 0 1 120000 101300090 45928448 10755 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 11213 10755 92 173 0 11038 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 44852

[startup+582.302 s]
/proc/loadavg: 1.00 1.12 1.38 2/65 26719
/proc/meminfo: memFree=1774144/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=49960 CPUtime=582.12
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 12283 0 0 0 58200 12 0 0 25 0 1 120000 101300090 51159040 12040 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 12490 12040 92 173 0 12315 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 49960

[startup+642.302 s]
/proc/loadavg: 1.00 1.10 1.35 2/65 26719
/proc/meminfo: memFree=1773760/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=50500 CPUtime=642.11
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 12372 0 0 0 64199 12 0 0 25 0 1 120000 101300090 51712000 12129 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 12625 12129 92 173 0 12450 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 50500

[startup+702.301 s]
/proc/loadavg: 1.00 1.08 1.33 2/65 26719
/proc/meminfo: memFree=1771264/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=52940 CPUtime=702.09
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 12988 0 0 0 70196 13 0 0 25 0 1 120000 101300090 54210560 12745 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 13235 12745 92 173 0 13060 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 52940

[startup+762.305 s]
/proc/loadavg: 1.00 1.06 1.30 2/65 26719
/proc/meminfo: memFree=1771264/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=52940 CPUtime=762.08
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 12988 0 0 0 76195 13 0 0 25 0 1 120000 101300090 54210560 12745 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 13235 12745 92 173 0 13060 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 52940

[startup+822.301 s]
/proc/loadavg: 1.00 1.05 1.28 2/65 26719
/proc/meminfo: memFree=1769920/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=54392 CPUtime=822.06
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 13335 0 0 0 82193 13 0 0 25 0 1 120000 101300090 55697408 13092 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 13598 13092 92 173 0 13423 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 54392

[startup+882.301 s]
/proc/loadavg: 1.00 1.04 1.26 2/65 26719
/proc/meminfo: memFree=1764864/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=59404 CPUtime=882.04
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 14561 0 0 0 88189 15 0 0 25 0 1 120000 101300090 60829696 14318 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 14851 14318 92 173 0 14676 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 59404

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.24 2/65 26719
/proc/meminfo: memFree=1764608/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=59592 CPUtime=942.03
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 14614 0 0 0 94188 15 0 0 25 0 1 120000 101300090 61022208 14371 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 14898 14371 92 173 0 14723 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 59592

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.22 2/65 26719
/proc/meminfo: memFree=1763904/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=60424 CPUtime=1002.01
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 14781 0 0 0 100186 15 0 0 25 0 1 120000 101300090 61874176 14538 1992294400 134512640 135224549 4294956208 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 15106 14538 92 173 0 14931 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 60424

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.21 2/65 26719
/proc/meminfo: memFree=1758144/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=66180 CPUtime=1062
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 16218 0 0 0 106183 17 0 0 25 0 1 120000 101300090 67768320 15975 1992294400 134512640 135224549 4294956208 18446744073709551615 134631395 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 16545 15975 92 173 0 16370 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 66180

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.19 2/65 26719
/proc/meminfo: memFree=1758080/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=66180 CPUtime=1121.98
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 16218 0 0 0 112181 17 0 0 25 0 1 120000 101300090 67768320 15975 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 16545 15975 92 173 0 16370 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 66180

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/65 26719
/proc/meminfo: memFree=1758080/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=66180 CPUtime=1181.96
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 16219 0 0 0 118179 17 0 0 25 0 1 120000 101300090 67768320 15976 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 16545 15976 92 173 0 16370 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 66180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.17 2/65 26719
/proc/meminfo: memFree=1758080/2055920 swapFree=4180920/4192956
[pid=26712] ppid=26710 vsize=66180 CPUtime=1200.06
/proc/26712/stat : 26712 (CirCUs) R 26710 26712 26613 0 -1 4194304 16219 0 0 0 119989 17 0 0 25 0 1 100 101300090 67768320 15976 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26712/statm: 16545 15976 92 173 0 16370 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 66180

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.08
CPU user time (s): 1199.9
CPU system time (s): 0.182972
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 66180

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

runsolver used 1.03784 second user time and 3.34049 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-26 09:57:52
IDJOB=1728084
IDBENCH=24662
IDSOLVER=544
FILE ID=node27/1728084-1240732672
PBS_JOBID= 9186971
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= af4e94e2262dd17f2c350e06d0de5672
RANDOM SEED=106650909

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1822952 kB
Buffers:         19048 kB
Cached:         134616 kB
SwapCached:       5116 kB
Active:          16400 kB
Inactive:       145360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822952 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:            1160 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            57076 kB
Committed_AS:   365524 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 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 node27 at 2009-04-26 10:17:54