Trace number 1728561

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.14 1200.55

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
MD5SUMcaece48666f4e716f61ea74e680d7de5
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 variables1325
Number of clauses174298
Sum of the clauses size506725
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217050
Number of clauses of size 3157200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 548

Solver Data

18.38/18.47	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
18.38/18.47	c Eliminate time :      18.24 

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-1728561-1240738315/watcher-1728561-1240738315 -o /tmp/evaluation-result-1728561-1240738315/solver-1728561-1240738315 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1728561-1240738315.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.00 1.00 1.09 2/64 32664
/proc/meminfo: memFree=1372888/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=2808 CPUtime=0
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 179 0 0 0 0 0 0 0 18 0 1 120000 101859563 2875392 164 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 702 164 70 173 0 527 0

[startup+0.0370341 s]
/proc/loadavg: 1.00 1.00 1.09 2/64 32664
/proc/meminfo: memFree=1372888/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=4296 CPUtime=0.03
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 574 0 0 0 3 0 0 0 18 0 1 120000 101859563 4399104 559 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 1074 559 70 173 0 899 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4296

[startup+0.101045 s]
/proc/loadavg: 1.00 1.00 1.09 2/64 32664
/proc/meminfo: memFree=1372888/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=7320 CPUtime=0.09
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 1411 0 0 0 9 0 0 0 18 0 1 120000 101859563 7495680 1298 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 1830 1298 70 173 0 1655 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7320

[startup+0.30108 s]
/proc/loadavg: 1.00 1.00 1.09 2/64 32664
/proc/meminfo: memFree=1372888/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=13636 CPUtime=0.29
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 3189 0 0 0 28 1 0 0 19 0 1 120000 101859563 13963264 2946 1992294400 134512640 135224549 4294956208 18446744073709551615 134571499 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 3409 2946 73 173 0 3234 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13636

[startup+0.701154 s]
/proc/loadavg: 1.00 1.00 1.09 2/64 32664
/proc/meminfo: memFree=1372888/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=13636 CPUtime=0.69
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 3189 0 0 0 68 1 0 0 22 0 1 120000 101859563 13963264 2946 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 3409 2946 73 173 0 3234 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13636

