Trace number 3288119

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
kw 2011-02-28UNSAT 1286.22 1286.19

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1286.12/1286.17	c 1286.200000 seconds
1286.12/1286.17	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288119-1303775596/watcher-3288119-1303775596 -o /tmp/evaluation-result-3288119-1303775596/solver-3288119-1303775596 -C 2400 -W 1300 -M 7680 kw --tmp-path=HOME HOME/instance-3288119-1303775596.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.64 2.01 2.80 5/189 7659
/proc/meminfo: memFree=14102352/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=5644 CPUtime=0 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 775 0 0 0 0 0 0 0 21 0 1 0 489158463 5779456 728 33554432000 4194304 6935321 140734452911104 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 1411 732 241 670 0 732 0

[startup+0.0286781 s]
/proc/loadavg: 2.64 2.01 2.80 5/189 7659
/proc/meminfo: memFree=14102352/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=30164 CPUtime=0.01 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 6234 0 0 0 1 0 0 0 21 0 1 0 489158463 30887936 6169 33554432000 4194304 6935321 140734452911104 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 7541 6176 241 670 0 6862 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30164

[startup+0.100711 s]
/proc/loadavg: 2.64 2.01 2.80 5/189 7659
/proc/meminfo: memFree=14102352/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=109188 CPUtime=0.08 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 23307 0 0 0 6 2 0 0 21 0 1 0 489158463 111808512 23241 33554432000 4194304 6935321 140734452911104 18446744073709551615 4468560 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 27297 23241 247 670 0 26618 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 109188

[startup+0.300692 s]
/proc/loadavg: 2.64 2.01 2.80 5/189 7659
/proc/meminfo: memFree=14102352/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=123192 CPUtime=0.29 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 26722 0 0 0 26 3 0 0 22 0 1 0 489158463 126148608 26656 33554432000 4194304 6935321 140734452911104 18446744073709551615 5405088 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 30798 26657 247 670 0 30119 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 123192

[startup+0.700555 s]
/proc/loadavg: 2.64 2.01 2.80 5/189 7659
/proc/meminfo: memFree=14102352/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=152876 CPUtime=0.69 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 33655 0 0 0 65 4 0 0 23 0 1 0 489158463 156545024 33589 33554432000 4194304 6935321 140734452911104 18446744073709551615 5922283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 38219 33589 247 670 0 37540 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152876

[startup+1.50049 s]
/proc/loadavg: 2.64 2.01 2.80 5/190 7660
/proc/meminfo: memFree=13925892/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=211320 CPUtime=1.49 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 49654 0 0 0 137 12 0 0 25 0 1 0 489158463 216391680 48673 33554432000 4194304 6935321 140734452911104 18446744073709551615 5323920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 52830 48674 273 670 0 52151 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 211320

[startup+3.1002 s]
/proc/loadavg: 2.64 2.01 2.80 5/190 7660
/proc/meminfo: memFree=13866248/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=266012 CPUtime=3.09 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 63018 0 0 0 278 31 0 0 25 0 1 0 489158463 272396288 62037 33554432000 4194304 6935321 140734452911104 18446744073709551615 4386892 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 66503 62037 274 670 0 65824 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 266012

[startup+6.30056 s]
/proc/loadavg: 2.75 2.05 2.81 5/190 7660
/proc/meminfo: memFree=13831828/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=263724 CPUtime=6.29 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 63720 0 0 0 598 31 0 0 25 0 1 0 489158463 270053376 61519 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 65931 61519 286 670 0 65252 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 263724

[startup+12.7005 s]
/proc/loadavg: 2.85 2.08 2.82 5/190 7660
/proc/meminfo: memFree=13830120/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=264800 CPUtime=12.69 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 64028 0 0 0 1238 31 0 0 25 0 1 0 489158463 271155200 61827 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430603 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 66200 61827 298 670 0 65521 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 264800

[startup+25.5002 s]
/proc/loadavg: 3.10 2.17 2.83 5/190 7661
/proc/meminfo: memFree=13829208/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=264932 CPUtime=25.48 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 64063 0 0 0 2517 31 0 0 25 0 1 0 489158463 271290368 61862 33554432000 4194304 6935321 140734452911104 18446744073709551615 4821222 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 66233 61862 298 670 0 65554 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 264932

