Trace number 1556099

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.11 1200.52

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray08_32.cnf
MD5SUMfd3f8184ebdeefe767f2b0366176385e
Bench CategoryAPPLICATION (applications 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 variables17818
Number of clauses52685
Sum of the clauses size122929
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 235122
Number of clauses of size 317561
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.35	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.29/0.35	c Eliminate time :       0.28 

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-1556099-1238746142/watcher-1556099-1238746142 -o /tmp/evaluation-result-1556099-1238746142/solver-1556099-1238746142 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1556099-1238746142.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.00 3/76 18681
/proc/meminfo: memFree=1783808/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=2880 CPUtime=0
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 403 0 0 0 0 0 0 0 18 0 1 120000 1147275296 2949120 388 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 720 389 70 173 0 545 0

[startup+0.029123 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 18681
/proc/meminfo: memFree=1783808/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=4332 CPUtime=0.02
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 779 0 0 0 2 0 0 0 18 0 1 120000 1147275296 4435968 764 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 1083 764 70 173 0 908 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4332

[startup+0.101134 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 18681
/proc/meminfo: memFree=1783808/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=7780 CPUtime=0.09
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 1751 0 0 0 8 1 0 0 18 0 1 120000 1147275296 7966720 1637 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 1945 1637 77 173 0 1770 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7780

[startup+0.301165 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 18681
/proc/meminfo: memFree=1783808/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=9496 CPUtime=0.29
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 2221 0 0 0 28 1 0 0 19 0 1 120000 1147275296 9723904 2107 1992294400 134512640 135224549 4294956224 18446744073709551615 134580524 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 2374 2107 77 173 0 2199 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9496

[startup+0.701229 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 18681
/proc/meminfo: memFree=1783808/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=10012 CPUtime=0.69
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 2359 0 0 0 68 1 0 0 22 0 1 120000 1147275296 10252288 2245 1992294400 134512640 135224549 4294956224 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 2503 2245 93 173 0 2328 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10012

[startup+1.50136 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1775160/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=10408 CPUtime=1.49
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 2469 0 0 0 148 1 0 0 25 0 1 120000 1147275296 10657792 2355 1992294400 134512640 135224549 4294956224 18446744073709551615 134587883 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 2602 2355 93 173 0 2427 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10408

[startup+3.10161 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1774144/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=10936 CPUtime=3.09
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 2591 0 0 0 308 1 0 0 25 0 1 120000 1147275296 11198464 2477 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 2734 2477 93 173 0 2559 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10936

[startup+6.30112 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1773952/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=11188 CPUtime=6.28
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 2638 0 0 0 627 1 0 0 25 0 1 120000 1147275296 11456512 2524 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 2797 2524 93 173 0 2622 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11188

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1772736/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=12244 CPUtime=12.69
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 2933 0 0 0 1267 2 0 0 25 0 1 120000 1147275296 12537856 2819 1992294400 134512640 135224549 4294956224 18446744073709551615 134587953 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 3061 2819 93 173 0 2886 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12244

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1770752/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=14204 CPUtime=25.48
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 3398 0 0 0 2546 2 0 0 25 0 1 120000 1147275296 14544896 3284 1992294400 134512640 135224549 4294956224 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 3551 3284 93 173 0 3376 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14204

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1766528/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=18296 CPUtime=51.08
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 4444 0 0 0 5104 4 0 0 25 0 1 120000 1147275296 18735104 4330 1992294400 134512640 135224549 4294956224 18446744073709551615 134587823 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 4574 4330 93 173 0 4399 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18296

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1761536/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=23432 CPUtime=102.26
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 5692 0 0 0 10221 5 0 0 25 0 1 120000 1147275296 23994368 5578 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 5858 5578 93 173 0 5683 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 23432

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1756288/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=28580 CPUtime=162.24
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 6991 0 0 0 16216 8 0 0 25 0 1 120000 1147275296 29265920 6877 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 7145 6877 93 173 0 6970 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 28580

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1751872/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=32952 CPUtime=222.21
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 8089 0 0 0 22212 9 0 0 25 0 1 120000 1147275296 33742848 7975 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 8238 7975 93 173 0 8063 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 32952

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1748928/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=36236 CPUtime=282.2
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 8942 0 0 0 28208 12 0 0 25 0 1 120000 1147275296 37105664 8699 1992294400 134512640 135224549 4294956224 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 9059 8699 93 173 0 8884 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 36236

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1745664/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=39408 CPUtime=342.18
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 9748 0 0 0 34205 13 0 0 25 0 1 120000 1147275296 40353792 9505 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 9852 9505 93 173 0 9677 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 39408

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1743424/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=41652 CPUtime=402.16
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 10298 0 0 0 40202 14 0 0 25 0 1 120000 1147275296 42651648 10055 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 10413 10055 93 173 0 10238 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 41652

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1739456/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=45492 CPUtime=462.13
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 11270 0 0 0 46198 15 0 0 25 0 1 120000 1147275296 46583808 11027 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 11373 11027 93 173 0 11198 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 45492

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1736000/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=48800 CPUtime=522.11
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 12116 0 0 0 52195 16 0 0 25 0 1 120000 1147275296 49971200 11873 1992294400 134512640 135224549 4294956224 18446744073709551615 134588250 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 12200 11873 93 173 0 12025 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 48800

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1736000/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=48800 CPUtime=582.09
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 12117 0 0 0 58193 16 0 0 25 0 1 120000 1147275296 49971200 11874 1992294400 134512640 135224549 4294956224 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 12200 11874 93 173 0 12025 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 48800

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1730880/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=53740 CPUtime=642.08
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 13371 0 0 0 64189 19 0 0 25 0 1 120000 1147275296 55029760 13128 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 13435 13128 93 173 0 13260 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 53740

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1730880/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=53740 CPUtime=702.05
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 13371 0 0 0 70186 19 0 0 25 0 1 120000 1147275296 55029760 13128 1992294400 134512640 135224549 4294956224 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 13435 13128 93 173 0 13260 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 53740

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1725312/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=59316 CPUtime=762.04
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 14772 0 0 0 76183 21 0 0 25 0 1 120000 1147275296 60739584 14529 1992294400 134512640 135224549 4294956224 18446744073709551615 134619883 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 14829 14529 93 173 0 14654 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 59316

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1725248/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=59316 CPUtime=822.01
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 14777 0 0 0 82180 21 0 0 25 0 1 120000 1147275296 60739584 14534 1992294400 134512640 135224549 4294956224 18446744073709551615 134587793 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 14829 14534 93 173 0 14654 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 59316

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1725248/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=59316 CPUtime=881.99
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 14779 0 0 0 88178 21 0 0 25 0 1 120000 1147275296 60739584 14536 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 14829 14536 93 173 0 14654 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 59316

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1720640/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=63948 CPUtime=941.97
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 15943 0 0 0 94174 23 0 0 25 0 1 120000 1147275296 65482752 15700 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 15987 15700 93 173 0 15812 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 63948

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1720640/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=63948 CPUtime=1001.95
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 15943 0 0 0 100172 23 0 0 25 0 1 120000 1147275296 65482752 15700 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 15987 15700 93 173 0 15812 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 63948

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1720640/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=63948 CPUtime=1061.93
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 15944 0 0 0 106170 23 0 0 25 0 1 120000 1147275296 65482752 15701 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 15987 15701 93 173 0 15812 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 63948

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1716544/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=69096 CPUtime=1121.91
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 17216 0 0 0 112167 24 0 0 25 0 1 120000 1147275296 70754304 16716 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 17274 16716 93 173 0 17099 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 69096

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1713408/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=72136 CPUtime=1181.9
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 17977 0 0 0 118164 26 0 0 25 0 1 120000 1147275296 73867264 17477 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 18034 17477 93 173 0 17859 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 72136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18682
/proc/meminfo: memFree=1713408/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=72136 CPUtime=1200.09
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 17977 0 0 0 119983 26 0 0 25 0 1 100 1147275296 73867264 17477 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 18034 17477 93 173 0 17859 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 72136

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/77 18682
/proc/meminfo: memFree=1713408/2055920 swapFree=4173572/4192956
[pid=18681] ppid=18679 vsize=72136 CPUtime=1200.09
/proc/18681/stat : 18681 (CirCUs) R 18679 18681 18489 0 -1 4194304 17977 0 0 0 119983 26 0 0 25 0 1 100 1147275296 73867264 17477 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18681/statm: 18034 17477 93 173 0 17859 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 72136

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.11
CPU user time (s): 1199.84
CPU system time (s): 0.272958
CPU usage (%): 99.9662
Max. virtual memory (cumulated for all children) (KiB): 72136

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

runsolver used 1.09883 second user time and 3.2825 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-03 10:09:02
IDJOB=1556099
IDBENCH=70812
IDSOLVER=544
FILE ID=node69/1556099-1238746142
PBS_JOBID= 9085434
Free space on /tmp= 66480 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray08_32.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556099-1238746142/watcher-1556099-1238746142 -o /tmp/evaluation-result-1556099-1238746142/solver-1556099-1238746142 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1556099-1238746142.cnf -t 1200

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

MD5SUM BENCH= fd3f8184ebdeefe767f2b0366176385e
RANDOM SEED=2043894850

node69.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.261
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.261
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:       1784288 kB
Buffers:         33276 kB
Cached:         158372 kB
SwapCached:      10108 kB
Active:          48672 kB
Inactive:       154928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784288 kB
SwapTotal:     4192956 kB
SwapFree:      4173572 kB
Dirty:            1872 kB
Writeback:           0 kB
Mapped:          17644 kB
Slab:            52700 kB
Committed_AS:  3569928 kB
PageTables:       2336 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= 66480 MiB
End job on node69 at 2009-04-03 10:29:05