Trace number 1733731

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.1 1200.43

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_4vars_12gates_b2.cnf
MD5SUM0518a02320d5198cbf8d4b8ec920a5ba
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 variables1553
Number of clauses867173
Sum of the clauses size5122474
Maximum clause length36
Minimum clause length1
Number of clauses of size 1384
Number of clauses of size 25535
Number of clauses of size 30
Number of clauses of size 410780
Number of clauses of size 535328
Number of clauses of size over 5815146

Solver Data

25.39/25.41	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
25.39/25.41	c Eliminate time :      23.84 

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-1733731-1240791916/watcher-1733731-1240791916 -o /tmp/evaluation-result-1733731-1240791916/solver-1733731-1240791916 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1733731-1240791916.cnf -t 1200 

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


[startup+0 s]
/proc/loadavg: 0.92 0.95 0.99 3/64 14093
/proc/meminfo: memFree=1566568/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=8220 CPUtime=0
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 120000 107218672 8417280 174 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 2055 174 70 173 0 1880 0

[startup+0.0298201 s]
/proc/loadavg: 0.92 0.95 0.99 3/64 14093
/proc/meminfo: memFree=1566568/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=9808 CPUtime=0.02
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 572 0 0 0 2 0 0 0 18 0 1 120000 107218672 10043392 557 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 2452 557 70 173 0 2277 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9808

[startup+0.101827 s]
/proc/loadavg: 0.92 0.95 0.99 3/64 14093
/proc/meminfo: memFree=1566568/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=13532 CPUtime=0.09
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 1578 0 0 0 9 0 0 0 18 0 1 120000 107218672 13856768 1530 1992294400 134512640 135224549 4294956224 18446744073709551615 134615372 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 3383 1531 70 173 0 3208 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13532

[startup+0.301849 s]
/proc/loadavg: 0.92 0.95 0.99 3/64 14093
/proc/meminfo: memFree=1566568/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=24600 CPUtime=0.29
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 4475 0 0 0 27 2 0 0 19 0 1 120000 107218672 25190400 4233 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 6150 4234 70 173 0 5975 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24600

[startup+0.701892 s]
/proc/loadavg: 0.92 0.95 0.99 3/64 14093
/proc/meminfo: memFree=1566568/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=45776 CPUtime=0.69
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 10065 0 0 0 63 6 0 0 23 0 1 120000 107218672 46874624 9566 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 11444 9568 70 173 0 11269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45776

[startup+1.50198 s]
/proc/loadavg: 0.92 0.95 0.99 2/65 14094
/proc/meminfo: memFree=1515040/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=87160 CPUtime=1.49
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 21138 0 0 0 136 13 0 0 25 0 1 120000 107218672 89251840 20126 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 21790 20126 70 173 0 21615 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87160

[startup+3.10115 s]
/proc/loadavg: 0.92 0.95 0.99 2/65 14094
/proc/meminfo: memFree=1480096/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=92676 CPUtime=3.09
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 22615 0 0 0 296 13 0 0 25 0 1 120000 107218672 94900224 21602 1992294400 134512640 135224549 4294956224 18446744073709551615 134570670 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 23169 21602 74 173 0 22994 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92676

[startup+6.3015 s]
/proc/loadavg: 1.01 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1480352/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=92676 CPUtime=6.29
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 22615 0 0 0 616 13 0 0 25 0 1 120000 107218672 94900224 21602 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 23169 21602 74 173 0 22994 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92676

[startup+12.7012 s]
/proc/loadavg: 1.01 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1480440/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=92676 CPUtime=12.68
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 22615 0 0 0 1255 13 0 0 25 0 1 120000 107218672 94900224 21602 1992294400 134512640 135224549 4294956224 18446744073709551615 134570465 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 23169 21602 74 173 0 22994 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 92676