[startup+51.1006 s]
/proc/loadavg: 3.27 2.29 2.85 4/185 7732
/proc/meminfo: memFree=13961552/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=267536 CPUtime=51.08 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 64715 0 0 0 5077 31 0 0 25 0 1 0 489158463 273956864 62514 33554432000 4194304 6935321 140734452911104 18446744073709551615 4720422 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 66884 62514 298 670 0 66205 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 267536

[startup+102.307 s]
/proc/loadavg: 3.60 2.52 2.90 5/190 7744
/proc/meminfo: memFree=13727472/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=267536 CPUtime=102.3 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 64715 0 0 0 10198 32 0 0 25 0 1 0 489158463 273956864 62514 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430621 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 66884 62514 298 670 0 66205 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 267536

[startup+162.301 s]
/proc/loadavg: 3.81 2.77 2.96 5/190 7772
/proc/meminfo: memFree=13654172/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=268552 CPUtime=162.29 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 64969 0 0 0 16197 32 0 0 25 0 1 0 489158463 274997248 62768 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430943 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 67138 62768 298 670 0 66459 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 268552

[startup+222.3 s]
/proc/loadavg: 3.98 3.01 3.03 6/190 7774
/proc/meminfo: memFree=13650560/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=269928 CPUtime=222.29 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 65314 0 0 0 22197 32 0 0 25 0 1 0 489158463 276406272 63113 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430522 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 67482 63113 298 670 0 66803 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 269928

[startup+282.301 s]
/proc/loadavg: 3.99 3.19 3.09 5/190 7776
/proc/meminfo: memFree=13650416/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=269928 CPUtime=282.29 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 65314 0 0 0 28197 32 0 0 25 0 1 0 489158463 276406272 63113 33554432000 4194304 6935321 140734452911104 18446744073709551615 4347624 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 67482 63113 298 670 0 66803 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 269928

[startup+342.301 s]
/proc/loadavg: 3.99 3.33 3.14 5/190 7777
/proc/meminfo: memFree=13643824/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=269928 CPUtime=342.29 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 65314 0 0 0 34197 32 0 0 25 0 1 0 489158463 276406272 63113 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430943 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 67482 63113 298 670 0 66803 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 269928

[startup+402.3 s]
/proc/loadavg: 3.99 3.45 3.19 5/190 7779
/proc/meminfo: memFree=13643064/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=271120 CPUtime=402.29 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 65612 0 0 0 40197 32 0 0 25 0 1 0 489158463 277626880 63411 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 67780 63411 298 670 0 67101 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 271120

[startup+462.301 s]
/proc/loadavg: 4.05 3.56 3.24 5/190 7780
/proc/meminfo: memFree=13641304/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=271120 CPUtime=462.29 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 65612 0 0 0 46197 32 0 0 25 0 1 0 489158463 277626880 63411 33554432000 4194304 6935321 140734452911104 18446744073709551615 4346277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 67780 63411 298 670 0 67101 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 271120

[startup+522.301 s]
/proc/loadavg: 4.10 3.66 3.29 5/190 7791
/proc/meminfo: memFree=13637348/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=271120 CPUtime=522.3 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 65612 0 0 0 52197 33 0 0 25 0 1 0 489158463 277626880 63411 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430563 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 67780 63411 298 670 0 67101 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 271120

[startup+582.3 s]
/proc/loadavg: 4.07 3.73 3.34 5/190 7793
/proc/meminfo: memFree=13631136/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=273324 CPUtime=582.3 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 66163 0 0 0 58197 33 0 0 25 0 1 0 489158463 279883776 63962 33554432000 4194304 6935321 140734452911104 18446744073709551615 4346661 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 68331 63962 298 670 0 67652 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 273324

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=13626904/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=273324 CPUtime=642.31 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 66163 0 0 0 64198 33 0 0 25 0 1 0 489158463 279883776 63962 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 68331 63962 298 670 0 67652 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 273324