[startup+1.5013 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 32665
/proc/meminfo: memFree=1361296/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=13636 CPUtime=1.49
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 3189 0 0 0 148 1 0 0 25 0 1 120000 101859563 13963264 2946 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 3409 2946 73 173 0 3234 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13636

[startup+3.10159 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 32665
/proc/meminfo: memFree=1361168/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=13636 CPUtime=3.09
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 3189 0 0 0 308 1 0 0 25 0 1 120000 101859563 13963264 2946 1992294400 134512640 135224549 4294956208 18446744073709551615 134570504 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 3409 2946 73 173 0 3234 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13636

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 32665
/proc/meminfo: memFree=1361040/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=18704 CPUtime=6.29
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 4471 0 0 0 628 1 0 0 25 0 1 120000 101859563 19152896 4228 1992294400 134512640 135224549 4294956208 18446744073709551615 134578053 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 4676 4228 76 173 0 4501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18704

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 32665
/proc/meminfo: memFree=1355280/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=18704 CPUtime=12.68
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 4629 0 0 0 1267 1 0 0 25 0 1 120000 101859563 19152896 4386 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 4676 4386 76 173 0 4501 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18704

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 32665
/proc/meminfo: memFree=1348304/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=25628 CPUtime=25.49
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 6382 0 0 0 2546 3 0 0 25 0 1 120000 101859563 26243072 6139 1992294400 134512640 135224549 4294956208 18446744073709551615 134587956 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 6407 6139 92 173 0 6232 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25628

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32665
/proc/meminfo: memFree=1334736/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=39864 CPUtime=51.07
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 9948 0 0 0 5102 5 0 0 25 0 1 120000 101859563 40820736 9705 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 9966 9705 92 173 0 9791 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39864

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 32665
/proc/meminfo: memFree=1313232/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=61108 CPUtime=102.25
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 15199 0 0 0 10217 8 0 0 25 0 1 120000 101859563 62574592 14956 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 15277 14956 92 173 0 15102 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 61108

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 32665
/proc/meminfo: memFree=1296272/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=78932 CPUtime=162.23
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 19694 0 0 0 16212 11 0 0 25 0 1 120000 101859563 80826368 19451 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 19733 19451 92 173 0 19558 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 78932

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.07 3/65 32665
/proc/meminfo: memFree=1274320/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=100036 CPUtime=222.21
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 24983 0 0 0 22206 15 0 0 25 0 1 120000 101859563 102436864 24611 1992294400 134512640 135224549 4294956208 18446744073709551615 134618960 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 25009 24611 92 173 0 24834 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 100036

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 32665
/proc/meminfo: memFree=1258640/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=115484 CPUtime=282.19
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 28888 0 0 0 28201 18 0 0 25 0 1 120000 101859563 118255616 28516 1992294400 134512640 135224549 4294956208 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 28871 28516 92 173 0 28696 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 115484

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 32665
/proc/meminfo: memFree=1248400/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=126044 CPUtime=342.17
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 31548 0 0 0 34196 21 0 0 25 0 1 120000 101859563 129069056 31176 1992294400 134512640 135224549 4294956208 18446744073709551615 134618679 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 31511 31176 92 173 0 31336 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 126044

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 32665
/proc/meminfo: memFree=1225168/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=148640 CPUtime=402.15
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 37230 0 0 0 40190 25 0 0 25 0 1 120000 101859563 152207360 36858 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 37160 36858 92 173 0 36985 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 148640

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 32667
/proc/meminfo: memFree=1210128/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=164460 CPUtime=462.13
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 41210 0 0 0 46185 28 0 0 25 0 1 120000 101859563 168407040 40581 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 41115 40581 92 173 0 40940 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 164460

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 32667
/proc/meminfo: memFree=1199888/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=174796 CPUtime=522.12
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 43808 0 0 0 52181 31 0 0 25 0 1 120000 101859563 178991104 43179 1992294400 134512640 135224549 4294956208 18446744073709551615 134587646 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 43699 43179 92 173 0 43524 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 174796

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 32667
/proc/meminfo: memFree=1199248/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=176248 CPUtime=582.09
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 44156 0 0 0 58178 31 0 0 25 0 1 120000 101859563 180477952 43527 1992294400 134512640 135224549 4294956208 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 44062 43527 92 173 0 43887 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 176248

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 32667
/proc/meminfo: memFree=1185232/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=189320 CPUtime=642.07
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 47474 0 0 0 64173 34 0 0 25 0 1 120000 101859563 193863680 46845 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 47330 46845 92 173 0 47155 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 189320

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 32667
/proc/meminfo: memFree=1164816/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=209568 CPUtime=702.05
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 52551 0 0 0 70165 40 0 0 25 0 1 120000 101859563 214597632 51922 1992294400 134512640 135224549 4294956208 18446744073709551615 134595763 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 52392 51922 92 173 0 52217 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 209568

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 32667
/proc/meminfo: memFree=1164816/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=209568 CPUtime=762.04
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 52552 0 0 0 76164 40 0 0 25 0 1 120000 101859563 214597632 51923 1992294400 134512640 135224549 4294956208 18446744073709551615 134595596 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 52392 51923 92 173 0 52217 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 209568

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 32667
/proc/meminfo: memFree=1147088/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=227272 CPUtime=822.01
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 56985 0 0 0 82158 43 0 0 25 0 1 120000 101859563 232726528 56356 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 56818 56356 92 173 0 56643 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 227272

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32667
/proc/meminfo: memFree=1147024/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=227272 CPUtime=881.99
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 56988 0 0 0 88156 43 0 0 25 0 1 120000 101859563 232726528 56359 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 56818 56359 92 173 0 56643 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 227272

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32667
/proc/meminfo: memFree=1127568/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=246572 CPUtime=941.98
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 61847 0 0 0 94150 48 0 0 25 0 1 120000 101859563 252489728 61218 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 61643 61218 92 173 0 61468 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 246572

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32667
/proc/meminfo: memFree=1127568/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=246572 CPUtime=1001.95
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 61847 0 0 0 100147 48 0 0 25 0 1 120000 101859563 252489728 61218 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 61643 61218 92 173 0 61468 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 246572

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32667
/proc/meminfo: memFree=1103056/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=271040 CPUtime=1061.93
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 67964 0 0 0 106139 54 0 0 25 0 1 120000 101859563 277544960 67335 1992294400 134512640 135224549 4294956208 18446744073709551615 134619554 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 67760 67335 92 173 0 67585 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 271040

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32667
/proc/meminfo: memFree=1102992/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=271040 CPUtime=1121.91
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 67969 0 0 0 112137 54 0 0 25 0 1 120000 101859563 277544960 67340 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 67760 67340 92 173 0 67585 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 271040

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32667
/proc/meminfo: memFree=1102992/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=271040 CPUtime=1181.89
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 67969 0 0 0 118135 54 0 0 25 0 1 120000 101859563 277544960 67340 1992294400 134512640 135224549 4294956208 18446744073709551615 134595404 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 67760 67340 92 173 0 67585 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 271040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32667
/proc/meminfo: memFree=1100944/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=273020 CPUtime=1200.09
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 68484 0 0 0 119954 55 0 0 25 0 1 100 101859563 279572480 67855 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 68255 67855 92 173 0 68080 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 273020

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 32667
/proc/meminfo: memFree=1100944/2055920 swapFree=4181900/4192956
[pid=32664] ppid=32662 vsize=273020 CPUtime=1200.09
/proc/32664/stat : 32664 (CirCUs) R 32662 32664 32439 0 -1 4194304 68484 0 0 0 119954 55 0 0 25 0 1 100 101859563 279572480 67855 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32664/statm: 68255 67855 92 173 0 68080 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 273020

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.14
CPU user time (s): 1199.54
CPU system time (s): 0.596909
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 273020

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

runsolver used 0.834873 second user time and 2.68959 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-26 11:31:56
IDJOB=1728561
IDBENCH=24676
IDSOLVER=544
FILE ID=node44/1728561-1240738315
PBS_JOBID= 9186981
Free space on /tmp= 66216 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728561-1240738315/watcher-1728561-1240738315 -o /tmp/evaluation-result-1728561-1240738315/solver-1728561-1240738315 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1728561-1240738315.cnf -t 1200

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

MD5SUM BENCH= caece48666f4e716f61ea74e680d7de5
RANDOM SEED=1595147860

node44.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.267
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	: 5931.00
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.267
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:       1373304 kB
Buffers:         69508 kB
Cached:         546840 kB
SwapCached:       4968 kB
Active:         225784 kB
Inactive:       398528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1373304 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:            3708 kB
Writeback:           0 kB
Mapped:          14040 kB
Slab:            44244 kB
Committed_AS:   422852 kB
PageTables:       1380 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= 66216 MiB
End job on node44 at 2009-04-26 11:51:58