[startup+25.5026 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1478520/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=98188 CPUtime=25.49
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 24754 0 0 0 2535 14 0 0 25 0 1 120000 107218672 100544512 22713 1992294400 134512640 135224549 4294956224 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 24547 22713 93 173 0 24372 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 98188

[startup+51.1024 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1474424/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=99948 CPUtime=51.07
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 25183 0 0 0 5092 15 0 0 25 0 1 120000 107218672 102346752 23142 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 24987 23142 93 173 0 24812 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 99948

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1471480/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=102928 CPUtime=102.25
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 25929 0 0 0 10210 15 0 0 25 0 1 120000 107218672 105398272 23888 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 25732 23888 93 173 0 25557 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 102928

[startup+162.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1469112/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=105172 CPUtime=162.23
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 26520 0 0 0 16207 16 0 0 25 0 1 120000 107218672 107696128 24479 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 26293 24479 93 173 0 26118 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 105172

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1466296/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=108196 CPUtime=222.22
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 27212 0 0 0 22206 16 0 0 25 0 1 120000 107218672 110792704 25171 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 27049 25171 93 173 0 26874 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 108196

[startup+282.303 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1464504/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=109912 CPUtime=282.2
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 27665 0 0 0 28203 17 0 0 25 0 1 120000 107218672 112549888 25624 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 27478 25624 93 173 0 27303 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 109912

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1462456/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=112024 CPUtime=342.19
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 28193 0 0 0 34201 18 0 0 25 0 1 120000 107218672 114712576 26152 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 28006 26152 93 173 0 27831 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 112024

[startup+402.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1458360/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=115876 CPUtime=402.17
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 29188 0 0 0 40198 19 0 0 25 0 1 120000 107218672 118657024 27147 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 28969 27147 93 173 0 28794 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 115876

[startup+462.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1458296/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=115876 CPUtime=462.15
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 29204 0 0 0 46196 19 0 0 25 0 1 120000 107218672 118657024 27163 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 28969 27163 93 173 0 28794 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 115876

[startup+522.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1458168/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=116272 CPUtime=522.15
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 29282 0 0 0 52195 20 0 0 25 0 1 120000 107218672 119062528 27241 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 29068 27241 93 173 0 28893 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 116272

[startup+582.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1455928/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=118292 CPUtime=582.13
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 29787 0 0 0 58193 20 0 0 25 0 1 120000 107218672 121131008 27746 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 29573 27746 93 173 0 29398 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 118292

[startup+642.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1451768/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=122944 CPUtime=642.12
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 30954 0 0 0 64190 22 0 0 25 0 1 120000 107218672 125894656 28784 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 30736 28784 93 173 0 30561 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 122944

[startup+702.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1451768/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=122944 CPUtime=702.1
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 30961 0 0 0 70188 22 0 0 25 0 1 120000 107218672 125894656 28791 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 30736 28791 93 173 0 30561 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 122944

[startup+762.306 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1450808/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=123736 CPUtime=762.09
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 31192 0 0 0 76187 22 0 0 25 0 1 120000 107218672 126705664 29022 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 30934 29022 93 173 0 30759 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 123736

[startup+822.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14094
/proc/meminfo: memFree=1447544/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=126988 CPUtime=822.06
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 31997 0 0 0 82183 23 0 0 25 0 1 120000 107218672 130035712 29827 1992294400 134512640 135224549 4294956224 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 31747 29827 93 173 0 31572 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 126988

[startup+882.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14096
/proc/meminfo: memFree=1447288/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=126988 CPUtime=882.04
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 31999 0 0 0 88181 23 0 0 25 0 1 120000 107218672 130035712 29829 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 31747 29829 93 173 0 31572 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 126988

[startup+942.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14096
/proc/meminfo: memFree=1445112/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=129388 CPUtime=942.03
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 32604 0 0 0 94179 24 0 0 25 0 1 120000 107218672 132493312 30434 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 32347 30434 93 173 0 32172 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 129388

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14096
/proc/meminfo: memFree=1443896/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=130444 CPUtime=1002.01
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 32888 0 0 0 100177 24 0 0 25 0 1 120000 107218672 133574656 30718 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 32611 30718 93 173 0 32436 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 130444

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14096
/proc/meminfo: memFree=1443832/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=130444 CPUtime=1062
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 32894 0 0 0 106176 24 0 0 25 0 1 120000 107218672 133574656 30724 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 32611 30724 93 173 0 32436 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 130444

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14096
/proc/meminfo: memFree=1440184/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=134180 CPUtime=1121.99
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 33809 0 0 0 112173 26 0 0 25 0 1 120000 107218672 137400320 31639 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 33545 31639 93 173 0 33370 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 134180

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14096
/proc/meminfo: memFree=1440120/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=134180 CPUtime=1181.97
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 33813 0 0 0 118171 26 0 0 25 0 1 120000 107218672 137400320 31643 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 33545 31643 93 173 0 33370 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 134180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 14096
/proc/meminfo: memFree=1440120/2055920 swapFree=4181760/4192956
[pid=14093] ppid=14091 vsize=134180 CPUtime=1200.07
/proc/14093/stat : 14093 (CirCUs) R 14091 14093 14056 0 -1 4194304 33814 0 0 0 119981 26 0 0 25 0 1 100 107218672 137400320 31644 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14093/statm: 33545 31644 93 173 0 33370 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 134180

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.43
CPU time (s): 1200.1
CPU user time (s): 1199.81
CPU system time (s): 0.284956
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 134180

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

runsolver used 1.22681 second user time and 2.71459 second system time

The end

Launcher Data

Begin job on node64 at 2009-04-27 02:25:18
IDJOB=1733731
IDBENCH=71146
IDSOLVER=544
FILE ID=node64/1733731-1240791916
PBS_JOBID= 9187349
Free space on /tmp= 66100 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_4vars_12gates_b2.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1733731-1240791916/watcher-1733731-1240791916 -o /tmp/evaluation-result-1733731-1240791916/solver-1733731-1240791916 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1733731-1240791916.cnf -t 1200

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

MD5SUM BENCH= 0518a02320d5198cbf8d4b8ec920a5ba
RANDOM SEED=951535677

node64.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.218
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.218
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:       1567048 kB
Buffers:         52016 kB
Cached:         368796 kB
SwapCached:       4528 kB
Active:         226884 kB
Inactive:       203224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567048 kB
SwapTotal:     4192956 kB
SwapFree:      4181760 kB
Dirty:           27808 kB
Writeback:           0 kB
Mapped:          15560 kB
Slab:            44488 kB
Committed_AS:   349544 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66096 MiB
End job on node64 at 2009-04-27 02:45:20