[startup+702.3 s]
/proc/loadavg: 4.01 3.81 3.41 5/190 7799
/proc/meminfo: memFree=13611400/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=273324 CPUtime=702.31 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 66163 0 0 0 70198 33 0 0 25 0 1 0 489158463 279883776 63962 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430567 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 68331 63962 298 670 0 67652 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 273324

[startup+762.307 s]
/proc/loadavg: 4.07 3.86 3.46 5/190 7800
/proc/meminfo: memFree=13605680/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=273324 CPUtime=762.31 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 66163 0 0 0 76198 33 0 0 25 0 1 0 489158463 279883776 63962 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430943 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 68331 63962 298 670 0 67652 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 273324

[startup+822.3 s]
/proc/loadavg: 4.02 3.88 3.48 5/190 7802
/proc/meminfo: memFree=13592256/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=822.31 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69634 0 0 0 82197 34 0 0 25 0 1 0 489158463 294694912 67433 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430621 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67433 298 670 0 71268 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 287788

[startup+882.301 s]
/proc/loadavg: 4.01 3.90 3.51 5/190 7804
/proc/meminfo: memFree=13589764/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=882.31 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69635 0 0 0 88197 34 0 0 25 0 1 0 489158463 294694912 67434 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430629 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67434 298 670 0 71268 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 287788

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.54 5/190 7805
/proc/meminfo: memFree=13577976/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=942.31 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69635 0 0 0 94197 34 0 0 25 0 1 0 489158463 294694912 67434 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430567 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67434 298 670 0 71268 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 287788

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.57 5/190 7807
/proc/meminfo: memFree=13570024/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1002.31 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69635 0 0 0 100197 34 0 0 25 0 1 0 489158463 294694912 67434 33554432000 4194304 6935321 140734452911104 18446744073709551615 4348025 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67434 298 670 0 71268 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 287788

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.59 5/190 7808
/proc/meminfo: memFree=13564292/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1062.31 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69639 0 0 0 106197 34 0 0 25 0 1 0 489158463 294694912 67438 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67438 298 670 0 71268 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 287788

[startup+1122.3 s]
/proc/loadavg: 4.04 3.96 3.62 5/190 7810
/proc/meminfo: memFree=13558448/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1122.31 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69639 0 0 0 112197 34 0 0 25 0 1 0 489158463 294694912 67438 33554432000 4194304 6935321 140734452911104 18446744073709551615 4780090 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67438 298 670 0 71268 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 287788

[startup+1182.3 s]
/proc/loadavg: 4.01 3.97 3.64 5/190 7812
/proc/meminfo: memFree=13554824/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1182.31 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69647 0 0 0 118197 34 0 0 25 0 1 0 489158463 294694912 67446 33554432000 4194304 6935321 140734452911104 18446744073709551615 5920300 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67446 298 670 0 71268 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 287788

[startup+1242.3 s]
/proc/loadavg: 3.44 3.82 3.61 4/184 7830
/proc/meminfo: memFree=13753528/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1242.32 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69647 0 0 0 124197 35 0 0 25 0 1 0 489158463 294694912 67446 33554432000 4194304 6935321 140734452911104 18446744073709551615 4346630 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67446 298 670 0 71268 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 287788

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

[startup+1254.3 s]
/proc/loadavg: 3.34 3.78 3.60 4/184 7831
/proc/meminfo: memFree=13743476/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1254.32 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69647 0 0 0 125397 35 0 0 25 0 1 0 489158463 294694912 67446 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430518 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67446 298 670 0 71268 0
Current children cumulated CPU time (s) 1254.32
Current children cumulated vsize (KiB) 287788

[startup+1267.1 s]
/proc/loadavg: 3.29 3.75 3.59 4/184 7831
/proc/meminfo: memFree=13743476/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1267.13 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69647 0 0 0 126678 35 0 0 25 0 1 0 489158463 294694912 67446 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430607 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67446 298 670 0 71268 0
Current children cumulated CPU time (s) 1267.13
Current children cumulated vsize (KiB) 287788

[startup+1279.9 s]
/proc/loadavg: 3.07 3.68 3.57 3/178 7849
/proc/meminfo: memFree=14095552/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1279.92 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69647 0 0 0 127957 35 0 0 25 0 1 0 489158463 294694912 67446 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430659 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67446 298 670 0 71268 0
Current children cumulated CPU time (s) 1279.92
Current children cumulated vsize (KiB) 287788

[startup+1283.1 s]
/proc/loadavg: 2.98 3.65 3.56 3/178 7849
/proc/meminfo: memFree=14095676/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1283.12 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69648 0 0 0 128277 35 0 0 25 0 1 0 489158463 294694912 67447 33554432000 4194304 6935321 140734452911104 18446744073709551615 4478266 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67447 298 670 0 71268 0
Current children cumulated CPU time (s) 1283.12
Current children cumulated vsize (KiB) 287788

[startup+1284.7 s]
/proc/loadavg: 2.98 3.65 3.56 3/178 7849
/proc/meminfo: memFree=14095552/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1284.73 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69648 0 0 0 128438 35 0 0 25 0 1 0 489158463 294694912 67447 33554432000 4194304 6935321 140734452911104 18446744073709551615 4430563 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67447 298 670 0 71268 0
Current children cumulated CPU time (s) 1284.73
Current children cumulated vsize (KiB) 287788

[startup+1285.5 s]
/proc/loadavg: 2.98 3.65 3.56 3/178 7849
/proc/meminfo: memFree=14095552/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1285.52 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69648 0 0 0 128517 35 0 0 25 0 1 0 489158463 294694912 67447 33554432000 4194304 6935321 140734452911104 18446744073709551615 4487551 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67447 298 670 0 71268 0
Current children cumulated CPU time (s) 1285.52
Current children cumulated vsize (KiB) 287788

[startup+1285.91 s]
/proc/loadavg: 2.98 3.65 3.56 3/178 7849
/proc/meminfo: memFree=14095684/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1285.93 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69649 0 0 0 128558 35 0 0 25 0 1 0 489158463 294694912 67448 33554432000 4194304 6935321 140734452911104 18446744073709551615 4401258 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67448 298 670 0 71268 0
Current children cumulated CPU time (s) 1285.93
Current children cumulated vsize (KiB) 287788

[startup+1286.1 s]
/proc/loadavg: 2.98 3.65 3.56 3/178 7849
/proc/meminfo: memFree=14095684/32950928 swapFree=67111528/67111528
[pid=7659] ppid=7657 vsize=287788 CPUtime=1286.12 cores=4,6
/proc/7659/stat : 7659 (kw) R 7657 7659 6567 0 -1 4202496 69649 0 0 0 128577 35 0 0 25 0 1 0 489158463 294694912 67448 33554432000 4194304 6935321 140734452911104 18446744073709551615 4400607 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7659/statm: 71947 67448 298 670 0 71268 0
Current children cumulated CPU time (s) 1286.12
Current children cumulated vsize (KiB) 287788

Child status: 20
Real time (s): 1286.19
CPU time (s): 1286.22
CPU user time (s): 1285.85
CPU system time (s): 0.366944
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 287788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1285.85
system time used= 0.366944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69660
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= 3
involuntary context switches= 1894

runsolver used 2.04269 second user time and 4.96524 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 01:53:17
IDJOB=3288119
IDBENCH=82488
IDSOLVER=1658
FILE ID=node122/3288119-1303775596
RUNJOBID= node122-1303775520-7400
PBS_JOBID= 13157168
Free space on /tmp= 70776 MiB

SOLVER NAME= kw 2011-02-28
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= kw --tmp-path=TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288119-1303775596/watcher-3288119-1303775596 -o /tmp/evaluation-result-3288119-1303775596/solver-3288119-1303775596 -C 2400 -W 1300 -M 7680  kw --tmp-path=HOME HOME/instance-3288119-1303775596.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=816369966

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14102756 kB
Buffers:       1796220 kB
Cached:       15857416 kB
SwapCached:          0 kB
Active:        6867008 kB
Inactive:     11423672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14102756 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           73340 kB
Writeback:           0 kB
AnonPages:      636572 kB
Mapped:          18864 kB
Slab:           491608 kB
PageTables:       6312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   857728 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70796 MiB
End job on node122 at 2011-04-26 02:14:43